@charset "utf-8";
/* CSS Document */

/*common*/

.fcDpink {
    color: #d68580;
}

.fcDgreen {
    color: #5896d2;
}

.fcRgreen {
    color: #305d8a;
}

.fcLgreen {
    color: #82B7F0;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

.fcLgrey {
    color: #ddd;
}

.bgLyellow {
    background-color: #fff7de;
}

.bgLgreen {
    background-color: #e9edf2;
}

.bg01 {
    background: rgb(198, 243, 243);
    background: -webkit-linear-gradient(top, rgba(198, 243, 243, 1) 0%, rgba(233, 244, 206, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(198, 243, 243, 1)), to(rgba(233, 244, 206, 1)));
    background: linear-gradient(to bottom, rgba(198, 243, 243, 1) 0%, rgba(233, 244, 206, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6f3f3', endColorstr='#e9f4ce', GradientType=0);
}

.marker01 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #ffff66));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #ffff66 60%);
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #ffff66 60%);
}

.bgtit01 {
    position: relative;
    padding: .5em;
    background-color: #c9dcef;
    color: #5896d2;
    text-shadow: 2px 2px 5px #fff;
}

.bgtit01:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #c9dcef;
}

.more01 a {
    display: inline-block;
    max-width: 100%;
}

.more01 .btn {
    display: inline-block;
    width: 120px;
    max-width: 100%;
    color: #fff;
    border-radius: 20px;
    background-color: #82B7F0;
    padding: 0.5em 1.5em;
    position: relative;
    text-align: center;
}

.more01 .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.more02 a {
    display: inline-block;
    max-width: 100%;
}

.more02 .btn {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    color: #fff;
    background-color: #7bacdb;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
}

.more02 .btn:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.more03 a {
    display: inline-block;
    max-width: 100%;
}

.more03 .btn {
    display: inline-block;
    width: 350px;
    max-width: 100%;
    border: 1px solid;
    color: #7bacdb;
    padding: 1em 1.5em;
    position: relative;
    text-align: center;
}

.more03 .btn:after {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.back01 a {
    display: inline-block;
    width: 180px;
    max-width: 100%;
    color: #fff;
    border-radius: 20px;
    background-color: #82B7F0;
    padding: 0.5em 1.5em;
    position: relative;
    text-align: center;
}

.back01 a:after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    left: 1em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.tel .tel01 {
    padding-left: 1.1em;
    position: relative;
}

.tel .tel01:before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 125%;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.headTopinn img {
    width: 620px;
}

@media only screen and (max-width:1024px) {
  .headTopinn img {
  width: 330px;
}
}

@media only screen and (max-width:599px) {
  .headTopinn img {
  width: 280px;
}
}

/*header*/

h1 {
    padding: 1em 0;
    padding-right: 50px;
}

.headTop {
    padding: 0 0 1.5em;
}

.hlogo a {
    display: inline-block;
    max-width: 210px;
}

.timetelbox {
    max-width: 450px;
    margin-left: auto;
}
.timetelbox .box {
    padding-bottom: 8px;
    background-color: #dbe7f3;
    padding: 1em;
}

.timetelbox .box .tit {
    font-size: 18px;
    color: #e0ecf6;
    font-weight: bold;
    color: #5896d2;
    margin-bottom: 5px;
    text-align: center;
}
.timetelbox .telbox [style*="min-height"]{
  min-height: inherit !important;
}
.timetelbox .time00 dl {
  margin-bottom: 4px;
}
.timetelbox .time00 .more01 a {
    margin-top: 3px;
}
@media only screen and (max-width:1024px) {
    .hlogo a {
        max-width: 180px;
    }
    
    .time00 {
      display: contents;
    }
}

@media only screen and (max-width:599px) {
    h1 {
        padding: 0.5em 0;
        padding-right: 50px;
    }

    .hlogo a {
        max-width: 150px;
    }

    .headTop {
        padding: 0.5em 0 1em;
    }

    .hlogo {
        text-align: center;
    }

    .headTopinnR {
        display: none;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    z-index: 200;
    width: 100%;
    background-color: #82B7F0;
}

#gnav * {
    color: #fff;
    text-shadow: 0px 0px 3px #6c786a;
}

.glist li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

.glist li a {
    display: block;
    padding: 1.25em 0.5em;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    -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;
}



#gnav .glist li.pullbox dt {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

#gnav .glist li.pullbox .a {
    display: block;
    padding: 1.25em 0.5em;
    cursor: pointer;
}

#gnav li .pull {
    position: relative;
}

#gnav li.pullbox:hover .pulllist {
    visibility: visible;
    opacity: 1;
}

[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%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    top: 100%;
    width: 200px;
    z-index: 10;
}

#gnav li .pulllist li {
    width: 100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 14px;
}

#gnav li.pullbox:hover .pulllist li {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

#gnav li .pulllist li:nth-of-type(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

#gnav li .pulllist li:nth-of-type(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

#gnav li .pulllist li:nth-of-type(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

#gnav li .pulllist li:nth-of-type(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

#gnav li .pulllist li:nth-of-type(6) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#gnav li .pulllist li:nth-of-type(7) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

#gnav li .pulllist li:nth-of-type(8) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

#gnav li .pulllist li:nth-of-type(9) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

#gnav li .pulllist li:nth-of-type(10) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

[data-element-id] #gnav li .pulllist li {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#gnav li .pulllist li a {
    padding: 1em;
    text-align: left;
    color: #fff;
    background-color: #82B7F0;
    border-bottom: 1px solid;
}

#gnav li .pulllist li:last-of-type a {
    border-bottom: none;
}

@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-color: 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;
        font-size: 14px;
    }

#gnav p.toggle {
    display: block !important;
    position: fixed;
    width: 48px;
    height: 58px;
    top: 6px;
    right: 10px;
    cursor: pointer;
    opacity: 0.95;
    margin: 2px;
    z-index: 251;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    background-color: #82B7F0;
}
#gnav p.toggle span.menu {
    display: block;
    font-size: 11px;
    line-height: 100%;
    width: 58px;
    position: absolute;
    bottom: 4px;
    left: -5px;
    right: 0;
    text-align: center;
    color: #fff;
}
#gnav p.toggle span.menu:before{
    content:"MENU";
}
#gnav.action p.toggle span.menu:before{
      content:"";
}
#gnav.action p.toggle span.menu:after{
    content:"CLOSE";
}
    #gnav.action .gnavinn {
        height: 100vh;
        opacity: 1;
        z-index: 250;
    }

    #gnav p.toggle span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 36px;
        text-indent: 9999px;
        padding: 0;
        top: 37%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p.toggle span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 36px;
        position: absolute;
        top: -12px;
        left: 0;
    }

    #gnav p.toggle span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 36px;
        position: absolute;
        top: 12px;
        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 .gnavinn .glist .none a:before {
    content: "";
}    
#gnav .gnavinn .glist a:before {
    display: inline-block;
    content: "・";
    padding-right: 0.5%;
}
#gnav li .pull{
    position:relative;
    padding-left: 15px;
    margin-bottom: 15px;
    }
#gnav li .pull:before {
    content:"";
    background:#434343;
    width:1px;
    height: auto;
    position:absolute;
    top: 10px;
    left:25px;
    bottom: 20px;
    }
#gnav li .pull li {
    position:relative;
    }
#gnav li .pull li .bor {
    padding-left: 0px;
    margin-left: -40px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
#gnav li .pull li .bor:before {
    content: "";
    background: #434343;
    width: 15px;
    height: 1px;
    display: block;
    margin-top: -5px;
    margin-left: 15px;
}
    #gnav * {
        color: inherit;
        text-shadow: none;
    }

    #gnav .gnavinn .glist .pullbox dt {
        text-align: left;
        font-size: 14px;
    }

    #gnav .gnavinn .glist dt .a {
        height: auto;
        display: block;
        text-align: left;
        padding: 10px 10px 10px 20px;
        border: none !important;
    }
#gnav .gnavinn .glist dt .a:before {
    display: inline-block;
    content: "・";
    padding-right: 2.5%;
}
    #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;
        padding: 0 1em;
    }

    #gnav li .pulllist:before {
        left: 27px;
        display: none;
    }

    #gnav li .pulllist li {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    #gnav li .pulllist li a {
        font-size: 14px;
        background: none;
        color: inherit;
    }

    #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;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 60px 3% 33%;
    }
}

/*footer*/

.ftop {
    padding: 1.5em 0;
}

.flogo a {
    display: inline-block;
    max-width: 210px;
    padding: 1em 0;
}

.ftable table {
    background: #fff7de;
    padding: 0.5em;
    width: 100%;
    text-align: center;
}

.ftable tbody tr {
    border-bottom: none;
}

.ftable thead th,
.ftable thead td {
    font-size: 16px;
    color: #82B7F0;
    font-weight: 700;
}


.ftable th {
    width: 150px;
    padding: 0.5em 0;
}

.fmap {
  margin: 30px 0;
}

.fmap:after {
    padding-top: 60%;
}

.fcenteritem {
    margin: 0;
}

.fbtm {
    background-color: #82B7F0;
    padding-top: 2em;
}

.fbtm * {
    color: #fff;
}

.fnavitem {
    padding-left: 0.5em;
    padding-right: 0.5em;
    position: relative;
    text-align: center;
}

.fnavlist .fnavitem + .fnavitem:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1em;
    border-left: 1px solid;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}


.fnavitem a {
    display: inline-block;
    padding: 0.5em;
}

[data-element-id] .ffixbox {
    display: block;
}

.ffixbox {
    padding: 0.5em 15px;
    background-color: #dbe7f3;
    display: none;
}
.ffixbox .telbox {
    width: 50%;
    padding: 0 1.5%;
    border-right: 1px solid #fff;
}
.ffixbox .telbox:nth-of-type(2){
    border-right:none;
}
.ffixbox .tel {
    font-size: 16px;
}

.copy {
    text-align: center;
    background-color: #82B7F0;
    padding: 1.5em;
    color: #434343;
    font-size: 12px;
}

@media only screen and (max-width:1024px) {
    .fnavlist {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fnavitem {
        width: 25%;
    }

    .fnavlist .fnavitem:nth-of-type(4n + 1):before {
        content: none;
    }

    .ftopinnL {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .ftopinnR {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
}

@media only screen and (max-width:599px) {
    .ffixbox {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99;
        display: block;
        width: 100%;
        border-top: 1px solid #fff;
    }

    .fnavitem {
        width: 50%;
    }

    .fnavlist .fnavitem:nth-of-type(odd):before {
        content: none;
    }
    
    .copy{
      padding-bottom: 100px;
    }
    
    .fmap {
      margin: 10px 0;
}
}



/*スライドショー mainImg*/

.homeSlide {
    position: relative;
    overflow: hidden;
}

.homeSlide .tbox {
    width: 96%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.homeSlide .tbox * {
    color: #fff;
    text-shadow: 1px 1px 1px #555, 1px 2px 2px #555, 1px 1px 1px #555;
}

.homeSlide .tbox .tit {
    font-size: calc(30px + ((1vw - 10px) * 1.6));
}

.homeSlide .pic {
    position: relative;
}

.homeSlide .pic:after {
    content: "";
    -webkit-box-shadow: 0 0 40px 40px #f9f9f9 inset;
    box-shadow: 0 0 40px 40px #f9f9f9 inset;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.homeSlide .uk-slidenav-position {
    text-align: center;
    position: relative;
    overflow: hidden;
    min-width: 500px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.homeSlide .uk-slidenav-position:after {
    padding-top: 50%;
    content: '';
    display: block;
}

/* .homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
} */

.homeSlide .uk-slideshow {
    position: absolute;
    top: -540px;
    height: 143% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

.mainImg {
    position: relative;
    overflow: hidden;
}

.mainImg .tbox {
    width: 96%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}

.mainImg .tbox * {
    color: #fff;
    text-shadow: 1px 1px 1px #555, 1px 2px 2px #555, 1px 1px 1px #555;
}

.mainImg .tbox .tit {
    font-size: calc(30px + ((1vw - 10px) * 1.6));
}
.mainImg .ofiImg img {
    -o-object-position: center center;
    object-position: center center;
}

/*IE対策 background-position*/

@media all and (-ms-high-contrast: none) {
    .ofiImg img {
        background-position: center center !important;
    }
}
/*totop*/

#totop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    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: #3580c7;
    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;
}

@media only screen and (max-width:1024px) {
    #totop a {
        height: 65px;
        width: 65px;
    }

    #totop a:before {
        font-size: 28px;
    }
}

@media only screen and (max-width:599px) {
    #totop a {
        height: 50px;
        width: 50px;
        font-size: 10px;
    }

    #totop a:before {
        font-size: 26px;
    }
}


/*home*/

.home01boxitem {
    background-color: #fff;
    padding: 3em 2em;
}


.home01list .home01item:last-of-type a {
    border-bottom: none;
}

.home01item a {
    display: block;
    padding: 1em 0;
    border-bottom: 1px dotted;
}

.home01item .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home02item .pbox .pic {
    width: 110%;
}

.home02item .tbox .tboxinn {
    padding: 3em 2em;
    position: relative;
    background-color: #fff;
    -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);
    margin: 1.5em 1em 0 0;
}

.home02item .tbox .pointtxt {
    font-style: italic;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home02item .tbox .tit {
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid;
}

.home03item a {
    display: block;
}

.home03item {
    background-color: #fff;
}

.home03item .tbox {
    padding: 0.5em 1.5em 1.5em;
}

.home05 .tfmp .tc:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width:1024px) {
    .home01boxitem {
        width: 100%;
    }
.home01list .home01item:last-of-type a {
    border-bottom: 1px dotted;
}
    .home01list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .home01list .home01item {
        width: 48%;
    }

    .home03item {
        width: 48%;
    }
}

@media only screen and (max-width:599px) {
    .home01boxitem {
        padding: 3em 1.5em;
    }

    .home01boxitem .more01 {
        width: 100%;
        text-align: right;
    }

    .home02item .tbox .tboxinn {
        margin: 1.5em 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 1.5em 0;
    }

    .home03item .tbox {
        padding: 0.5em;
    }

    .home03item .tbox .txt {
        font-size: 12px;
    }
}

/*about*/

.about02box .tbox {
    padding: 1.5em;
    background-color: #fff;
}

.about03item {
    background-color: #fff;
    position: relative;
}

.about03item .tbox {
    padding: 0.5em 1.5em 1.5em;
    position: relative;
}

.about03item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #009a0a transparent;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.about04map .map:after {
    padding-top: 50%;
}

.about04infoitem {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}


/*cmncase waist shoulder leg pelvis sports jiko acupuncture*/

.cmncase02box {
    background-color: #fff;
    padding: 3em 1.5em;
    position: relative;
}

.cmncase02box:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #009a0a transparent;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.cmncase02list {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.cmncase02 .ofiImg.tc img{
  opacity: 0.4;
}

.cmncase03box .tbox {
    padding: 1.5em;
    background-color: #fff;
}

.cmncase04txtlist {
    counter-reset: number;
}

.cmncase04txtlist .cmncase04txtitem .tit {
    position: relative;
    padding-left: 1.5em;
}

.cmncase04txtlist .cmncase04txtitem .tit:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 0.15em;
    left: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    letter-spacing: 0;
}

.cmncase05list .cmncase05item:nth-of-type(even) {
    margin-left: auto;
}

.cmncase05item {
    max-width: 768px;
}

.cmncase05item .tboxinn {
    padding: 3em 2em;
    position: relative;
    background-color: #fff;
    -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);
    margin: 3em 1em 0 0;
}

.cmncase05item .tbox .pointtxt {
    font-style: italic;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.cmncase05item .tbox .tit {
    padding-bottom: 0.25em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}


/*price*/
.tabNav {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.tabNav .tabItem {
    background: #fff;
    border: 1px solid #82B7F0;
    color: #82B7F0;
    font-weight: bold;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
    margin: 0 30px 10px;
    cursor: pointer;
}
.tabNav .tabItem.on {
    background: #82B7F0;
    color: #fff;
}

.bold {
    font-weight: bold;
}
.attention {
    font-size: 14px;
    display: block;
}

[data-element-id] .tabBox {
    margin-bottom: 100px;
}

.price01boxitem {
    background-color: #fff;
    padding: 3em 2em;
    position: relative;
}

.price01boxitem .ttl {
    margin-bottom: 30px;
    color: #5896d2;
}

.price01boxitem:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #009a0a transparent;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.price01item {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {
    .price01boxitem {
        padding: 3em 1.5em;
    }
}

/*contact*/

.contact01box {
    background-color: #f6f3ee;
    padding: 3em 1.5em;
}

.contact02box {
    background-color: #fff;
    padding: 3em;
}

.contact02box .form {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.formitem {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

.form dl {
    padding: 1.5em 0;
    border-bottom: 1px solid #fff;
}

.form dl:last-of-type {
    border-bottom: none;
}

.form dt {
    width: 26%;
    font-weight: 700;
    font-size: 18px;
}

.form dt .reqw {
    color: #82B7F0;
    display: inline-block;
    margin-left: 0.5em;
    font-size: 14px;
}

.form dd {
    width: 70%;
}

.form dd input {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.form dd select {
    padding: 0.5em;
    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: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #303841;
    border-radius: 50%;
    background: #fff;
}

.form dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 11px;
    height: 11px;
    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: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: 250px;
}

.formbtn li button {
    text-align: center;
    color: #fff;
    display: block;
    color: #82B7F0;
    background: none;
    border: 1px solid;
    padding: 1em 3em;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    margin: 80px auto;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 700;
    font-size: 18px;
}

.formbtn li button:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 1em;
    -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: 1em;
    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) {

    .contact02box {
        padding: 3em 1em;
    }

    .form dt {
        width: 100%;
        padding-bottom: 1em;
        font-size: 16px;
    }

    .form dd {
        width: 100%;
    }

    .form dl {
        padding: 1.25em 0;
    }

    .formbtn li button {
        margin: 60px auto;
        font-size: 16px;
    }

    .formbtn2 li {
        max-width: 200px;
    }

}

@media only screen and (max-width:599px) {
    .formbtn li button {
        margin: 40px auto;
        max-width: 250px;
        padding: 1em;
    }

    .formbtn2 li {
        max-width: 130px;
    }
}

/*article*/

.bitem a {
    display: block;
    border-bottom: 1px dashed #b1b1b1;
    padding: 0 0 1.5em;
    margin-bottom: 1.5em;
}

.recoarea .bitem {
    margin-bottom: 20px;
}

.recoarea .bitem a {
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}

.recoarea .bitem .tbox {
    padding: 1em;
    background-color: #fff;
}

.recoarea .bitem .tbox .cdlist {
    border-left: none;
    border-bottom: none;
    padding: 0;
    background: none;
}

.bitem .tbox .cdlist {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.5em 1em;
    background-color: #fff;
}

.bitem .tbox .cdlist .date {
    padding-left: 1.5em;
    position: relative;
}

.bitem .tbox .cdlist .date:before {
    content: "\f272";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #82B7F0;
}

.bitem .tbox .cdlist .cat {
    padding-left: 1.5em;
    position: relative;
}

.bitem .tbox .cdlist .cat:before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #82B7F0;
}

.bitem .tbox .tit {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blogsinglebox .titbox {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}


.blogsinglebox .titbox .cdlist .date {
    padding-left: 1.5em;
    position: relative;
}

.blogsinglebox .titbox .cdlist .date:before {
    content: "\f272";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #82B7F0;
}

.blogsinglebox .titbox .cdlist .cat {
    padding-left: 1.5em;
    position: relative;
}

.blogsinglebox .titbox .cdlist .cat:before {
    content: "\f02c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #82B7F0;
}

.blogsinglebox .single {
    padding: 40px 0;
    border-bottom: 1px dashed #c1c1c1;
}

.caitem dt {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

.caitem li a {
    padding: 1em;
    display: block;
    border-bottom: 1px dashed #b1b1b1;
}

.pagenav {
    margin: 80px auto;
}

.pagenav ul {
    max-width: 300px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    text-align: center;
    font-weight: 700;
}

.pagenav li a {
    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;
    color: #fff;
    background-color: #82B7F0;
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}

/*faq*/

.faq01nav {
    position: relative;
}

.faq01nav:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100vw;
    background: rgb(198, 243, 243);
    background: -webkit-linear-gradient(top, rgba(198, 243, 243, 1) 0%, rgba(233, 244, 206, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(198, 243, 243, 1)), to(rgba(233, 244, 206, 1)));
    background: linear-gradient(to bottom, rgba(198, 243, 243, 1) 0%, rgba(233, 244, 206, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6f3f3', endColorstr='#e9f4ce', GradientType=0);
    z-index: -1;
}

.faq01navitem a {
    height: 100%;
    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;
    padding: 0.5em;
    position: relative;
    background-color: #fff;
    text-align: center;
}

.faq01navitem a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #009a0a transparent;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.faq01boxlist .faq01boxitem:nth-of-type(even) {
    position: relative;
}

.faq01boxlist .faq01boxitem:nth-of-type(even):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100vw;
    background-color: #fff7de;
    z-index: -1;
}

.faq01item .qt {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0.5em 2em 0.5em 2em;
    position: relative;
    cursor: pointer;
}

.faq01item .qt:before {
    position: absolute;
    content: "Q.";
    font-family: FontAwesome;
    top: 0.4em;
    left: 0.5em;
    color: #82B7F0;
}

.faq01item .qt:after {
    position: absolute;
    content: "\f0da";
    font-family: FontAwesome;
    top: 50%;
    right: 0.25em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #82B7F0;
    font-size: 150%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq01item .qt.open:after {
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}

.faq01item .ans {
    padding: 1.5em;
    background-color: #fff7de;
    margin: 1.5em 0;
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}


/*access*/

.access02box .tbox {
    padding: 1.5em;
    background-color: #fff;
}

.access03item {
    background-color: #fff;
}

.access03item .tbox {
    padding: 0.5em 1.5em 1.5em;
    position: relative;
}

.access03item .tbox:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #009a0a transparent;
    bottom: 4px;
    right: 4px;
    position: absolute;
}

.access04map .map:after {
    padding-top: 50%;
}

.access04infoitem {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}


@media only screen and (max-width:1024px) {}

@media only screen and (max-width:599px) {}

/*staff*/

.staff01item01 {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

.staff01item01 dt {
    width: 9em;
}

.staff01item01 dt + dd {
    width: calc(100% - 10em);
}

.staff01list02 {
    border-left: 5px solid #82B7F0;
    border-bottom: 1px solid #c1c1c1;
    padding: 0 0 0.5em 1em;
}

.staff01list02 .staff01item02:last-of-type {
    border-bottom: none;
}

.staff01item02 {
    padding: 0.5em 0;
    border-bottom: 1px dotted #c1c1c1;
}

.staff01item02 dt {
    width: 9em;
}

.staff01item02 dt + dd {
    width: calc(100% - 10em);
}

@media only screen and (max-width:1024px) {}


/*2020/04/17*/

.link_btn {
  display: flex;
}

.line {
  width: 150px;
  padding: 10px;
  background: #4CAF50;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin: 20px 0 0;
  font-weight: bold;
  display: block;
  line-height: 2.2;
}

.yoyaku {
  background: #d68580;
  margin-left: 30px;
}

@media only screen and (max-width:599px) {
.link_btn {
  width: 80%;
  margin: auto;
}
}

.map_pc {
  display: block;
}

.map_sp {
  display: none;
}

@media only screen and (max-width:1024px) {
  .map_pc {
  display: none;
}

.map_sp {
  display: block;
}
}


[data-element-id] ul.calist li.pc {
    display: block;
}
ul.calist li.pc {
    display: block;
}
@media only screen and (max-width:599px) {
ul.calist li.pc  {
    display: none;
}
}
ul.calist li.sp {
    display: none;
}
[data-element-id] ul.calist li.sp {
    display: block;
}

@media only screen and (max-width:599px) {
ul.calist li.sp  {
    display: block;
}
}

@media only screen and (max-width:599px) {
dl.spliw50 dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
dl.spliw50 dd ul li:nth-of-type(1) {
  display: none;
    width: 100%;
    text-align:center;
}
dl.spliw50 dd ul li {
    width: 48%;
    margin:0 1% 0 1%;
}
}

.sp_menu {
  display: none;
}

.home01list .home01item:nth-of-type(4) {
    display: none;
}

@media only screen and (max-width:599px) {
  .sp_menu {
  display: block;
}
}

@media only screen and (max-width:1024px) {
  .acc_00 {
  margin-top: 50px;
}

  .ftable th {
    width: 150px;
}
  
  #gnav .gnavinn .pulllist a:before {
    content: none;
  }
  
.home01list .home01item:nth-of-type(4) {
  display: block;
}
}

@media only screen and (max-width:599px) {
　.home01list .home01item:nth-of-type(4) {
  display: block;
}
  .ftable th {
    width: 120px;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: -108px;
    height: 143% !important;
}
}

/* 3/25 追記 */

.mb10{
  margin-bottom: 10px;
}

.u-db{
  display: block;
}


/* 2022.08.31 */

.footeryasuhigashi{
  width: 100% !important;
}

.headyasuhigashi{
  justify-content: flex-end !important;
}

/* 2024/08/28 */

.article_detail .single h3{
  border-bottom: 3px solid #82B7F0;
  margin-bottom: 20px;
  font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
}

.article_detail .single h2{
  border-left: 3px solid #82B7F0;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
}

/* 2025/04/08 */
.home02list li:nth-of-type(even) .pbox{
  order: 2;
}

.home02list li:nth-of-type(even) .pbox .pic{
  margin-left: -10%;
}

.home02list li:nth-of-type(even) .tbox{
  order: 1;
}

.home02list li:nth-of-type(even) .tbox .tboxinn {
  margin: 1.5em 0 0 1em;
}

.pickup-list{
  display: flex;
  gap: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.pickup-list li {
    width: 190px;
    height: 100%;
    border-radius: 50%;
    background-color: #82b7f0;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    flex-direction: column;
}

@media(max-width:599px) {
.home02list li:nth-of-type(even) .pbox{
  order: 1;
}

.home02list li:nth-of-type(even) .tbox{
  order: 2;
}  
  
.home02list li:nth-of-type(even) .tbox .tboxinn {
  margin: 1.5em 0 0;
}

.pickup-list li {
    width: 110px;
    height: 110px;
    font-size: 14px;
}
}

/* 2025/04/10 */

.homeSlide .tbox .tit {
    text-align: left;
    font-size: calc(30px + ((1.5vw - 10px) * 1.6));
    color: #586db2;
    text-shadow: 3px 3px 3px #ffffff, 3px 3px 3px #ffffff, 2px 2px 6px #ffffff;
}

.homeSlide .pickup-list{
  margin-left: 0px;
}

.homeSlide .pickup-list li{
    background: #ffffff;
    border: 1px solid #586db2;
    color: #586db2;
    text-shadow: none;
}

@media screen and (max-width:1024px) {
  .homeSlide .pickup-list li{
    width: 150px;
    height: 150px;
 }
}

@media screen and (max-width:599px) {
 .homeSlide .pickup-list li{
    width: 100px;
    height: 100px;
    font-size: 11px;
 }
}

/* 2025/06/02 */
.list-trouble li{
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.list-trouble li:before{
  content: "●";
  color: #82b7f0;
  margin-right: 0.5em;
}

.flow04 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flow04 > li {
    list-style-type: none;
    width: 31.333%;
    margin: 1%;
    display: flex;
}

.flow04 > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #7bacdb;
    position: relative;
    box-shadow: 5px 5px #7bacdb;
}

.flow04 > li dl dt {
    font-size: 1.25em;
    font-weight: 600;
    color: #7bacdb;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 10px;
}

.flow04 > li .icon04 {
    line-height: 2;
    width: 2em;
    height: 2em;
    text-align: center;
    color: #fff;
    background: #7bacdb;
    margin-bottom: 10px;
    display: block;
    border-radius: 100vh;
    position: relative;
}

.flow04 > li .icon04::before {
    content: "";
    border: solid transparent;
    border-width: 7px;
    border-top-color: #7bacdb;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.flow04 > li dl dd {
    margin-left: 0;
}

.flow04 > li dl dd+dd {
    margin-top: 10px;
}

.accordion-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.accordion-wrap .acc-list{
  width: calc( ( 100% - 20px ) / 2 );
  background-color: #fff;
}

.accordion-wrap .acc-list .acc-btn{
  padding: 20px;
  cursor: pointer;
  position: relative;
}

.accordion-wrap .acc-list .acc-btn::before{
  font-family: FontAwesome;
  content: "\f078";
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: 0.3s linear;
}

.accordion-wrap .acc-list .acc-btn.action::before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.accordion-wrap .acc-list .acc-content{
  padding: 20px;
}

.flex-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-container .imgwrap{
  width: 48%;
}

.flex-container .txtwrap{
  width: 48%;
}

@media(max-width:1024px){
.flow04 > li {
  width: 48%;
}


.accordion-wrap .acc-list{
  width: 100%;
}    
}

@media(max-width:599px) {
.flow04 > li {
    width: 100%;
}

.flow04 > li dt {
  height: auto !important;
}

.flow04 > li dl {
    box-shadow: 2px 2px #7bacdb;
}

.flex-container .imgwrap{
  width: 100%;
}

.flex-container .txtwrap{
  width: 100%;
  margin-top: 20px;
}
}

#homeprice .acc-content .txtwrap{
width: 100%;
}
