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


/*共通で使う*/

@font-face {
    font-family: 'Hannari';
    src: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/Hannari.eot);
    src: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/Hannari.eot) format('embedded-opentype');
    src: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/Hannari.otf),
        url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/Hannari.woff) format('woff'),
        url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/Hannari.ttf) format('truetype');
}

@font-face {
    font-family: "Logotype";
    src: url(/import/tenant_1/kamei-dentalclinic.com/upload/tenant_1/5187c0fb17879d3f71d37f6faff945e0.otf),
        url(/import/tenant_1/kamei-dentalclinic.com/upload/tenant_1/93db59eaaabc7fd277d5e05ed54c8c13.woff) format('woff'),
        url(/import/tenant_1/kamei-dentalclinic.com/upload/tenant_1/21310453af61648ce5a74b753e75f92b.ttf) format('truetype');
}

@font-face {
    font-family: 'ACaslonPro-Italic';
    src: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/ACaslonPro-Italic.otf),
        url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/ACaslonPro-Italic.woff) format('woff'),
        url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/font/ACaslonPro-Italic.ttf) format('truetype');
}

.Hannari {
    /*    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;*/
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.logotype {
    font-family: 'Logotype', '游ゴシック', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

.ACaslonPro-Italic {
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.textcenter {
    text-align: center;
}

.headingbox {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 163, 181, 1)), to(rgba(135, 228, 226, 1)));
    background: -webkit-linear-gradient(top, rgba(49, 163, 181, 1) 0%, rgba(135, 228, 226, 1) 100%);
    background: linear-gradient(to bottom, rgba(49, 163, 181, 1) 0%, rgba(135, 228, 226, 1) 100%);
    text-align: center;
    position: relative;
    z-index: 5;
}

.headingbox:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squarew.png) center no-repeat;
    background-size: 100%;
    z-index: 5;
}

.headingbox:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #87E4E2 transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

h3 {
    color: #fff;
    font-weight: 500;
    padding: 20px 2%;
    margin-bottom: 0;
    position: relative;
}

h3 .sub {
    display: block;
    color: rgba(0, 132, 174, 255);
    font-size: 24px;
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    line-height: 1.2;
    text-align: center;
}

h3 .sub2 {
    display: block;
    color: #4d4d4d;
    font-size: 22px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    line-height: 1.6;
    text-align: center;
}

.pink {
    color: #ff759c;
}

.bg-yellow {
    display: inline-block;
    padding: 0 1px;
    background: #ffff8d;
    text-align: center;
}

.bg-green {
    background: #65c8d0;
}

.bg-greenthin {
    background: #d1eff1;
}

.bg-gray {
    background: #f2f2f2;
}

.line-yellow {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.line-yellow:after {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #ffff8d;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
}

.fead-text-scale {
    transition: .6s;
    -webkit-transition: .6s;
    -ms-transition: .6s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.mv-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.fead-text-top {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.mv-top {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fead-text-left {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    -webkit-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

.mv-left {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fead-text-right {
    opacity: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -ms-transition: .8s;
    -webkit-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

.mv-right {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

[data-element-id] .popup {
    animation-name: none;
    -webkit-animation-name: none;
}

.popup {
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

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

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

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

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

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

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

.bannerinn {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    background: #f2f2f2;
    border: solid 3px #ff9fba;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner .label {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 5px 30px 5px 5px;
    text-align: center;
    width: 220px;
    position: absolute !important;
    left: 50%;
    z-index: 5;
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 82, 116, 1)), to(rgba(203, 0, 39, 1)));
    background: -webkit-linear-gradient(left, rgba(254, 82, 116, 1) 0%, rgba(203, 0, 39, 1) 100%);
    background: linear-gradient(to right, rgba(254, 82, 116, 1) 0%, rgba(203, 0, 39, 1) 100%);
    -webkit-transform: translate(-50%, -50%) skewX(-15deg);
    -ms-transform: translate(-50%, -50%) skewX(-15deg);
    transform: translate(-50%, -50%) skewX(-15deg);
}

.banner .label .yen {
    font-size: 240%;
    font-weight: bold;
    text-shadow: 2px 2px #cb0027, 2px -2px #cb0027, -2px 2px #cb0027, -2px -2px #cb0027;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.banner .pic1 {
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.banner .pic1:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(242, 242, 242, 1)), color-stop(80%, rgba(242, 242, 242, 0)));
    background: -webkit-linear-gradient(right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 80%);
    background: linear-gradient(to left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 80%);
    width: 101%;
    height: 101%;
}

.banner .pic2 {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.banner .pic2:before {
    background: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 1)), color-stop(80%, rgba(242, 242, 242, 0)));
    background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 80%);
    background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(242, 242, 242, 0) 80%);
    width: 101%;
    height: 101%;
}

.banner .maintit {
    font-size: 26px;
    font-family: 'Logotype', '游ゴシック', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    position: relative;
    z-index: 5;
}

.banner .subtit {
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.banner .line-black {
    border-bottom: solid 2px;
}

.contactbox {
    width: 100%;
    letter-spacing: -0.4em;
    text-align: center;
    position: relative;
    z-index: 5;
}

.contactbox li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
    background: #fff;
    border: solid 3px #f85978;
    border-radius: 25px;
    position: relative;
    margin: 0 1%;
}

.contactbox li a {
    display: block;
    text-align: center;
    position: relative;
}

.contactbox li.telbox a {
    padding: 5px 15px 5px 45px;
}

.contactbox li.telbox a:before {
    display: block;
    content: "";
    width: 35px;
    height: 60px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/tel.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2px;
    left: 5px;
}

.contactbox li.telbox span {
    display: block;
    line-height: 1.2;
}

.contactbox li.telbox .teltxt {
    color: #4d4d4d;
    font-size: 11px;
    margin-bottom: 2px;
}

.contactbox li.telbox .tel {
    color: rgba(255, 75, 126, 255);
    font-size: 28px;
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    line-height: 1;
}

.contactbox li.mailbox {
    border: solid 3px #0ab1c7;
}

.contactbox li.mailbox a {
    font-size: 14px;
    padding: 8px 30px 8px 50px;
    line-height: 1.4;
}

.contactbox li.mailbox a:before {
    display: block;
    content: "";
    width: 30px;
    height: 25px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/mail.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contactbox li.mailbox a:after {
    display: block;
    content: "";
    width: 10px;
    height: 20px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/arrow.png) right center no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    .banner .pic1:before {
        background: -webkit-radial-gradient(center, ellipse, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 80%,rgba(242,242,242,1) 100%);
        background: radial-gradient(ellipse at center, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 80%,rgba(242,242,242,1) 100%); 
        width: 101%;
        height: 101%;
    }
    
    .banner .pic2:before {
        background: -webkit-radial-gradient(center, ellipse, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 80%,rgba(242,242,242,1) 100%);
        background: radial-gradient(ellipse at center, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 80%,rgba(242,242,242,1) 100%); 
        width: 101%;
        height: 101%;
    }
    
    .contactbox li.telbox a {
        padding-right: 20px;
    }
    
    .contactbox li.telbox .teltxt {
        font-size: 10px;
    }

    .contactbox li.telbox .tel {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .contactbox li.mailbox a {
        font-size: 12px;
    }
}

@media only screen and (max-width: 599px) {
    h3 {
        font-size: 20px;
        padding: 10px 2%;
    }

    h3 .sub {
        font-size: 20px;
    }

    h3 .sub2 {
        font-size: 18px;
    }

    h3:before {
        width: 15px;
        height: 15px;
    }

    h3:after {
        border-width: 25px 25px 0 25px;
    }

    .bannerinn {
        padding: 30px 10px 10px 10px;
        margin: 30px auto;
    }
    
    .banner .maintit {
        font-size: 22px;
    }
    
    .contactbox li {
        width: 90%;
    }

    .contactbox li.telbox {
        margin-bottom: 10px;
    }

    .contactbox li.telbox:before {
        width: 30px;
        height: 50px;
    }

    .contactbox li.telbox .teltxt {
        font-size: 10px;
    }

    .contactbox li.mailbox a {
        font-size: 12px;
    }
}



/*header*/

h1 {
    color: #fff;
    background: #27cdd0;
    font-size: 10px;
    padding: 5px 50px 5px 10px;
}

.h1inn {
    display: block;
    width: 98%;
    max-width: 1300px;
    margin: auto;
}

.headinn {
    width: 98%;
    max-width: 1300px;
    margin: auto;
    padding: 10px 0;
}

.headinn .contactbox {
    width: 55%;
    text-align: right;
}

.headlogo {
    width: 48%;
    margin: 0 1%;
}

.headlogo a {
    display: block;
}

.headlogo img {
    display: block;
    width: 100%;
    max-width: 250px !important;
    margin: auto;
}

.headinfo dl {
    width: 48%;
    margin: 0 1%;
}

.headinfo dt {
    font-size: 12px;
    background: #b6e5e9;
    border-radius: 10px;
    text-align: center;
    padding: 2px 10px;
}

.headinfo dd {
    font-size: 12px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    h1 {
        line-height: 32px;
    }
    
    .headinfo {
        display: inline-block;
        text-align: center;
    }
    
    .headlogo {
        width: 98%;
    }
    
    .headinfo dl {
        width: 98%;
    }

    .headinn .contactbox {
        text-align: right;
        margin-top: 5px;
    }
    
    .headinn .contactbox li {
        width: 250px;
    }
    
    .headinn .contactbox li.telbox {
        margin: 10px 1%;
    }
}

@media only screen and (max-width: 599px) {
    h1 {
        line-height: 16px;
    }
    
    .headinn .contactbox {
        width: 100%;
        text-align: center;
    }
    
    .headinn .contactbox li {
        width: 250px;
    }
}



/*gnav*/

[data-element-id] #wrapper {
  padding-top: 0 !important;
}

#gnav {
    border-top: solid 2px #65c8d0;
    border-bottom: solid 2px #65c8d0;
    padding: 10px 0;
    background: #fff;
}

#gnav.fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}

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

#gnav .accordion-body {
    width: 98%;
    max-width: 1300px;
    margin: auto;
}

[data-element-id] #gnav .pcnav:hover:before {
    display: block;
    content: "PC用です。";
    width: 100%;
    color: #FDC44F;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gnav .spnav {
    display: none;
}

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

[data-element-id] #gnav .spnav:hover:before {
    display: block;
    content: "スマホ用です。";
    width: 100%;
    color: #FDC44F;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#gnav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: solid 1px #65c8d0;
}

#gnav li:last-of-type {
    border-right: solid 1px #65c8d0;
}

#gnav li a {
    display: block;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    line-height: 1.4;
    margin: auto;
}

#gnav li a:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/square.png) left center no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    #gnav {
        padding: 0;
        border-bottom: none;
    }
    
    #gnav.action .accordion-body {
        width: 100%;
    }
    
    #gnav .pcnav {
        display: none;
    }
    
    #gnav .spnav {
        display: block;
    }
}



/*footer*/

#footer {
    background: #d1eff1;
    padding-bottom: 80px;
}

.footfix {
    padding-bottom: 10px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100%;
    z-index: 150;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}

.footfix.fadeinn {
   bottom: 0;
}

.footbox .contactbox {
    width: 30%;
}

.footnav {
    margin-top: 30px;
}

.footnav li a {
    display: block;
    background: #fff;
    padding: 10px;
    padding-bottom: 40px;
    text-align: center;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footnav li a:hover {
    opacity: 1;
    -webkit-box-shadow: 5px 5px 20px #555;
    box-shadow: 5px 5px 20px #555;
    -webkit-transform: translate(5px, 5px);
    -ms-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
}

.footnav li a:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #b3e4e8;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.footnav li a:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #b3e4e8 transparent;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.footnav li .name {
    display: block;
    font-size: 20px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
}

#copy {
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #00a4ae;
}

#footer .bannerinn {
    width: auto;
    padding: 20px 220px;
}

#footer .banner .pic1 {
    width: 35%;
}

#footer .banner .pic2 {
    width: 35%;
}

#footer .banner .subtit {
    text-align: left;
}

#footer .bannersign {
    position: relative;
    z-index: 5;
    text-align: right;
}

#footer .bannersign img {
    width: 180px;
}

@media only screen and (max-width: 1024px) {
    .footinfo {
        width: 100%;
        margin-bottom: 20px;
    }

    .footbox .contactbox {
        width: 100%;
    }
    
    #footer .bannerinn {
        padding: 20px;
    }
    
    #footer .banner .pic1 {
        position: relative;
        width: 48%;
        display: inline-block;
    }
    
    #footer .banner .pic2 {
        position: relative;
        width: 48%;
        display: inline-block;
    }
}

@media only screen and (max-width: 599px) {
    .footfix .contactbox li {
        width: 48%;
        margin-bottom: 0;
    }
    
    .footfix .contactbox li.telbox a {
        padding: 10px 5px 10px 20px;
    }
    
    .footfix .contactbox li.telbox a:before {
        width: 25px;
        height: 40px;
        left: 5px;
    }
    
    .footfix .contactbox li.telbox .teltxt {
        display: none;
    }
    
    .footfix .contactbox li.telbox .tel {
        font-size: 18px;
        font-weight: bold;
        letter-spacing: -1px;
    }
    
    .footfix .contactbox li.mailbox a {
        font-size: 10px;
        padding: 5px 10px 5px 20px;
    }
    
    .footfix .contactbox li.mailbox a:before {
        width: 20px;
        height: 20px;
        left: 5px;
    }
    
    .footfix .contactbox li.mailbox a:after {
        right: 5px;
    }
}



/*lp-mainvisual*/

.lp-mainvisual {
    background: #daf8f2;
    position: relative;
}

.lp-mainvisual-inner {
    max-width: 1000px;
    padding: 0px 20px 0px 20px;
    margin: auto;
}

.lp-mainvisual-inner:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-mainvisual/lp-mainvisual-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.lp-mainvisual-left {
    width: 50%;
    position: relative;
    z-index: 5;
    padding: 20px 0 50px 0;
}

.lp-mainvisual-catch {
    color: rgba(0, 115, 147, 255);
    font-size: 38px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
}

.lp-mainvisual-maintit {
    color: #06a1b3;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient(0deg, #06a1b3, #52d5e4, #06a1b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-mainvisual-photobox {
    position: relative;
    padding-bottom: 50px;
}

.lp-mainvisual-photo1 {
    width: 50%;
    border-radius: 100%;
    overflow: hidden;
}

.lp-mainvisual-photo1:before {
    background: -webkit-radial-gradient(center, ellipse, rgba(218, 248, 242, 0) 0%, rgba(218, 248, 242, 0) 50%, rgba(218, 248, 242, 0.8) 70%, rgba(218, 248, 242, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(218, 248, 242, 0) 0%, rgba(218, 248, 242, 0) 50%, rgba(218, 248, 242, 0.8) 70%, rgba(218, 248, 242, 1) 100%);
}

.lp-mainvisual-photo2 {
    width: 50%;
}

.lp-mainvisual-photo2 img {
    width: 150% !important;
    max-width: none !important;
    margin-left: -50%;
    position: relative;
    z-index: 5;
}

.lp-mainvisual-pain {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(rgba(12, 186, 209, 1)), color-stop(50%, rgba(0, 139, 153, 1)), to(rgba(12, 186, 209, 1)));
    background: -webkit-linear-gradient(left, rgba(12, 186, 209, 1) 0%, rgba(0, 139, 153, 1) 50%, rgba(12, 186, 209, 1) 100%);
    background: linear-gradient(to right, rgba(12, 186, 209, 1) 0%, rgba(0, 139, 153, 1) 50%, rgba(12, 186, 209, 1) 100%);
    padding: 5px 20px;
    line-height: 1.2;
    position: absolute !important;
    z-index: 5;
    bottom: 20px;
    right: 40%;
    -webkit-transform: translateX(50%) rotate(-5deg);
    -ms-transform: translateX(50%) rotate(-5deg);
    transform: translateX(50%) rotate(-5deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.lp-mainvisual-pain:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 4px;
    border-color: #008B99 transparent;
}

.lp-mainvisual-txt {
    color: #009b96;
    font-size: 24px;
    text-align: center;
}

.lp-mainvisual-right {
    width: 50%;
    position: relative;
}

.lp-mainvisual1-mainphoto img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.lp-mainvisual-egao {
    color: #ff759c;
    font-size: 24px;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute !important;
    right: 0;
    top: 5%;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.lp-mainvisual1-pricebox {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 113, 151, 1)), color-stop(50%, rgba(244, 151, 176, 1)), to(rgba(248, 180, 200, 1)));
    background: -webkit-linear-gradient(top, rgba(247, 113, 151, 1) 0%, rgba(244, 151, 176, 1) 50%, rgba(248, 180, 200, 1) 100%);
    background: linear-gradient(to bottom, rgba(247, 113, 151, 1) 0%, rgba(244, 151, 176, 1) 50%, rgba(248, 180, 200, 1) 100%);
    border-radius: 100% 100% 10% 10%;
    /*    box-shadow: 2px 2px 2px #bec2c4, 2px -2px 2px #bec2c4, -2px 2px 2px #bec2c4, -2px -2px 2px #bec2c4;*/
    -webkit-box-shadow: 1px 1px 2px #888, 1px -1px 2px #888, -1px 1px 2px #888, -1px -1px 2px #888;
    box-shadow: 1px 1px 2px #888, 1px -1px 2px #888, -1px 1px 2px #888, -1px -1px 2px #888;
    padding: 40px 15px 10px 15px;
    text-align: center;
    position: absolute !important;
    bottom: 0;
    right: 3%;
    z-index: 5;
}

.lp-mainvisual1-pricebox:after {
    display: block;
    content: "";
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-mainvisual/lp-mainvisual-heart.png) center no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.lp-mainvisual1-pricetit {
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 2px #ff003e, 1px -1px 2px #ff003e, -1px 1px 2px #ff003e, -1px -1px 2px #ff003e;
    text-align: center;
    margin-bottom: 10px;
}

.lp-mainvisual1-price {
    color: #ff003e;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    text-shadow: 2px 2px 8px #fff, 2px -2px 8px #fff, -2px 2px 8px #fff, -2px -2px 8px #fff;
}

.lp-mainvisual1-price .pricesmall {
    display: inline-block;
    vertical-align: middle;
    color: #ff003e;
    font-size: 16px;
    font-family: "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-weight: bold;
    width: 16px;
    margin-right: 5px;
    line-height: 1;
}

.lp-mainvisual1-price .pricebig {
    display: inline-block;
    vertical-align: middle;
    color: #ff003e;
    font-size: 50px;
    font-weight: bold;
    margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
    .lp-mainvisual-catch {
        font-size: 22px;
    }

    .lp-mainvisual-maintit {
        font-size: 32px;
    }

    .lp-mainvisual-pain {
        font-size: 16px;
    }

    .lp-mainvisual-txt {
        font-size: 16px;
    }

    .lp-mainvisual-egao {
        font-size: 20px;
    }

    .lp-mainvisual1-pricebox {
        padding: 30px 10px 10px 10px;
    }

    .lp-mainvisual1-pricebox:after {
        width: 30px;
        height: 30px;
    }

    .lp-mainvisual1-price {
        font-size: 18px;
    }

    .lp-mainvisual1-price .pricesmall {
        font-size: 14px;
    }

    .lp-mainvisual1-price .pricebig {
        font-size: 36px;
    }
}

@media only screen and (max-width: 599px) {
    .lp-mainvisual-inner {
        padding: 0 5px 0 5px;
    }
    
    .lp-mainvisual-left {
        width: 60%;
        padding: 10px 0 50px 0;
    }
    
    .lp-mainvisual-catch {
        font-size: 18px;
    }
    
    .lp-mainvisual-maintit {
        font-size: 20px;
    }
    
    .lp-mainvisual-photobox {
        padding-bottom: 30px;
    }
    
    .lp-mainvisual-pain {
        font-size: 12px;
        padding: 2px 4px;
        bottom: 8px;
    }
    
    .lp-mainvisual-pain:after {
        border-width: 10px 4px 0 2px;
    }
    
    .lp-mainvisual-txt {
        font-size: 10px;
    }
    
    .lp-mainvisual-right {
        width: 40%;
    }
    
    .lp-mainvisual-egao {
        font-size: 12px;
        font-weight: bold;
        -webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
    }
    
    .lp-mainvisual1-pricebox {
        padding: 20px 5px 5px 5px;
    }
    
    .lp-mainvisual1-pricebox:after {
        width: 20px;
        height: 20px;
    }
    
    .lp-mainvisual1-pricetit {
        font-size: 10px;
        margin-bottom: 5px;
    }
    
    .lp-mainvisual1-price {
        font-size: 10px;
    }
    
    .lp-mainvisual1-price .pricesmall {
        font-size: 10px;
        margin-right: 0;
    }
    
    .lp-mainvisual1-price .pricebig {
        font-size: 22px;
    }
}



/*lp-mainbanner*/

.lp-mainbanner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 166, 185, 1)), to(rgba(97, 222, 217, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 166, 185, 1) 0%, rgba(97, 222, 217, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 166, 185, 1) 0%, rgba(97, 222, 217, 1) 100%);
    padding: 35px 0;
}

.lp-mainbanner .bannerinn {
    margin: 0 auto;
}



/*lp-nayami*/

.lp-nayami-inner {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 0;
}

.lp-nayami .headingbox {
    background: #61ded9;
}

.lp-nayami .headingbox:after {
    border-color: #61ded9 transparent;
}

.lp-nayami h3 {
    color: #4d4d4d;
    text-align: center;
}

.lp-nayami-box {
    margin-bottom: -2%;
}

.lp-nayami-item {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}

.lp-nayami-item:after {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/check.png) center no-repeat;
    background-size: 100%;
}

.lp-nayami-hukidashi {
    color: rgba(0, 132, 174, 255);
    font-size: 20px;
    font-family: 'Logotype', '游ゴシック', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-nayami/lp-nayami2.png) center no-repeat;
    background-size: 100% 100%;
    padding: 6% 20px 2% 20px;
    max-width: 800px;
    margin: auto;
    position: relative;
}

.lp-nayami-next {
    color: rgba(0, 164, 174, 255);
    font-size: 20px;
    text-align: center;
    margin: 30px 0;
}

.lp-nayami-next2 {
    display: inline-block;
    color: rgba(0, 164, 174, 255);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding: 0 45px;
    position: relative;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-nayami/lp-nayami-triangle.png) center no-repeat;
    background-size: contain;
}

.lp-nayami-next2:before {
    display: block;
    content: "";
    width: 35px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-nayami/lp-nayami-star1.png) center no-repeat;
    background-size: 100%;
}

.lp-nayami-next2:after {
    display: block;
    content: "";
    width: 35px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-nayami/lp-nayami-star2.png) center no-repeat;
    background-size: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-nayami-item {
        font-size: 14px;
        padding-left: 30px;
    }

    .lp-nayami-item:after {
        width: 20px;
        height: 20px;
    }

    .lp-nayami-hukidashi {
        font-size: 18px;
        padding: 10% 10px 4% 10px;
    }

    .lp-nayami-next2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 599px) {
    .lp-nayami-hukidashi {
        font-size: 12px;
        padding: 14% 10px 6% 10px;
    }
    
    .lp-nayami-next {
        font-size: 14px;
    }
    
    .lp-nayami-next2 {
        font-size: 24px;
        padding: 0 20px;
    }
    
    .lp-nayami-next2:before {
        width: 20px;
    }
    
    .lp-nayami-next2:after {
        width: 20px;
    }
}



/*lp-point*/

/*
.lp-point {
    margin: 50px 0;
}
*/

.lp-point .inner {
    padding: 30px 4%;
    border: solid 2px #61ded9;
    position: relative;
}

.lp-point .inner:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #87E4E2 transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
}

.lp-point .inner:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    border-style: solid;
    border-width: 28px 28px 0 28px;
    border-color: #fff transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.lp-point-subtit {
    display: inline-block;
    font-size: 26px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
}

.lp-point-subtit:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/square.png) left center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-point-maintit {
    color: rgba(0, 164, 174, 255);
    display: inline-block;
    font-size: 46px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 70px;
    position: relative;
}

.lp-point-maintit:before {
    display: block;
    content: "";
    width: 70px;
    height: 100%;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-nayami-dot1.png) left center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.lp-point-maintit:after {
    display: block;
    content: "";
    width: 70px;
    height: 100%;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-nayami-dot2.png) right center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.lp-point-maintitpink {
    font-size: 160%;
}

.lp-point-box {
    counter-increment: num;
}

.lp-point-box:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lp-point-box:not(:last-of-type) {
    margin-bottom: 30px;
}

.lp-point-box .pic {
    position: relative;
}

[data-element-id] .lp-point-box .trimmingInner:after {
  display: none;
}

.lp-point-box .trimmingInner:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-point-waku.png) center no-repeat;
    background-size: 100% 102%;
}

.lp-point-box h4 {
    color: #00a4ae;
    font-size: 20px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-point-line.png) center bottom no-repeat;
    background-size: 100%;
    padding-left: 140px;
    padding-bottom: 50px;
    margin-bottom: 10px;
    line-height: 1.4;
    position: relative;
}

.lp-point-label {
    color: #ff759c;
    font-size: 24px;
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-point-triangle.png) center no-repeat;
    background-size: 100%;
    padding-right: 5px;
    position: absolute;
    top: 25%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100px;
    line-height: 60px;
    text-align: center;
}

.lp-point-label:after {
    display: inline-block;
    content: counter(num);
    font-size: 40px;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 1024px) {
    .lp-point-subtit {
        font-size: 22px;
    }
    
    .lp-point-subtit:before {
        width: 15px;
        height: 15px;
    }

    .lp-point-maintit {
        font-size: 36px;
    }

    .lp-point-subtit1 {
        font-size: 18px;
    }

    .lp-point-box h4 {
        font-size: 16px;
        padding-left: 70px;
        padding-bottom: 30px;
    }

    .lp-point-label {
        font-size: 16px;
        width: 55px;
    }

    .lp-point-label:after {
        font-size: 28px;
    }
    
    .lp-point-txt {
        font-size: 14px;
    }

}

@media only screen and (max-width: 599px) {
    .lp-point-subtit {
        font-size: 14px;
        font-weight: bold;
        padding-left: 20px;
    }

    .lp-point-maintit {
        font-size: 22px;
        padding: 0 25px;
    }

    .lp-point-maintit:before {
        width: 25px;
    }

    .lp-point-maintit:after {
        width: 25px;
    }
    
    .lp-point-box h4 {
        font-size: 14px;
        padding-left: 55px;
        padding-bottom: 30px;
    }
    
    .lp-point-label {
        font-size: 14px;
        width: 45px;
    }
    
    .lp-point-label:after {
        font-size: 24px;
    }
}



/*lp-merit*/

.lp-merit {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(142, 203, 211, 1)), to(rgba(229, 251, 251, 1)));
    background: -webkit-linear-gradient(top, rgba(142, 203, 211, 1) 0%, rgba(229, 251, 251, 1) 100%);
    background: linear-gradient(to bottom, rgba(142, 203, 211, 1) 0%, rgba(229, 251, 251, 1) 100%);
    margin: 50px 0;
    padding-bottom: 15px;
}

.lp-merit .picbox {
    position: relative;
}

.lp-merit .picbox .pic {
    overflow: hidden;
    border-radius: 0 0 100% 100%;
}

.lp-merit .picbox .feature li {
    display: inline-block;
    border: solid 1px #0084ae;
    color: rgba(0, 132, 174, 255);
    font-size: 30px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-merit/lp-merit-white.png) center;
    padding: 10px;
    text-align: center;
    position: absolute !important;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
}

.lp-merit .picbox .feature li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    width: 70%;
    height: 1px;
    background: #1688aa;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-merit .picbox .feature li:nth-of-type(1) {
    right: 70%;
}

.lp-merit .picbox .feature li:nth-of-type(1):after {
    left: 100%;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.lp-merit .picbox .feature li:nth-of-type(2) {
    left: 70%;
}

.lp-merit .picbox .feature li:nth-of-type(2):after {
    right: 100%;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.lp-merit .meritlist {
    text-align: center;
    padding-top: 20px;
    margin-top: -15%;
    position: relative;
}

.lp-merit .meritlist li {
    display: inline-block;
    vertical-align: top;
    color: rgba(0, 132, 174, 255);
    font-size: 20px;
    border: solid 2px #00a4ae;
    padding: 10px;
    width: 30.8%;
    margin: 0 1% 2% 1%;
    text-align: center;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-merit/lp-merit-blue.gif) center;
}

.lp-merit .meritlist li .info {
    display: block;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 10px;
}

.lp-merit .meritlist li .info span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-align: center;
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .lp-merit .meritlist li .info .num {
    padding-top: 5px;
    height: 35px;
  }
}

.lp-merit .meritlist li .merit {
    font-size: 20px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(rgba(116, 187, 198, 1)), color-stop(50%, rgba(0, 59, 64, 1)), to(rgba(9, 119, 134, 1)));
    background: -webkit-linear-gradient(left, rgba(116, 187, 198, 1) 0%, rgba(0, 59, 64, 1) 50%, rgba(9, 119, 134, 1) 100%);
    background: linear-gradient(to right, rgba(116, 187, 198, 1) 0%, rgba(0, 59, 64, 1) 50%, rgba(9, 119, 134, 1) 100%);
    padding: 2px 10px;
    margin-right: -5px;
    line-height: 1.2;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.lp-merit .meritlist li .num {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 26px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(167, 223, 229, 1)), color-stop(50%, rgba(1, 140, 155, 1)), to(rgba(167, 223, 229, 1)));
    background: -webkit-linear-gradient(left, rgba(167, 223, 229, 1) 0%, rgba(1, 140, 155, 1) 50%, rgba(167, 223, 229, 1) 100%);
    background: linear-gradient(to right, rgba(167, 223, 229, 1) 0%, rgba(1, 140, 155, 1) 50%, rgba(167, 223, 229, 1) 100%);
}

.lp-merit .comment {
    text-align: center;
    margin-top: 20px;
}

.lp-merit-attention {
    max-width: 800px;
    margin: 30px auto;
    border: solid 3px #fff;
    background: #f7f5df;
    padding: 20px;
}

.lp-merit-attention dl {
    text-align: center;
    margin-bottom: 10px;
}

.lp-merit-attention dt {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    background: #00a4ae;
    border: solid 2px #fff;
    border-radius: 20px;
    padding: 5px 10px;
    text-align: center;
    width: 45%;
}

.lp-merit-attention dd {
    color: rgba(0, 164, 174, 255);
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    width: 45%;
}

.lp-merit-contact {
    border: solid 2px #0fc9e2;
    border-radius: 30px;
    background: #fff;
    max-width: 800px;
    margin: 30px auto;
    text-align: center;
}

.lp-merit-contact a {
    display: block;
    font-size: 18px;
    color: rgba(0, 164, 174, 255);
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/arrow.png) right 10px center no-repeat;
    padding: 10px 20px;
    padding-right: 25px;
}

.lp-merit-contact .tit {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: rgba(0, 132, 174, 255);
    width: 31%;
    text-align: left;
}

.lp-merit-contact .logo {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    text-align: center;
}

.lp-merit-contact .logo img {
    max-width: 230px !important;
}

.lp-merit-contact .link {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .lp-merit .picbox .pic {
        width: 100%;
    }

    .lp-merit .picbox .feature li {
        font-size: 16px;
        padding: 5px;
    }

    .lp-merit .meritlist li {
        width: 42%;
        font-size: 14px;
        margin: 0 1% 4% 1%;
    }
    
    .lp-merit .comment {
        font-size: 14px;
    }

    .lp-merit-attention {
        width: 94%;
        padding: 10px;
    }

    .lp-merit-attention dd {
        display: block;
        font-size: 16px;
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .lp-merit-contact {
        width: 94%;
    }

    .lp-merit-contact .tit {
        display: block;
        width: 100%;
        text-align: center;
    }

    .lp-merit-contact .logo {
        width: 45%;
    }

    .lp-merit-contact .link {
        width: 45%;
        text-align: center;
    }
}

@media only screen and (max-width: 599px) {
    .lp-merit .picbox .feature {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .lp-merit .picbox .feature li {
        position: static !important;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    
    .lp-merit .picbox .feature li:after {
        top: auto;
        bottom: 100%;
        width: 55%;
        height: 1px;
        background: #1688aa;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    
    .lp-merit .picbox .feature li:nth-of-type(1):after {
        left: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    
    .lp-merit .picbox .feature li:nth-of-type(2):after {
        right: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .lp-merit .meritlist li {
        display: block;
        width: 80%;
        font-size: 14px;
        margin: 0 1% 8% 1%;
    }
    
    .lp-merit .meritlist li:nth-of-type(2n+1) {
        margin-left: 0;
        margin-right: auto;
    }

    .lp-merit .meritlist li:nth-of-type(2n+2) {
        margin-left: auto;
        margin-right: 0;
    }

    .lp-merit .comment {
        font-size: 14px;
        text-align: left;
    }

    .lp-merit-attention dt {
        width: 100%;
    }
    
    .lp-merit-attention dd {
        font-size: 14px;
    }
    
    .lp-merit-attentiontxt {
        font-size: 14px;
    }
    
    .lp-merit-contact .logo {
        width: 100%;
    }
    
    .lp-merit-contact .link {
        width: 100%;
    }
}



/*lp-comparison*/

.lp-comparison-inner {
    width: 94%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}

.lp-comparison-tablepc {
    display: block;
}

[data-element-id] .lp-comparison-tablesp {
    display: block;
}

.lp-comparison-tablesp {
    display: none;
}

.lp-comparison-tablepc table {
    border: solid 3px #00a4ae;
    border-collapse: collapse;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id] .lp-comparison-tablepc table:hover:before {
    display: block;
    content: "PC用です。";
    width: 100%;
    color: #FDC44F;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-comparison-tablepc tr:nth-of-type(2n) {
    background: #f2fbfb;
}

.lp-comparison-tablepc th {
    background: #f2f2f2;
    border-bottom: solid 1px #3ca0bf;
    color: #0084ae;
    padding: 10px;
    width: 120px;
}

.lp-comparison-tablepc td {
    border-left: solid 1px #3ca0bf;
    border-bottom: solid 1px #3ca0bf;
    font-size: 14px;
    padding: 10px;
    width: 28%;
}

.lp-comparison-tablepc .lp-comparison-table-comment {
    color: rgba(0, 110, 117, 255);
    padding: 20px 100px;
}

.lp-comparison-table-head td {
    color: #00848b;
    font-size: 16px;
    font-weight: bold;
}

.lp-comparison-table-head td.bg-green {
    color: #333333;
}

.lp-comparison-table-check td {
    font-weight: bold;
    font-size: 30px;
}

.lp-comparison-tablepc img {
    border-radius: 10px;
}


.lp-comparison-tablesp table {
    border: solid 3px #00a4ae;
    border-collapse: collapse;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

[data-element-id] .lp-comparison-tablesp table:hover:before {
    display: block;
    content: "スマホ用です。";
    width: 100%;
    color: #FDC44F;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lp-comparison-tablesp table:not(:last-of-type) {
    margin-bottom: 30px;
}

.lp-comparison-tablesp tr:nth-of-type(2n) {
    background: #f2fbfb;
}

.lp-comparison-tablesp th {
    background: #f2f2f2;
    border-bottom: solid 1px #3ca0bf;
    color: #0084ae;
    font-size: 14px;
    padding: 10px;
    width: 120px;
}

.lp-comparison-tablesp td {
    border-left: solid 1px #3ca0bf;
    border-bottom: solid 1px #3ca0bf;
    font-size: 14px;
    padding: 10px;
    width: 70%;
}

.lp-comparison-tablesp .lp-comparison-table-comment {
    color: rgba(0, 110, 117, 255);
    background: #fff;
}

.lp-comparison-tablesp img {
    border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
    .lp-comparison-tablepc {
        display: none;
    }

    .lp-comparison-tablesp {
        display: block;
    }
    
    .lp-comparison-table-check td {
        font-size: 24px;
    }
}

@media only screen and (max-width: 599px) {
    .lp-comparison-tablesp th {
        padding: 5px;
    }
    
    .lp-comparison-tablesp td {
        padding: 5px;
        width: 65%;
    }
}



/*lp-message*/

.lp-message {
    background: #f2f2f2;
    overflow: hidden;
}

.lp-message-inner {
    width: 94%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
    position: relative;
}

.lp-message-tit {
    color: rgba(0, 132, 174, 255);
    font-size: 24px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    padding-left: 30px;
    margin-bottom: 20px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb1.png) left center no-repeat;
    background-size: 20px;
    width: 100%;
}

.lp-message-picinn {
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-message-picinn:before {
    background: -moz-radial-gradient(center, ellipse cover, rgba(242,242,242,0) 0%, rgba(242,242,242,0) 60%, rgba(242,242,242,1) 70%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(242,242,242,0) 0%,rgba(242,242,242,0) 60%,rgba(242,242,242,1) 70%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(242,242,242,0) 0%,rgba(242,242,242,0) 60%,rgba(242,242,242,1) 70%,rgba(242,242,242,1) 100%);
}

.lp-message-picinn img {
    width: 100%;
}

.lp-message-sign {
    text-align: center;
    margin-top: 40px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .lp-message-tit {
        font-size: 22px;
    }

    .lp-message-txt {
        width: 100%;
        margin: auto;
    }

    .lp-message-pic {
        width: 100%;
        margin: 0 auto;
    }

    .lp-message-picinn {
        position: relative;
        width: 60%;
        margin: auto;
    }

    .lp-message-sign {
        text-align: center;
        margin-top: 20px;
    }
}

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



/*lp-treatment*/

/*
.lp-treatment {
    margin: 50px 0;
}
*/

.lp-treatment-inner {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}

.lp-treatment-subtit1 {
    display: inline-block;
    color: #00a4ae;
    font-size: 20px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

.lp-treatment-maintit {
    display: inline-block;
    color: #0084ae;
    font-size: 36px;
    font-weight: bold;
    padding: 0 50px;
    margin-bottom: 10px;
    text-align: center;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb1.png) left center no-repeat, url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb2.png) right center no-repeat;
    background-size: 30px;
}

.lp-treatment-subtit2 {
    display: inline-block;
    color: #808080;
    font-size: 22px;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.lp-treatment-box {
    border-top: solid 1px #00a4ae;
    counter-increment: num;
    padding: 30px 0;
    position: relative;
}

.lp-treatment-box:after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #00a4ae transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.lp-treatment-box:before {
    display: block;
    content: "";
    border-style: solid;
    border-width: 19px 19px 0 19px;
    border-color: #fff transparent;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
}

.lp-treatment-box:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lp-treatment-box:last-of-type {
    padding-bottom: 0;
}

.lp-treatment-box .pic {
    position: relative;
    padding: 2% 0;
}

.lp-treatment-box .pic:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-treatment/lp-treatment-bg1.png) center no-repeat;
    background-size: 100% 102%;
    z-index: 1;
}

.lp-treatment-picinn {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 5;
}

.lp-treatment-box h4 {
    color: #00a4ae;
    font-size: 20px;
    padding-left: 90px;
    margin-bottom: 10px;
    position: relative;
}

.lp-treatment-label {
    color: #ff759c;
    font-size: 24px;
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-point/lp-point-triangle.png) center no-repeat;
    background-size: contain;
    padding-right: 5px;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 70px;
    text-align: center;
}

.lp-treatment-label:after {
    display: inline-block;
    content: counter(num);
    font-size: 40px;
    position: absolute;
    right: 0;
}

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

    .lp-treatment-maintit {
        font-size: 20px;
        padding: 0 30px;
        background-size: 20px;
    }

    .lp-treatment-subtit2 {
        font-size: 14px;
    }

    .lp-treatment-box h4 {
        color: #00a4ae;
        font-size: 16px;
        padding-left: 70px;
    }

    .lp-treatment-label {
        font-size: 20px;
        width: 55px;
    }

    .lp-treatment-label:after {
        font-size: 28px;
    }
}

@media only screen and (max-width: 599px) {
    .lp-treatment-txt {
        font-size: 14px;
    }
}



/*lp-charge*/

/*
.lp-charge {
    margin: 50px 0;
}
*/

.lp-charge-inner {
    width: 94%;
    max-width: 800px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

.lp-charge-box dl {
    margin-bottom: 20px;
    text-align: center;
}

.lp-charge-box dt {
    display: inline-block;
    color: rgba(0, 132, 174, 255);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    padding: 0 50px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb1.png) left center no-repeat, url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb2.png) right center no-repeat;
    background-size: 30px;
}

.lp-charge-box dd {
    color: rgba(255, 117, 156, 255);
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.lp-charge-comment {
    font-size: 20px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    margin-bottom: 20px;
    text-align: left;
}

.lp-charge-attention {
    display: inline-block;
    border: solid 2px #93d7dd;
    color: rgba(0, 132, 174, 255);
    padding: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.lp-charge-grad {
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 225, 255, 1)), color-stop(50%, rgba(1, 142, 157, 1)), to(rgba(21, 225, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(21, 225, 255, 1) 0%, rgba(1, 142, 157, 1) 50%, rgba(21, 225, 255, 1) 100%);
    background: linear-gradient(to right, rgba(21, 225, 255, 1) 0%, rgba(1, 142, 157, 1) 50%, rgba(21, 225, 255, 1) 100%);
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.lp-charge-gradtit {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lp-charge-gradtxt {
    color: #fff;
}

.lp-charge-tabletit {
    background: #d1eff1;
    color: #00a4ae;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.lp-charge-tableinn {
    border: solid 2px #00A4AE;
    margin-bottom: 10px;
}

.lp-charge-tableinn dl {
    border-top: solid 2px #00A4AE;
}

.lp-charge-tableinn dt {
    background: #65c8d0;
    border-right: solid 2px #00A4AE;
    color: #fff;
    font-size: 20px;
    width: 25%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.lp-charge-tableinn dd {
    background: #f2fbfb;
    color: #0084ae;
    font-size: 20px;
    width: 75%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.lp-charge-tablechu {
    color: rgba(39, 178, 189, 255);
    font-size: 10px;
}

.lp-charge-loanboxtxt {
    text-align: left;
}

.lp-charge-credit {
    margin-top: 20px;
}

.lp-charge-credit dt {
    width: 100%;
    background: #f0edc6;
    text-align: center;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.lp-charge-shimu {
    margin-top: 30px;
}

.lp-charge-shimudetail a {
    display: block;
    border: solid 2px #65c8d0;
    border-radius: 35px;
    color: #00a4ae;
    padding: 5px 30px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/arrow.png) right 10px center no-repeat;
}

@media only screen and (max-width: 1024px) {
    .lp-charge-box dt {
        font-size: 32px;
        padding: 0 30px;
        background-size: 20px;
    }

    .lp-charge-box dd {
        font-size: 32px;
    }

    .lp-charge-comment {
        font-size: 16px;
    }

    .lp-charge-attention {
        font-size: 14px;
    }
    
    .lp-charge-gradtit {
        font-size: 20px;
    }

    .lp-charge-tabletit {
        font-size: 16px;
    }

    .lp-charge-tableinn dt {
        font-size: 16px;
    }

    .lp-charge-tableinn dd {
        font-size: 16px;
    }

    .lp-charge-shimudetail a {
        font-size: 12px;
        padding: 5px 20px 5px 10px;
        background-size: 10px;
    }
}

@media only screen and (max-width: 599px) {
    .lp-charge-box dt {
        font-size: 16px;
    }

    .lp-charge-box dd {
        font-size: 16px;
    }
}



/*lp-question*/

/*
.lp-question {
    margin: 50px 0;
}
*/

.lp-question-inner {
    width: 94%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}

.lp-question-item {
    margin: 30px 0;
}

.lp-question-item .tit {
    cursor: pointer;
    position: relative;
    font-size: 20px;
    padding: 20px 35px 20px 95px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-question/close.png) right 10px center no-repeat #8cddce;
    background-size: 25px;
}

.lp-question-item .tit.open {
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-question/open.png) right 10px center no-repeat #8cddce;
    background-size: 25px;
}

.lp-question-item .tit .q {
    color: rgba(0, 132, 174, 255);
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 44px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb1.png) left center no-repeat;
    background-size: 25px;
    padding-left: 35px;
    position: absolute;
    left: 10px;
}

.lp-question-item .txt {
    background: #d1eff1;
    height: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.lp-question-item .txt.open {
    height: auto;
    padding: 20px 30px 20px 95px;
    opacity: 1;
}

.lp-question-item .txt .a {
    color: rgba(0, 164, 174, 255);
    font-family: "ACaslonPro-Italic", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
    font-size: 44px;
    background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/common/squareb3.png) left center no-repeat;
    background-size: 25px;
    padding-left: 35px;
    position: absolute;
    left: 10px;
}

@media only screen and (max-width: 1024px) {
    .lp-question-item {
        margin: 20px 0;
    }

    .lp-question-item .tit {
        font-size: 18px;
        padding: 10px 35px 10px 70px;
        background: url(/import/tenant_1/kamei-dentalclinic.com/import/tenant_1/kamei-dentalclinic.com/html/images/lp-question/close.png) right 10px center no-repeat #8cddce;
        background-size: 20px;
    }

    .lp-question-item .tit.open {
        background-size: 20px;
    }

    .lp-question-item .tit .q {
        font-size: 32px;
        background-size: 20px;
        padding-left: 25px;
    }

    .lp-question-item .txt.open {
        padding: 10px 10px 10px 70px;
    }

    .lp-question-item .txt .a {
        font-size: 32px;
        background-size: 20px;
        padding-left: 30px;
    }
}



/*lp-information*/

/*
.lp-information {
    margin: 50px 0;
}
*/

.lp-information-inner {
    width: 94%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}

.lp-information-picbox li {
    width: 33.3%;
}

.lp-information-table {
    background: #fff;
    border: solid 3px #00a4ae;
    border-radius: 15px;
    padding: 10px;
    margin: 20px 0 10px 0;
}

.lp-information-table table {
    width: 100%;
    border-collapse: collapse;
}

.lp-information-table tr:not(:last-of-type) {
    border-bottom: solid 1px #666666;
    margin-bottom: 10px;
}

.lp-information-table th {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding: 3px;
    width: 160px;
}

.lp-information-table td {
    color: #27b2bd;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 3px;
}

.lp-information-table tr:first-of-type td {
    color: inherit;
    font-size: 16px;
}

.lp-information-table td.orange {
    color: #f15a24;
}

.lp-information-table td.yellow {
    color: #fbb03b;
}

.lp-information-tablechu .yellow {
    color: #fbb03b;
    margin-right: 10px;
}

.lp-information-map {
    position: relative;
    overflow: hidden;
}

.lp-information-map:after {
    display: block;
    content: "";
    padding-top: 30%;
}

.lp-information-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    .lp-information-address {
        font-size: 14px;
    }

    .lp-information-table {
        padding: 5px;
    }

    .lp-information-table th {
        font-size: 12px;
    }

    .lp-information-table td {
        color: #27b2bd;
        font-size: 16px;
    }

    .lp-information-table tr:first-of-type td {
        font-size: 12px;
    }

    .lp-information-tablechu {
        font-size: 14px;
    }

    .lp-information-map:after {
        padding-top: 40%;
    }
}

@media only screen and (max-width: 599px) {
    .lp-information-map:after {
        padding-top: 50%;
    }
}


/*lp-contact*/

/*
.lp-contact {
    margin: 50px 0;
}
*/

.lp-contact-inner {
    background: #f7f5df;
    width: 94%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
}

.lp-contact-comment {
    font-size: 18px;
    font-family: 'Hannari', '游明朝', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}

.lp-contact-bg {
    padding: 20px;
    background: #f7f5ed;
    font-size: 14px;
    margin-bottom: 30px;
}

#lp-contact-form dl {
    margin-bottom: 20px;
}

#lp-contact-form dt {
    width: 25%;
}

#lp-contact-form dt .hissu {
    color: #f1683a;
}

#lp-contact-form dt .ninni {
    color: #0084ae;
}

#lp-contact-form dd {
    width: 70%;
}

#lp-contact-form dd input {
    width: 100%;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lp-contact-form dd textarea {
    width: 100%;
    height: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#lp-contact-form dd li {
    margin-bottom: 10px;
}

#lp-contact-form dd li input {
    font-size: 14px;
    width: 40px;
    margin: 0 10px;
    text-align: center;
}

.lp-contact-buttonbox {
    text-align: center;
    margin-top: 30px;
}

.lp-contact-buttonbox li {
    display: inline-block;
    width: 46%;
    margin: 0 1%;
}

.lp-contact-button {
    display: block;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(21, 225, 255, 1)), color-stop(50%, rgba(0, 140, 154, 1)), to(rgba(21, 225, 255, 1)));
    background: -webkit-linear-gradient(left, rgba(21, 225, 255, 1) 0%, rgba(0, 140, 154, 1) 50%, rgba(21, 225, 255, 1) 100%);
    background: linear-gradient(to right, rgba(21, 225, 255, 1) 0%, rgba(0, 140, 154, 1) 50%, rgba(21, 225, 255, 1) 100%);
    text-align: center;
    width: 100%;
    padding: 10px;
    cursor: pointer;
}

.lp-contact-button:hover {
    color: #fff;
    opacity: 0.6;
}

.lp-contact-table {
    max-width: 600px;
    margin: 20px auto 10px auto;
}

.lp-contact-tablechu {
    max-width: 600px;
    margin: auto;
}

@media only screen and (max-width: 1024px) {
    .lp-contact-inner {
        padding: 3%;
    }

    .lp-contact-comment {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #lp-contact-form dt {
        font-size: 14px;
        width: 100%;
        margin-bottom: 10px;
    }

    #lp-contact-form dd {
        font-size: 14px;
        width: 100%;
    }

    #lp-contact-form dd input {
        width: 100%;
        line-height: 26px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #lp-contact-form dd li {
        font-size: 14px;
    }

    #lp-contact-form dd li input {
        width: 30px;
        margin: 0 5px;
    }

    .lp-contact-tablechu {
        font-size: 14px;
    }
}

@media only screen and (max-width: 599px) {
    #lp-contact-form dd li input {
        width: 25px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 1024px) {
.lp-message-picinn{
position: static;
transform: translateY(0);
width: 60%;
margin: 30px auto;}
}





/*アイテロバナー追加*/
span.tit.lp_airote {
    width: 36%;
}
span.logo.logo_type02 img {
    width: 140px;
    border-radius: 27px;
}
span.logo.logo_type02 {
    width: 23%;
}

span.link.lp_link {
    width: 41%;
}

@media only screen and (max-width: 599px) {
span.tit.lp_airote {
    width: 100%;
    padding: 0 0 10px 0;
}
  span.logo.logo_type02 {
    width: 100%;
}
  span.link.lp_link {
    width: 100%;
    padding: 10px 0 10px 0;
}
}
