@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "bokutachi";
    src: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/font/bokutachi.woff) format('woff'),
        url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/font/bokutachi.ttf) format('opentype');
    font-weight: normal;
    font-style: normal;

}

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    /*font-family:"游明朝", YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝", serif;*/
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 160%;
    color: #000000;
}

/*trimming関連*/
.trimmingInner {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-12 {
    font-size: 12px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

.flex>div[data-collection-list-content],
.flex_c>div[data-collection-list-content] {
    width: 100%;
}

.flex>div[data-recommend-collection-list-content],
.flex_c>div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }

    a[href*="tel"] {
        pointer-events: initial !important;
    }

    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }

    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}


#wrapper {
    max-width: 100%;
    overflow: hidden;

}

#footer {
/*    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/foot_bg.png) 0 0 repeat;*/
  background-color: #26c4dd;
}

#footer #map {
    width: 100%;
    height: 350px;
}

#footer .inner {
    max-width: 980px;
    margin: 0 auto;
    width: 95%;
    padding: 30px 0 0 0;
}

.footnav .left {
    width: 50%;
    float: left;
}

.footnav .right {
    width: 50%;
    float: right;
}

.footnav .left ul {
    width: 50%;
}

.footnav .right ul {
    width: 33.33%;
}

.footnav li a {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/foot_mk.png) 0 3px no-repeat;
    padding-left: 24px;
    color: #004986;
}

.footnav li {
    padding: 0 0 10px 0;
}

.footnav {
    padding-bottom: 25px;
}

.footinfo {
    width: 44.89%;
    float: left;
    text-align: center;
}

.footinfo h3 {
    text-align: center;
    padding: 0 0 0 0;
}

.footinfo h3+p {
    font-size: 16px;
    color: #fff;
    display: inline-block !important;
    text-align: left;
    line-height: 130%;
    padding: 0 0 12px 0;
}

.footinfo dt {
    text-align: center;
    font-size: 42px;
    line-height: 110%;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1.5px;
}

.footinfo dt a {
    color: #fff;
}

.footinfo dt img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}

.footinfo dt .k {
    display: block;
    text-align: right;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 3px;
}

.footinfo dt .w {
    display: inline-block !important;
}

.footinfo dd {
    text-align: center;
    font-family: "bokutachi";
    font-size: 30px;
    padding: 3px 0 20px 0;
}

.footinfo dd a {
    display: inline-block !important;
    width: 100%;
    max-width: 400px;
    background: #f8b551;
    color: #81511c;
    padding: 13px 0 10px 0;
    border-radius: 5px;
}

.footinfo dd img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}

.foottime {
    float: right;
    width: 51.02%;
    padding: 20px 2.04% 0 0;
}

.foottime table {
    border: #b3d8e0 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.foottime td {
    background: #fff;
    width: 54px;
    text-align: center;
    font-size: 12px;
    color: #3ab0ca;
    border-bottom: #b3d8e0 1px solid;
    border-left: #b3d8e0 1px solid;
}

.foottime th {
    width: 110px;
    height: 30px;
    background: #fff;
    color: #3ab0ca;
    font-weight: normal;
    font-size: 12px;
    border-bottom: #b3d8e0 1px solid;
}

.foottime thead td {
    color: #fff;
    background: #3ab0ca;
}

.foottime thead th {
    background: #3ab0ca;
    color: #fff;
}

.foottime table+p {
    color: #fff;
    font-size: 16px;
    padding: 0 0 20px 0;
}

.foottime .sns li {
    padding: 0 15px 23px 15px;
}

.foottime .book {
    text-align: center;
    padding: 0 0 20px 0;
}

.foottime .book a {
    display: block;
    border: 3px solid #3b5999;
    background: #fff799;
    font-size: 28px;
    color: #00b0ec;
    font-weight: bold;
}

.foottime .book img {
    vertical-align: middle;
}

#footer .copy {
    padding: 120px 2.5% 20px 2.5%;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

@media only screen and (max-width: 1024px) {
    .footnav .left {
        float: none;
        width: auto;
    }

    .footnav .right {
        float: none;
        width: auto;
    }

    .footnav .right ul {
        width: 50%;
    }

    .footinfo {
        float: none;
        width: auto;
    }

    .foottime {
        float: none;
        width: auto;
        padding-right: 0;
        max-width: 500px;
        margin: 0 auto;
    }

    .foottime .book a {
        font-size: 18px;
    }

    .foottime .book a .w {
        display: inline-block !important;
        margin: 0 5px;
    }

    .foottime .book a img {
        max-width: 45px !important;
    }

    .footinfo dt {
        font-size: 24px;
    }

    .footinfo dd {
        font-size: 18px;
    }

    .foottime .sns li img {
        max-width: 40px !important;

    }

    .foottime .sns li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .foottime .book a .w {
        display: block !important;
    }
}

#header {
    background: #cefcff;
    padding-bottom: 40px;
    position: relative;
}

#header .inner {
    max-width: 980px;
    margin: 0 auto;
    padding-bottom: 25px;

}

#header .inner.btm {
    padding-bottom: 115px;
}

#header h1 {
    font-size: 14px;
    color: #004986;
    font-weight: normal;
    padding: 5px 0;
}

#header .logo {
    float: left;
}

#header .right {
    float: right;
    width: 215px;
    padding-right: 30px;
}

#header .right dt {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1.5px;
}

#header .right dt a {
    color: #004986;
}

#header .right dt img {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

#header .right dd a {
    background: #f8b551;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: "bokutachi";
    color: #81511c;
    padding: 13px 0 8px 0;
    border-radius: 5px;
}

#header .right dd a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}

.subtit {
    position: relative;
}

.subtit h2 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/tit_bg.png) center bottom no-repeat;
    max-width: 312px;
    width: 100%;
    text-align: center;
    padding: 117px 0 150px 0;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-size: 45px;
    color: #26c6de;
    text-shadow: 0 0 3px #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;

}

.subtit h2.w {
    line-height: 120%;
}

.subtit h2 .r {
    color: #eb6877;
}

/* .subtit .pic img{
  
  mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/titmask.png);
   -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/titmask.png);
   mask-repeat: no-repeat;
   -webkit-mask-position:center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;

} */
.subtit .pic {
    text-align: right;
    padding: 0 0 0 0;
    position: relative;
    width: 760px;
    right: -23%;
}

.subtit .pic:before {
    position: absolute;
    content: "";
    width: 760px;
    height: 460px;
    background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/1856d169effb60baa36d8bf6048067b1.png) no-repeat;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;

}

.subtit .il {
    position: absolute;
    bottom: 0;
    right: -140px;
}

#gnav {
    position: relative;
    width: 100%;
    z-index: 100;
    margin-top: 20px;

}

#gnav p {
    display: none;
}

#gnav ul {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

#gnav li {
    display: inline-block !important;
    text-align: center;
    padding: 0 7px;
}

#gnav li strong {
    display: block;
    color: #7e6b5a;
    font-size: 18px;
    font-family: "bokutachi";
    font-weight: normal;
}

#gnav li .e {
    color: #f19149;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

#gnav li a {
    display: block;
    padding: 10px 0 10px 0;
}

#header .book {
    position: absolute;
    right: 0;
    bottom: 120px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    min-height: 270px;
    z-index: 100;
}

#header .book .w {
    display: inline-block !important;
    margin: 12px 0 15px 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

#header .book a {
    display: block;
    border: 5px solid #004986;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/side_bnrbg.gif) 0 0 repeat;
    padding: 15px 8px 0 8px;
    font-size: 16px;
    color: #00b0ec;
    line-height: 120%;
    font-weight: bold;
    width: 40px;
}

#header .book a img {
    /*	vertical-align:middle;*/
}

#header .book img+img {
    margin-top: 5px;
}

.totop {
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
}

#gnav.fixed {
    position: fixed;
    top: 0;
    right: 0;
    background: #cefcff;
}

#gnav.fixed[data-element-id] {
    position: static;
}

#gnav li.sp {
    display: none !important;
}

#gnav li.sp[data-element-id] {
    display: inline-block !important;
}

#header .book.fixed {
    top: 88px;
    right: 0;
    position: fixed;
    z-index: 100;
    bottom: auto;
}

@media only screen and (max-width: 1024px) {
    #header .book {
        display: none;
    }

    #header .inner {
        width: 95%;
    }

    #header .inner.btm {
        padding-bottom: 25px;
    }

    #gnav {
        position: fixed;
        top: 0;
        right: 0;
        width: 200px;
        height: 100%;
        background: none;
        -webkit-transform: translateX(200px);
        transform: translateX(200px);
        -webkit-transition: ease .5s;
        transition: ease .5s;
        padding: 0;
        z-index: 101;
        border: none;
        padding-bottom: 0;

    }

    #gnav li.sp {
        display: inline-block !important;
    }

    #gnav.fixed {
        top: 0;
        right: 0;
        left: auto;
        width: 200px;
        border: none;
        z-index: 101;
        padding-top: 0;
        padding-bottom: 0;
    }

    #gnav ul li {
        float: none;
        width: auto;
        text-align: left;
        display: block !important;
    }

    #gnav ul li:before {
        display: none !important;
    }

    #gnav li a:hover,
    #gnav li.st a {
        display: block !important;
    }

    #gnav ul li:last-child::after {
        display: none !important;
    }

    #gnav p {
        display: block;
        position: absolute;
        width: 38px;
        height: 38px;
        top: 0;
        left: -44px;
        border: 1px solid #fff;
        background: #736357;
        cursor: pointer;
        opacity: 0.8;
        margin: 2px;
        box-shadow: 0px 0px 0px 2px #736357;
        -moz-box-shadow: 0px 0px 0px 2px #736357;
        -webkit-box-shadow: 0px 0px 0px 2px #736357;
    }

    #gnav li {
        float: none;
        width: auto;
        border-bottom: 1px dotted #cacad9;
        padding: 0 !important;
        margin-top: 0;
        margin-left: 0 !important;
        display: block !important;

    }

    #gnav ul li a {
        height: auto;
        display: block !important;
        padding: 8px 0 8px 34px;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 1px;
    }

    #gnav ul {
        text-align: left;
        background: #fff;
    }

    #gnav.action {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #gnav p span.n {
        display: block;
        background: #fff;
        height: 2px;
        width: 26px;
        text-indent: -9999px;
        padding: 0;
        top: 50%;
        left: 6px;
        margin-top: -1px;
        position: absolute;
    }

    #gnav p span.n:before {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: -8px;
        left: 0;
    }

    #gnav p span.n:after {
        display: block;
        content: "";
        background: #fff;
        height: 2px;
        width: 26px;
        position: absolute;
        top: 8px;
        left: 0;
    }

    #gnav.action p span.n {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: ease .10s;
        transition: ease .10s;
    }

    #gnav.action p span.n:after,
    #gnav.action p span.n:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        left: 0;
    }

    #gnav ul {
        display: block;
        width: auto;
        height: 100%;
        overflow-y: auto;
        padding: 0;
    }

    .overlay:after,
    .overlay #header .inner:before {
        content: "";
        width: 100%;
        height: 100%;
        background: #000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: 99;
    }

    #gnav li a:hover::before,
    #gnav li.st a::before {
        bottom: auto;
        left: auto;
        right: 10px;
        top: 50%;
        margin-top: -3px;

    }

    #gnav li:last-child a {
        padding: 8px 0 8px 34px !important;
    }

    .subtit h2 {
        font-size: 24px;
        padding: 70px 0;
        background-size: contain;
    }

    .subtit .il {
        max-width: 25%;
        right: 0;
    }

    .subtit .pic {
        opacity: 0.6;
    }

    .subtit .pic {
        text-align: center;
        padding: 0 0 0 0;
        position: relative;
        width: 760px;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        right: 0;
    }

    .subtit .pic:before {
        position: absolute;
        content: "";
        width: 101%;
        height: 101%;
        background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/1856d169effb60baa36d8bf6048067b1.png) top center / cover no-repeat;
        right: 0;


    }

    #header h1 {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 599px) {
    #header .logo {
        float: none;
        width: auto;
        text-align: center;
    }

    #header .right {
        float: none;
        margin: 0 auto 20px auto;
        padding-right: 0;
        width: 100%;
    }

    #header .right dt {
        float: left;
        width: calc(100% - 125px);
    }

    #header .right dd {
        width: 125px;
        float: right;
        margin-top: 10px;
    }

    .subtit h2 {
        padding: 60px 0;
    }
}

/*recruit*/
.w98 {
    max-width: 980px;
    margin: 0 auto;
    width: 95%;
}

.rec1 h3 {
    max-width: 980px;
    margin: 0 auto;
    width: 95%;
    text-align: center;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/subtitmk3.jpg) 0 20px repeat-x;
    font-size: 40px;
    color: #26c6de;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    margin-bottom: 25px;
}

.rec1 h3 strong {
    display: inline-block !important;
    background: #fff;
    padding: 0 0.25em;
}

.rec1 {
    padding: 40px 0 0 0;
}

.rec1 .pic img {
    /*   mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec1msk.png);
 -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec1msk.png);
 mask-repeat: no-repeat;
 -webkit-mask-position:center center;
 mask-position: center center;
 -webkit-mask-size: cover;
 mask-size: cover; */

}

.rec1 .w1 .box {
    float: left;
    width: 48.97%;
    margin: 0 2.06% 0 0;
}

.rec1 .w1 .box:nth-child(2n+2) {
    margin-right: 0;
}

.rec1 .w1 .pic {
    float: right;
    width: 41.87%;
    margin-bottom: 20px;
}

.rec1 .w1 .pic .trimmingInner {
    border-radius: 50%;
}

.rec1 .w1 .pic .trimming:after {
    padding-top: 0;
}

.rec1 .w2 .pic .trimmingInner {
    border-radius: 50%;
}

.rec1 .w2 .pic .trimming:after {
    padding-top: 0;
}

.rec1 .w1 .tbox {
    float: left;
    width: 55%;
}

.rec1 .tbox p {
    padding: 0 0 20px 0;
    color: #7d7d7d;
    line-height: 120%;
}

.rec1 .tbox h4 {
    font-weight: normal;
    font-family: "bokutachi";
    color: #6a3906;
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 15px 0;
}

.rec1 .pic {
    position: relative;
}

.rec1 .pic .p1 {
    position: absolute;
    z-index: 1;
}

.rec1 .w1 .box:nth-child(1) .pic {
    padding-top: 10px;
}

.rec1 .w1 .box:nth-child(1) .p1 {
    top: 0;
}

.rec1 .w1 .box:nth-child(2) .pic .p1 {
    top: 10px;
    left: -5px;
}

.rec1 .w1 {
    padding-bottom: 10px;
}

.rec1 .w2 .box {
    width: 67.12%;
    float: right;
}

.rec1 .w2 .tbox {
    float: right;
    width: 55%;
}

.rec1 .w2 .pic {
    float: left;
    width: 41.87%;
    margin-bottom: 20px;
}

.rec1 .w2 .pic .p1 {
    right: -10px;
}

.rec1 .w2 .left {
    float: left;
    width: 74.48%;
}

.rec1 .w2 .left .img {
    float: left;
    width: 29.72%;
    text-align: center;
}

.rec1 .w2 .right {
    float: right;
    width: 24.18%;
}

.rec1 .w2 {
    padding-bottom: 10px;
}

.rec1 .w3 .pic {
    float: left;
}

.rec1 .w3 .tbox {
    float: right;
}

.rec1 .w3 .box:nth-child(1) .pic {
    padding-top: 0px;
}

.rec1 .w3 .box:nth-child(1) .p1 {
    top: 10px;
}

.rec1 .w3 .box:nth-child(2) .pic {
    padding-top: 10px;
}

.rec1 .w3 .box:nth-child(2) .pic .p1 {
    top: 0px;
}

.rec1 .wrap {
    padding: 158px 0 140px 0;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec1bk.gif) center 0 no-repeat;
    background-size: contain;
}

.rec1 {
    padding-bottom: 52px;
}

@media only screen and (max-width: 1024px) {
    .rec1 .tbox h4 {
        font-size: 18px;
    }

    .rec1 h3 {
        font-size: 24px;
        background-position: 0 10px;
    }

    .rec1 .w2 .left {
        float: none;
        width: 100%;
    }

    .rec1 .w2 .box {
        max-width: 480px;
    }

    .rec1 .w2 .right {
        float: none;
        text-align: center;
        width: auto;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 599px) {
    .rec1 .wrap {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .rec1 .w1 .pic {
        float: none;
        width: 95%;
        max-width: 201px;
        margin-left: auto;
        margin-right: auto;
    }

    .rec1 .w1 .tbox {
        float: none;
        width: auto;
    }

    .rec1 .w2 .pic {
        float: none;
        width: 95%;
        max-width: 201px;
        margin-left: auto;
        margin-right: auto;
    }

    .rec1 .w2 .tbox {
        float: none;
        width: auto;
    }
}

.rec3 {
    padding: 55px 0 20px 0;
}

.rec3 h3 {
    text-align: center;
    font-size: 40px;
    color: #26c6de;
    padding-bottom: 40px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.rec3 h3 img {
    vertical-align: middle;
}

.rec3 h3 strong {
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5%;
    display: inline-block !important;
    vertical-align: middle;
}

.rec3 h3 .im {
    max-width: 10%;
    display: inline-block !important;
    vertical-align: middle;
}

.rec3 .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 47.95%;
    border: #bdeef5 10px solid;
    margin: 0 4.1% 30px 0;
    padding: 20px 2.04% 10px 2.04%;
}

.rec3 .box:nth-child(2n+2) {
    margin-right: 0;
}

.rec3 .box .pic {
    float: left;
    width: 43.60%;
    padding: 0 0 20px 0;
}

.rec3 .box .pic.trimming:after {
    padding-top: 0;
}

.rec3 .box .tbox {
    float: right;
    width: 51.21%;
    padding: 0 0 20px 0;
}

.rec3 .box h4 {
    font-size: 16px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: normal;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit3line.gif) 0 bottom no-repeat;
    padding: 40px 0 18px 0;
}

.rec3 .box h4 .p {
    font-size: 14px;
    display: block;
    color: #eb6877;
    padding-bottom: 3px;
}

.rec3 .box .txt h5 {
    font-size: 16px;
    color: #eb6877;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.rec3 .box .txt p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .rec3 h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .rec3 .box {
        border-width: 5px;
    }

    .rec3 .box .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .rec3 .box .tbox {
        float: none;
        width: auto;
    }

    .rec3 .box h4 {
        padding-top: 0px
    }
}

.rec2 {
    background-color: #fdedef;
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit2bktop.png), url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit2bkbtm.png);
    background-repeat: repeat-x;
    background-position: center 0, center bottom;
    padding: 77px 0 40px 0;
}

.rec2 h3 {
    text-align: center;
    font-size: 40px;
    color: #26c6de;
    padding-bottom: 55px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.rec2 h3 .w {
    display: inline-block !important;
    position: relative;
}

.rec2 h3 .w:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit2titmk1.png);
    position: absolute;
    top: 0;
    left: -396px;
}

.rec2 h3 .w:after {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit2titmk2.png);
    position: absolute;
    top: 0;
    right: -393px;
}

.rec2 .box {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec2bk.png) center bottom no-repeat;
}

.rec2 .pic {
    float: left;
    margin-bottom: 27px;
    width: 40%;
    position: relative;
}

.rec2 .pic .trimmingInner {
    border-radius: 50%;
}

.rec2 .pic.trimming:after {
    padding-top: 0;
}

/* .rec2 .pic img{
  mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec2picl.png);
   -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec2picl.png);
   mask-repeat: no-repeat;
   -webkit-mask-position:center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover;

} */
.rec2 .pic:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit21mk1.png);
    top: 0;
    right: 24px;
    position: absolute;
}

.rec2 .tbox {
    float: right;
    width: 56.53%;
    padding: 0 0 0 0;
}

.rec2 .tbox .txt {
    padding-right: 27.07%;
}

.rec2 .tbox h4 {

    font-weight: normal;
    font-family: "bokutachi";
    color: #6a3906;
    font-size: 20px;
    line-height: 120%;
    padding: 0 0 15px 0;

}

.rec2 .tbox p {
    padding: 0 0 20px 0;
}

.rec2 .tbox .img {
    text-align: right;
}

.rec2 .box {
    margin-bottom: 85px;
    position: relative;
}

.rec2 .box:nth-child(2n+2) {
    margin-bottom: 30px;
}

.rec2 .box:nth-child(2n+2) .pic {
    float: right;
}

/* .rec2 .box:nth-child(2n+2) .pic img{
  mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec2picr.png);
   -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec2picr.png);

} */
.rec2 .box:nth-child(2n+2) .tbox {
    float: left;
}

.rec2 .box:nth-child(2n+2) .tbox .img {
    text-align: left;
}

.rec2 .box:nth-child(2n+2) .tbox .txt {
    padding-right: 0;
    padding-left: 27.07%;
}

.rec2 .box:nth-child(2n+2) .pic:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit22mk1.png);
    top: -60px;
    right: auto;
    left: -100px;
}

.rec2 .box:nth-child(1):before,
.rec2 .box:nth-child(4):before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit21mk3.png);
    position: absolute;
    left: -260px;
    bottom: -132px;
}

.rec2 .box:nth-child(3):before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit21mk3.png);
    position: absolute;
    right: -260px;
    bottom: -132px;
}

.rec2 .box:nth-child(3) .tbox:before {
    position: absolute;
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit23mk1.png);
    left: -150px;
    bottom: -87px;
}

.rec2 .box:nth-child(4) .tbox:before {
    position: absolute;
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit23mk1.png);
    right: -150px;
    bottom: -87px;
}

@media only screen and (max-width: 1024px) {
    .rec2 h3 {
        font-size: 24px;
    }

    .rec2 .box {
        background: #fff;
        border: 5px solid #f6b8bf;
        border-radius: 30px;
    }

    .rec2 .tbox .txt {
        padding-right: 2.5%;
    }

    .rec2 .box:nth-child(2n+2) .tbox .txt {
        padding-left: 2.5%;
    }

}

@media only screen and (max-width: 599px) {
    .rec2 .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .rec2 .tbox {
        width: auto;
        float: none;
        background: #fff;
        border: 5px solid #f6b8bf;
        border-radius: 30px;
    }

    .rec2 .box {
        background: none;
        border: none;
    }

    .rec2 .tbox .txt {
        padding-left: 2.5%;
        padding-bottom: 50px
    }

    .rec2 .box:nth-child(2n+2) .tbox .txt {
        padding-right: 2.5%;
    }
}


.rec4 {
    width: 95%;
    padding: 50px 2.5% 50px 2.5%;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/rec4bk.gif) 0 0 repeat;
}

.rec4 h3 {
    text-align: center;
    font-size: 40px;
    color: #eb6877;
    font-weight: normal;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    margin-bottom: 25px;
}

.rec4 .im {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 10%;
}

.rec4 strong {
    display: inline-block !important;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.5%;
}

.rec4 .wrap {
    max-width: 900px;
    margin: 0 auto;
    background: #fcfcfa;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 2.5% 50px 2.5%;
}

.rec4 .wrap .l {
    position: absolute;
    top: -30px;
    left: 9px;
}

.rec4 .wrap .r {
    position: absolute;
    top: -30px;
    right: 9px;
}

.rec4 .table {
    max-width: 700px;
    margin: 0 auto;
}

.rec4 .table dt {
    float: left;
    color: #7d7d7d;
}

.rec4 .table dd {
    padding: 0 0 0 210px;
    color: #6a3906;
}

.rec4 .table dl {
    padding: 14px 7.14% 14px 7.14%;
    border-bottom: 1px dotted #b3d8e0;
}

@media only screen and (max-width: 1024px) {
    .rec4 h3 {
        font-size: 24px;
    }

    .rec4 .wrap .l {
        max-width: 25px;
    }

    .rec4 .wrap .r {
        max-width: 25px;
    }
}

@media only screen and (max-width: 599px) {
    .rec4 .table dt {
        float: none;
        width: auto;
    }

    .rec4 .table dd {
        padding-left: 0;
    }

    .rec4 .table dl {
        padding-left: 0;
        padding-right: 0;
    }
}

.rec5 h3 {
    text-align: center;
    font-size: 40px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: normal;
    color: #26c6de;
    margin-bottom: 25px;
}

.rec5 {
    padding: 70px 0 0 0;
}

.rec5 h3 strong {
    display: inline-block !important;
    max-width: 80%;
    padding: 0 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.rec5 h3 .im {
    display: inline-block !important;
    max-width: 10%;
    vertical-align: middle;
}

.rec5 .flex_c li {
    color: #7d7d7d;
    font-size: 16px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/recruit/recruit5mk3.png) 0 0 no-repeat;
    padding: 2px 48px 15px 83px;
}

.rec5 .flex_c {
    padding-bottom: 30px;
}

.rec5 .flow li {
    float: left;
    width: 22.44%;
    position: relative;
}

.rec5 .flow li:nth-child(2n+2) {
    margin-top: 152px;
    margin-left: -3.26%;
    margin-right: -3.26%;
}

.rec5 .flow li .w {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    color: #fff;
}

.rec5 .flow li .w strong {
    display: block;
    font-size: 70px;

    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    line-height: 120%;
    padding-bottom: 10px;
}

.rec5 .flow li .t {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
}

.rec5 .bm img {
    width: 100%;
    height: auto;
    margin-top: -50px;
    vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
    .rec5 .flow li .w strong {
        font-size: 24px;
    }

    .rec5 .flow li .t {
        font-size: 16px;
    }

    .rec5 h3 {
        font-size: 24px;
    }

}

@media only screen and (max-width: 599px) {
    .rec5 .flow li {
        width: 48%;
        max-width: 220px;
        margin-left: 1% !important;
        margin-right: 1% !important;
        margin-top: 20px;
    }
}

.rec6 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/bk_yellow.jpg) 0 0 repeat;
    margin-bottom: 190px;
    -webkit-box-shadow: 0px 2px 6px 1px #c7c7c7;
    box-shadow: 0px 2px 6px 1px #c7c7c7;
    padding: 50px 0 50px 0;
}

.rec6 h3 strong {
    display: block;
    line-height: 120%;
}

.rec6 h3 {
    text-align: center;
    font-size: 40px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    color: #26c6de;
    font-weight: normal;
    padding: 0 0 30px 0;
}

.rec6 h3+p {
    text-align: center;
    font-size: 16px;
    color: #6a3906;
    padding: 0 0 20px 0;
}

.rec6 .table {
    max-width: 750px;
    margin: 0 auto;
}

.rec6 .table dt {
    float: left;
    color: #7d7d7d;
    padding: 5px 0 5px 0;
}

.rec6 .table dt .h {
    display: inline-block !important;
    background: #eb6877;
    color: #fff;
    width: 60px;
    text-align: center;
    font-size: 12px;
    border-radius: 12px /50%;
    margin-left: 1em;
}

.rec6 .table dd {
    padding: 0 0 0 270px;
}

.rec6 .table dl {
    padding: 18px 24px;
    border-bottom: 1px dotted #b3d8e0;
}

.rec6 .table dd label {
    display: inline-block !important;
    color: #6a3906;
    padding: 5px 2em 5px 0;
}

.rec6 .table dd label input {
    margin-right: 0.5em;
}

.rec6 .table dd .size1 {
    border: none;
    background: #fff;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px / 50%;
}

.rec6 .table dd #ask {
    border: none;
    background: #fff;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    height: 150px;
}

.rec6 .formbtn {
    text-align: center;
    padding: 50px 0 0 0;
}

.rec6 .flexb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}

.rec6 .formbtn .check {
    max-width: 350px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #ecbac0;
    background: #eb6877;
    color: #fff;
    font-size: 20px;
    padding: 15px 2.5%;
    border-radius: 40px /50%;
}

.rec6 .flexb .check {
    max-width: 250px;
    width: 200px;
}

/* 
.rec6 .formbtn #check{
  max-width:350px;
  width:100%;
  box-sizing:border-box;
  border:5px solid #ecbac0;
  background:#eb6877;
  color:#fff;
  font-size:20px;
  padding:15px 2.5%;
  border-radius:40px /50%;
} */
@media only screen and (max-width: 1024px) {
    .rec6 h3 {
        font-size: 24px;
    }

    .rec6 h3 strong {
        padding-top: 15px;
    }

    .rec6 h3 img {
        max-width: 250px !important;
    }
}

@media only screen and (max-width: 599px) {
    .rec6 .table dt {
        float: none;
        width: auto;
    }

    .rec6 .table dd {
        padding-left: 0;
    }

    .rec6 .table dl {
        padding-left: 0;
        padding-right: 0;
    }

    .rec6 .flexb .check {
        max-width: 250px;
        width: 100%;
    }

    .rec6 .formbtn {
        width: 100%;
    }
}

/*home*/
#header .home-main {
    position: relative;
}

#header .home-main.btm {
    padding-bottom: 90px;
}

#header .home-main .logo {
    text-align: center;
    float: none;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 4;
}
#header .home-main .logo img {
  height: 100px !important;
}

#header .home-main .slidewrap {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    width: 95%;
}

#header .home-main .slidewrap:before {
    content: "";
    position: absolute;
/*    background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/4623b045e2ef3133ab297a0f01b1e738.png) top center/cover no-repeat;*/
    width: 101%;
    height: 101%;
    z-index: 1;

}

#header .home-main .slidewrap .slider {
    position: relative;

}

#header .home-main .slidewrap .slider .slide {
    position: absolute;
    top: 0;
    left: 0;
}

#header .home-main .slidewrap .slider .slide.st {
    position: relative;
    z-index: 3;
}

#header .home-main .slidewrap .slider .slide img {
    mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/slidemask.png);
    -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/slidemask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;

}

#header .home-main .slidewrap .l {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4;
}

#header .home-main .slidewrap .r {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4;
}

@media only screen and (max-width: 1024px) {
    #header .home-main .logo {
        max-width: 30%;
    }

    #header .home-main .slidewrap .l,
    #header .home-main .slidewrap .r {
        max-width: 18% !important;
    }

    #header .home-main.btm {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    #header .home-main {
        margin-top: 30px;
    }
}

.home1 {
    /*background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/af3617ae550cc01e20e49cd39ab40edd.png) 0 0 repeat;*/
    background: #26c4dd;
    -webkit-box-shadow: 0px 3px 3px -3px #2fb1c6 inset;
    box-shadow: 0px 3px 3px -3px #2fb1c6 inset;
/*    padding: 20px 0 0 0;*/
    padding: 60px 0 0 0;
}

.home1 .logo {
    text-align: center;
}

.home1 h3 {
    text-align: center;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-size: 48px;
    color: #ffffff;
    padding: 0 0 10px 0;
}

.home1 h3 strong {
    display: inline-block !important;
    position: relative;
}

.home1 h3 .s {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home12.png) 0 0 no-repeat;
    width: 76px;
    height: 76px;
    text-align: center;
    position: absolute;
    font-size: 24px;
    color: #7e6b5a;
    font-family: "bokutachi";
    line-height: 60px;
    font-weight: normal;
    top: -15px;
}

.home1 h3+p {
    font-size: 18px;
    color: #fff799;
    text-align: center;
    padding: 0 0 40px 0;
}

.home1 .no1 dl {
    width: 28.67%;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home14.png) center 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    height: 246px;
    margin: 0 1.7% 0 1.7%;
    position: relative;
    z-index: 1;
}

.home1 .no1 dt {
    text-align: center;
    font-size: 36px;
    color: #26c6de;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding: 0 0 10px 0;
}

.home1 .no1 dt:first-letter {
    font-size: 80px;
    color: #eb6877;
}

.home1 .no1 dd {
    max-width: 215px;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    color: #eb6877;
    line-height: 120%;
    padding: 0 0 20px 0;
}

.home1 .no1 {
    position: relative;
    margin-bottom: 70px;
}

.home1 .no1 .pic {
    position: absolute;
    bottom: 0;
    right: -151px;
}

.home1 .no1 dl:first-child:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home13.png);
    position: absolute;
    top: -140px;
    left: 0;
}

.home1 .no2 .wrap {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home16.png) center 0 no-repeat;
    max-width: 910px;
    margin: 0 auto;
    padding: 29px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 436px;
    position: relative;
    z-index: 1;
}

.home1 .no2 .wrap:before {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home15.png);
    background-size: cover;
    content: "";
    top: -134px;
    right: 0;
    width: 60px;
    height: 76px;
    position: absolute;
}

.home1 .no2 .pic {
    float: right;
    width: 34.5%;
    padding: 0 0 20px 0;

}

.home1 .no2 .pic img {
    margin-left: -25.47%;
}

.home1 .no2 .wrap .tbox {
    width: 54.94%;
    padding: 30px 0 0 4.94%;
}

.home1 .no2 {
    position: relative;
    margin-bottom: 80px;

}

.home1 .no2 .pic1 {
    position: absolute;
    left: -149px;
    top: -144px;
}

.home1 .no2 .wrap .tbox h4 {
    color: #26c6de;
    font-family: "bokutachi";
    font-size: 24px;
    padding: 0 0 20px 0;
    font-weight: normal;
}

.home1 .no2 .wrap .tbox .txt {
    max-width: 463px;
}

.home1 .no2 .wrap .tbox .txt p {
    font-size: 22px;
    color: #eb6877;
    padding: 0 0 20px 0;
}

.home1 .no2 .wrap .tbox .txt .img {
    text-align: center;
}

.home1 .no2 .more {
    text-align: center;
    padding: 10px 0 0 0;
}

.home1 .more a {
    max-width: 220px;
    width: 100%;
    display: inline-block !important;
    background: #fff799;
    font-family: "bokutachi";
    font-size: 18px;
    color: #6a3906;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home1 .more a img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}

.home1 .no2 .pic2 {
    position: absolute;
    bottom: 100px;
    right: -159px;
}

.home1 .no3 dl {
    margin: 0 4.04% 30px 0;
    width: 30.64%;
    position: relative;
    z-index: 1;
}

.home1 .no3 {
    padding-bottom: 30px;
    position: relative;
}

.home1 .no3 dt {
    text-align: center;
    padding: 16px 0 0 0;
}

.home1 .no3 dl:nth-child(3n+3) {
    margin-right: 0;
}

/* .home1 .no3 dd img{
  mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/mask1.png);
  -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/mask1.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
} */
.home1 .no3 dd {
    width: 100%;
    overflow: hidden;
    position: relative;

}

/* .home1 .no3 dd span:before{
  content:"";
  background:url(/import/tenant_28/kuritadental.com/upload/tenant_1/f0661f3de7148eff6d66f360d5b9d17b.png) no-repeat;
  width: 283px;
  height: 283px;
  position: absolute;
  z-index: 1;
  top:0;
} */
.home1 .no3 dd span {
    border-radius: 30px;
}

.home1 .no3 .pic {
    position: absolute;
    top: -69px;
    left: -164px;
}

.home1 .no3 dl:last-child:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home15.png);
    position: absolute;
    top: -161px;
    right: 0;
}

.home-sne {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home4bg.jpg) 0 0 repeat;
    -webkit-box-shadow: 0px 3px 3px -1px #c7dadb inset, 0px 4px 4px 0px #c7dadb;
    box-shadow: 0px 3px 3px -1px #c7dadb inset, 0px 4px 4px 0px #c7dadb;
    padding: 30px 0 20px 0;
}

.home-sne .pic {
    float: left;
    width: 45.1%;
    padding: 0 0 20px 6.42%;
}

.home-sne .tbox {
    float: right;
    width: 39.18%;
}

.home-sne .tbox li {
    padding: 0 7.81% 20px 0;
    max-width: 19.14%;
}

.home-sne .tbox li:last-child {
    padding-right: 0;
}

.home-sne .tbox ul {
    padding: 0 0 10px 0;
}

.home-sne .tbox p {
    padding: 0 0 20px 0;
}

@media (max-width: 1024px) {
    .home1 .no2 .pic2 {
        bottom: 240px;
        right: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .home-sne .pic {
        width: 25%;
    }

    .home-sne .tbox {
        width: 59.18%;
    }

    .home1 .no1 .pic {
        display: none;
    }

    .home1 .no2 .pic1 {
        display: none;
    }

    .home1 .no3 .pic {
        position: static;
        text-align: center;
        width: 40%;
        margin: auto;
    }

    .home1 .no2 .wrap:before {
        right: 0;
    }

    .home1 .no2 .pic2 {
        display: none;
    }

    .home1 .no1 dl:first-child:before {
        display: none;
    }

    .home1 .no1 h3:before {
        background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home13.png) no-repeat;
        background-size: cover;
        content: "";
        position: absolute;
        top: 52px;
        left: 0;
        width: 60px;
        height: 76px;
    }
}

.home-rec {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home3bg.jpg) 0 0 repeat;
    -webkit-box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    padding: 30px 0 0 0;
}

.home-rec .inner {
    text-align: center;
    letter-spacing: -5px;
}

.home-rec .picl,
.home-rec .picr,
.home-rec .wrap {
    display: inline-block !important;
    letter-spacing: 0;
}

.home-rec .picl,
.home-rec .picr {
    vertical-align: bottom;
    padding-bottom: 25px;
    max-width: 30%;
    position: relative;
}

.home-rec .wrap {
    vertical-align: top;
    padding: 20px 1% 20px 1%;
    max-width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-rec h3 {
    font-size: 48px;
    color: #00b7ee;
    line-height: 120%;
    font-weight: normal;
    padding: 0 0 40px 0;
}

.home-rec .more a {
    display: inline-block !important;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.home-rec .more a strong {
    background: #f29c9f;
    display: inline-block !important;
    line-height: 120%;
    color: #fff;
    font-size: 30px;
    font-family: "bokutachi";
    padding: 5px 10px 10px 10px;
}

.home-rec .more a img {
    width: 10px !important;
    height: 100% !important;
}

.home-rec .more a .l {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.home-rec .more a .r {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.home-rec .picl .m {
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 40%;
}

.home-rec .picr .m {
    position: absolute;
    bottom: 20px;
    right: 0;
    max-width: 40%;
}

@media only screen and (max-width: 1024px) {
    .home-rec h3 {
        font-size: 24px;
    }

    .home-rec .more a strong {
        font-size: 16px;
    }

    .home1 .no1 dl {
        width: 281px;
        margin-bottom: 20px;
    }

    .home1 h3 {
        font-size: 24px;
    }

    .home1 h3 .s {
        top: -40px;
    }

    .home1 h3+p {
        position: relative;
        z-index: 1;
        font-size: 16px;
    }

    .home1 .no2 .wrap .tbox h4 {
        font-size: 16px;
    }

    .home1 .no2 .wrap .tbox .txt p {
        font-size: 14px;
    }

    .home1 .no2 .pic img {
        margin-left: 0;
        max-width: 200px !important;
    }

    .home1 .more a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .home-rec .wrap {
        max-width: 80%;
        vertical-align: middle;
    }

    .home-rec .picl,
    .home-rec .picr {
        max-width: 10%;
        vertical-align: middle;
    }

    .home-rec .picl img,
    .home-rec .picr img {
        display: none;

    }

    .home-rec .picl .m {
        position: relative;
        bottom: auto;
        left: auto;

    }

    .home-rec .picr .m {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .home-rec .picl .m img {
        display: block !important;

    }

    .home-rec .picr .m img {
        display: block;
    }

    .home-rec h3 {
        padding-bottom: 20px;
    }

    .home-rec .tit img {
        max-width: 300px !important;
        width: 100%;
    }

    .home1 .no1 dl {
        background-size: contain;
    }

    .home1 .no2 .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .home1 .no2 .wrap .tbox {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .home1 .no2 .wrap {
        background-size: cover;
    }

    .home1 .no3 dl {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .home1 .no3 dl:nth-child(2) {
        width: 48%;
        margin-left: 0;
        margin-right: 1%;
    }

    .home1 .no3 dl:nth-child(3) {
        width: 48%;
        margin-left: 1%;
        margin-right: 0;
    }

    .home1 .no3 dd {
        text-align: center;
    }

    .home1 .no3 dl:last-child:before {
        display: none;
    }
}

.home2 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home2bg.jpg) center top repeat;
    -webkit-box-shadow: 0px 3px 3px -1px #b9dfe1 inset;
    box-shadow: 0px 3px 3px -1px #b9dfe1 inset;
}

.home-menu {
    padding: 45px 0 80px 0;

}

.home-menu h3 {
    text-align: center;
    margin-bottom: 50px;
}

.home-menu h3 strong .e {
    display: block;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #7e6b5a;
    line-height: 1;
}

.home-menu dd .p1 {
    position: absolute;
    /* padding:74x; */
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
}

.home-menu dd.pic a {
    /* display:inline-block !important; */
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.home-menu dd.pic {
    position: relative;
}

.home-menu dd.pic a:before {
    content: "";
    position: absolute;
    /*background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/b03fbee13c176d3fd1785f916eea8907.png) top center / cover no-repeat;*/
    width: 101%;
    height: 101%;
    z-index: 1;
}

.home-menu dd .p1 img {
    mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/menumask.png);
    -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/menumask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;
    height: auto !important;

}

.home-menu dl {
    width: 22.04%;
    margin: 0 3.9% 40px 0;
}

.home-menu dt {
    text-align: center;
    font-size: 24px;
    color: #00b7ee;
    padding: 10px 0 5px 0;
}

.home-menu dt+dd {
    line-height: 120%;
}

.home-menu dl:nth-child(4n+4) {
    margin-right: 0;
}

.home-menu strong {
    font-size: 48px;
    color: #26c6de;
    display: inline-block !important;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    position: relative;

}

.home-menu strong:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/subtitmk2.jpg);
    left: -250px;
    top: 0;
    position: absolute;
}

.home-menu strong:after {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/subtitmk2.jpg);
    right: -250px;
    top: 0;
    position: absolute;
}

.ac {
    display: block;
    height: 1px;
    margin-top: -1px;
    position: relative;
}

.ac a {
    position: absolute;
    top: -89px;
}

.home-post {
    background: #cefcff;
    padding-bottom: 50px;
}

.home-post .wrap {
    margin: 0 2% 30px 2%;
    width: 46%;
    max-width: 430px;
    background: #fff;
    border-radius: 50%;
    padding: 45px 0 26px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.home-post .wrap:after {
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.home-post h3 {
    text-align: center;
    font-size: 24px;
    padding: 0 0 35px 0;
    font-family: "bokutachi";
    font-weight: normal;
    margin-bottom: 5px;
}

.home-post .table {
    max-width: 332px;
    margin: 0 auto;
}

.home-post .more {
    padding-top: 20px;
    text-align: center;
}

.home-post .more a {

    max-width: 150px;
    width: 100%;
    display: inline-block !important;
    background: #fff799;
    font-family: "bokutachi";
    color: #6a3906;
    padding: 4px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.home-post .more a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -5px;
}

.home-post dt {
    color: #eb6877;
}

.home-post dl {
    border-bottom: 1px dotted #eb6877;
    padding: 6px 0;
}

.home-post .home-blog h3 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home2blog.jpg) center bottom no-repeat;
    color: #22ac38;
}

.home-post .home-news h3 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home2news.jpg) center bottom no-repeat;
    color: #eb6877;
}

.home-post .home-news dd a {
    color: #26c7df;
}

@media only screen and (max-width: 1024px) {
    .home-menu strong {
        font-size: 24px;
    }

    .home-menu dt {
        font-size: 16px;
    }

    .home-post h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .home-menu dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .home-post .wrap {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }
}

/*blog*/

.blog {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.postwrap {
    padding: 50px 0 0 0;
}

.postwrap #side {
    float: right;
    width: 240px;
}

.postwrap #left {
    float: left;
    width: 690px;
    height: auto;
}

#side dl {
    background: #fefce5;
    border-radius: 20px;
    margin-bottom: 50px;
    padding: 20px 0 40px 0;
}

#side dt {
    text-align: center;
    font-size: 24px;
    font-family: "bokutachi";
    color: #eb6877;
    padding-bottom: 32px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/news/sidemk1.jpg) center bottom no-repeat;
}

#side dd {
    margin: 0 16px;
    border-bottom: 2px dotted #e6aacb;
}

#side dd a {
    display: block;
    padding: 12px 0 3px 0;
    color: #6a3906;
}

#side .s2 dt {
    color: #22ac38;
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/news/sidemk2.jpg);
}

#side .s2 dd {
    width: 40%;
    float: left;
    margin: 0 5%;
    border-color: #b6e0ab;
}

.bloglist {
    padding: 49px 0 0 0;
}

/* .bloglist .pic .w{
  display:inline-block !important;
  position:relative;
}
.bloglist .pic .p1{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  box-sizing:border-box;
  padding:8px;
}
.bloglist .pic .p1 .trimmingInner img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/menumask.png);
    -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/menumask.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  -webkit-mask-size: cover;
    mask-size: cover;

} */

.bloglist .pic {
    float: left;
    width: 26.08%;
    margin-top: -50px;
}

.bloglist .pic .trimmingInner {
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f4b2ae;
}

.bloglist .box:nth-child(odd) .pic .trimmingInner {
    border: 5px solid #cefcff;
}

.bloglist .pic .trimming:after {
    position: absolute;
    top: 0;
}

.bloglist .box {
    background: #fefce5;
    margin-bottom: 79px;
}

.bloglist .box dl {
    float: right;
    width: 68.69%;
    padding: 12px 2.6% 20px 0;
}

.bloglist .box dd .d {
    color: #7d7d7d;
    padding-right: 1em;
}

.bloglist .box dd .c {
    color: #eb6877;
}

.bloglist .box dt {
    padding: 10px 0 25px 0;
    color: #26c6de;
    font-family: "bokutachi";
    font-size: 16px;
}

.bloglist .box dt+dd {
    text-align: right;
}

.bloglist .box dt+dd a {
    display: inline-block !important;
    width: 90%;
    max-width: 224px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/btnbk.gif) 0 0 repeat;
    text-align: center;
    color: #6a3906;
    padding: 5px 0;
    border-radius: 20px / 50%;
    -webkit-box-shadow: 0px 3px 3px -1px #d8d6c3;
    box-shadow: 0px 3px 3px -1px #d8d6c3;
}

.pagenav li {
    font-size: 25px;
    margin: 0 5px 10px 5px;
}

.pagenav li a {
    color: #004986;
    display: block;
    background: #fefce5;
    border-radius: 50%;
    padding: 5px;
}

.pagenav li img {
    vertical-align: middle;
    margin-top: -5px;
}

.blog .pagenav {
    padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
    .postwrap #left {
        float: none;
        width: auto;
        max-width: 690px;
        margin: 0 auto;
    }

    .postwrap #side {
        float: none;
        width: auto;
    }
}

@media only screen and (max-width: 599px) {
    .bloglist .pic {
        float: none;
        width: 50%;
        text-align: center;
        margin-top: 0;
        padding-top: 20px;
        margin: auto;
    }

    .bloglist .box {
        margin-bottom: 40px;
    }

    .bloglist .box dl {
        float: none;
        width: 90%;
        margin: auto;
    }

    .bloglist .box dd .d,
    .bloglist .box dd .c {
        display: block !important;
    }

    .bloglist .box dt+dd {
        text-align: center;
    }

    .postwrap {
        width: 80%;
    }
}

.single .tit li {
    display: inline-block !important;
}

.single .tit .d {
    color: #7d7d7d;
    padding: 0 1em 0 0;
}

.single .tit .c {
    color: #eb6877;
}

.single .tit ul {
    padding: 0 0 20px 0;
}

.single .tit h3 {
    color: #26c6de;
    font-size: 24px;
    font-family: "bokutachi";
    font-weight: normal;
    padding: 0 0 15px 0;
    margin-bottom: 15px;

}

.single .tit {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/line.gif) 0 bottom repeat-x;
}

.single .txt p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

.single .txt {
    padding-bottom: 30px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/line.gif) 0 bottom repeat-x;
    margin-bottom: 90px;
}

.single {
    padding-bottom: 100px;
}

.single .back {
    text-align: center;
}

.single .back a {
    display: inline-block !important;
    width: 90%;
    max-width: 305px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/bkp.gif) 0 0 repeat;
    position: relative;
    color: #6a3906;
    font-size: 16px;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px / 50%;
}

.single .back a img {
    position: absolute;
    bottom: 0;
    left: 10px;
}


.blog1 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/bky2.gif) 0 0 repeat;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    padding: 45px 0 40px 0;
}

.blog1 h3 {
    text-align: center;
    color: #26c6de;
    font-weight: normal;
    font-size: 30px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding-bottom: 45px;
}

.blog1 h3 strong {
    position: relative;
    display: inline-block !important;
}

.blog1 h3 strong .l {
    position: absolute;
    top: 10px;
    left: -240px;
}

.blog1 h3 strong .r {
    position: absolute;
    top: 10px;
    right: -240px;
}

.blog1 dl {
    background: #fff;
    width: 31.63%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 2.5% 25px 2.5%;
    margin: 0 2.55% 30px 0;
    border-radius: 30px;
}

.blog1 dl:nth-child(3n+3) {
    margin-right: 0;
}

.blog1 .pic span {
    border-radius: 20px;
}

.blog1 .pic {
    margin-bottom: 10px;
}

.blog1 .pic+dd {
    color: #eb6877;
    padding-bottom: 10px;

}

.blog1 .pic+dd .d {
    display: inline-block !important;
    line-height: 200%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 20%, #fffbca 60%);
}

.blog1 dt {
    font-size: 16px;
    color: #26c6de;
    padding: 0 0 20px 0;
}

.blog1 dt+dd {
    text-align: center;
}

.blog1 dt+dd a {

    display: inline-block !important;
    width: 90%;
    max-width: 224px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/bkp.gif) 0 0 repeat;
    text-align: center;
    color: #6a3906;
    padding: 5px 0;
    border-radius: 20px / 50%;
    -webkit-box-shadow: 0px 3px 3px -1px #d8d6c3;
    box-shadow: 0px 3px 3px -1px #d8d6c3;

}

@media only screen and (max-width: 1024px) {
    .single .tit h3 {
        font-size: 18px;
    }

    .blog1 h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .blog1 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/*news*/
.news {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.newslist dt {
    float: left;
    color: #eb6877;
}

.newslist dd {
    padding: 0 230px 0 100px;
    color: #26c6df;
}

.newslist dl {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/line.gif) 0 bottom repeat-x;
    padding: 25px 0 22px 0;
    position: relative;
    margin-bottom: 23px;
}

.newslist dd a {
    position: absolute;
    width: 90%;
    max-width: 220px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/bkp.gif) 0 0 repeat;
    text-align: center;
    color: #6a3906;
    padding: 5px 0;
    border-radius: 20px / 50%;
    -webkit-box-shadow: 0px 3px 3px -1px #d8d6c3;
    box-shadow: 0px 3px 3px -1px #d8d6c3;
    right: 0;
    bottom: 20px;

}

.newslist dd a:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/news/newsmk2.png);
    bottom: 0;
    right: 0;
    position: absolute;
}

.newslist dl:nth-child(2n+2) dd a:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/news/newsmk1.png);
}

.newslist {
    padding-bottom: 65px;
}

.news .pagenav {

    padding-bottom: 100px;

}

@media only screen and (max-width: 1024px) {
    .newslist dd {
        padding-right: 0;
    }

    .newslist dl {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 599px) {
    .newslist dt {
        float: none;
        width: auto;
    }

    .newslist dd {
        padding-left: 0;
    }
}

/*facility*/

.bkb {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home1bg.png) 0 0 repeat;

}

.facility .bkb {
    -webkit-box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    margin-bottom: 100px;
}

.facility1 {
    padding: 160px 0 0 0;
}

.facility1 .box {
    background: #fff;
    margin-bottom: 140px;
    padding: 48px 4.59% 30px 4.59%;
    border-radius: 30px;
    position: relative;
}

.facility1 .box:last-child {
    margin-bottom: 50px;
}

.facility1 .box .pic {
    float: right;
    width: 31.91%;
    padding: 0 0 20px 0;
}

.facility1 .box .pic .trimmingInner {
    border: 8px solid #b3d8e0;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.facility1 .pic.trimming:after {

    padding-top: 0;
}

.facility2 .pic.trimming:after {

    padding-top: 0;
}

.facility1 .box .tbox {
    float: left;
    width: 59.21%;
    padding: 30px 0 0 0;
}

.facility1 .box h4 {
    padding: 0 0 5px 150px;
    color: #eb6877;
    font-weight: normal;
}

.facility1 .box .tbox p {
    padding: 0 0 20px 0;
}

.facility1 h3 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/facility/facilitymk1.png) 0 0 no-repeat;
    width: 201px;
    height: 225px;
    color: #eb6877;
    font-family: "bokutachi";
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    position: absolute;
    top: -125px;
    left: 0;
}

.facility1 h3 strong {
    width: 95%;
    position: absolute;
    top: 40%;
    font-weight: normal;
    left: 50%;
    letter-spacing: -1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.facility1 h3 strong .s {
    font-size: 16px;
}

.facility2 {
    padding-bottom: 20px;
}

.facility2 .box {
    width: 47.95%;
    background: #fff;
    margin: 0 4.1% 50px 0;
    border-radius: 30px;
    padding: 20px 2.04% 20px 2.04%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.facility2 .box:nth-child(2n+2) {
    margin-right: 0;

}

.facility2 h3 {
    float: left;
    width: 171px;
    height: 191px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/facility/facilitymk2.png) 0 0 no-repeat;
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    line-height: 120%;
    font-family: "bokutachi";
    text-align: center;
    color: #eb6877;
}

.facility2 h3 strong {
    width: 90%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-weight: normal;
}

.facility2 .pic {
    float: right;
    padding: 0 0 20px 0;
    width: 53.48%;
}

.facility2 h4 {
    font-size: 14px;
    color: #eb6877;
    padding: 0 0 5px 0;
}

.facility2 .txt p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .facility2 h3 {
        float: none;
    }

    .facility2 .pic {
        width: auto;
        text-align: center;
        float: none;
        margin-top: -50px;
    }
}

@media only screen and (max-width: 599px) {
    .facility1 .box .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .facility1 .box .tbox {
        float: none;
        width: auto;
        padding-top: 0;
    }

    .facility1 .box h4 {
        padding-left: 0;
    }

    .facility1 .box .pic img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .facility2 .box {
        width: 100%;
        margin-right: 0;
    }
}


/*syouki*/

.syouki1 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/bk_yellow.jpg) 0 0 repeat;
    -webkit-box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    padding: 50px 0 70px 0;
}

.syouki1 .tbox {
    background: #fff;
    width: 73.49%;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 6.12% 15px 6.12%;
}

.syouki1 .tbox h3 {
    font-size: 42px;
    color: #eb6877;
    font-weight: normal;
    padding: 0 0 10px 0;
    letter-spacing: -2px;
    font-family: "bokutachi";
}

.syouki1 .tbox p {
    font-size: 16px;
    color: #6a3906;
    padding: 0 0 20px 0;
}

.syouki1 .pic {
    max-width: 26.51%;
    margin-right: -35px;
    position: relative;
    z-index: 1;
    padding: 70px 0 0 0;

}

@media only screen and (max-width: 1024px) {
    .syouki1 .tbox h3 {
        font-size: 20px;
    }

    .syouki1 .tbox p {
        font-size: 14px;
    }

}

@media only screen and (max-width: 599px) {
    .syouki1 .pic {
        margin-right: 0;
        width: 20%;
    }

    .syouki1 .tbox {
        width: 80%;
    }
}

.syouki2 .wrap {
    width: 50%;
    background: #cefcff;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.syouki2 .wrap:nth-child(4n+2),
.syouki2 .wrap:nth-child(4n+3) {
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.syouki2 .wrap .in {
    padding: 45px 0 35px 0;
    max-width: 460px;
    width: 95%;
}

.syouki2 .wrap:nth-child(2n+1) {
    padding-left: 2.5%;
}

.syouki2 .wrap:nth-child(2n+1) .in {
    padding-right: 30px;
    float: right;
}

.syouki2 .wrap:nth-child(2n+2) {
    padding-right: 2.5%;
}

.syouki2 .wrap:nth-child(2n+2) .in {
    padding-left: 30px;
}

.syouki2 h3 {
    font-size: 24px;
    color: #eb6877;
    text-align: center;
    font-family: "bokutachi";
    font-weight: normal;
    padding: 0 0 18px 0;
}

.syouki2 h3 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.syouki2 h3 strong {
    display: inline-block !important;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5em;
    vertical-align: middle;
    font-weight: normal;
}

.syouki2 .pic img {
    border-radius: 30px;
}

.syouki2 .pic {
    padding: 0 0 20px 0;
}

.syouki2 p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

@media only screen and (max-width: 1024px) {
    .syouki2 h3 {
        font-size: 18px;
    }

    .syouki2 .wrap:nth-child(2n+2) .in {
        padding-left: 0;
    }

    .syouki2 .wrap:nth-child(2n+1) .in {
        padding-right: 0;
    }

    .syouki2 .wrap {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .syouki2 .wrap .in {
        width: 100%;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 599px) {
    .syouki2 .wrap {
        width: 100%;
    }

    .syouki2 .wrap:nth-child(4n+3) {
        background: #cefcff;
        -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
        box-shadow: 0px 0px 6px 0px #c7c7c7;
    }

    .syouki2 .wrap:nth-child(4n+4) {
        background: #fff;
        -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
        box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    }
}


.syouki3 {
    padding: 60px 0 190px 0;
}

.syouki3 h3 {
    text-align: center;
    color: #26c6de;
    font-size: 38px;
    line-height: 120%;
    padding-bottom: 15px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.syouki3 h3 strong {
    display: inline-block !important;
    position: relative;
}

.syouki3 h3 .l {

    position: absolute;
    top: 15px;
    left: -240px;

}

.syouki3 h3 .r {

    position: absolute;
    top: 15px;
    right: -240px;

}

.syouki3 h3+p {
    text-align: center;
    color: #6a3906;
    padding: 0 0 35px 0;
}

.syouki3 li {
    width: 18.87%;
    padding-bottom: 18.0%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #f5b3bb;
    border-radius: 50%;
    position: relative;
    margin: 0 1.53% 30px 1.53%;
    -webkit-box-shadow: 2px 2px 0px 0px #cccccc;
    box-shadow: 2px 2px 0px 0px #cccccc;
}

.syouki3 li strong {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    text-align: center;
    color: #6a3906;
    font-size: 18px;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.syouki3 ul {
    padding-bottom: 30px;
}

.syouki3 .txt {
    max-width: 700px;
    margin: 0 auto;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/blog/bky2.gif) 0 0 repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 23px 6.12% 10px 6.12%;
    border-radius: 20px;
}

.syouki3 .txt .pic {
    position: absolute;
    top: 50%;
    right: -113px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.syouki3 .txt p {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .syouki3 h3 {
        font-size: 20px;
    }

    .syouki3 h3 .l {
        top: 0;
    }

    .syouki3 h3 .r {
        top: 0;
    }

    .syouki3 .txt {
        max-width: none;
        margin-right: 100px;
    }

    .syouki3 li strong {
        font-size: 14px;
        line-height: 120%;
    }

}

@media only screen and (max-width: 599px) {
    .syouki3 li {
        width: 48%;
        padding-bottom: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .syouki3 .txt .pic {
        width: 80px;
        right: -60px;
    }

    .syouki3 .txt {
        margin-right: 40px;
    }
}

/*ireba*/

.subtit h2 .s {
    font-size: 32px;
}

@media only screen and (max-width: 1024px) {
    .subtit h2 .s {
        font-size: 18px;
    }
}

.ireba1 {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.ireba1 {
    padding: 90px 0 125px 0;
}

.ireba1 .box {
    background: #ebfeff;
    position: relative;
    max-width: 670px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10.67% 0 8.67%;
    min-height: 180px;
    border-radius: 20px;
    margin-left: 20.91%;
}

.ireba1 .box h3 {

    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/facility/facilitymk1.png) 0 0 no-repeat;
    width: 201px;
    height: 225px;
    color: #eb6877;
    font-family: "bokutachi";
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: -133px;

}

.ireba1 .box h3 strong {

    width: 95%;
    position: absolute;
    top: 40%;
    font-weight: normal;
    left: 50%;
    letter-spacing: -1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.ireba1 .box .pic {
    position: absolute;
    bottom: -75px;
    right: -32px;
}

.ireba1 .box .txt p {
    color: #6a3906;
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .ireba1 .box h3 {
        position: relative;
        left: auto;
        margin: 0 auto 10px auto;
    }

    .ireba1 .box {
        margin: 0 auto;
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .ireba1 .box .pic {
        position: relative;
        bottom: auto;
        right: auto;
        text-align: right;
    }
}

.imp1 {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/ireba/bk.gif) 0 0 repeat;
    padding: 45px 0 110px 0;
    -webkit-box-shadow: 0px 3px 3px -1px #e8e1e2 inset;
    box-shadow: 0px 3px 3px -1px #e8e1e2 inset;
}

.h3f {

    text-align: center;
    color: #26c6de;
    font-size: 38px;
    line-height: 120%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";

}

.h3f strong {

    display: inline-block !important;
    position: relative;

}

.h3f .l {

    position: absolute;
    top: 15px;
    left: -240px;

}

.h3f .r {

    position: absolute;
    top: 15px;
    right: -240px;

}

.imp1 .list {
    max-width: 750px;
    margin: 0 auto;
}

.imp1 h3 {
    padding-bottom: 85px;
}

.imp1 .box {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 3.7% 10px 12%;
    position: relative;
}

.imp1 .box+.box {
    margin-top: 80px;
}

.imp1 .box .st {
    left: 0;
    top: -52px;
    position: absolute;
    background: #26c6de;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #fff;
    line-height: 110%;
    font-size: 35px;
    border-radius: 50%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    z-index: 1;
}

.imp1 .box .st .s {
    display: block;
    font-size: 14px;
}

.imp1 .box .st:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei2mk2.png);
    line-height: 1;
    vertical-align: top;
    bottom: -16px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.imp1 .box .pic {
    float: right;
    width: 38.44%;
    padding: 0 0 20px 0;
}

.imp1 .box .pic img {
    border-radius: 20px;
}

.imp1 .box .tbox {
    float: left;
    width: 58.06%;
}

.imp1 .box .tbox h4 {
    font-size: 18px;
    color: #eb6877;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    margin-bottom: 14px;
}

.imp1 .box .tbox h4 .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 20%, #fffbca 60%);
    display: inline-block !important;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;

}

.imp1 .box .tbox p {
    color: #6a3906;
    padding: 0 0 20px 0;
}

.imp1 .table li {
    background: #fffdea;
    margin-bottom: 10px;
    padding: 0 7.1% 0 0;
}

.imp1 .table li p {
    float: left;
    font-size: 80px;
    color: #d3cdcd;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
}

.imp1 .table li dl {
    padding: 16px 0 0 87px;
}

.imp1 .table li dt {
    font-size: 16px;
    color: #26c6de;
    padding: 0 0 5px 0;
}

.imp1 .table li dd {
    font-size: 12px;
    padding: 0 0 20px 0;
    color: #6a3906;
}

.imp1 .trimmingInner {
    border-radius: 20px;
}

.imp1 .trimming:after {

    padding-top: 0;
}

@media only screen and (max-width: 1024px) {
    .h3f {
        font-size: 20px;
    }

    .h3f .r {
        top: 0;
    }

    .h3f .l {
        top: 0;
    }
}

@media only screen and (max-width: 599px) {
    .imp1 .box .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .imp1 .box .tbox {
        float: none;
        width: auto;

    }

    .imp1 .table li p {
        font-size: 30px;
    }

    .imp1 .table li dl {
        padding-left: 40px;
    }
}

.ireba2 .box {
    width: 46.93%;
    margin: 0 1.53% 25px 1.53%;
}

.ireba2 {
    padding: 50px 0 0 0;
}

.ireba2 h3 {
    text-align: center;
    color: #eb6877;
    font-size: 24px;
    font-family: "bokutachi";
    padding: 0 0 18px 0;
    font-weight: normal;
}

.ireba2 h3 strong {

    display: inline-block !important;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5em;
    vertical-align: middle;
    font-weight: normal;

}

.ireba2 h3 img {

    max-width: 10% !important;
    vertical-align: middle;

}

.ireba2 .pic img {

    border-radius: 30px;

}

.ireba2 p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

@media only screen and (max-width: 1024px) {
    .ireba2 h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 599px) {
    .ireba2 .box {
        width: 100%;
    }

    .ireba2 .pic {
        text-align: center;
    }
}

.ireba3 {
    background: #cefcff;
    padding: 45px 0 70px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    margin-bottom: 100px;
}

.ireba3 h3 {
    font-size: 30px;
    padding: 0 0 45px 0;
}

.ireba3 h3 .l {
    top: 5px;
}

.ireba3 h3 .r {
    top: 5px;
}

.ireba3 .table {
    border: 1px solid #7d7d7d;
    background: #fff;
    border-bottom: none;
    width: 980px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ireba3 .table dd {
    width: 250px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #7d7d7d;
    border-left: 1px solid #7d7d7d;
    padding: 15px 30px;
}

.ireba3 .table dt {
    width: 228px;
    border-bottom: 1px solid #7d7d7d;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
}

.ireba3 .table .c dd {
    text-align: center;
}

.ireba3 .table .hd dd {
    text-align: center;
    font-size: 18px;
    background: #f8cacf;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.ireba3 .table .hd dt {
    background: #f8cacf;
}

.ireba3 .wrap {
    overflow: auto;
}

@media only screen and (max-width: 1024px) {
    .ireba3 h3 {
        font-size: 20px;
    }
}

/*shinbi*/
.syouki3 .txt2 {
    text-align: right;
}

.syouki3 .txt2 dt {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/pmtc/pmtc2_fuki.png) center 0 no-repeat;
    background-size: cover;
    text-align: center;
    max-width: 459px;
    width: 100%;
    height: 145px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #6a3906;
    padding-top: 50px;
    display: inline-block !important;
    vertical-align: middle;
}

.syouki3 .txt2 dd {
    display: inline-block !important;
    vertical-align: middle;
}

.shinbi .syouki3 {
    padding-bottom: 90px;
}

.syouki3 h3 .s {
    font-size: 30px;
}

.shinbi1 {

    background: #cefcff;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;

}

.syouki3 li {
    background: #fff;
}

.shinbi1 .syouki3 li {
    border-color: #b3d8e0;
}

.shinbi1 .txt2 {
    text-align: left;
}

.shinbi1 .txt2 dt {
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/shinbi/shinbi2fuki1.png);
}

@media only screen and (max-width: 1024px) {
    .syouki3 h3 .s {
        font-size: 18px;
    }

}

@media only screen and (max-width: 599px) {
    .syouki3 .txt2 dt {
        font-size: 14px;
    }
}

.shinbi2 {
    padding: 45px 0 5px 0;
    background: #fdf1f3;
    -webkit-box-shadow: 0px 3px 3px -1px #e8e1e2 inset;
    box-shadow: 0px 3px 3px -1px #e8e1e2 inset;
}

.shinbi2 h3 {
    padding-bottom: 85px;
}

.shinbi2 .box {
    width: 23.46%;
    background: #fff;
    margin: 0 2.05% 100px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 2.04% 0 2.04%;
    position: relative;
    border-radius: 20px;
}

.shinbi2 .box:nth-child(4n+4) {
    margin-right: 0;
}

.shinbi2 .st {
    padding: 0;
    left: 0;
    top: -52px;
    position: absolute;
    background: #26c6de;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #fff;
    line-height: 110%;
    font-size: 35px;
    border-radius: 50%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    z-index: 1;

}

.shinbi2 .st .s {

    display: block;
    font-size: 14px;

}

.shinbi2 .st:before {

    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei2mk2.png);
    line-height: 1;
    vertical-align: top;
    bottom: -16px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.shinbi2 .pic {
    padding-bottom: 0;
}

.shinbi2 .pic .trimmingInner {
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shinbi2 h4 {
    padding: 10px 0 3px 0;
    font-size: 18px;
    color: #eb6877;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";

}

.shinbi2 h4 .l {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));

    background: linear-gradient(transparent 20%, #fffbca 60%);
    display: inline-block !important;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;

}

.shinbi2 p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

.shinbi3 {
    padding: 45px 0 150px 0;
}

.shinbi3 h3 {
    margin-bottom: 45px;
}

.shinbi3 .list {
    /*	max-height:770px;*/
    margin: 0 auto;
}

.shinbi3 .box {
    background: #fffde4;
    margin-bottom: 20px;
    padding: 10px 75px 0 85px;
    border-radius: 20px;
}

.shinbi3 .box h4 {
    font-size: 16px;
    color: #7d7d7d;
    position: relative;
    padding: 15px 0 23px 0;
}

.shinbi3 .box h4:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei5mk.png);
    right: -60px;
    top: 16px;
    position: absolute;
}

.shinbi3 .box h4.active:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.shinbi3 .box h4 .q {
    position: absolute;
    left: -73px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #26c6de;
    font-size: 30px;
    top: 0;
    border-radius: 50%;
}

.shinbi3 .box .a {
    position: relative;
    padding: 15px 0 20px 0;
    display: none;
}

.shinbi3 .box .a h5 {
    position: absolute;
    left: -73px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #eb6877;
    font-size: 30px;
    top: 0;
    border-radius: 50%;
}

.shinbi3 .box .a p {
    padding: 0 0 20px 0;
    color: #7d7d7d;
}

@media only screen and (max-width: 1024px) {
    .shinbi2 h4 .l {
        padding-left: 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .shinbi2 .box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;

    }

    .shinbi3 .box h4 .q {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        left: -40px;
        top: 10px;
    }

    .shinbi3 .box .a h5 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        left: -40px;
        top: 10px;
    }

    .shinbi3 .box h4:before {
        content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei5mks.png);
        right: -30px;
    }

    .shinbi3 .box {
        padding-left: 50px;
        padding-right: 40px;
    }
}

/*kouku*/

.kouku1 {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    padding: 30px 0 50px 0;
}

.kouku1 .box {
    width: 47.95%;
    margin: 100px 4.1% 0 0;
}

.kouku1 .box:nth-child(2n+2) {
    margin-right: 0;
}

.kouku1 .box h3 {
    font-size: 20px;
    color: #eb6877;
}

.kouku1 .box .pic {
    text-align: right;
    margin-top: -104px;
    margin-bottom: -30px;
}

.kouku1 .box .pic .w {
    position: relative;
    display: inline-block !important;
}

.kouku1 .box .pic .p1 img {
    /*  mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/koukuu/bkfmask.png);
   -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/koukuu/bkfmask.png);
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
     -webkit-mask-size: cover;
   mask-size: cover; */

}

.kouku1 .box .pic .p1 .trimmingInner {
    border-radius: 50%;
}

.kouku1 .box .pic .p1 {
    position: absolute;
    top: 2px;
    left: 8px;
    bottom: 8px;
    right: 8px;
}

.kouku1 .box h3 .l {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));

    background: linear-gradient(transparent 20%, #fffbca 60%);
    display: inline-block !important;
    padding: 0 0 0 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 410px;

}

.kouku1 .box .txt {
    border: #cae4e9 solid 8px;
    padding: 25px 2% 20px 2%;
    min-height: 200px;
    border-radius: 30px;
}

.kouku1 .box .txt p {
    color: #6a3906;
    padding: 0 0 20px 0;
}

.kouku2 {

    background: #cefcff;
    padding: 45px 0 70px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;

}

.kouku2 h3+p {

    text-align: center;
    color: #6a3906;
    padding: 0 0 35px 0;

}

.kouku2 h3 {
    padding-bottom: 15px;
}

.kouku2 .t1 dl {
    width: 32.65%;
    margin: 0 1.02% 30px 0;
}

.kouku2 .t1 dl:nth-child(3n+3) {
    margin-right: 0;
}

.kouku2 .t1 dt {
    text-align: center;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/koukuu/koku2mk1.png);
    width: 119px;
    height: 119px;
    color: #004986;
    font-size: 20px;
    line-height: 100px;
    position: relative;
    z-index: 1;

}

.kouku2 .t1 dt+dd {
    width: 62.5%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 60%;
    border: 8px solid #b3d8e0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    margin-top: -67px;
}

.kouku2 .t1 dt+dd strong {

    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    text-align: center;
    color: #004986;
    font-size: 18px;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.kouku2 .t1 dd+dd {
    text-align: right;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}

.kouku2 .t2 dl {
    margin: 0 2.5% 0 2.5%;
    max-width: 350px;
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 8px solid #bbe3e9;
    padding: 15px 2.04% 0 2.04%;
    border-radius: 30px;

}

.kouku2 .t2 dl:nth-child(2n+2) {
    border-color: #f8cacf;
}

.kouku2 .t2 dt {
    text-align: center;
    font-size: 20px;
    color: #6a3906;
    padding: 0 0 16px 0;
}

.kouku2 .t2 dt .l {
    display: inline-block !important;
    min-width: 130px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 50%, #fffbca 60%);


}

.kouku2 .t2 dd {
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 1024px) {
    .kouku1 .box h3 .l {
        position: relative;
        z-index: 2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(60%, #fffbca));
        background: linear-gradient(transparent 80%, #fffbca 60%);
    }

    .kouku2 .t1 dl {
        width: 50%;
        margin-right: 0;
        max-width: 320px;
    }

    .kouku2 .t1 dt+dd strong {
        font-size: 14px;
    }

    .kouku1 .box h3 {
        margin-right: 140px;
    }

    .kouku1 .box h3 .l {
        padding-left: 0;
    }
}

@media only screen and (max-width: 599px) {
    .kouku1 .box {
        width: 100%;
    }

    .kouku2 .t1 dl {
        width: 100%;
        max-width: 320px;
    }

    .kouku2 .t2 dl {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/*kyosei*/

.kyosei1 {

    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/bk_yellow.jpg) 0 0 repeat;
    -webkit-box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    padding: 50px 0 70px 0;

}

.kyosei1 .box {
    background: #fff;
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 4.59% 35px 4.59%;
    position: relative;
    margin-bottom: 45px;

    border-radius: 30px;
}

.kyosei1 .box h3 {
    text-align: center;
    font-size: 38px;
    font-family: "bokutachi";
    font-weight: normal;
    color: #eb6877;
    padding: 0 0 20px 0;
}

.kyosei1 .box h3 strong {
    max-width: 80%;
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.kyosei1 .box h3 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.kyosei1 .box p {
    padding: 0 0 20px 0;
    color: #6a3906;
    font-size: 16px;
}

.kyosei1 .box .l {
    position: absolute;
    left: -100px;
    bottom: -70px;
    padding-bottom: 0;
}

.kyosei1 .box .r {
    position: absolute;
    right: -100px;
    bottom: -70px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .kyosei1 .box h3 {
        font-size: 24px;
    }

    .kyosei1 .box p {
        font-size: 14px;
    }

    .kyosei1 .box .l {
        position: static;
        float: left;
        width: 50%;
    }

    .kyosei1 .box .r {
        position: static;
        float: right;
        width: 50%;
        text-align: right;
    }
}

.kyosei .ireba1 {

    background: #cefcff;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;

}

.kyosei .ireba1 .box {
    background: #fff;
}

.kyosei .kouku1 h3 {
    padding-bottom: 15px;
}

.kyosei .kouku1 h3+p {

    text-align: center;
    color: #6a3906;
}

.kyosei .kouku1 .box h3 .s {
    font-size: 16px;
}

.kyosei .kouku1 .box h3 {
    padding-bottom: 0;
}

.kyosei .shinbi2 h3 {
    padding-bottom: 15px;
}

.kyosei .shinbi2 h3+p {
    text-align: center;
    padding: 0 0 40px 0;
}

.kyosei .shinbi2 h4.tit {
    text-align: center;
    font-size: 32px;
    color: #26c6de;
    margin-bottom: 80px;
}

.kyosei .shinbi2 h4.tit img {
    vertical-align: bottom;
}

.kyosei .shinbi2 h4.tit .l {
    max-width: none;
    display: inline-block !important;
    width: auto;
    padding: 0 1em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 70%, #fffbca 60%);
}

.shinbi2 h4 .s {
    font-size: 12px;
}

.kyosei .shinbi2 h4 .l {
    padding-left: 0;
    text-align: center;
}

.shinbi2 .wrap2 .st {
    background: #eb6877;
}

.shinbi2 .wrap2 .st:before {
    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei3mk1.png);
}

.kyosei .shinbi2 .wrap2 h4.tit {
    color: #eb6877;
}

.kyosei .shinbi2 .wrap2 h4 {
    color: #26c6de;
}

.kyosei2 {
    padding: 45px 0 0 0;
    -webkit-box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home1bg.png) 0 0 repeat;

}

.kyosei2 h3 {
    text-align: center;
    font-size: 38px;
    color: #fff;
}

.kyosei2 h3 img {
    max-width: 10% !important;
}

.kyosei2 h3 strong {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.kyosei2 .box {
    width: 30.61%;
    background: #fff;
    margin: 100px 1.36% 0 1.36%;
    position: relative;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 2.04% 0 2.04%;
}

.kyosei2 .box .st {
    z-index: 1;
    padding: 0;
    left: 0;
    top: -52px;
    position: absolute;
    background: #fffbca;
    width: 90px;
    height: 90px;
    text-align: center;
    color: #26c6de;
    line-height: 110%;
    font-size: 35px;
    border-radius: 50%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";

}

.kyosei2 .box .st .s {

    display: block;
    font-size: 14px;

}

.kyosei2 .box .st:before {

    content: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/kyosei/kyosei4mk3.png);
    line-height: 1;
    vertical-align: top;
    bottom: -16px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.kyosei2 .box h4 {

    padding: 10px 0 4px 0;
    font-size: 18px;
    color: #eb6877;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";

}

.kyosei2 .box h4 .l {

    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #fffbca));

    background: linear-gradient(transparent 40%, #fffbca 60%);
    display: inline-block !important;
    padding: 0 0.25em 0 0.25em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;

}

.kyosei2 .box h4 .t {
    display: inline-block !important;
    float: right;
    font-size: 14px;
}

.kyosei2 .box p {

    padding: 0 0 20px 0;
    color: #6a3906;

}

.kyosei2 .box .pic {
    padding-bottom: 0;
}

.kyosei2 {
    padding-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
    .kyosei2 h3 {
        font-size: 24px;
    }

    .kyosei2 .box h4 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 599px) {
    .kyosei2 .box {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/*first*/

.first {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.first .trimming:after {
    padding-top: 0;
}

.first1 {
    padding: 45px 0 0 0;
}

.first1 h3 .sp {
    display: inline-block !important;
}

.first1 h3 .sp .e {
    display: block;
    color: #7e6b5a;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.first1 h3 {
    padding-bottom: 45px;
}

.first1 .no1 .pic img {
    /*   mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home16.png);
  -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home16.png);
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
    -webkit-mask-size: cover;
  mask-size: cover; */
    border-radius: 50px;
}

.first1 .no1 .txt {
    float: left;
    width: 73.77%;
}

.first1 h4 {
    font-size: 24px;
    color: #26c6de;
    font-family: "bokutachi";
    font-weight: normal;
    padding: 0 0 10px 0;
}

.first1 h4 img {
    vertical-align: middle;
}

.first1 h4 strong {
    font-weight: normal;
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 10px;
}

.first1 p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

.first1 .no1 dl {
    float: right;
    width: 17.85%;
    position: relative;
    margin-top: -66px;
}

.first1 .no1 dt {
    position: absolute;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/fuki1.png) center 0 no-repeat;
    width: 135px;
    height: 137px;
    font-size: 16px;
    color: #7e6b5a;
    line-height: 120px;
    left: -125px;
    top: -37px;
    text-align: center;
}

.first1 .no1 {
    padding-bottom: 50px;
}

.first1 .no2 .left {
    float: left;
    width: 100%;
}

/* .first1 .no2 .left .pic img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri1.png);
    -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri1.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  -webkit-mask-size: cover;
    mask-size: cover;

} */
.first1 .no2 .left .pic span {
    border-radius: 100px 100px 100px 100px;

}

.first1 .no2 .left dt {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/fuki2.png) center 0 no-repeat;
    font-size: 16px;
    color: #7e6b5a;
    width: 160px;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding-top: 35px;
    position: absolute;
    top: -80px;
    right: -119px;
}

.first1 .no2 .left .pic {
    padding-bottom: 0;
}

.first1 .no2 .left dl {
    position: relative;
    max-width: 150px;
    margin-top: -44px;
}

.first1 .no2 .left dd {
    position: relative;
    z-index: 1;
}

.first1 .no2 .right {
    padding-bottom: 50px;
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.first1 .no2 .box1,
.first1 .no2 .box2 {
    width: 46%;
}

.first1 .no2 .box2 {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: -20%;
}

.first1 .no2 .box1 .pic {
    text-align: right;
    width: 60%;
    margin-left: 40%;
}

/* .first1 .no2 .box1 .pic img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri2.png);
    -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri2.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  -webkit-mask-size: cover;
    mask-size: cover;
} */
.first1 .no2 .box1 .pic span {
    border-radius: 50%;

}

.first1 .no2 .box1 {
    position: relative;
    margin-bottom: 10px;
}

.first1 .no2 .box1 dl {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 130px;
}

.first1 .no2 .box1 dt {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/fuki2.png) center 0 no-repeat;
    font-size: 16px;
    color: #7e6b5a;
    width: 160px;
    height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px;
    text-align: center;
    position: absolute;
    right: -154px;
    top: -53px;
}

.first1 .no2 .box2 {
    position: relative;
}

/* .first1 .no2 .box2 .pic img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri3.png);
    -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/kuri3.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
  -webkit-mask-size: cover;
    mask-size: cover;

} */
.first1 .no2 .box2 .pic span {
    border-radius: 50%;

}

.first1 .no2 .box2 .pic {
    padding-bottom: 0;
    width: 60%;
}

.first1 .no2 .box2 dl {
    position: absolute;
    right: 0;
    bottom: 0;
}

.first1 .no2 .box2 dt {

    position: absolute;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/fuki1.png) center 0 no-repeat;
    width: 135px;
    height: 137px;
    font-size: 16px;
    color: #7e6b5a;
    left: -125px;
    top: -37px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;

}

.first1 .no3 .box {
    width: 46%;
    margin: 0 2% 30px 2%;
}

.first1 {
    padding-bottom: 40px;
}

.first2 {

    padding: 45px 0 35px 0;
    -webkit-box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    box-shadow: 0px 3px 3px -1px #2fb1c6 inset, 0px 4px 4px 0px #e4e4e4;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home1bg.png) 0 0 repeat;

}

.first2 h3 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding: 0 0 48px 0;
}

.first2 h3 strong {
    display: inline-block !important;
    max-width: 80%;
    vertical-align: middle;
    padding: 0 10px;
}

.first2 h3 img {
    vertical-align: middle;
    max-width: 10% !important;
}

.first2 .no1 .pic {
    text-align: center;
    padding: 0 0 20px 0;
}

.first2 .pic img {
    border-radius: 30px;
}

.first2 .tit {
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.first2 .txt {
    float: right;
    width: 68.26%;
}

.first2 .tit dl {
    float: left;
    width: 14.66%;
    position: relative;
    padding: 0 0 20px 0;
}

.first2 .tit dt {
    position: absolute;
    width: 120px;
    height: 120px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    right: -90px;
    top: 0;
    font-size: 20px;
    color: #6a3906;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.first2 .txt p {
    font-size: 18px;
    color: #fff799;
    padding: 0 0 20px 0;
}

.first2 .tit dd {
    position: relative;
    z-index: 1;
    padding-top: 20px;
}

.first2 .no1 .flex_c dl {

    width: 28.67%;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/home14.png) center 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    height: 246px;
    margin: 0 1.7% 10px 1.7%;
    position: relative;
    z-index: 1;

}

.first2 .no1 .flex_c dt {

    text-align: center;
    font-size: 36px;
    color: #26c6de;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding: 0 0 10px 0;

}

.first2 .no1 .flex_c dd {

    max-width: 215px;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    color: #eb6877;
    line-height: 120%;
    padding: 0 0 20px 0;

}

.first2 .no1 .flex_c dt:first-letter {
    font-size: 80px;
    color: #eb6877;
}

.first2 .no2 .pic {
    text-align: center;
    padding: 0 0 20px 0;
}

.first2 .no3 dd .trimmingInner {
    border-radius: 50%;
    /*  mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/mask1.png);
   -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/top/mask1.png);
   mask-repeat: no-repeat;
   -webkit-mask-position: center center;
   mask-position: center center;
   -webkit-mask-size: cover;
   mask-size: cover; */

}

.first2 .no3 dt a {
    display: inline-block !important;
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    vertical-align: baseline;
}

.first2 .no3 dt a strong {

    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    text-align: center;
    color: #eb6877;
    font-size: 16px;
    font-weight: normal;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.first2 .no3 dt img {
    vertical-align: bottom;
    margin-left: -10px;
    position: relative;
    z-index: 1;
}

.first2 .no3 dt {
    margin-top: -130px;
}

.first2 .no3 dl {

    margin: 0 4.04% 30px 0;
    width: 30.64%;
    position: relative;
    z-index: 1;

}

.first2 .no3 dl:nth-child(3n+3) {

    margin-right: 0;

}

.first3 {
    padding: 45px 0 0 0;
}

.first3 h3 {
    letter-spacing: -5px;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    color: #26c6de;
    padding: 0 0 45px 0;
}

.first3 h3 strong {
    display: inline-block !important;
    max-width: 80%;
    padding: 0 10px;
    vertical-align: middle;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.first3 h3 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.first3 li .trimmingInner {
    border: 8px solid #f195a0;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 90% !important;
}

.first3 li {
    padding: 0 15px;
}

.first3 li .trimming:after {
    padding-top: 0;
}

.first3 li[data-element-id] {
    width: 25% !important;
}

.first3 .slider {
    margin-bottom: 50px;
}

.first3 .more {
    text-align: center;
    padding-bottom: 50px;
}

.first3 .more a {
    display: inline-block !important;
    font-size: 20px;
    color: #6a3906;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/first/first3btn_bk.jpg) 0 0 repeat;
    max-width: 505px;
    width: 95%;
    padding: 0 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px /50%;
}

.first3 .more a img {
    vertical-align: middle;
}

.first4 {

    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/bk_yellow.jpg) 0 0 repeat;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    padding: 50px 0 70px 0;
    margin-bottom: 100px;

}

.first4 h3 {
    text-align: center;
    font-size: 42px;
    color: #26c6de;
    padding-bottom: 40px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.first4 h3 strong {
    display: inline-block !important;
    max-width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    vertical-align: middle;
}

.first4 h3 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.first4 dd img {
    border-radius: 50%;
    border: 8px solid #b3d8e0;
}

.first4 dl {
    width: 23.46%;
    position: relative;
    margin: 0 2.05% 40px 0;
}

.first4 dl:nth-child(4n+4) {
    margin-right: 0;
}

.first4 dd a {
    position: absolute;
    top: 0;
    left: 0;
    background: #26c6de;
    width: 90px;
    height: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 20px;
}

.first4 dt {
    text-align: center;
    font-size: 24px;
    color: #26c6de;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding: 10px
}

@media only screen and (max-width: 1024px) {
    .first2 h3 {
        font-size: 24px;
    }

    .first2 .txt p {
        font-size: 14px;
    }

    .first2 .no1 .flex_c dl {

        width: 281px;
        margin-bottom: 20px;
    }

    .first3 h3 {
        font-size: 20px;
    }

    .first3 .more a {
        font-size: 16px;
    }

    .first4 h3 {
        font-size: 24px;
    }

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

    .first4 dd img {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .first3 li .trimmingInner {
        border: 4px solid #f195a0;
        border-radius: 20px;
    }

    .first1 .no2 .right {
        padding-top: 50px;
    }

    .first1 .no2 .box1,
    .first1 .no2 .box2 {
        width: 50%;
    }
}

@media only screen and (max-width: 599px) {
    .first2 .tit dl {
        float: none;
        width: auto;
        max-width: 110px;
    }

    .first2 .txt {
        width: auto;
        float: none;
    }

    .first2 .no1 .flex_c dl {
        background-size: contain;
    }

    .first2 .no3 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .first3 .more a {
        padding: 5px 10px;
    }

    .first4 dl {
        width: 48%;
        margin-left: 1%;
        margin-right: 1% !important;
    }

    .first4 dd {
        text-align: center;
    }

    .first1 .no1 dt {
        background: #fff;
        width: auto;
        height: auto;
        border-radius: 50%;
    }

    .first1 .no2 .left {
        float: none;
        width: auto;
    }

    .first1 .no2 .right {
        float: none;
        width: auto;
    }

    .first1 .no3 .box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .first1 .no2 .box1,
    .first1 .no2 .box2 {
        width: 70%;
    }

    .first1 .no2 .box2 {
        margin-top: 0;
    }
}

/*about*/

.about1 {

    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/ireba/bk.gif) 0 0 repeat;
    padding: 45px 0 50px 0;
    -webkit-box-shadow: 0px 3px 3px -1px #e8e1e2 inset;
    box-shadow: 0px 3px 3px -1px #e8e1e2 inset;

}

.about1 .wata {
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about03.png) center top no-repeat;
    background-size: 100% 100%;
    max-width: 953px;
    padding: 118px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 50px auto;
    /* 

    mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about03.png);
    -webkit-mask-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about03.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover; */

}

.about1 .wata h3 {
    color: #eb6877;
    font-size: 24px;
    font-weight: normal;
    padding: 0 0 25px 0;
    text-align: center;
}

.about1 .wata .pic {
    float: right;
    width: 31.37%;
    padding: 0 13.22% 0 0;
}

.about1 .wata .tbox {
    float: left;
    width: 37.98%;
    padding: 0 0 170px 13.22%;
}

.about1 .img {
    margin-top: -300px;
    position: relative;
    z-index: 1;
}

.about1 .sign {
    text-align: right;
    line-height: 120%;
    margin-top: 20px;

    padding: 0 30px 20px 0;
}

.about2 h3 .sp {
    display: inline-block !important;
}

.about2 h3 .sp .e {
    display: block;
    color: #7e6b5a;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.about2 h3 {
    padding-bottom: 45px;
}

.about2 {
    padding: 45px 0 0 0;
}

.about2 li a {
    display: block;
    width: 177px;
    height: 198px;
    position: relative;
    line-height: 130%;
    color: #eb6877;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about04.gif);
}

.about2 li a:hover,
.about2 li:nth-child(2n+2) a:hover {
    opacity: 1;
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about06.gif);
    color: #fff !important;
}

.about2 li {
    width: 18.06%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2.42% 30px 0;
    font-size: 24px;
    font-family: "bokutachi";
    text-align: center;
}

.about2 li:nth-child(5n+5) {
    margin-right: 0;
}

.about2 li a strong {

    width: 95%;
    position: absolute;
    top: 40%;
    font-weight: normal;
    left: 50%;
    letter-spacing: -1px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

.about2 li:nth-child(2n+2) a {
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/about/about05.gif);
    color: #26c6de;
}

.about3 {

    background: #cefcff;
    padding: 45px 0 70px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    margin-bottom: 100px;

}

.about3 h3 .sp {
    display: inline-block !important;
}

.about3 h3 .sp .e {
    display: block;
    color: #7e6b5a;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.about3 h3 {
    padding-bottom: 45px;
}

.about3 .table {
    max-width: 850px;
    margin: 0 auto;


}

.about3 .table table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #b3d8e0;
    border-bottom: none;
}

.about3 .table th {
    width: 184px;
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #b3d8e0;
    font-weight: normal;
    font-size: 16px;
    color: #3ab0ca;
}

.about3 .table td {
    width: 94px;
    font-size: 18px;
    color: #3ab0ca;
    text-align: center;
    background: #fff;
    border-left: 1px solid #b3d8e0;
    border-bottom: 1px solid #b3d8e0;
}

.about3 .table thead th {
    background: #3ab0ca;
    height: 48px;
    font-size: 16px;
    color: #fff;
}

.about3 .table thead td {
    font-size: 16px;
    color: #fff;
    background: #3ab0ca;
}

.about3 .table ul {
    padding: 15px 0 35px 0;
}

.about3 .table li {
    font-size: 16px;
    color: #3ab0ca;
}

.about3 #map2 {
    width: 100%;
    height: 450px;
}

@media only screen and (max-width: 1024px) {
    .about1 .img {
        margin-top: -360px;
    }

    .about1 .sign {
        margin-top: 10px;
        position: relative;
        z-index: 1;
    }

    .about2 li a {
        background-size: cover;
        width: 100%;
        height: auto;
        padding-bottom: 112%;
    }

    .about2 li {
        font-size: 16px;
    }

    .about3 .table li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    .about1 .wata {
        background: #fff;
        height: auto;
        mask-image: none;
        -webkit-mask-image: none;
        padding: 20px 2.5%;
    }

    .about1 .wata .pic {
        float: none;
        width: auto;
        text-align: center;
        padding: 0 0 20px 0;
    }

    .about1 .wata .tbox {
        float: none;
        width: auto;
        padding: 0 0 0 0;
    }

    .about1 .img {
        margin-top: 20px;
    }

    .about1 .sign {
        margin-top: 20px;
        padding-right: 0;
    }

    .about2 li {
        width: 31.33%;
        margin-left: 1%;
        margin-right: 1%;
        font-size: 14px;
    }
}

/*staff*/

.staff {
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.staff1 {
    padding: 45px 0 45px 0;
}

.staff1 h3 .sp {
    display: inline-block !important;
}

.staff1 h3 .sp .e {
    display: block;
    color: #7e6b5a;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.staff1 h3 {
    padding-bottom: 45px;
}

.staff1 .pic {
    float: left;
    width: 51.02%;
    position: relative;
    margin-bottom: 20px;
}

.staff1 .pic:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/d62dceab38dbd6c9afddd2e7facfd6eb.png) top center/cover no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* .staff1 .pic .p1 img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staffmask1.png);
    -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staffmask1.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;

} */
.staff1 .tbox {
    width: 45.91%;
    float: right;
}

.staff1 h4 {
    text-align: center;
    font-size: 30px;
    color: #eb6877;
    font-weight: normal;
    padding: 0 0 20px 0;
    letter-spacing: -5px;
}

.staff1 h4 strong {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 80%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 0;
}

.staff1 h4 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.staff1 .tbox p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

.staff1 .pic .l {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 40%;
    z-index: 1;
}

.staff1 .pic .r {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 40%;
    z-index: 1;
}

.staff1 .hist {
    max-width: 920px;
    margin: 0 auto;
    border: 8px solid #cae4e9;
    border-radius: 30px;
    padding: 20px 9.18% 20px 9.18%;
}

.staff1 .hist .box {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3%;
}

.staff1 .hist dt {
    float: left;
}

.staff1 .hist dd {
    padding: 0 0 0 94px;
}

.staff1 .hist dl {
    padding: 0 0 14px 0;
}

.staff1 .hist h5 {
    font-size: 24px;
    color: #26c6de;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: normal;
    padding-bottom: 15px;
}

.staff2 {

    background: #cefcff;
    padding: 45px 0 70px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
    margin-bottom: 100px;

}

.staff2 h3 .sp {
    display: inline-block !important;
}

.staff2 h3 .sp .e {
    display: block;
    color: #7e6b5a;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 160%;
}

.staff2 h3 {
    padding-bottom: 45px;
}

.staff2 .pic {
    float: right;
    width: 46.02%;
    margin-bottom: 20px;
    position: relative;
}

.staff2 .pic:before {
    content: "";
    position: absolute;
    background: url(/import/tenant_28/kuritadental.com/upload/tenant_1/aa6567c95b8398e107068d70b2aef4c9.png) top center/cover no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.staff2 .pic img {
    width: 100%;

}

/* .staff2 .pic img{
    mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staffmask1.png);
    -webkit-mask-image:url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staffmask1.png);
    mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;
    mask-size: cover;

}
*/
.staff2 .tbox {
    float: left;
    width: 45.4%;
}

.staff2 .tbox h4 .p {
    display: block;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staff2mk1.png) 0 0 no-repeat;
    width: 131px;
    height: 126px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    float: left;
}

.staff2 .tbox h4 strong {
    display: block;
    font-size: 30px;
    padding: 60px 0 60px 163px;
    color: #004986;
    font-weight: normal;
}

.staff2 .tbox p {
    padding: 0 0 20px 0;
}

.staff2 .box {
    padding-bottom: 30px;
}

.staff2 .box:nth-child(2n+2) .tbox h4 .p {
    background-image: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/staff/staff2mk2.png);
}

.staff2 .box:nth-child(2n+2) .tbox {
    float: right;
}

.staff2 .box:nth-child(2n+2) .pic {
    float: left;
}

@media only screen and (max-width: 1024px) {
    .staff1 h4 {
        font-size: 18px;
    }

    .staff1 .pic .l,
    .staff1 .pic .r {
        max-width: 25%;
    }

    .staff1 .hist {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .staff2 .tbox h4 strong {
        font-size: 20px;
        padding: 10px 0 20px 0;

    }

    .staff2 .tbox h4 .p {
        float: none;
    }
}

@media only screen and (max-width: 599px) {
    .staff1 .pic {
        float: none;
        width: auto;
        text-align: center;
    }

    .staff1 .tbox {
        width: auto;
        float: none;
    }

    .staff1 .hist .box {
        width: 100%;
    }

    .staff2 .pic {
        float: none !important;
        width: auto;
    }

    .staff2 .tbox {
        float: none !important;
        width: auto;
    }

}

/*common*/

.common1 {
    padding: 45px 0 45px 0;
    -webkit-box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
    box-shadow: 0px 3px 3px -1px #e4e4e4 inset;
}

.common1 h3 {
    padding-bottom: 15px;
}

.common1 h3+p {
    text-align: center;
    color: #6a3906;
    padding: 0 0 20px 0;
}

.common1 .box {
    width: 48.46%;
    margin: 95px 3.08% 0 0;
}

.common1 .box:nth-child(2n+2) {
    margin-right: 0;
}

.common1 .box h4 {
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    font-weight: normal;
    color: #eb6877;
    margin-bottom: 30px;


}

.common1 .box h4 .l {
    display: inline-block !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 50%, #fffbca 60%);
    padding: 0 1.5em;
    position: relative;
}

.common1 .box h4 .c {
    position: absolute;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/common/com2mk1.png) 0 0 no-repeat;
    width: 76px;
    height: 76px;
    color: #fff;
    font-size: 24px;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: -20px;
    top: -55px;
}

.common1 .box dl {
    width: 48.42%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #cae4e9;
    margin: 0 3.16% 0 0;
    border-radius: 20px;
    padding: 10px 10px 20px 10px;
}

.common1 .box dl:nth-child(2n+2) {
    margin-right: 0;
    border-color: #f5b3bb;
}

.common1 .box dt {
    text-align: center;
    font-size: 20px;
    padding-bottom: 10px;
}

.common1 .box dt .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 50%, #fffbca 60%);
    padding: 0 0.5em;
    display: inline-block !important;
}

.common2 {

    background: #cefcff;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;

}

.common2 .flex_c {
    max-width: 800px;
    margin: 0 auto;
}

.common2 .flex_c li {
    width: 25%;
    padding-bottom: 22%;
    border-color: #b3d8e0;
}

.common3 {
    padding: 45px 0 50px 0;
}

.common3 h3 {
    padding-bottom: 45px;
}

.common3 .box {
    max-width: 750px;
    margin: 0 auto;
}

.common3 .box .pic {
    float: left;
    width: 48.53%;
    padding: 0 0 20px 0;
}

.common3 .box .tbox {
    float: right;
    width: 49.33%;
}

.common3 .box .tbox p {
    padding: 0 0 20px 0;
    color: #6a3906;
}

.common .shinbi2 {
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
}

@media only screen and (max-width: 1024px) {
    .common1 .box h4 {
        font-size: 18px;
    }

    .common1 .box h4 .c {
        right: -30px;
    }

    .common1 .box dt {
        font-size: 16px;
    }
}

@media only screen and (max-width: 599px) {
    .common1 .box {
        width: 100%;
        margin-right: 0;
    }

    .common2 .flex_c li {
        width: 48%;
        padding-bottom: 44%;
        border-width: 3px;
    }

    .common3 .box .pic {
        float: none;
        width: auto;
    }

    .common3 .box .tbox {
        float: none;
        width: auto;
    }
}

/*child*/
.child1 {
    padding: 40px 0 0 0;
    -webkit-box-shadow: 0px 3px 3px -1px #dfd8ae inset;
    box-shadow: 0px 3px 3px -1px #dfd8ae inset;
}

.child1 h3 {
    text-align: center;
    font-size: 36px;
    color: #eb6877;
    font-weight: normal;
    padding: 0 0 50px 0;
    letter-spacing: -2px;
    font-family: "bokutachi";
}

.child1 h3 strong {
    display: inline-block !important;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.5em;
    vertical-align: middle;
    font-weight: normal;
}

.child1 h3 img {
    max-width: 10% !important;
    vertical-align: middle;
}

.child1 .box {
    max-width: 833px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.child1 .box .inn .pic {
    width: 58.22%;
    float: right;
    border-radius: 20px;
    overflow: hidden;
    margin: 50px 0 0 0;
}

.child1 .box .inn .imbox {
    width: 39.37%;
    float: left;
    position: relative;
    max-width: 328px;
}

.child1 .box .inn .imbox h4 {
    width: 235px;
    height: 236px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/child/child1fuki1.png) no-repeat top left;
    font-size: 25px;
    color: #fff;
    font-family: "bokutachi";
    font-weight: normal;
    text-align: center;
    margin-bottom: 65px;
}

.child1 .box .inn .imbox h4 .t1 {
    display: block;
    padding: 80px 0 0 0;
}

.child1 .box .inn .imbox h4 .t2 {
    display: block;
    padding: 60px 0 0 0;
}

.child1 .box .inn .imbox .im {
    position: absolute;
    right: 0;
    bottom: 0;
}

.child1 .box .inn {
    padding-bottom: 20px;
}

.child1 .box .tw {
    position: relative;
}

.child1 .box .tw p {
    color: #6a3906;
}

.child1 .box .tw .mk {
    position: absolute;
}

.child1 .box:nth-of-type(odd) .tw .mk {
    bottom: 0;
    right: -110px;
}

.child1 .box:nth-of-type(even) .tw .mk {
    bottom: 0;
    left: -110px;
}

.child2 .box {
    max-width: 782px;
    width: 95%;
    margin: 0 auto 30px auto;
    position: relative;
}

.child2 .box .tt {
    width: 180px;
    height: 201px;
    background: url(/import/tenant_28/kuritadental.com/import/tenant_1/153.126.183.29/html/images/child/child1fuki2.png) no-repeat top left;
    position: absolute;
    z-index: 1;
}

.child2 .box:nth-of-type(odd) .tt {
    left: 0;
}

.child2 .box:nth-of-type(even) .tt {
    right: 0;
}

.child2 .box .tt h4 {
    color: #eb6877;
    text-align: center;
    font-size: 20px;
    padding: 60px 0 0 0;
    font-weight: normal;
    font-family: "bokutachi";
}

.child2 .box .tbox {
    background-color: #ebfeff;
    border-radius: 20px;
    padding: 25px 3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 85.67%;
    min-height: 199px;
}

.child2 .box:nth-of-type(odd) .tbox {
    float: right;
    padding-left: 90px;
}

.child2 .box:nth-of-type(even) .tbox {
    float: left;
    padding-right: 90px;
}

.child2 .box .tbox p {
    color: #6a3906;
}

.child1.child3 {
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 1024px) {
    .child1 h3 {
        font-size: 20px;
    }

    .child1 .box .inn .imbox h4 {
        font-size: 20px;
    }

    .child2 .box .tt h4 {
        font-size: 18px;
    }

    .child1 .box .inn .pic {
        width: 100%;
        max-width: 485px;
        margin: 0 auto 20px auto;
        float: none;
        margin-top: 0;
    }

    .child1 .box .inn .imbox {
        float: none;
        width: 100%;
        margin: 0 auto 0 auto;
        padding-bottom: 5px;
    }

    .child2 .box:nth-of-type(odd) .tbox {
        padding-left: 100px;
    }

    .child2 .box:nth-of-type(even) .tbox {
        padding-right: 100px;
    }

    .child1 .box .inn {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 599px) {
    .child2 .box .tt {
        position: relative;
        margin: 0 auto 20px auto;
    }

    .child2 .box .tbox {
        width: 100%;
        min-height: auto;
    }

    .child2 .box:nth-of-type(odd) .tbox {
        float: none;
        padding-left: 3%;
    }

    .child2 .box:nth-of-type(even) .tbox {
        float: none;
        padding-right: 3%;
    }
}

/*shisyubyo*/
.shisyubyo1 h3 {
    margin-bottom: 15px;
}

.shisyubyo1 h3+p {
    text-align: center;
    color: #6a3906;
    padding-bottom: 36px;
}

.kouku1 .box h3 .l .s {
    font-size: 14px;
}

.imp1.shisyubyo2 .list {
    max-width: 980px;
}

.imp1.shisyubyo2 .box {
    width: 45%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2.5% 100px 2.5%;
    padding-left: 3.7%;
    padding-bottom: 40px;
}

.imp1.shisyubyo2 .box+.box {
    margin-top: 0;
}

.imp1.shisyubyo2 .box .tbox {
    padding-top: 50px;
}

.imp1.shisyubyo2 .box .inn p {
    color: #6a3906;
}

@media only screen and (max-width: 599px) {
    .imp1.shisyubyo2 .box .tbox {
        padding-top: 10px;
    }

    .imp1.shisyubyo2 .box {
        width: 100%;
    }
}

/*pmtc*/
.syouki3.pmtc1 li {
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.syouki3.pmtc1 {
    padding-bottom: 50px;
}

.pmtc2 {
    background: #cefcff;
    padding: 45px 0 70px 0;
    -webkit-box-shadow: 0px 0px 6px 0px #c7c7c7;
    box-shadow: 0px 0px 6px 0px #c7c7c7;
}

.pmtc2 .box {
    width: 31.6%;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 1.5% 40px 1.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2.6% 0 0;
}

.pmtc2 .box:nth-of-type(3n) {
    margin-right: 0;
}

.pmtc2 .box h3 {
    font-size: 20px;
    color: #eb6877;
    text-align: center;
    padding-bottom: 20px;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.pmtc2 .box h3 .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 20%, #fffbca 60%);
    display: inline-block !important;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 265px;
}

.pmtc2 .box h3+p {
    padding-bottom: 15px;
}

.pmtc3.syouki3 h3+p {
    padding-bottom: 65px;
}

.pmtc3.syouki3 li {
    width: 188px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 100%;
    position: relative;
    margin: 0 10px 40px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pmtc3.syouki3 li:last-of-type {
    margin-right: 0;
}

.pmtc3.syouki3 li .st {
    padding: 0;
    left: 0;
    top: -17px;
    position: absolute;
    background: #26c6de;
    width: 70px;
    height: 63px;
    text-align: center;
    color: #fff;
    line-height: 90%;
    font-size: 30px;
    border-radius: 50%;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
    padding-top: 7px;
}

.pmtc3.syouki3 li .st .s {
    display: block;
    font-size: 14px;
}

.pmtc3.syouki3 li .st+dd {
    width: 188px;
    height: 188px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 8px solid #b3d8e0;
    border-radius: 50%;
    -webkit-box-shadow: 2px 2px 0px 0px #cccccc;
    box-shadow: 2px 2px 0px 0px #cccccc;
    overflow: hidden;
}

.pmtc3.syouki3 li dt {
    text-align: center;
    font-size: 24px;
    padding: 10px 0 15px 0;
    color: #eb6877;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.pmtc3.syouki3 li .l {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #fffbca));
    background: linear-gradient(transparent 20%, #fffbca 60%);
    display: inline-block !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    width: 100%;
}

.pmtc3.syouki3 li dt+dd {
    color: #6a3906;
}

@media only screen and (max-width: 1024px) {
    .pmtc2 .box h3 {
        font-size: 18px;
    }

    .pmtc3.syouki3 li {
        margin-right: 5px;
        margin-left: 5px;
    }

    .pmtc3.syouki3 li:last-of-type {
        margin-right: 5px;
    }
}

@media only screen and (max-width: 599px) {
    .pmtc2 .box {
        width: 100%;
        margin-bottom: 20px;
    }

    .pmtc2 .box .pic {
        text-align: center;
    }
}
	/*ラフマ用ロゴ画像の高さ-適宜変更してください-*/
	h1 img{
		height: 90px !important;
	}
	h3 img{
		height: 90px !important;
	}
	/*ラフマ用メインビジュアル*/
	.main_visual_zone {
		position: relative;
		overflow: hidden;
		height: 500px;
	}
	.main_visual_zone img {
		width: 100%;
	}
	.main_visual_zone .photo:after {
		padding-top: 500px;
		content: '';
		display: block;
		position: absolute;
		top: 0;
	}
	.main_visual_zone .text_box{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	
	/*ラフマ用トリミング*/
	.trimmingInner {
		width: 100%;
		position: relative;
		display: block;
		overflow: hidden;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.slidewrap img{
	  width: 100%;
	  height: 590px!important;
	  object-fit: cover;
	}
	#map iframe{
    width: 100%;
    height: 350px;
	}
