@charset "utf-8";
/* CSS Document */

/*common*/

.lcmn > *:last-of-type {
    margin-bottom: 0 !important;
}

.fcBrown {
    color: #64463c;
}

.fcBrownAll * {
    color: #64463c;
}

.fcBlack {
    color: #646464;
}

.fcBlue {
    color: #324164;
}

.fcLGreen {
    color: #78aa5a;
}

.fcLPink {
    color: #dc8c82;
}

.fcLPinkAll * {
    color: #dc8c82;
}

.fcOrange {
    color: #ef9652;
}

.bgLPink {
    background-color: #faf0f0;
}

.bgLBlue {
    background-color: #f0fafa;
}

.bgLYellow {
    background-color: #fffae6;
}

.bgbdrs01 {
    padding: 12.5% 0;
    position: relative;
    overflow: hidden;
}

.bgbdrs01:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 101%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 10%;
}

.bgbdrs01:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 101%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    padding-top: 10%;
}

.tel01 {
    padding-left: 1.75em;
    position: relative;
}

.tel01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/tel01.png);
    background-size: 100% 100%;
    background-repeat: none;
    background-position: center center;
}

.addicon01 {
    display: inline-block;
    /* padding-right: 66px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/addicon01.png);
    background-position: right bottom;
    background-size: 60px;
    background-repeat: no-repeat; */
    min-height: 52px;
}

.lightning02:before {
    content: "";
    display: block;
    margin: 0 auto 0.25em;
    width: 2.75em;
    height: 1em;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/lightning02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.lightning04:before {
    content: "";
    display: block;
    margin: 0 auto -1em;
    width: 8.5em;
    height: 4.5em;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/lightning04.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.lightning03 {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 15px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/lightning03.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 4%;
}

.lightningbulb01 {
    display: inline-block;
    padding: 40px 20px 40px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/lightning01.png), url(/import/tenant_1/153.126.168.6/html01/images/bulb01.png);
    background-size: 100% auto, auto;
    background-repeat: no-repeat;
    background-position: center center, bottom center;
}

.lightningpen01 {
    display: inline-block;
    padding: 40px 20px 40px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/lightning01.png), url(/import/tenant_1/153.126.168.6/html01/images/pen01.png);
    background-size: 100% auto, auto;
    background-repeat: no-repeat;
    background-position: center center, bottom center;
}

.nuts01 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 0.5em 1.5em;
}

.nuts02 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 0.5em 1.5em;
}

.nuts03 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 1em 3em;
}

.nuts04 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts04.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 1em 3em;
}

.nuts05 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts05.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    padding: 0.5em 1.5em;
    color: #fff;
}

.bubble01 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bubble01L.png), url(/import/tenant_1/153.126.168.6/html01/images/bubble01R.png);
    background-repeat: no-repeat;
    background-position: top 10% left, top 10% right;
    background-size: 25%;
}

.more01 a {
    display: inline-block;
}

.more01 .arrow01 {
    display: inline-block;
    padding: 0 1.75em;
    position: relative;
}

.more01 .arrow01:after {
    position: absolute;
    right: 0.25em;
    top: 0;
    font-family: FontAwesome;
    content: "\f105";
    -webkit-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out;
}

.more01 .arrow01:hover:after {
    right: 0;
}



.back01 a {
    display: inline-block;
}

.back01 .arrow01 {
    display: inline-block;
    padding: 0 1.75em;
    position: relative;
}

.back01 .arrow01:after {
    position: absolute;
    left: 0.25em;
    top: 0;
    font-family: FontAwesome;
    content: "\f104";
    -webkit-transition: 0.1s all ease-out;
    transition: 0.1s all ease-out;
}

.back01 .arrow01:hover:after {
    left: 0;
}




.onbg01 {
    position: relative;
}

.onbg01:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: left 4% center;
    background-repeat: no-repeat;
    content: "";
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg01.png);
    z-index: 1;
    pointer-events: none;
}

.onbg04 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg04.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 5% 5%;
}

.onbg07 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg07.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.onbg09 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg09.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 10%;
}

.onbg10 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg10.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 10%;
}

.onbg11 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg11.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.onbg12 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg12.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 10%;
}

.onbg13 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg13.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.onbg14 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg14.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.onbg15 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg15.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 10%;
}

.onbg16 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg16.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.onbg17 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg17.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center center;
}

.onbg18 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg18.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 60px;
}

.onbg19 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg19L.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg19R.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.onbg20 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg20L.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg20R.png);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: left center, right center;
}

.onbg21 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg21.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom 10%;
}

.onbg22 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg22TL.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg22TR.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg22BL.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg22BR.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left top, right top, bottom left, bottom right;
}

.onbg23 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg23TL.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg23TR.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg23BL.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left top, right top, bottom left;
}

.underLine01 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em left;
}

.underLine02 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em left;
}

.underLine07 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine07.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em center;
    padding: 0 2em;
    min-width: 312px;
}

.underLine08 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine08.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em center;
    padding: 0 2em;
    min-width: 312px;
}

.underLine09 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine09.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em center;
    padding: 0 2em;
    min-width: 312px;
}

.underLine10 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine10.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em center;
    padding: 0 2em;
    min-width: 312px;
}

.underLine11 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine11.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: bottom 0.15em center;
    padding: 0 2em;
    min-width: 312px;
}

.callout01 {
    display: inline-block;
    padding: 0 0.5em 50px;
    padding-bottom: 50px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/callout01.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

.popper01 {
    display: inline-block;
    position: relative;
    padding: 0 0.5em;
}

.popper01:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.25em;
    width: 3px;
    height: 1em;
    border-left: 3px dashed;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

.popper01:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.25em;
    width: 3px;
    height: 1em;
    border-left: 3px dashed;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}

.oni01 {
    position: relative;
    overflow: hidden;
    display: block;
}

.oni01:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    height: 105%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.oni01.typeA:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni01.png);
}

.oni01.typeB:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni02.png);
}

.oni01.typeC:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni03.png);
}

.oni01.typeD:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni04.png);
}

.oni01.typeE:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni05.png);
}

.oni01.typeF:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni06.png);
}

.oni01.typeG:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni07.png);
}

.oni01.typeH:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni08.png);
}

.oni01.typeI:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni09.png);
}

.oni01.typeJ:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni10.png);
}


.oni02 {
    position: relative;
    overflow: hidden;
    display: block;
}

.oni02:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 102.5%;
    height: 102.5%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    z-index: 1;
    pointer-events: none;
}

.oni02.typeA:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni11.png);
}

.oni02.typeB:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni12.png);
}

.oni02.typeC:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni13.png);
}

.oni02.typeD:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni14.png);
}

.oni02.typeE:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni15.png);
}

.oni02.typeF:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni16.png);
}

.oni02.typeG:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni17.png);
}

.oni02.typeH:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni18.png);
}

.oni02.typeI:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni19.png);
}

.oni02.typeJ:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni20.png);
}

.oni02.typeK:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni21.png);
}

.oni02.typeL:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni22.png);
}

.oni02.typeM:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni23.png);
}

.oniT01 {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
    margin-right: 0.5em;
}

.oniT01:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 2em;
    height: 2.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.oniT01.typeA:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT01.png);
}

.oniT01.typeB:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT02.png);
}

.oniT01.typeC:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT03.png);
}

.oniT01.typeD:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT04.png);
}

.oniT01.typeE:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT05.png);
}

.oniT01.typeF:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT06.png);
}

.oniT01.typeG:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT07.png);
}

.oniT01.typeH:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT10.png);
}

.bgT01 {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
    margin: 1em 2em;
}

.bgT01:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 6em;
    height: 3em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgt01.png);
}

.radbg01 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/radbg01.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 2em 4em;
}

.radbg02 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/radbg02.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 35% 10% 30%;
}

.ribon01 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4em 1em;
    color: #fff;
}

.ribon02 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon02.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4em 1em;
    color: #fff;
}

.ribon03 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4em 1em;
    color: #fff;
}

.ribon04 {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon04.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4em 1em;
    color: #fff;
}

[class*="wave"] + [class*="wave"] {
    margin-top: -80px;
    padding-top: 140px;
}

[class*="wave"] + [class*="wave"]:before {
    background-position: right center;
}

.wave01 {
    padding: 100px 0;
    position: relative;
}

.wave01 *:not([class*="fc"]) {
    color: #fff;
}

.wave01 *[class*=fc] * {
    color: inherit;
}

.wave01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/wave01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.wave02 {
    padding: 100px 0;
    position: relative;
}

.wave02 *:not([class*="fc"]) {
    color: #dc8c82;
}

.wave02 *[class*="fc"] * {
    color: inherit;
}

.wave02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/wave02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.wave03 {
    padding: 100px 0;
    position: relative;
}

.wave03 *:not([class*="fc"]) {
    color: #64463c;
}

.wave03 *[class*="fc"] * {
    color: inherit;
}

.wave03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/wave03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}


.wave04 {
    padding: 100px 0;
    position: relative;
}

.wave04 *:not([class*=fc]) {
    color: #64463c;
}

.wave04 *[class*="fc"] * {
    color: inherit;
}

.wave04:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/wave04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}


.wave05 {
    padding: 100px 0;
    position: relative;
}

.wave05 *:not([class*="fc"]) {
    color: #64463c;
}

.wave05 *[class*="fc"] * {
    color: inherit;
}

.wave05:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 105vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/wave05.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.tac.bb01:after {
    margin-left: auto;
    margin-right: auto;
}

.bb01:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 2em 0;
}

.bb02:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0.5em 0;
}

.bb03:after {
    display: block;
    width: 310px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 60px auto;
}

.bb04:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.bb05:after {
    display: block;
    width: 70px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb05.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 30px 0;
}

.bb06:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb06.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.bb07:after {
    display: block;
    width: 1020px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb07.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 40px auto;
}

.bb08:after {
    display: block;
    width: 70px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.bb09:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.tal.bb10:after {
    margin: 40px 0;
}

.bb10:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px auto;
}

.bb11:after {
    display: block;
    width: 130px;
    max-width: 100%;
    content: "";
    height: 10px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bb11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 60px auto;
}

.rad5 {
    border-radius: 5px;
    overflow: hidden;
}

.rad10 {
    border-radius: 10px;
    overflow: hidden;
}

.tdecoUnderLine {
    display: inline;
    text-decoration: underline;
    text-underline-position: under;
}

.table01 table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
}

.table01 table thead td {
    background-color: #f0fafa;
    text-align: center;
    color: rgba(50, 65, 100, 255);
}

.table01 table tbody th {
    background-color: #faf0f0;
}

.table01 table th {
    padding: 1.25em;
    border: 2px dashed #8d7267;
    text-align: left;
    width: 25%;
}

.table01 table td {
    padding: 1.25em;
    border: 2px dashed #8d7267;
    width: 37.5%;
    color: #64463c;
}

.table01 table td * {
    color: #64463c;
}

@media only screen and (max-width:1024px) {
    .onbg04 {
        background-size: 100% auto;
    }

    .underLine07 {
        background-position: bottom 0em center;
        padding: 0 1em;
    }

    .underLine08 {
        background-position: bottom 0em center;
        padding: 0 1em;
    }

    .underLine09 {
        background-position: bottom 0em center;
        padding: 0 1em;
    }

    .underLine10 {
        background-position: bottom 0em center;
        padding: 0 1em;
    }

    .underLine11 {
        background-position: bottom 0em center;
        padding: 0 1em;
    }

    [class*="wave"] + [class*="wave"] {
        padding-top: 130px;
    }

    .wave01 {
        padding: 90px 0;
    }

    .wave01:before {
        background-size: cover;
    }

    .wave02 {
        padding: 90px 0;
    }

    .wave02:before {
        background-size: cover;
    }

    .wave03 {
        padding: 90px 0;
    }

    .wave03:before {
        background-size: cover;
    }

    .wave04 {
        padding: 90px 0;
    }

    .wave04:before {
        background-size: cover;
    }

    .wave05 {
        padding: 90px 0;
    }

    .wave05:before {
        background-size: cover;
    }

    .bb01:after {
        margin: 1.5em 0;
    }
    .table01 table th {
        padding: 1em;
    }
    .table01 table td {
        padding: 1em;
    }
}

@media only screen and (max-width:599px) {
    .underLine07 {
        padding: 0 0.5em;
        background-size: 80% auto;
        min-width: inherit;
    }

    .underLine08 {
        padding: 0 0.5em;
        background-size: 80% auto;
        min-width: inherit;
    }

    .underLine09 {
        padding: 0 0.5em;
        background-size: 80% auto;
        min-width: inherit;
    }

    .underLine10 {
        padding: 0 0.5em;
        background-size: 80% auto;
        min-width: inherit;
    }

    .underLine11 {
        padding: 0 0.5em;
        background-size: 80% auto;
        min-width: inherit;
    }

    [class*="wave"] + [class*="wave"] {
        padding-top: 120px;
    }

    .wave01 {
        padding: 80px 0;
    }

    .wave02 {
        padding: 80px 0;
    }

    .wave03 {
        padding: 80px 0;
    }

    .wave04 {
        padding: 80px 0;
    }

    .wave05 {
        padding: 80px 0;
    }

    .radbg02 {
        padding: 45% 10% 30%;
    }
    .table01 table {
        width: 750px;
    }
    .table01 {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .table01 {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .table01::-webkit-scrollbar {
        height: 5px;

    }
    .table01::-webkit-scrollbar-thumb {
        background: #aaa;
        border-radius: 5px;
    }
    .table01::-webkit-scrollbar-track-piece {
        background: #efefef;
    }
}

/*header*/

header {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgrepeat01.png);
    background-size: auto;
    background-repeat: repeat-x;
    background-position: left top -15px;
    padding-top: 15px;
}

.headT {
    position: relative;
    z-index: 3;
}

.headC {
    position: relative;
    overflow: hidden;
    margin-top: -60px;
}

.headC:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 2;
    width: 101%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 10%;
}

.headC:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    width: 101%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    padding-top: 10%;
}

.headCinC {
    width: 60%;
}

.headCinL {
    width: 20%;
}

.headCinR {
    width: 20%;
}

.headTinR .telbox .tel *{
      font-family: 'Futura-Medium', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.htable {
    margin: 0.5em 0;
}

.htable table {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}

.htable table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.htable table thead th,
.htable table thead td {
    background-color: #9fde83;
}

.htable table tbody th,
.htable table tbody td {
    background-color: #cfeec2;
}

.htable table th {
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    border: 1px solid #fff;
}

.htable table td {
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    border: 1px solid #fff;
}

.headB.fix{
      background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 200;
    width: 100%;
    top: 0;
    left: 0;
}
.headB.fix .headBin{
  -webkit-transform: none;
        -ms-transform: none;
            transform: none;
                padding: 0.5em 0;
}
[data-element-id] .headBin{
  -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.headBin {
    max-width: 650px;
    margin: 0 auto 0;
    position: relative;
    z-index: 3;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.headCitem a {
    display: block;
    position: relative;
}
.headCitem .pbox .ofiImg{
  overflow: hidden;
}
.headCitem .pbox .ofiImg img{
  -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: inherit;
}
.headCitem:hover .pbox .ofiImg img{
  width: 110% !important;
  height: 110% !important;
}
.headCitem dt {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    z-index: 1;
    font-size: 11px;
}

.headCitem .toD {
    padding: 2em 4em;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
}

.headClist .headCitem:nth-of-type(odd) {
    margin-bottom: 1em;
}

.headCinL .headClist .headCitem:nth-of-type(odd) dt {
    position: absolute;
    top: 0;
    left: 0.5em;
}

.headCinL .headClist .headCitem:nth-of-type(even) dt {
    position: absolute;
    bottom: 0;
    left: 0.5em;
}

.headCinL .headClist .headCitem:nth-of-type(odd) .toD {
    position: absolute;
    bottom: 0;
    left: 0;
}

.headCinL .headClist .headCitem:nth-of-type(even) .toD {
    position: absolute;
    top: 0;
    left: 0;
}

.headCinL .headClist .headCitem:nth-of-type(odd) .toD {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine03.png), url(/import/tenant_1/153.126.168.6/html01/images/arrow02.png);
    background-position: bottom center, right 1.5em center;
    background-repeat: no-repeat;
    background-size: 100% auto, auto;
}

.headCinL .headClist .headCitem:nth-of-type(even) .toD {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine04.png), url(/import/tenant_1/153.126.168.6/html01/images/arrow02.png);
    background-position: top center, right 1.5em center;
    background-repeat: no-repeat;
    background-size: 100% auto, auto;
}




.headCinR .headClist .headCitem:nth-of-type(odd) dt {
    position: absolute;
    top: 0;
    right: 0.5em;
}

.headCinR .headClist .headCitem:nth-of-type(even) dt {
    position: absolute;
    bottom: 0;
    right: 0.5em;
}

.headCinR .headClist .headCitem:nth-of-type(odd) .toD {
    position: absolute;
    bottom: 0;
    left: 0;
}

.headCinR .headClist .headCitem:nth-of-type(even) .toD {
    position: absolute;
    top: 0;
    left: 0;
}

.headCinR .headClist .headCitem:nth-of-type(odd) .toD {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine05.png), url(/import/tenant_1/153.126.168.6/html01/images/arrow02.png);
    background-position: bottom center, right 1.5em center;
    background-repeat: no-repeat;
    background-size: 100% auto, auto;
}

.headCinR .headClist .headCitem:nth-of-type(even) .toD {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/underLine06.png), url(/import/tenant_1/153.126.168.6/html01/images/arrow02.png);
    background-position: top center, right 1.5em center;
    background-repeat: no-repeat;
    background-size: 100% auto, auto;
}

@media only screen and (max-width:1024px) {

    .headTinL {
        width: 100%;
        max-width: 500px;
        margin: 2% auto;
    }

    .headTinR {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 2em;
    }

    .headBin {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .headC .headCinL,
    .headC .headCinR {
        display: none;
    }

    .headCinC {
        width: 100%;
    }

    .htable table * {
        font-size: 10px;
    }

    .headC {
        margin-top: -40px;
    }
}

@media only screen and (max-width:599px) {
    .headTinR .telbox .text {
        font-size: 12px;
    }

    .headC {
        margin-top: -20px;
    }

    .headTinL {
        margin: 1em auto 2%;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    z-index: 200;
    width: 100%;
}


.glist li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

.glist li {
    position: relative;
}

.glist li:first-of-type:before {
    content: none;
}

.glist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 2em;
    border-left: 1px solid #d9d1cf;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.glist li a {
    width: 100%;
    display: block;
    padding: 0.5em;
    color: rgba(220, 140, 130, 255);
}
.fix .glist .jp{
  font-size: 14px;
}
.glist .jp {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-size: 16px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fix .glist .en{
  font-size: 12px;
}
.glist .en {
    font-family: 'Futura-CondensedMedium', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#gnav .glist li.pullbox dt {
    text-align: center;
    cursor: pointer;
}

#gnav .glist li.pullbox .a {
    width: 100%;
    display: block;
    padding: 0.5em;
    color: rgba(220, 140, 130, 255);
}

#gnav li .pull {
    position: relative;
}

#gnav li.pullbox:hover .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-element-id] #gnav li .pulllist {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
}

#gnav li .pulllist {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    position: absolute;
    -webkit-transform: translate(-50%, -2em);
    -ms-transform: translate(-50%, -2em);
    transform: translate(-50%, -2em);
    left: 50%;
    top: 0;
    width: 200px;
    z-index: 10;
}

#gnav li .pulllist li {
    width: 100%;
}

[data-element-id] #gnav li .pulllist li {
    width: 100%;
}

#gnav li .pulllist li * {
    font-size: 12px;
}

#gnav li .pulllist li a {
    color: #fff;
    background-color: rgba(220, 140, 130, 0.8);
    border-bottom: 1px solid;
}

#gnav li .pulllist li:last-of-type a {
    border-bottom: none;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.fix .accordion-toggle {
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        opacity: 0;
        -webkit-transition: height ease .1s, opacity ease .4s;
        transition: height ease .1s, opacity ease .4s;
        padding: 0;
        border: none;
        padding-bottom: 0;
        background: rgba(255, 255, 255, 0.95);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
        z-index: -10;

    }

    #gnav .glist li {
        display: block !important;
        width: 100%;
        text-align: center;
        position: static;
        padding: 0;
    }

    .glist li:before {
        content: none;
    }

    #gnav p.toggle {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 6px;
        right: 10px;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        z-index: 251;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        display: block;
        background: #323232;
        height: 2px;
        width: 26px;
        text-indent: 9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p.toggle span.n:before {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        display: block;
        content: "";
        background: #323232;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p.toggle span.n {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #gnav.action p.toggle span.n:after,
    #gnav.action p.toggle span.n:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav .gnavinn .glist {
        width: 100%;
        padding: 60px 3% 80px;
    }

    #gnav .gnavinn .glist a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
    }

    #gnav.fix {
        padding: 0;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }

    .overlay:after {
        content: "";
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 100;
    }

    #gnav .gnavinn .glist .pullbox dt {
        text-align: left;
    }

    #gnav .gnavinn .glist .pullbox dt .a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
    }

    #gnav li .pulllist {
        width: 100%;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: static;
        left: 15px;
        opacity: 1;
        visibility: visible;
        background: none;
    }

    #gnav li .pulllist:before {
        left: 27px;
        display: none;
    }

    #gnav li .pulllist li {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #gnav .glist li .pulllist li a {
        font-size: 14px;
        background: none;
        color: rgba(220, 140, 130, 1);
        padding-left: 30px;
    }

    #gnav .jp {
        font-size: 16px !important;
    }

    #gnav .en {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    position: relative;
    overflow: hidden;
    padding: 1em;
}

.homeSlide h2 {
    width: calc(100% - 150px);
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-shadow: 0 0 10px #fff;
    font-weight: 400;
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 80%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.uk-slidenav-position .uk-slidenav-previous {
    width: 40px;
    height: 40px !important;
    display: block;
}

.uk-slidenav-position .uk-slidenav-next {
    width: 40px;
    height: 40px !important;
    display: block;
}

.homeSlide .uk-dotnav{
  padding-bottom: 0.5em;
}
.homeSlide .uk-dotnav a{
  width: 0.75em;
  height: 0.75em;
}

.homeSlide .uk-dotnav .uk-active a{
  background-color: rgba(223, 158, 150, 0.6);
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg .tbox {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
}

.mainImg .tbox * {
    text-shadow: 0 0 5px #fff;
}

@media only screen and (max-width:1024px) {
    .homeSlide {
        padding: 0;
    }

    .homeSlide .ofiImg.t80 {
        padding-top: 70%;
    }

    .homeSlide .uk-slidenav-position:after {
        padding-top: 70%;
    }
}

@media only screen and (max-width:599px) {
    .homeSlide h2 {
        width: 96%;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        display: none !important;
    }

    .uk-slidenav-position .uk-slidenav-next {
        display: none !important;
    }
}

/*footer*/

footer {
    margin-top: 120px;
}

.footin {
    position: relative;
    padding: 60px 0;
    margin: 1em 0;
}

.footin:before {
    position: absolute;
    width: 100%;
    height: 11px;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgrepeat02.png);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #fff;
    pointer-events: none;
}

.footin:after {
    position: absolute;
    width: 100%;
    height: 11px;
    content: "";
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgrepeat02.png);
    background-size: auto;
    background-position: left top;
    background-repeat: repeat-x;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    background-color: #fff;
    pointer-events: none;
}
/* .footinn.flexn1024 {
  justify-content: space-between;
}
.footinn.flexn1024 .footinnn {
  width: 48%;
}
.footinn.flexn1024 .footmap {
  width: 48%;
} */
.map-wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.map-wrapper .footright {
  width: 48%;
}
.map-wrapper .footleft {
  width: 48%;
}
/* .footinnn {
    max-width: 700px;
} */

.footin .tc:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
}

.footinn

.footC .telbox .tel *{
      font-family: 'Futura-Medium', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.ftable {
    margin: 0.5em 0;
}

.ftable table {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
}

.ftable table * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-weight: 500;
}

.ftable table thead th,
.ftable table thead td {
    background-color: #9fde83;
}

.ftable table tbody th,
.ftable table tbody td {
    background-color: #cfeec2;
}

.ftable table th {
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    border: 2px solid transparent;
}

.ftable table td {
    padding: 0.25em 0.5em;
    border-radius: 0.5em;
    border: 2px solid transparent;
}

.fnav {
    margin-top: 2em;
}

.fnavitem a {
    display: block;
    padding: 0.5em;
    color: rgba(220, 140, 130, 255);
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    color: #646464;
}

.copy {
    text-align: center;
    padding: 2em 0;
    color: #dc8c82;
}

.footmap {
  margin-bottom: 40px;
  position: relative;
}
.footmap iframe {
  width: 100%;
  height: 600px;
}
footer .footright .f-p p {
  text-shadow: 1px 1px #fff;
}
.map-logo {
  position: absolute;
  top: 15%;
  right: 5%;
  padding: 20px;
  background: #fff;
}
.map-logo a {
  display: block;
}
.map-logo img {
  width: 300px;
}
.map-logo img {
  height: 100%;
}
.map-logo .add {
  margin: 10px 0;
}
.map-logo .add span {
  font-size: 13px;
}
.map-logo .telbox {
  margin: 10px 0;
}
.map-logo .telbox span {
  font-size: 18px;
}

@media only screen and (max-width:1024px) {
    footer {
        margin-top: 90px;
    }
    /* .footinn.flexn1024 .footinnn {
      width: auto;
    }
    .footinn.flexn1024 .footmap {
      width: auto;
      margin-top: 40px;
    }
    .footinn.flexn1024 iframe {
      width: 100%;
    } */
    .map-wrapper {
      flex-direction: column-reverse;
    }
    .map-wrapper .footright {
      width: 100%;
      margin-top: 20px;
    }
    .map-wrapper .footleft {
      width: 100%;
    }
    .map-logo img {
      width: 200px;
    }
    .map-logo .add span {
      font-size: 12px;
    }
}

@media only screen and (max-width:599px) {
    footer {
        margin-top: 60px;
        padding-bottom: 80px;
    }

    .footin .tc:before {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .ftable table * {
        font-size: 12px;
    }
    .footinn.flexn1024 iframe {
      height: 250px;
    }
    .map-logo {
      position: static;
      margin-top: 20px;
    }
    .footmap iframe {
      height: 200px;
    }
}

/*totop*/

#totop {
    position: fixed;
    bottom: 10px;
    right: 25px;
    z-index: 99;
    text-align: center;
}

#totop a {
    height: 80px;
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #9fde83;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

#totop a:before {
    content: "\f106";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-top: -0.25em;
}
.online {
    position: fixed;
    z-index: 5;
        right: 5px;
    bottom: 100px;
}

[data-element-id] .online{
  position: static;
}

[data-element-id] .online a{
  pointer-events: none;
}
.online a {
    display: block;
    max-width: 120px;
    transition: 0.6s;
    -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
            transform-origin: bottom;
}
@media only screen and (max-width:1024px) {
  #totop {
    right: 21px;
  }
    #totop a {
        height: 65px;
        width: 65px;
    }

    #totop a:before {
        font-size: 28px;
    }
    .online a {
    max-width: 100px;
}
.online {
    bottom: 85px;
}
}

@media only screen and (max-width:599px) {
    #totop a {
        height: 50px;
        width: 50px;
        font-size: 10px;
    }

    #totop a:before {
        font-size: 26px;
    }
    .online a {
    max-width: 80px;
}
.online {
    bottom: 65px;
}
.online.smaller a{
  -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
            transform: scale(0.6);
}
}

/*home*/

[data-element-id] .headClone {
    display: block;
}

.headClone {
    display: none;
}

.headClonelist .headCitem {
    width: 25%;
    margin-bottom: 40px;
}

.headClonelist .headCitem .toD {
    padding: 1em 0.5em;
}

.headClonelist .headCitem dt {
    position: absolute;
    top: 0;
    left: 0.5em;
}

.headClonelist .headCitem [class*='ribon'] {
    padding: 1em 0.5em 2em;
}

.headClonelist .ribon02 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon05.png);
}

.headClonelist .ribon04 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/ribon06.png);
}

.home01 .chinese h3 {
  max-width: 700px;
  padding: 50px 0;
  border: 2px dashed #8d7267;
  margin: 0 auto;
  margin-top: 60px;
}


.home01cont h3 {
    margin-bottom: -1em;
}

.home01box {
    padding: 2em 1.5em 1.5em;
    border: 2px dashed #e8de85;
    border-radius: 0.5em;
}

.home01item a {
    display: block;
    padding: 1em 0;
    border-bottom: 1px dashed #e8de85;
}

.home01list .home01item:last-of-type a {
    border-bottom: none;
}

.home01item dt {
    width: 8em;
}

.home01item dd {
    width: calc(100% - 8em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.home02cont01 {
    padding: 60px 0;
}

.home02cont01 .tc:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.home02cont01 .tc:after {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    padding-bottom: 8%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nami01.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

.home02cont01 .tbox {
    max-width: 550px;
    padding: 1.5em;
    background-color: rgba(255, 255, 255, 0.8);
}

.home02cont02 {
    position: relative;
    margin-top: -100px;
}

.home02cont02in {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg02.png), url(/import/tenant_1/153.126.168.6/html01/images/onbg03.png);
    background-size: auto;
    background-position: left 4% top, bottom 4% center;
    background-repeat: no-repeat;
}

/*
.home02cont02in:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: left 4% center;
    background-repeat: no-repeat;
    content: "";
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg02.png);
    z-index: 1;
    pointer-events: none;
}

.home02cont02in:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: auto;
    background-position: bottom 4% center;
    background-repeat: no-repeat;
    content: "";
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg03.png);
    z-index: 1;
    pointer-events: none;
}
*/

.home02cont02:before {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 3%;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    pointer-events: none;
}

.home02cont02 .circlebox {
    background-color: #fbc3c3;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    padding: 1em;
    width: 280px;
    height: 280px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 0 10px #fab4b4;
    box-shadow: 0 0 0 10px #fab4b4;
    margin: 0 auto;
}

.home02cont02 .circlebox h3 {
    color: #fff;
}

.home02cont02item01 {
    margin-bottom: 40px;
}

.home02cont02item01 .piclist {
    max-width: 700px;
    margin: 0 auto;
}

.home02cont02item01 .piclist li {
    max-width: 400px;
    width: 50%;
}

.home02cont02item01 .piclist li:nth-of-type(odd) {
    margin-top: -20%;
}

.home03cont .onbg04 {
    padding: 1em 1em;
    background-size: 100%;
    max-width: 50%;
}

.home03box .tbox * {
    color: #fff;
    text-shadow: 0 0 5px #82bec8, 0 0 5px #82bec8;
}

.home03 {
    position: relative;
    z-index: 2;
}

.home03box {
    margin-top: -40px;
}

.home03box:after {
    position: absolute;
    width: 110%;
    height: 310px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bone01.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    content: "";
    left: -5%;
    bottom: -10%;
}

.home03box .pbox {
    position: relative;
    padding-top: 60px;
    margin-bottom: 0;
}

.home03box .pbox dt {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.home03box .pbox .pic {
    max-width: 60%;
    margin: 0 auto;
}

.home03box .pbox .name {
    position: absolute;
    top: 0;
    right: 0;
}

.home04 {
    padding: 100px 0;
    position: relative;
}

.home04:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    padding-bottom: 4%;
    z-index: 1;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nami02.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}


.home04cont {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg05.png);
    background-size: auto;
    background-position: left 4% top;
    background-repeat: no-repeat;
}

.home04item .pbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.home04item .tbox .text {
    background: #fff;
    padding: 0.5em 1em;
}

.home05 {
    padding-bottom: 60px;
}

.home05box {
    position: relative;
}

.home05box .titbox {
    max-width: 500px;
    padding: 1.5em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border: 1px solid #78aa5a;
    width: 96%;
}

.home05item {
    margin: 1px;
}

.home06 {
    padding-bottom: 80px;
}

.home06cont h3 {
    margin-bottom: -1em;
}

.home06box {
    padding: 2em 0;
    background-color: #fff;
    border: 2px dashed #8d7267;
    border-radius: 0.5em;
}

.home06item a {
    display: block;
}

.home06item:nth-of-type(2n+2) {
    border-left: 2px dashed #8d7267;
}

.home06iteminn {
    padding: 0 2em;
}

.home06iteminn .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home07 {
    position: relative;
}

.home07:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    padding-top: 5%;
    z-index: 1;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nami06.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.home07 .titbox h3 {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg06.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 1em;
}

.home07 .titbox .jp {
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    text-align: center;
    margin: 0.5em;
    display: block;
    height: 6em;
}

.home07 .occupationlist .underLine02 {
    background-size: 100% 0.25em;
    background-position: bottom 0 left;
}

.home07morebox {
    width: 500px;
    max-width: 50%;
    margin-left: auto;
    margin-top: -140px;
}

.home07morebox .pbox {
    width: 58%;
}
.home07morebox .tbox{
  width: 40%;
}
@media only screen and (min-width:1025px) {
    .heightLine-home04itemtext {
        height: auto !important;
    }
}

@media only screen and (max-width:1024px) {
    .headClone {
        display: block;
        padding: 40px 0;
    }

    .home02cont02 .circlebox {
        width: 200px;
        height: 200px;
        -webkit-box-shadow: 0 0 0 7.5px #fab4b4;
        box-shadow: 0 0 0 7.5px #fab4b4;
    }

    .home02cont02 {
        position: relative;
        margin-top: -60px;
    }

    .home02cont02:before {
        top: 60px;
    }

    .home02cont02item01 .piclist li:nth-of-type(odd) {
        margin-top: -10%;
    }

    .home02cont02item01.w60 {
        width: 50%;
    }

    .home02cont02item01.w40 {
        width: 48%;
    }

    .home03box {
        margin-top: 0;
    }

    .home03box .pbox {
        padding-top: 100px;
    }

    .home03box .pbox .name {
        position: static;
        text-align: center;
        margin: 0.5em 0 0;
    }

    .home04item {
        display: block;
    }

    .home04item .pbox {
        width: 100%;
        max-width: 320px;
        margin: 2% auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home04item .tbox {
        width: 100%;
    }

    .home05 {
        padding-bottom: 20px;
    }

    .home06 {
        padding-bottom: 60px;
    }

    .home06box {
        padding: 2em 0 1.5em;
    }

    .home06iteminn {
        padding: 0 1.5em;
    }

    .home07morebox {
        margin-top: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width:599px) {

    .headClonelist .headCitem {
        width: 50%;
    }

    .home01item dt {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .home01item dd {
        width: 100%;
    }

    .home02cont02 {
        margin-top: 0px;
    }

    .home02cont02:before {
        top: 0;
    }

    .home02cont02 .circlebox {
        width: 150px;
        height: 150px;
        -webkit-box-shadow: 0 0 0 5px #fab4b4;
        box-shadow: 0 0 0 5px #fab4b4;
    }

    .home02cont02item01 .piclist li:nth-of-type(odd) {
        margin-top: 0;
    }

    .home02cont02item01.w60 {
        width: 100%;
        margin: 40px 0;
    }

    .home02cont02item01.w40 {
        width: 100%;
        margin-bottom: 2%;
    }

    .home03cont .onbg04 {
        max-width: 100%;
    }

    .home03box {
        margin-top: 1em;
        padding-bottom: 1em;
    }

    .home03box:after {
        background-color: #82bec8;
        bottom: 0;
            height: 45%;
    }

    .home03box .pbox .pic {
        max-width: 200px;
    }

    .home03box .pbox .name {
        position: absolute;
        margin: 0;
    }

    .home03box .pbox {
        max-width: 320px;
        margin-bottom: 2%;
        padding-top: 80px;
    }

    .home04item .tbox .text {
        padding: 1em;
    }

    .home06 {
        padding-bottom: 40px;
    }

    .home06box {
        padding: 2em 1.5em 1.5em;
    }

    .home06iteminn {
        padding: 1.5em 0;
    }

    .home06iteminn .pbox .pic {
        max-width: 250px;
    }

    .home06item:nth-of-type(2n+2) {
        border-top: 2px dashed #8d7267;
        border-left: none;
    }

    .home07 .titbox h3 {
        max-width: 320px;
        margin: 0 0 0 auto;
    }

    .home07 .occupationlist .underLine02 {
        font-size: 16px;
    }
}

/*guide*/
.guide02box .homeSlide .uk-slidenav-position:after{
  padding-top: 55%;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}


/*concept*/

.concept01box .titbox .tit {
    max-width: 420px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/onbg08.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.concept01list .concept01item {
    margin-bottom: 4%;
}

.concept01list .concept01item:nth-of-type(4n+2) {
    margin-top: 7.5%;
}

.concept01list .concept01item:nth-of-type(4n+3) {
    margin-top: -5%;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {
    .concept01box .titbox .tit {
        margin: 0 auto;
    }

    .concept01list .concept01item {
        margin: 4% 0 !important;
    }

    .concept01list .concept01item.pbox {
        width: 48%;
    }
}


/*consultation*/

.consultation01list .consultation01item:nth-of-type(9n+1) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni15.png);
}

.consultation01list .consultation01item:nth-of-type(9n+2) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni16.png);
}

.consultation01list .consultation01item:nth-of-type(9n+3) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni17.png);
}

.consultation01list .consultation01item:nth-of-type(9n+4) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni18.png);
}

.consultation01list .consultation01item:nth-of-type(9n+5) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni19.png);
}

.consultation01list .consultation01item:nth-of-type(9n+6) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni20.png);
}

.consultation01list .consultation01item:nth-of-type(9n+7) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni21.png);
}

.consultation01list .consultation01item:nth-of-type(9n+8) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni22.png);
}

.consultation01list .consultation01item:nth-of-type(9n+9) .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni23.png);
}


.consultation01list .consultation01item:nth-of-type(odd) .radbg {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/radbg03.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 25% 10% 25%;
    text-align: left;
}


.consultation01list .consultation01item:nth-of-type(even) .radbg {
    display: inline-block;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/radbg04.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 22.5% 10% 22.5%;
    text-align: left;
}

.consultation01list .consultation01item:nth-of-type(even) h3 {
    text-align: right;
}

.consultation01list .consultation01item .tbox {
    width: 56%;
}

.consultation01list .consultation01item .pbox {
    width: 40%;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {
    .consultation01list .consultation01item:nth-of-type(odd) .radbg {
        padding: 3em 2em;
        min-width: 90%;
        background-size: 100% 100%;
    }

    .consultation01list .consultation01item:nth-of-type(even) .radbg {
        padding: 3em 2em;
        min-width: 90%;
        background-size: 100% 100%;
    }
}

/*vitamin*/

.vitamin02box {
    padding: 3em 3em;
    border: 2px dashed #8d7267;
    border-radius: 5px;
}

.vitamin02listbox {
    counter-reset: number;
}

.vitamin02item {
    padding-left: 2em;
    position: relative;
}

.vitamin02item:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
}

.vitamin02list {
    margin: 0;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+1):before {
    background-color: #f09650;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+2):before {
    background-color: #d2be0a;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+3):before {
    background-color: #82bec8;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+4):before {
    background-color: #dc8c82;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+5):before {
    background-color: #78aa5a;
}

.vitamin02listL .vitamin02item:nth-of-type(12n+6):before {
    background-color: #f09650;
}


.vitamin02listR .vitamin02item:nth-of-type(12n+1):before {
    background-color: #dc8c82;
}

.vitamin02listR .vitamin02item:nth-of-type(12n+2):before {
    background-color: #78aa5a;
}

.vitamin02listR .vitamin02item:nth-of-type(12n+3):before {
    background-color: #f09650;
}

.vitamin02listR .vitamin02item:nth-of-type(12n+4):before {
    background-color: #f09650;
}

.vitamin02listR .vitamin02item:nth-of-type(12n+5):before {
    background-color: #d2be0a;
}

.vitamin02listR .vitamin02item:nth-of-type(12n+6):before {
    background-color: #82bec8;
}

.vitamin03list .vitamin03item:nth-of-type(odd) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT05.png);
}

.vitamin03list .vitamin03item:nth-of-type(even) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT06.png);
}


.vitamin03item .pbox {
    max-width: 200px;
}

.vitamin03bnrbox {
    margin-top: 160px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.vitamin03bnrbox a {
    display: block;
    position: relative;
    overflow: hidden;
}

.vitamin03bnrbox .pbox {
    position: relative;
    overflow: hidden;
}

.vitamin03bnrbox .pbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    z-index: 1;
    pointer-events: none;
}

.vitamin03bnrbox .pbox {
    position: relative;
}

.vitamin03bnrbox .tbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 96%;
    z-index: 1;
}

@media only screen and (max-width:1024px) {
    .vitamin02box {
        padding: 3em 1.5em;
    }

    .vitamin03bnrbox {
        margin-top: 120px;
    }
}

@media only screen and (max-width:599px) {
    .vitamin03bnrbox {
        margin-top: 80px;
    }
}

/*o-somo*/

.o-somo01list {
    margin: 100px 0;
    counter-reset: number;
}

.o-somo01item .tit {
    padding-left: 2.5em;
    position: relative;
}

.o-somo01item .tit:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.25em;
    height: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    text-align: center;
    font-size: 1.5em;
    font-weight: 400;
}

.o-somo01list .o-somo01item {
    margin: 0;
}

.o-somo01list .o-somo01item:first-of-type {
    width: 100%;
}

.o-somo01list .o-somo01item:first-of-type .o-somo01iteminn {
    max-width: 50%;
    margin: 0 auto -7%;
}

.o-somo01list .o-somo01item:nth-of-type(3n+1) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT08.png);
}

.o-somo01list .o-somo01item:nth-of-type(3n+2) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT09.png);
}

.o-somo01list .o-somo01item:nth-of-type(3n+3) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT10.png);
}


.o-somo01iteminn {
    display: block;
    position: relative;
    padding: 2px;
    cursor: pointer;
}
.o-somo01iteminn:hover .tbox {
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    transform: rotate(-120deg);
    z-index: 2;
}

.o-somo01iteminn .pbox {
    overflow: hidden;
    border-radius: 50%;
}

.o-somo01iteminn .tbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15% 12.5%;
    -webkit-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform-origin: 40% 0%;
    -ms-transform-origin: 40% 0%;
    transform-origin: 40% 0%;
    overflow: hidden;
    border-radius: 50%;
}

.o-somo01iteminn .tbox * {
    max-width: 100%;
}

.o-somo02box .pbox .pic {
    max-width: 840px;
    margin: 0 auto;
    border: 2px dashed #8d7267;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width:1024px) {
    .o-somo01list {
        margin: 70px 0;
    }

    .o-somo01list .o-somo01item {
        width: 75% !important;
        max-width: 600px;
        margin: 2% auto;
    }

    .o-somo01list .o-somo01item:first-of-type .o-somo01iteminn {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:599px) {
    .o-somo01list {
        margin: 40px 0;
    }

    .o-somo01list .o-somo01item {
        width: 100% !important;
    }

    .o-somo01iteminn {
        padding: 3em 1.5em;
        background-color: #fff;
        cursor: auto;
    }

    .o-somo01iteminn .pbox {
        width: 75%;
        max-width: 300px;
        margin: 2% auto 8%;
    }

    .o-somo01iteminn .tbox {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100%;
        height: auto;
        display: block;
        border-radius: 0;
        padding: 0;
        margin: 2% auto;
    }

    .o-somo01iteminn:hover .tbox {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*syokuiku*/

.syokuiku02list {
    counter-reset: number;
}


.syokuiku02list .syokuiku02item:nth-of-type(4n+1) {
    width: 54%;
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+2) {
    width: 38%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+3) {
    width: 38%;
    margin-top: -160px;
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+4) {
    width: 54%;
    margin-top: 80px;
}


.syokuiku02list .syokuiku02item .tit {
    padding-left: 2em;
    position: relative;
}

.syokuiku02list .syokuiku02item .tit:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.5em;
    height: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+1) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT12.png);
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+2) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT13.png);
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+3) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT14.png);
}

.syokuiku02list .syokuiku02item:nth-of-type(4n+4) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT15.png);
}

.syokuiku03boxinn01 {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px dashed #8d7267;
}

.syokuiku03boxinn01list {
    max-width: 740px;
    margin: 0 auto;
}

.syokuiku03boxinn01item {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 1em;
}

.syokuiku03boxinn01item:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 1em;
    height: 1em;
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+1):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl01.png);
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+2):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl02.png);
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+3):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl03.png);
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+4):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl04.png);
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+5):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl05.png);
}

.syokuiku03boxinn01list .syokuiku03boxinn01item:nth-of-type(6n+6):before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bgcl06.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+1) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni24.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+2) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni25.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+3) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni26.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+1) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT16.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+2) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT17.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(3n+3) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT18.png);
}

.syokuiku04list .syokuiku04item:nth-of-type(even) .syokuiku04iteminn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.syokuiku04list .syokuiku04item .tbox .oniT01 {
    color: #fff;
}

.syokuiku04list .syokuiku04item .tbox .tboxinn {
    max-width: 460px;
}

.syokuiku04list .syokuiku04item:nth-of-type(even) .tbox .tboxinn {
    margin-left: auto;
}

.syokuiku04list .syokuiku04item .tbox .txt {
    padding: 1em;
    background-color: #fff;
}

.syokuiku04list .syokuiku04item .pbox .pic {
    max-width: 300px;
    margin: 0 auto;
}

.syokuiku05item .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.syokuiku05item [class*="nuts"] {
    padding: 1.5em 2em;
}

.syokuiku08box .titbox {
    width: 30%;
}

.syokuiku08box .circlebox {
    background-color: #fbc3c3;
    color: #fff;
    border: 2px solid;
    border-radius: 50%;
    padding: 1em;
    width: 280px;
    height: 280px;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 0 0 10px #fab4b4;
    box-shadow: 0 0 0 10px #fab4b4;
    margin: 0 auto;
}

.syokuiku08box .circlebox h3 {
    color: #fff;
}

.syokuiku08box .tbox {
    width: 38%;
}

.syokuiku08box .pbox {
    width: 26%;
}

.syokuiku10list {
    counter-reset: number;
}

.syokuiku10iteminn {
    margin-bottom: 200px;
}

.syokuiku10item .tit {
    padding-left: 2.5em;
    padding-bottom: 0.75em;
    padding-right: 1.5em;
    position: relative;
    border-bottom: 2px dashed;
    cursor: pointer;
}

.syokuiku10item .tit:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.5em;
    height: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 140%;
}

.syokuiku10item .tit:after {
    content: "\f106";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 150%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.syokuiku10item .tit.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+1) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT19.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+2) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT20.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+3) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT21.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+4) .tit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT22.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+1) .tit:after,
.syokuiku10list .syokuiku10item:nth-of-type(4n+1) .subtit {
    color: #d2be0a;
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+2) .tit:after,
.syokuiku10list .syokuiku10item:nth-of-type(4n+2) .subtit {
    color: #82bec8;
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+3) .tit:after,
.syokuiku10list .syokuiku10item:nth-of-type(4n+3) .subtit {
    color: #dc8c82;
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+4) .tit:after,
.syokuiku10list .syokuiku10item:nth-of-type(4n+4) .subtit {
    color: #78aa5a;
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+1) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni11.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+2) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni12.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+3) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni27.png);
}

.syokuiku10list .syokuiku10item:nth-of-type(4n+4) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni28.png);
}

.syokuiku10item .nl li:before {
    background-color: #64463c;
    color: #fff;
    border-radius: 5px;
}

@media only screen and (max-width:1024px) {

    .syokuiku02list .syokuiku02item:nth-of-type(4n+2) {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .syokuiku02list .syokuiku02item:nth-of-type(4n+3) {
        margin-top: -120px;
    }

    .syokuiku02list .syokuiku02item:nth-of-type(4n+4) {
        margin-top: 60px;
    }

    .syokuiku08box .titbox {
        width: 100%;
        margin-bottom: 40px;
    }

    .syokuiku08box .circlebox {
        width: 240px;
        height: 240px;
        -webkit-box-shadow: 0 0 0 7.5px #fab4b4;
        box-shadow: 0 0 0 7.5px #fab4b4;
    }

    .syokuiku08box .tbox {
        width: 60%;
    }

    .syokuiku08box .pbox {
        width: 36%;
    }
    .syokuiku10iteminn {
        margin-bottom: 120px;
    }
}

@media only screen and (max-width:599px) {
    .syokuiku02list .syokuiku02item {
        width: 100% !important;
        margin: 20px auto !important;
    }

    .syokuiku03boxinn01 {
        padding: 1.5em;
    }

    .syokuiku08box .titbox {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
    }

    .syokuiku08box .tbox {
        width: 100%;
        margin: 2% 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .syokuiku08box .pbox {
        width: 100%;
        margin: 2% 0;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .syokuiku08box .circlebox {
        width: 200px;
        height: 200px;
        -webkit-box-shadow: 0 0 0 5px #fab4b4;
        box-shadow: 0 0 0 5px #fab4b4;
    }
    .syokuiku10iteminn {
        margin-bottom: 40px;
    }
}

/*mrc*/

.mrc01boxinn02 {
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    border: 2px dashed #8d7267;
}

.mrc01boxinn02list {
    max-width: 740px;
    margin: 0 auto;
    counter-reset: number;
}

.mrc01boxinn02item {
    padding-left: 1.5em;
    position: relative;
    margin-bottom: 1em;
}

.mrc01boxinn02item:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.25em;
    height: 1.25em;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+1):before {
    background-color: #f09650;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+2):before {
    background-color: #dc8c82;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+3):before {
    background-color: #d2be0a;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+4):before {
    background-color: #78aa5a;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+5):before {
    background-color: #82bec8;
}

.mrc01boxinn02list .mrc01boxinn02item:nth-of-type(6n+6):before {
    background-color: #f09650;
}

@media only screen and (max-width:1024px) {
    .mrc01boxinn02 {
        padding: 3em 1.5em;
    }
}

@media only screen and (max-width:599px) {}

/*cmncase metalfree*/

.cmncase02list .cmncase02item:nth-of-type(3n+2) {
    margin-top: 8%;
}

.cmncase02list .cmncase02item:nth-of-type(odd) .nuts {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts04.png);
}

.cmncase02list .cmncase02item:nth-of-type(even) .nuts {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts03.png);
}

.cmncase02item .nuts {
    padding: 1em 1.5em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.cmncase02item .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cmncase03list .cmncase03item:nth-of-type(4n+1) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni24.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+2) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni25.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+3) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni26.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+4) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni29.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+1) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT16.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+2) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT17.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+3) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT18.png);
}

.cmncase03list .cmncase03item:nth-of-type(4n+4) .tbox .oniT01:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT23.png);
}

.cmncase03list .cmncase03item:nth-of-type(even) .cmncase03iteminn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cmncase03list .cmncase03item .tbox .oniT01 {
    color: #fff;
}

.cmncase03list .cmncase03item .tbox .tboxinn {
    max-width: 460px;
}

.cmncase03list .cmncase03item:nth-of-type(even) .tbox .tboxinn {
    margin-left: auto;
}

.cmncase03list .cmncase03item .tbox .txt {
    padding: 1em;
    background-color: #fff;
}

.cmncase03list .cmncase03item .pbox .pic {
    max-width: 300px;
    margin: 0 auto;
}
.cmncase03list .cmncase03item .pbox li{
  width: 50%;
  margin: 1% 0;
}
.cmncase03list .cmncase03item:nth-of-type(2n+1) .pbox li:nth-of-type(2n+2) .pic {
    width: 130%;
    margin-top: 100px;
    margin-left: -8%;
}
.cmncase03list .cmncase03item:nth-of-type(2n+2) .pbox li:nth-of-type(2n+1) .pic {
    width: 130%;
    margin-top: 100px;
    margin-left: -19%;
}
@media only screen and (max-width:1024px) {
    .cmncase02item {
        width: 48%;
    }
    .cmncase02list .cmncase02item:nth-of-type(3n+2) {
        margin-top: 1%;
    }
}

@media only screen and (max-width:599px) {
    .cmncase02item {
        width: 100%;
        margin-top: 2% !important;
    }
    .cmncase03list .cmncase03item:nth-of-type(2n+1) .pbox li:nth-of-type(2n+2) .pic{
          width: 110%;
          margin-top: 50px;
          margin-left: -0%;
    }
    .cmncase03list .cmncase03item:nth-of-type(2n+2) .pbox li:nth-of-type(2n+1) .pic {
        width: 108%;
        margin-top: 50px;
        margin-left: -3%;
    }
}
/*faq*/

.faqlist01 .faqitem01 .qs {
        padding-left: 50px;
    position: relative;
    padding-bottom: 1em;
    border-bottom: 2px dashed;
    margin-bottom: 1em;
}

.faqlist01 .faqitem01 .qs:before {
    position: absolute;
    top: -0.25em;
    left: 0;
    content: "Q";
    width: 1.5em;
    height: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 125%;
}
.faqlist01 .faqitem01:nth-of-type(4n+1) .qs:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT12.png);
}

.faqlist01 .faqitem01:nth-of-type(4n+2) .qs:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT13.png);
}

.faqlist01 .faqitem01:nth-of-type(4n+3) .qs:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT14.png);
}

.faqlist01 .faqitem01:nth-of-type(4n+4) .qs:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT15.png);
}

@media only screen and (max-width:1024px) {}
@media only screen and (max-width:599px) {}
/*news blog news_detail blog_detail*/

.nitem {
    border-bottom: 1px dashed #d2be0a;
    margin-bottom: 2em;
}

.nitem a {
    display: block;
    padding: 1em 1em 1em 70px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bulb02.png);
    background-size: 62px;
    background-repeat: no-repeat;
    background-position: left center;
}

.nitem .tit {
    margin: 0.5em 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bitem {
    border-bottom: 1px dashed #d2be0a;
    margin-bottom: 2em;
}

.bitem a {
    display: block;
    padding: 1em 0;
}

.bitem .tit {
    margin: 0.5em 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.calist {
    background-color: rgba(255, 255, 255, 0.95);
}

.caitem dt {
    text-align: center;
    color: #324164;
    margin-bottom: 1.5em;
}

.caitem dt * {
    color: #324164;
}

.caitem ul {
    display: inline-block;
}

.caitem li {
    margin: 0.5em 0;
}

.caitem li a {
    padding: 0 0 0 1.5em;
    display: block;
    position: relative;
}

.caitem li a:before {
    position: absolute;
    bottom: 0.25em;
    left: 0;
    content: "";
    border-bottom: 0.75em solid #fce39d;
    border-right: 0.75em solid transparent;
}

.pagenav {
    margin: 80px 0;
    padding: 40px 0;
    position: relative;
}

main[class*="blog"] .pagenav:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/pagenami02.png);
}

.pagenav:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 130vw;
    height: 100%;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/pagenami01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.pagenav * {
    color: #fff;
}

.pagenav ul {
    max-width: 360px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    text-align: center;
    font-size: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenav li a {
    display: block;
}

.pagenav li.prev a,
.pagenav li.next a {
    font-size: 75%;
}

.postarea .cdlist .date {
    width: 7em;
}

.postarea .cdlist .cat {
    width: calc(100% - 7.5em);
}

.postarea .single {
    padding: 60px 0;
    border-bottom: 1px dashed #d2be0a;
}

.postarea .back01 * {
    color: rgba(220, 140, 130, 255);
}

.postarea .back01 {
    margin-bottom: 80px;
}

.news_detailpostbox .titbox {
    padding: 0 0 0 70px;
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/bulb02.png);
    background-size: 62px;
    background-repeat: no-repeat;
    background-position: left top;
}

.news_detailpostbox .titbox .tit {
    margin: 0.5em 0;
}

.blog_detailpostbox .titbox .tit {
    margin: 0.5em 0;
}

.blog_detail02box .oniT01 {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .postcont {
        width: 100%;
    }

    .caarea {
        width: 100%;
    }

    .calist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .caitem {
        width: 48%;
    }

    .pagenav li {
        font-size: 24px;
    }

    .pagenav:before {
        background-size: cover;
    }

    .pagenav {
        padding: 30px 0;
    }

    .nitem a {
        padding: 1em 1em 1em 56px;
        background-size: 47px;
    }

    .news_detailpostbox .titbox {
        padding: 0 0 0 56px;
        background-size: 47px;
    }

    .postarea .single {
        padding: 50px 0;
    }
}

@media only screen and (max-width:599px) {
    .pagenav li {
        font-size: 18px;
    }

    .caitem {
        width: 100%;
    }

    .nitem a {
        padding: 1em 1em 1em 35px;
        background-size: 31px;
    }

    .postarea .cdlist .date {
        width: 100%;
    }

    .postarea .cdlist .cat {
        width: 100%;
    }

    .news_detailpostbox .titbox {
        padding: 0 0 0 35px;
        background-size: 31px;
    }

    .postarea .single {
        padding: 40px 0;
    }
}

/*staff*/

.staff01list .staff01item:nth-of-type(odd) .staff01itemboxtop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff01itemboxbtmiteminnlistbox {
    padding: 3em 1.25em;
    background-color: #fff;
    border: 2px dashed #8d7267;
    border-radius: 5px;
    overflow: hidden;
}

.staff01itemboxbtmiteminn .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff02list .staff02item:nth-of-type(even) .staff02itemboxtop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff02itemboxbtmiteminnlistbox {
    padding: 3em 1.25em;
    background-color: #fff;
    border: 2px dashed #8d7267;
    border-radius: 5px;
    overflow: hidden;
}

.staff02itemboxbtmiteminn .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.staff03item {
    margin-bottom: 120px;
}

.staff03list .staff03item:nth-of-type(even) .staff03itemboxtop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.staff03itemboxbtmiteminnlistbox {
    padding: 3em 1.25em;
    background-color: #fff;
    border: 2px dashed #8d7267;
    border-radius: 5px;
    overflow: hidden;
}

.staff03itemboxbtmiteminn .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width:1024px) {
    .staff01item {
        margin-bottom: 100px;
    }
    .staff02item {
        margin-bottom: 100px;
    }
    .staff03item {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width:599px) {}

/*recruit*/

.recruit02list .recruit02item:nth-of-type(3n+1),
.recruit02list .recruit02item:nth-of-type(3n+3) {
    margin-top: 8%;
}

.recruit02list .recruit02item:nth-of-type(odd) .nuts {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts04.png);
}

.recruit02list .recruit02item:nth-of-type(even) .nuts {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/nuts03.png);
}

.recruit02item .nuts {
    padding: 1em 1.5em;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.recruit02item .tit {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.recruit03item .posiname {
    padding-bottom: 0.75em;
    border-bottom: 2px dashed #8d7267;
}

.recruit03item .posiname:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    counter-increment: number;
    content: counter(number);
    width: 1.5em;
    height: 1.5em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 140%;
}

.recruit03list .recruit03item:nth-of-type(2n+1) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni11.png);
}

.recruit03list .recruit03item:nth-of-type(2n+2) .pbox .oni02:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oni30.png);
}

.recruit03list .recruit03item:nth-of-type(2n+1) .subtit {
    color: #d2be0a;
}

.recruit03list .recruit03item:nth-of-type(2n+2) .subtit {
    color: #78aa5a;
}

.recruit03list .recruit03item:nth-of-type(2n+1) .subtit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT19.png);
}

.recruit03list .recruit03item:nth-of-type(2n+2) .subtit:before {
    background-image: url(/import/tenant_1/153.126.168.6/html01/images/oniT22.png);
}

.recruit03list .recruit03item:nth-of-type(2n+2) .posiname {
    text-align: right;
}

.recruit03list .recruit03item:nth-of-type(2n+2) .recruit03iteminn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.recruit03list .recruit03item .posiname .inb {
    text-align: left;
}

.recruit03list .recruit03item .subtit {
    padding-left: 2.5em;
    position: relative;
}

.recruit03list .recruit03item .subtit:before {
    position: absolute;
    top: -0.2em;
    left: 0;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    width: 2em;
    height: 2em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.recruit03iteminnlist {
    counter-reset: number;
}

.recruit03item .pbox .pic {
    max-width: 400px;
    margin: 0 auto;
}

.recruit04boxinn {
    background-color: #fff;
    padding: 3em 3em;
    border-radius: 10px;
    border: 2px dashed #64463c;
    overflow: hidden;
}

.recruit04boxitem .tit {
    width: 10em;
}

.recruit04boxitem .tit + dd {
    width: calc(100% - 11em);
}

@media only screen and (max-width:1024px) {
    .recruit02item {
        width: 48%;
    }
    .recruit02list .recruit02item:nth-of-type(3n+1),
    .recruit02list .recruit02item:nth-of-type(3n+3) {
        margin-top: 1%;
    }
}

@media only screen and (max-width:599px) {
    .recruit02item {
        width: 100%;
        margin-top: 2% !important;
    }
    .recruit04boxitem .tit {
        width: 100%;
        margin-bottom: 0.5em;
    }

    .recruit04boxitem .tit + dd {
        width: 100%;
    }
    .recruit04boxinn {
        padding: 3em 1.5em;
    }
}

/*form*/

.form dl {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 36%;
    font-weight: 600;
}

.form dt .reqw {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    background: #d5262b;
    color: #fff;
    margin-left: 10px;
    border-radius: 5px;
}

.form dd {
    width: 60%;
}

.form dd input {
    width: 100%;
    padding: 5px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.form dd select {
    padding: 5px;
    font-family: inherit;
    color: inherit;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"] + label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    line-height: 200%;
}

.form dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 2px;
    width: 8px;
    height: 8px;
    background: #303841;
    border-radius: 50%;
}

.form dd input[type="radio"]:checked + label {
    border-bottom: 1px solid;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.form dd textarea {
    width: 100%;
    padding: 5px;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: 250px;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    background: #d5262b;
    padding: 20px 40px;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    border: none;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.formbtn2 li:nth-of-type(odd) button:after {
    right: auto;
    left: 20px;
    content: "\f104";
}

.formbtn li button:hover {
    opacity: 0.6;
    cursor: pointer;
}

.formbtn li {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media only screen and (max-width:1024px) {
    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 15px 0;
    }

    .formbtn li button {
        margin: 60px auto;
        padding: 15px 40px;
    }

    .formbtn2 li {
        max-width: 200px;
    }

}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        padding: 10px 40px;
        max-width: 250px;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}

/*2020/06/18*/

.footD {
  margin-top: 20px;
}

.f-din .list-btn {
  width: 300px;
}

.f-din .list-btn a {
	background: rgba(220, 140, 130, 0.8);
	border: 3px solid rgba(220, 140, 130, 0.8);
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	font: normal 14px "FP-こぶりなゴシック StdN W6";
	letter-spacing: 0.05em;
	height: 50px;
	line-height: 45px;
	width: 80%;
	overflow: hidden;
	position: relative;
	text-align: center;
	z-index: 0;
	margin-top: 30px;
}


.f-din .list-btn a:hover {
	opacity: 0.6;
}

.mt10 {
  margin-top: 10px;
}

.l-img {
  display: flex;
}

@media only screen and (max-width:599px) {
  .l-img {
    display: block;
}

  .f-din .list-btn a {
    margin-top: 10px;
}
}

/* 追記 */

.guide03 .container {
    margin: 0 auto;
    width: 1024px;
}

.guide03 .u-h3 {
    line-height: 1.5;
    text-align: center;
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 40px;
}

.guide03 .col2-col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.guide03 .col2-col2>li {
    margin: 0 0 30px;
    width: 48%;
}

.guide03 .caption-text{
  margin: 20px 0;
}

@media only screen and (max-width:1024px){
    .guide03 .container {
    margin: 0 auto;
    width: 100%;
}

.guide03 .col2-col2 {
    margin: 0 auto 30px;
    width: 96%;
}
}


@media only screen and (max-width:599px){
  
  .guide03 .container {
    margin: 0 auto;
    width: 100%;
}


.guide03 .col2-col2>li {
    margin: 0 0 30px;
    width: 100%;
}

.guide03 .col2-col2 {
  display: block;
}

.acess-image{
  width: 80%;
  margin: 0 auto 20px; 
}

.acess-image:last-of-type{
  margin: 0 auto; 
}

.acess-image {
    width: 93%;
    display: block;
    margin: 0 auto 20px;
}

.guide03 .caption-text{
  text-align: center;
  margin: 20px 0;
}


}


/* 追記 */

.rad20 {
    width: 491px;
    height: 369px;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 1024px){
  .rad20 {
   width: 354px;
height: 266px; 
}
}

@media only screen and (max-width: 599px){
  .rad20 {
 width: 93%;
 height: 270px;
}
}

/* LINE友達追加作成*/

.line-text{
  color: #01B901;
}

.home01 .line-box{
    border: 2px dashed #8d7267;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
        display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}

.line-text {
    color: #01B901;
    font-size: 40px;
}

.line-arrow{
  display: block;
    text-align: center;
    font-size: 30px;
    color: #00b900;
    margin-bottom: 15px;
}

.line-image{
  width: 13%;
    margin: auto;
}

@media only screen and (max-width: 1024px){
  .home01 .line-box {
    border: 2px dashed #8d7267;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 0;
}
}


@media only screen and (max-width: 599px){
  
  .home01 .line-box {
    border: 2px dashed #8d7267;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.line-text {
    color: #01B901;
    font-size: 18px;
}

.line-arrow {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #00b900;
    margin-bottom: 5px;
}

.line-image {
    width: 13%;
    margin: auto;
}
  
}




/* 2021.12.09 */


.dentalroon{
  width: 70%;
}


@media only screen and (max-width: 599px){
.dentalroon{
  width: 93%;
}
}

/* 2022/07/22 追記 */

/* 下記スタッフ紹介ページのメインビジュアル */

@media only screen and (min-width: 1025px){
  .another-mainImg img{
    top: -10px !important;
    object-position: 0px -80px !important;
}  
}


@media only screen and (max-width: 599px){
    .another-mainImg img{
    object-position: 0px -25px !important;
}  
  
}

/*2023/01/20*/
.satellite-bnr {
  padding-bottom: 150px;
}
.satellite-bnr ul li {
  width: 48%;
  margin: 0 auto 20px;
}
.satellite-bnr ul li img {
  width: 100%;
}

@media only screen and (max-width: 599px){
  .satellite-bnr {
    padding-bottom: 50px;
  }
  .satellite-bnr ul li {
    width: 100%;
  }
}


/* 2023/03/27追記 */

/* .home09 {
    padding-bottom: 60px;
}

@media (max-width:599px) {
    .home09 {
        padding-bottom: 20px;
    }
} */


.line-box01 {
    position: relative;
    margin: 50px auto;
}

.line-box01 .box {
    position: relative;
    max-width: 770px;
    margin: auto;
    width: 100%;
}

.line-box01 .box a {
    border: 2px dashed #324164;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 10px 0;
    position: relative;
    font-size: clamp(1.125rem, 0.463rem + 2.72vw, 2.5rem);
    line-height: 1.6;
    border-radius: 10px;
}

.line-box01 .box a:after {
    content: "\f0a9";
    font-family: "font awesome 5 Free";
    font-weight: bold;
    margin-left: 10px;
}

.homeSlide .uk-slideshow .uk-overlay-panel {
    font-size: clamp(1.25rem, 0.848rem + 1.65vw, 2.188rem);
    text-align: center;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.702140231092437) 10%, rgba(0,0,0,0) 20%);
}

.box-ba {
    position: relative;
}

.box-ba .tit {
    color: #78aa5a;
    font-size: clamp(1rem, 0.786rem + 0.88vw, 1.5rem);
    font-weight: bold;
    margin-bottom: 10px;
}

.box-ba .item {
    position: relative;
}

.box-ba .item .left {
    width: 48%;
}

.box-ba .item .right {
    width: 48%;
}


.box-ba + .box-ba {
    margin-top: 40px;
}




/* 2023/05/10 */
.lay-type-01 .direct_bridge02list > li:nth-child(1) {
    width: 100%;
}

.lay-type-01 .direct_bridge02list > li:nth-child(2),.lay-type-01 .direct_bridge02list > li:nth-child(3) {
    width: 48%;
}

.lay-type-01 .direct_bridge02list > li:nth-child(2) {
    margin-top: 0!important;
}

@media (max-width:599px) {
  .lay-type-01 .direct_bridge02list > li:nth-child(2), .lay-type-01 .direct_bridge02list > li:nth-child(3) {
      width: 100%;
  }
  
  .lay-type-01 .direct_bridge02list > li:nth-child(2) {
      margin-top: 2% !important;
  }
  .lay-type-01 .direct_bridge02list > li:nth-child(1) .ofiImg, .lay-type-01 .direct_bridge02list > li:nth-child(2) .ofiImg, .lay-type-01 .direct_bridge02list > li:nth-child(3) .ofiImg {
      padding-top: 80%;
  }
}
