@charset "utf-8";
/* CSS Document */

/*base 
rewrite*/

h1:not([data-element-id]) {
    position: absolute;
    bottom: 200%;
}

.area + .area {
    padding-top: 40px;
}

.area[class*="bg"] + .area,
.area[class*="tfmp"] + .area {
    padding-top: 80px;
}

.area + .area[class*="bg"] {
    padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
    .area + .area {
        padding-top: 30px;
    }

    .area[class*="bg"] + .area,
    .area[class*="tfmp"] + .area {
        padding-top: 60px;
    }

    .area + .area[class*="bg"] {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 599px) {
    .area + .area {
        padding-top: 20px;
    }

    .area[class*="bg"] + .area,
    .area[class*="tfmp"] + .area {
        padding-top: 40px;
    }

    .area + .area[class*="bg"] {
        padding: 40px 0;
    }
}

/*common*/

.fcLGrey {
    color: #bdbbb9;
}

.fcGrey {
    color: #838382;
}

.fcOrange {
    color: #dd541a;
}

.bgCream {
    background-color: #fceecd;
}

.bgLEgg {
    background-color: #fceecd;
}

.bgLCream {
    background-color: #fceecd;
}

.bgLLCream {
    background-color: #fff8df;
}

.bgLGrey {
    background-color: #f0efef;
}

.bgLOrange {
    background-color: #fde0ca;
}

.bgOrange {
    background-color: #f89145;
}

.bgMat01 {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/matbg05.png);
    background-size: cover;
    background-position: center center;
}


.bglattice01 {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/lattice01.png);
    background-size: 100%;
}

.bgT01 {
    position: relative;
    display: inline-block;
    color: #fff;
    z-index: 1;
    margin: .4em;
}

.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: 1.75em;
    height: 1.75em;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bgT01.typeA:before {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/bgT01.png);
}

.bgT01.typeB:before {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/bgT02.png);
}

.underline01 {
    text-decoration: underline;
    text-underline-position: under;
}

.markerLYellow {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #fae084));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #fae084 60%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 60%, #fae084 60%);
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fae084 60%)
}

.markerLOrange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #f89145));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #f89145 60%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 60%, #f89145 60%);
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #f89145 60%)
}

.markerLGreen {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(60%, #78a661));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 60%, #78a661 60%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 60%, #78a661 60%);
    background: linear-gradient(rgba(255, 255, 255, 0) 60%, #78a661 60%)
}

.cl01 > li {
    padding-left: 2.5em;
    position: relative;
}

.cl01 > li:before {
    content: "";
    width: 1.5em;
    height: 1.6em;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.cl01.typeA > li:before {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/cl01_01.png);
}

.cl01.typeB > li:before {
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/cl01_02.png);
}

.xl01 > li {
    padding-left: 1.5em;
    position: relative;
}

.xl01 > li:before {
    content: "x";
    font-size: 150%;
    position: absolute;
    top: -.1em;
    left: 0;
    color: rgba(249, 32, 32, 255);
}

.bdrsImg01 {
    border-radius: 80px 0 80px 0;
    overflow: hidden;
}

.more01 a {
    display: inline-block;
    max-width: 100%;
}

.more01 .btn {
    display: inline-block;
    max-width: 100%;
    padding: .5em 2em;
    border-radius: 50px;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/more01.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}

.tel01 {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
}

.tel01:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    width: 1em;
    height: 1.25em;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/tel01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.popup:not([data-element-id]) {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.open .popup{
  animation: none;
}

@-webkit-keyframes pop {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes pop {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@media only screen and (max-width: 1024px) {
    .bdrsImg01 {
        border-radius: 60px 0 60px 0;
    }
}

@media only screen and (max-width: 599px) {
    .bdrsImg01 {
        border-radius: 40px 0 40px 0;
    }
}

/*header*/

.head {
    padding: .5em 5%;
}

.hlogo a {
    display: inline-block;
    margin: 1em 0;
    max-width: 300px;
}

@media only screen and (max-width: 1024px) {
    .head {
        padding: .5em 4%;
    }
}

@media only screen and (max-width: 599px) {
    .head {
        padding: .5em 3%;
    }

    .hlogo a {
        max-width: 220px;
    }
}

/*gnav*/

#gnav p.toggle span.n {
    display: none;
}

#gnav {
    z-index: 200;
    width: 100%;
}

.glist li.gitem {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-right: 5px dotted #c2b7b7;
    margin: 2em 0 1.5em;
}

.glist li.gitem:last-of-type {
    border-right: none;
}

[data-element-id] #gnav li.pcnone {
    display: block;
}

#gnav li.pcnone {
    display: none;
}

.glist li a {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: .5em 1em;
}

#gnav.fix {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    background: rgba(251, 245, 238, 0.95);
    background-color: #fbf5ee;
    -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);
}

#gnav.fix .glist li.gitem {
    margin: 1em 0;
}


@media only screen and (max-width: 1024px) {

    #gnav {
        position: relative;
    }

    #gnav .gnavinn {
        position: fixed;
        top: 0;
        left: -100%;
        width: 250px;
        height: 100vh;
        opacity: 1;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .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.gitem {
        display: block !important;
        width: 100%;
        text-align: center;
        position: static;
        padding: 0;
        border-right: none;
        border-bottom: 5px dotted #c2b7b7;
        margin: 0;
    }

    #gnav p.toggle {
        display: block !important;
        position: fixed;
        width: 38px;
        height: 38px;
        top: 6px;
        left: 10px;
        cursor: pointer;
        opacity: 1;
        z-index: 251;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }

    #gnav.action .gnavinn {
        z-index: 250;
        left: 0;
    }

    #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;
        -o-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;
        font-size: 14px;
        padding: 1.5em 10px 1.5em 20px;
        border: none !important;
    }

    #gnav.fix {
        padding: 0;
    }

    #gnav.action .accordion-bg {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: -1;
        background-color: #999;
    }

    .overlay {
        height: 100%;
        overflow: hidden;
    }
}

@media only screen and (max-width:599px) {
    #gnav .gnavinn .glist {
        padding: 60px 3% 33%;
    }
}

/*スライドショー mainImg*/

.homeSlide {
    position: relative;
    overflow: hidden;
    border-radius: 80px 0 80px 0;
}

.homeSlide .tbox {
    width: 92%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
}

.homeSlide .tbox,
.homeSlide .tbox * {
    color: #fff;
    text-shadow: 0 0 10px #999, 0 0 10px #999, 0 0 10px #999, 0 0 3px #fff;
    text-align: center;
}

.homeSlide .tbox .tit {
    font-size: calc(34px + ((1vw - 10px) * 1.6));
}

.homeSlide .pic {
    position: relative;
}

.homeSlide .pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 21, 0, 0.2);
    z-index: 1;
}

.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: 50%;
    content: '';
    display: block;
}

.homeSlide .uk-slideshow {
    position: absolute;
    top: 0;
    height: 100% !important;
}

.homeSlide .uk-slideshow * {
    height: 100% !important;
}

@media only screen and (max-width:1024px) {

    .homeSlide {
        border-radius: 60px 0 60px 0;
    }

    .homeSlide .tbox .text {
        font-size: 14px;
    }
}

@media only screen and (max-width:599px) {

    .homeSlide {
        border-radius: 40px 0 40px 0;
    }

    .homeSlide .tbox .tit {
        font-size: calc(26px + ((1vw - 10px) * 1.6));
    }

    .homeSlide .tbox .text {
        font-size: 10px;
    }
}

/*footer*/

.ffix:not([data-element-id]) {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
}

.ffixbtn a,
.ffixbtn a * {
    color: #fff;
}

.ffixbtn a {
    width: 220px;
    height: 180px;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/matbg06.png);
    background-position: left bottom;
    background-size: 140%;
    background-repeat: no-repeat;
    display: block;
    padding: 1em .5em 0 3em;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
}

.ffixbtn .icon {
    max-width: 4em;
    display: inline-block;
}

.ffixbtn .text {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Sans, "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, 'Noto Sans JP', sans-serif;
    letter-spacing: .05em;
}

.ffix.action .ffixbtn a {
    width: 180px;
    height: 130px;
}

.ffix.action .ffixbtn .text {
    display: none;
}

.copy {
    text-align: center;
    background-color: #d0cfcf;
    padding: 1em 0;
}

@media only screen and (max-width: 1024px) {

    .ffixbtn a {
        width: 210px;
        height: 160px;
    }

    .ffixbtn .text {
        font-size: 24px;
    }


    .ffix.action .ffixbtn a {
        width: 170px;
        height: 120px;
    }
}

@media only screen and (max-width: 599px) {

    .ffixbtn a {
        width: 80px;
        height: 70px;
        padding: .5em .5em 0 2em;
    }

    .ffixbtn .icon {
        max-width: 3em;
    }

    .ffixbtn .text {
        font-size: 12px;
        display: none;
    }

    .ffix.action .ffixbtn a {
        width: 80px;
        height: 70px;
        padding: .5em .5em 0 2em;
    }
}

/*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-color: #69ba48;
    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*/

.homeintrowrap {
    background-color: #f89145;
}

.homeintro {
    position: relative;
    background-color: #fff;
    padding: 30px 22.5% 30px;
    border-radius: 0 0 80px 80px;
}

/* .homeintro:before {
    content: "";
    width: 100vw;
    height: 326px;
    pointer-events: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -10px;
    background-image: url(/import/tenant_4/hearing-fitting.com/upload/tenant_3/39980f641102927c83850e583f76776d.png), url(/import/tenant_4/hearing-fitting.com/upload/tenant_3/66f423bb95e1e1631f7ce197f2dccf9f.png);
    background-position: left bottom, right bottom;
    background-size: 233px 326px, 184px 326px;
    background-repeat: no-repeat;
    z-index: 1;
} */

.home01 {
    position: relative;
}

/* .home01:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: -1%;
    padding-top: 2%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami01.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat-x;
} */

.home01list .home01item.fead-mv:nth-of-type(odd) {
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
}

.home01list .home01item.fead-mv:nth-of-type(even) {
    -webkit-transform: translate(60px, 0);
    -ms-transform: translate(60px, 0);
    transform: translate(60px, 0);
}

.home01list .home01item.fead-mv.mv {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.home01item {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home01item .pbox {
    width: 200px;
}

.home01item .tbox {
    width: calc(100% - 200px);
    padding: 0 3em;
    position: relative;
}

.home01list .home01item:nth-of-type(odd) .tbox:before {
    left: .25em;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fukiL.png);
}

.home01list .home01item:nth-of-type(even) .tbox:before {
    right: .25em;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fukiR.png);
}

.home01item .tbox:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: 3em;
    width: 3em;
    height: 3em;
}

.home01item .tbox .tboxin {
    background-color: #fff;
    border-radius: 1em;
    padding: 2em;
}

.home02 {
    position: relative;
}

/* .home02:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/character03.png);
    background-size: 243px 286px;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
} */

.home02listbox {
    background-color: #fcf9db;
    border-radius: 10px;
    padding: 1.5em;
    position: relative;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.home02listbox:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 69.5px 0 69.5px;
    border-color: #fcf9db transparent transparent transparent;
}

.home02list {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.home02box .att {
    font-size: 40px;
    margin: 1em 0;
    color: rgba(249, 32, 32, 255);
}

.home03 {
    position: relative;
}

.home03:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1%;
    padding-top: 2%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami03.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat-x;
}

.home03,
.home03 * {
    color: #fff;
}

.home04box .titbox .brackets {
    display: inline-block;
    padding: 1em 1.5em;
    position: relative;
}

.home04box .titbox .brackets:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 1.5em;
    border-left: 1px solid;
    border-top: 1px solid;
}

.home04box .titbox .brackets:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.home04listbox {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #6abb49;
    border-radius: 1em 0 1em 0;
    overflow: hidden;
}

.home04listbox .boxhead {
    padding: .25em 3em;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/matbg03.png);
    cursor: pointer;
}

.home04listbox .boxhead.open:after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.home04listbox .boxhead:after {
    content: "\f103";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: .75em;
    font-family: 'FontAwesome';
    font-size: 150%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.home04listbox .boxbody {
    padding: 3em 1.5em;
    background-color: #fff;
}

.home04item {
    margin: 1em 0;
}

.home04item,
.home04item * {
    font-family: 'M PLUS 1p', sans-serif;
}

.home04item .pbox {
    width: 100px;
}

.home04item .tbox {
    width: calc(100% - 100px);
    padding: 0 3em;
    position: relative;
}

.home04item .tbox .com {
    border-radius: 1.5em;
    padding: 1em 2em;
    margin: .5em 0;
    line-height: 200%;
}

.home04item .tbox.type01:after {
    content: "";
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: 3em;
    width: 3em;
    height: 3em;
    left: 1em;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fuki01.png);
}

.home04item .tbox.type02:after {
    content: "";
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: 2.5em;
    width: 2.5em;
    height: 3em;
    right: 0;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fuki02.png);
}

.home04item .tbox.type03:after {
    content: "";
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: 3em;
    width: 3em;
    height: 3em;
    right: 1em;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fuki03.png);
}

.home04item .tbox.type01 .com {
    background-color: #f1efed;
}

.home04item .tbox.type02 .com {
    background-color: #fdf6e1;
}

.home04item .tbox.type03 .com {
    background-color: #fdf6e1;
}

.home05 {
    position: relative;
    padding-bottom: 200px !important;
}

/* .home05:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 3.5%;
    width: 1020px;
    height: 100%;
    max-width: 96%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/character04.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 190px 200px;
    pointer-events: none;
} */

.home05:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100%;
    padding-top: 7%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami04.png);
    background-size: cover;
    pointer-events: none;
}

.home05,
.home05 * {
    color: #fff;
}

.home05box .attbox {
    border-radius: 1em;
    overflow: hidden;
    background-color: #fff8df;
}

.home05box .attbox .subtit {
    padding: .5em 1em;
    background-color: #e44e3a;
    position: relative;
}

.home05box .attbox .subtit:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 18.5px 0 18.5px;
    border-color: #e44e3a transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.home05box .attbox .txt {
    padding: 3em;
    color: #333;
}

.home05box .attbox .txt * {
    color: #333;
}

.home06 {
    /* background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/home06bg.png);
    background-position: center bottom 20%;
    background-repeat: no-repeat; */
    position: relative;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}

.home06:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -1px;
    width: 100%;
    padding-top: 11%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami05.png);
    background-size: cover; 
    pointer-events: none;
}

.home06box .tbox .tit {
    /* -webkit-transform: rotate(-7.5deg);
    -ms-transform: rotate(-7.5deg);
    transform: rotate(-7.5deg); */
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
    -webkit-transform-origin: 0% 200%;
    -ms-transform-origin: 0% 200%;
    transform-origin: 0% 200%;
    width: 110%;
}

.home06box .tbox .tit .fuki {
    display: inline-block;
    /* padding: 1em 0; 
    padding-left: 1em;*/
    /* background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fukiT.png), url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/fukiB.png); 
    background-position: left top, left bottom;
    background-repeat: no-repeat;
    background-size: 1em;*/
}

.home07,
.home07 * {
    color: #fff;
}

.home07box .tbox .tit .kurukuru {
    display: inline-block;
    padding: 1.5em 2em 0;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/kurukuru02.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 2em;
}

.home07box .tbox .more01 .btn {
    border: 1px solid;
}

.home08 {
    position: relative;
}

.home08:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1%;
    padding-top: 2%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami01.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat-x;
}

.home08box .form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.home09 {
    padding: 40px 0 40px;
    position: relative;
}

.home09:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1%;
    padding-top: 2%;
    background-image: url(/import/tenant_4/hearing-fitting.com/import/tenant_3/160.16.143.148/html/images/nami01.png);
    background-size: auto 100%;
    background-position: center center;
    background-repeat: repeat-x;
    z-index: 1;
}

.home09,
.home09 * {
    color: #fff;
    text-shadow: 0 0 10px #999, 0 0 10px #999, 0 0 10px #999, 0 0 3px #fff;
}

.home09box {
    margin-top: 40%;
}

@media only screen and (max-width: 1024px) {

    .homeintro {
        padding: 130px 0 30px;
        border-radius: 0 0 60px 60px;
    }

    .homeintro:before {
        height: 100%;
        top: -100px;
        background-position: left top, right top;
        background-size: auto 200px, auto 200px;
    }

    .home01item .pbox {
        width: 100px;
    }

    .home01item .tbox {
        width: calc(100% - 100px);
        padding: 0 2.5em;
    }

    .home01item .tbox:before {
        background-size: 2.5em;
        width: 2.5em;
        height: 2.5em;
    }

    /* .home02:after {
        background-size: 20% auto;
    } */

    .home02box .att {
        font-size: 26px;
    }

    .home04item .pbox {
        width: 80px;
    }

    .home04item .tbox {
        width: calc(100% - 80px);
    }

    .home04item .tbox:after {
        top: 50% !important;
    }

    .home05 {
        padding-bottom: 180px !important;
    }

    /* .home05:before {
        bottom: 2.5%;
    } */

    .home06 {
        padding-bottom: 40px !important;
    }
}

@media only screen and (max-width: 599px) {

    .homeintro {
        padding: 70px 0 30px;
        border-radius: 0 0 40px 40px;
    }

    .homeintro:before {
        top: -50px;
        background-size: auto 100px, auto 100px;
    }

    .home01item .pbox {
        width: 50px;
    }

    .home01item .tbox {
        width: calc(100% - 50px);
        padding: 0 1.5em;
    }

    .home01item .tbox:before {
        background-size: 1.5em;
        width: 1.5em;
        height: 1.5em;
    }

    .home01item .tbox .tboxin {
        padding: 1em;
    }

    .home02box .att {
        font-size: 16px;
    }

    .home02listbox {
        margin-bottom: 40px;
    }

    .home02listbox:after {
        border-width: 30px 50px 0 50px;
    }

    .home04item .pbox {
        width: 40px;
    }

    .home04item .tbox {
        width: calc(100% - 40px);
        padding: 0 1em;
    }

    .home04item .tbox .com {
        padding: 1em;
    }

    .home04item .fs16 {
        font-size: 12px;
    }

    .home04item .fs14 {
        font-size: 11px;
    }

    .home04item .tbox.type01:after {
        background-size: 1em;
        width: 1em;
        height: 1em;
        left: .25em;
    }

    .home04item .tbox.type02:after {
        background-size: 1em;
        width: 1em;
        height: 1em;
        right: 0;
    }

    .home04item .tbox.type03:after {
        background-size: 1em;
        width: 1em;
        height: 1em;
        right: .25em;
    }

    /* .home05:before {
        bottom: 0;
    } */

    .home05box .attbox .txt {
        padding: 3em 1.5em;
    }

    .home06box .pbox .pic {
        width: 400px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .home06box .tbox .tit {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/*form*/

.formList,
.formList * {
    font-family: 'M PLUS 1p', sans-serif;
}

.form .formItem {
    padding: 1.5em 0;
    border-bottom: 1px solid;
}

.form dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form dt {
    width: 32%;
    font-size: 16px;
}

.form dt label {
    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;
}

.form dt .reqw {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    background-color: #e44e3a;
    padding: 0.1em 1.5em;
    margin-left: .5em;
}

.form dd {
    width: 64%;
}

.form dd input {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-color: #f0efef;
    border: none;
    border-radius: 5px;
}

.form dd select {
    padding: 0.5em;
    font-family: inherit;
    color: inherit;
    background-color: #f0efef;
    border: none;
    border-radius: 5px;
}

.form dd input[type="radio"] {
    display: none;
}

.form dd input[type="radio"] + label {
    padding-left: 1.5em;
    position: relative;
    margin-right: 0.5em;
    line-height: 200%;
    padding-bottom: 6px;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.form dd input[type="radio"] + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #fff;
    background-color: #f0efef;
}

.form dd input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(0.1em + 2px);
    left: 2px;
    width: 0.75em;
    height: 0.75em;
    background: #fff;
    border-radius: 50%;
}

.form dd input[type="radio"]:checked + label {
    border-bottom-color: inherit;
}

.form dd textarea {
    width: 100%;
    padding: 0.5em;
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    height: 250px;
    background-color: #f0efef;
    border: none;
    border-radius: 5px;
}

.formbtn li button {
    border: none;
    width: 100%;
    margin: 40px auto;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 24px;
    cursor: pointer;
    font-weight: 700;
}

.formbtn li {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.formbtn2 li {
    max-width: 250px;
}

@media only screen and (max-width:1024px) {

    .formbox {
        padding: 3em 2em;
    }

    .formbox:before {
        width: 40px;
        height: 36px;
    }

    .form dt {
        width: 100%;
        padding-bottom: 1em;
    }

    .form dd {
        width: 100%;
    }

    .form dt label {
        display: block;
    }

    .formbtn li {
        max-width: 200px;
    }

    .formbtn li button {
        font-size: 20px;
        margin: 20px auto;
    }

    .formbtn2 li {
        max-width: 200px;
    }
}

@media only screen and (max-width:599px) {

    .form dt {
        font-size: 16px;
    }

    .form dt .reqw {
        font-size: 12px;
    }

    .form dd input[type="radio"] + label {
        width: 100%;
        display: block;
        padding-bottom: 3px;
        margin-bottom: 3px;
    }

    .form dd input[type="radio"] + label::before {
        top: 0.4em;
    }

    .form dd input[type="radio"]:checked + label::after {
        top: calc(0.4em + 2px);
    }

    .formbtn li {
        max-width: 150px;
    }

    .formbtn li button {
        font-size: 14px;
    }

    .formbtn2 li {
        max-width: 110px;
    }
}

/* 追記 */

.focus {
    box-shadow: 0 0 0 1.5px #F58E7E !important;
}

.main section {
    margin-bottom: 50px;
}

.tit h2 {
    background: #fff;
    color: #017589;
    line-height: 140%;
    font-weight: bold;
    font-size: 1.3em;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

[data-element-id].tit h2 .title {
    position: absolute!important;
}
.tit h2 .title {
    display: block;
    background: rgba(0,0,0,.65);
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    width: 70%;
    z-index: 1;
}

.of_img {
    overflow: hidden;
    position: relative;
    display: block;
}

.of_img.fit25:before {
    padding-top: 25%;
}
.of_img:before {
    content: '';
    display: block;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tit h2 img {
    display: block;
    width: 100%;
    height: auto;
    object-position: right center;
    font-family: 'object-fit: cover; object-position: right center;';
}
.of_img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: 'object-fit: cover; object-position: center center;';
}
.main section {
    margin-bottom: 50px;
}

.contents:not(:last-of-type) {
    margin-bottom: 60px;
}

h3.head {
    font-size: 1.3em;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: #FBB03B;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

h3.head:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #FBB03B;
    border-radius: 100%;
    display: block;
    z-index: -1;
}
.mb50 {
    margin-bottom: 50px !important;
}
.map {
    position: relative;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

.map:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.group:not(:last-of-type) {
    margin-bottom: 20px;
}

h4.horange {
    color: #F15A24;
    border-bottom: 1px dotted #F15A24;
    font-size: 1.25em;
    margin: 10px 0 15px 0;
    padding-bottom: 5px;
    font-weight: bold;
}

a {
    color: #F7931E;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.text span {
    color: red;
}
.text a {
    text-decoration: underline;
}
.tel a {
    color: #444;
}
a[href*="tel"] {
    pointer-events: none;
}
main section {
    margin-bottom: 50px;
}

h3.head {
    font-size: 1.3em;
    vertical-align: middle;
    padding: 10px 25px;
    background-color: #FBB03B;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

h3.head:before {
    content: "";
    height: 70px;
    width: 70px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #FBB03B;
    border-radius: 100%;
    display: block;
    z-index: -1;
}
@media only screen and (min-width: 769px){
.content {
    margin-bottom: 50px;
}
}
.table_area2 .timetable {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 1px;
}
table.timetable {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 1px;
}

.table_area2 .timetable thead th {
    background: none;
    color: #FBB238;
}
.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}

.table_area2 .timetable thead td {
    background: #FBB238;
}
.table_area2 .timetable thead td {
    color: #fff;
}
.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}

.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table_area2 .timetable th {
    width: 160px;
}

.table_area2 .timetable th, .table_area2 .timetable td {
    padding: 5px;
    color: #716c66;
    text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table.timetable th, table.timetable td {
    background: #42210B;
    padding: 2px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
}

.caution {
    color: red;
}

.cf:after {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}

/* .inner{
  width: 1000px;
  margin: 0 auto;
  overflow-x: hidden;
} */

.section-title{
  font-size: 32px;
    margin: 50px 0;
}

   .table_area2 .timetable{
      width: 100%;
      border-collapse: inherit;
      border-spacing: 1px;
    }
    .table_area2 .timetable thead th{
      background: none;
      color: #FBB238;
    }
    .table_area2 .timetable thead td{
      color: #fff;
    }
    .table_area2 .timetable th{
      width: 160px;
    }
    .table_area2 .timetable th,
    .table_area2 .timetable td{
     padding: 5px;
     color: #716c66;
     text-align: center;
    font-size: 15px;
    border-radius: 3px;
    background: #E4D9CD;
    vertical-align: middle;
}
.table_area2 .timetable td.none{
  background: #F2F2F2;
}
.table_area2 .timetable thead td{
  background: #FBB238;
}

.map {
    position: relative;
    overflow: hidden;
    height: 290px;
}

.map:after {
	display: block;
	content: "";
	padding-top: 50%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: initial;
    width: 100%;
    height: 100%;
}

#wrapper {
    overflow: hidden;
    min-width: 320px;
    margin: 0 auto;
/*     width: 997px;
margin: auto; */
}

.inner{
  width: 997px;
    margin: auto;
}

@media only screen and (max-width: 1024px){
#wrapper {
    overflow: hidden;
    margin: 0 auto;
}

.inner{
   width: 90%;
    margin: auto;
}

  .caution {
    color: red;
    margin: 20px 0;
}

.section-title {
    font-size: 28px;
    margin: 50px 0;
}

}


@media only screen and (max-width: 599px){
  
  main section {
    margin-bottom: 20px;
}
  

  
h3.head:before{
  display: none;
}
  
  .section-title{
    font-size: 20px;
    margin: 25px 0;
  }
  
  h3.head {
    padding: 10px;
    border-radius: 15px;
}

}
