@media (max-width: 991px) {
    
    
    .site-header-logo img {
         max-height: 50px; 
    }
}
    #callbtn{
        width: auto;
        height: 50px;
        border-radius: 0%;
        background: #E60051;
        color: #fff;
        text-align: center;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 22px;
        font-weight: 600;
        font-family: "Bebas Neue", serif!important;
        z-index: 999;
        border: solid 0px #fff;
        box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    }
    
    #callbtn i{
        font-style: normal;
        padding-right: 2px;
        font-size: 22px;
    }
    #callbtn span{
        display: none;
    }
    #callbtn br{
        display: none;
    }
    #callbtn:hover{
        opacity: 0.9;
    }
    #callbtn small{
        font-size: 16px;
        display: block;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: bold;
    }

    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0;
    }
    .flowbox{
        width: auto;
        margin: 10px auto 20px auto;
        display: block;
    }
    .flowbox p img{
        width: 70%;
        margin: 10px auto;
    }
    .flowbox .flowtitle{
        background: #00A872;
        color: #fff;
        text-align: center;
        padding: 10px;
        width: 100%;
        font-size: 18px;
        font-weight: bold;
    }
    .flowbox .flowtitle.bgr{
        background: #D50057;
    }
    .flowbox p{
        padding: 20px;
        background: #F0F0F0;
        position: relative;
    }
    .flowbox p.arrow:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 25px solid transparent;
      border-top: 25px solid #F0F0F0;
    }

    .flowtable{
        width: 100%;
        position: relative;
        min-height: 100px;
        margin-bottom: 15px;
    }
    .flowtable .clock{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 85%;
        text-align: center;
        padding: 0 5px;
    }
    .flowtable .clock h3{
        font-size: 14px;
        color: #00A872;
        margin: 0;
    }
    .flowtable .clock .flowborder{
        content: " ";
        width: 50%;
        display: block;
        min-height: 20px;
        border-right: solid 3px #00A872;
    }
    
    .flowtable .flowbox{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 18%;
        border-radius: 5px;
        background: #F2EFE9;
        overflow: hidden;
        margin: 0;
    }

    .flowbox .flowtxtbox{
        display: block;
        padding: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0%;
        font-size: 12px;
    }
    .flowbox .flowtxtbox h2{
        font-size: 14px;
        margin-bottom: 5px;
}
    .flowbox .flowimgbox{
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 70%;
        background-size: contain;
    }
    
.page-header {
  min-height: 8rem;
  border-top: solid 3px #00A872;
  border-bottom: solid 1px #666;
  background-color: #eee;
  color: #000;
  position: relative;
  background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/22545901.png") left bottom repeat-x #eee;
  background-size: 70%;
}
.page-header .page-header-subtitle{
    font-size: 2.3rem;
    padding-bottom: 5px;font-family: "Bebas Neue", serif;
}
.page-header .page-header-line{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 80px;
  height: 10px;
  margin: 0 auto;
  background: #00A872;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.page-header-title, h1.page-header-title {
font-size: 1rem;
/*    font-weight: 700;*/
  font-weight: normal;
line-height: var(--vk-line-height-low);
margin: 0;
}
.topmenu_wrap{
    width: 100%;
    margin: 10px auto;
}

.topmenu_wrap.w100{
    width: 100%;
    margin: 10px auto;
}
.topmenu_box{
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.topmenu_box:hover{
    opacity: 0.9;
}

.topmenu_box .topmenu_subject_p{
    display: block;
    font-size: 12px;
    margin: 10px 0;
    height: 30px;
}

.topmenu_box .topmenu_img{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
}
    .topmenu_box .topmenu_subject {
      position: relative;
      display: inline-block;
        font-weight:bold;
      margin-bottom: 20px;
      padding: 8px;
      border-radius: 5px;
      border-bottom-left-radius: 0;
      background-color: #00A872;
      text-align: left;width: 100%;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
        margin: 0 0 5px 0;
      color: #fff;
        font-weight: bold;
    }

    .topmenu_box .topmenu_subject::after {
      content: "";
      position: absolute;
      bottom: 5px;
      left: 0%;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #00A872 transparent transparent;
      translate: -50% 100%;
    }
    .wp-block-heading{
        background: linear-gradient(to right, #40ADAB, #00A872);
/*        border-top: 3px solid #00A872;*/
        color: #fff;
        border-bottom: 1px solid #ccc;
        border-radius: 8px;
        padding: 10px;
        font-size: 1.2rem;
    }

    .wp-block-heading-sub{
/*        border-top: 0px solid #00A872;*/
        background: #fff;
        border: solid 2px #00A872;
        border-radius: 20px;
        padding: 5px 20px;
        font-size: 1.2rem;
        color: #00A872;
    }
    .wp-block-heading-flow{
        background: #00A872;
        border: none;
        padding: 5px;
        font-size: 1.2rem;
        text-align: center;
        color: #fff;
        border-radius: 0;
    }
    .wp-block-heading-lg{
        background: none;
        border: none;
        padding: 5px;
        font-size: 1.8rem;
        color: #333;
    }
.wp-block-heading > small{
    display: none;
}

h2.wp-block-heading.toptitle{
    background:none;
	text-align:center;
	border:none;
        color: #000;
}
.wp-block-heading.toptitle > small{
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #666;
    border-top: 8px solid #000;
    border-image: linear-gradient(to right, #40ADAB, #00A872) 1;
    width: 80%;
    margin: 10px auto;
    padding: 5px 0;
}


[class^="mycol-"] {
    padding: 8px;
}
.mycol-xs-6{
    flex:0 0 50%;max-width:50%;
}
.widget_nav_menu>div>ul li.current_page_item>a {
    border-left: solid 8px red;
}

.callbtn_warap{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 350px;
    height: 60px;
    margin: 0 auto;
    cursor: pointer;
}
.callbtn_warap.callbtn_warap_col{
    width: 100%;
 }
.callbtn_warap > .icon{
    width: 60px;
    height: 60px;
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/calltelphone.png") center center no-repeat #00A872;
    display: inline-block;
    background-size: 70%;
    float: left;
}
.callbtn_warap > .icon2{
    width: 60px;
    height: 60px;
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/form.png") center center no-repeat #EE597A;
    display: inline-block;
    background-size: 70%;
    float: left;
}
.callbtn_warap > .txtarea{
    margin-left: 60px;
    height: 60px;
    padding: 8px;
    background: #eee;
}
.callbtn_warap > .txtarea > .tel_subject{
    font-size: 10px;
}
.callbtn_warap > .txtarea > .tel{
    font-size: 4.8vw;
    font-weight: bold;
}
.callbtn_warap > .txtarea > .tel > small{
    font-size: 12px;
    margin-left: 10px;
    font-weight: bold;
}
.alert{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
}


@media (min-width:576px){
    
    .wp-block-media-text>.wp-block-media-text__content {
        padding: 0 8%;
    }
    .voice_warap{
        width: auto;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        background: #f5eac1;
        overflow: hidden;
    }
    .voice_img_l{
        width: 50%;
    }
    
    .flowbox{
        width: 80%;
        margin: 20px auto 0px auto;
        display: block;
    }
    .flowbox p img{
        width: 70%;
        margin: 10px auto;
    }
    .flowbox .flowtitle{
        background: #00A872;
        color: #fff;
        text-align: center;
        padding: 15px;
        width: 100%;
        font-size: 24px;
        font-weight: bold;
    }
    .flowbox .flowtitle.bgr{
        background: #D50057;
    }
    .flowbox p{
        padding: 20px;
        background: #F0F0F0;
        position: relative;
    }
    .flowbox p.arrow:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -15px;
      border: 25px solid transparent;
      border-top: 25px solid #F0F0F0;
    }
    #callbtn{
        width: 180px;
        height: 180px;
        border-radius: 100%;
        background: #E60051;
        color: #fff;
        text-align: center;
        position: fixed;
        bottom: 40px;
        right: 40px;
        left: auto;
        opacity: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 32px;
        font-weight: 600;
        font-family: "Bebas Neue", serif!important;
        z-index: 999;
        border: solid 3px #fff;
        box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    }
    #callbtn i{
        font-style: normal;
        padding-right: 2px;
        font-size: 18px;
    }
    #callbtn span{
        display: inline-block;
    }
    #callbtn br{
        display: inline-block;
    }
    
    #callbtn:hover{
        opacity: 0.9;
    }
    #callbtn small{
        font-size: 14px;
        display: block;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: bold;
    }

    table th{
        width: 20%
    }

    .flowtable{
        width: 100%;
        position: relative;
        min-height: 250px;
        margin-bottom: 30px;
    }
    .flowtable .clock{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 85%;
        text-align: center;
        padding: 0 20px;
    }
    .flowtable .clock h3{
        font-size: 30px;
        color: #00A872;
        margin: 0;
    }
    .flowtable .clock .flowborder{
        content: " ";
        width: 50%;
        display: block;
        min-height: 50px;
        border-right: solid 3px #00A872;
    }
    
    .flowtable .flowbox{
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 20%;
        border-radius: 10px;
        background: #F2EFE9;
        overflow: hidden;
        margin: 0;
    }

    .flowbox .flowtxtbox{
        display: block;
        padding: 30px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 30%;
        font-size: 14px;
    }
    .flowbox .flowtxtbox h2{
        font-size: 26px;
        margin-bottom: 15px;
}
    .flowbox .flowimgbox{
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 70%;
        background-size:contain;
    }
    
    
    [class^="mycol-"] {
        padding: 15px;
    }
    .mycol-ls-3{
        flex:0 0 25%;max-width:25%;
    }
    .mycol-ls-4{
        flex:0 0 33.33333333%;max-width:33.33333333%;
    }
    .mycol-ls-8{
        flex:0 0 66.66666667%;max-width:66.66666667%;
    }
    .page-header {
        min-height: 15rem;
        border-top: solid 3px #00A872;
        border-bottom: solid 1px #666;
        background-color: #eee;
        color: #000;
        position: relative;
        background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/22545901.png") left bottom repeat-x #eee;
        background-size: 35%;
    }
    .page-header .page-header-subtitle{
        font-size: 3.5rem;
        padding-bottom: 5px;font-family: "Bebas Neue", serif;
    }
    .page-header .page-header-line{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 80px;
        height: 10px;
        margin: 0 auto;
        background: #00A872;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .page-header-title, h1.page-header-title {
    font-size: 1.2rem;
        font-weight: normal;
    line-height: var(--vk-line-height-low);
    margin: 0;
}
    .wp-block-heading{
        background: linear-gradient(to right, #40ADAB, #00A872);
/*        border-top: 3px solid #00A872;*/
        border-bottom: 1px solid #ccc;
        color: #fff;
        border-radius: 8px;
        padding: 10px 15px;
        font-size: 1.3rem;
    }
    .wp-block-heading-sub{
/*        border-top: 0px solid #00A872;*/
        background: #fff;
        border: solid 2px #00A872;
        border-radius: 20px;
        padding: 5px 20px;
        color: #00A872;
    }
    .wp-block-heading-flow{
        background: #00A872;
        border: none;
        padding: 5px;
        font-size: 1.3rem;
        text-align: center;
        color: #fff;
        border-radius: 0;
    }
    .wp-block-heading-lg{
        background: none;
        border: none;
        padding: 5px;
        font-size: 1.8rem;
        color: #333;
    }
    .wp-block-heading > small{
        border: none;
        width: auto;
        display:inline-block;
        font-size: 16px;
        font-weight: normal;
        color: #666;
        float: right;
        color: #FEFF0D;
    }
    h2.wp-block-heading.toptitle{
        background:none;
        text-align:center;
        border:none;
    }
    .wp-block-heading.toptitle > small{
        display: block;
        font-size: 16px;
        font-weight: normal;
        color: #666;
        border-top: 8px solid #000;
        border-image: linear-gradient(to right, #40ADAB, #00A872) 1;
        width: 15%;
        margin: 20px auto;
        padding: 15px 0;
        float: none;
    }
    h2.wp-block-heading.toptitle{
        color: #000;
        text-align:center;
        border:none;
    }
    .topmenu_wrap{
        width: 80%;
        margin: 10px auto;
    }

    .topmenu_wrap.w100{
        width: 100%;
        margin: 10px auto;
    }
    .topmenu_box{
        overflow: hidden;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .topmenu_box:hover{
        opacity: 0.9;
    }

    .topmenu_box .topmenu_subject_p{
        display: block;
        font-size: 14px;
        margin: 20px 0;
        height: 40px;
    }

    .topmenu_box .topmenu_img{
        display: block;
        border-radius: 10px;
        overflow: hidden;
        height: 200px;
    }
    .topmenu_box .topmenu_subject {
      position: relative;
      display: inline-block;
        font-weight:bold;
      margin-bottom: 20px;
      padding: 12px 10px;
      border-radius: 10px;
      border-bottom-left-radius: 0;
      background-color: #00A872;
      text-align: left;width: 100%;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
        margin: 0 0 5px 0;
      color: #fff;
        font-weight: bold;
    }

    .topmenu_box .topmenu_subject::after {
      content: "";
      position: absolute;
      bottom: 5px;
      left: 0%;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #00A872 transparent transparent;
      translate: -50% 100%;
    }
    
.callbtn_warap{
    display: block;
    border-radius: 20px;
    overflow: hidden;
    width: 600px;
    height: 100px;
    margin: 0 auto;
    cursor: pointer;
}
    
.callbtn_warap.col2{
    width: 100%;
    }
.callbtn_warap.callbtn_warap_col{
    width: 100%;
 }
.callbtn_warap > .icon{
    width: 100px;
    height: 100px;
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/calltelphone.png") center center no-repeat #00A872;
    display: inline-block;
    background-size: 70%;
    float: left;
}
.callbtn_warap > .icon2{
    width: 100px;
    height: 100px;
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/form.png") center center no-repeat #EE597A;
    display: inline-block;
    background-size: 70%;
    float: left;
}
.callbtn_warap > .txtarea{
    margin-left: 100px;
    padding: 15px 20px;
    height: 100px;
    background: #eee;
}
.callbtn_warap > .txtarea > .tel_subject{
    font-size: 16px;
}
.callbtn_warap > .txtarea > .tel{
    font-size: 30px;
    font-weight: bold;
}
.callbtn_warapcol2 > .txtarea > .tel{
    font-size: 25px;
}
.callbtn_warap > .txtarea > .tel > small{
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
}
}

.topmenu_img.bg1{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/topbtn-bg1-e1740101688339.jpg") no-repeat right top;
    background-size: cover;
}
.topmenu_img.bg2{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/31660060_s.jpg") no-repeat center center;
    background-size: cover;
}

.topmenu_img.bg3{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/waonus-e1740102722531.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg4{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/22344885_s-e1740102582869.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg5{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/service-33.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg6{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/31826270_s.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg7{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/service-2.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg8{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/service-9.jpg") no-repeat center center;
    background-size: cover;
}
.topmenu_img.bg9{
    background: url("http://meitakuyokkaichi.lif-test.com/wpty/wp-content/uploads/2025/02/page1_sec2_0.jpg") no-repeat left center;
    background-size: cover;
}
