1@charset "utf-8";

.pc{
  display: block;
}
.sp{
  display: none !important;
}

main.new_d_main_imp{
    position: relative;
}

main{
  font-size: 1.2rem;
  letter-spacing: .08rem;
  font-family: 游ゴシック Medium,游ゴシック体,游ゴシック,ヒラギノ丸ゴ Pro W4,ヒラギノ角ゴシック,Yu Gothic UI,Yu Gothic Medium,YuGothic,YuGothicPr6NM,MS Pゴシック,MSゴシック,ヒラギノ角ゴ Pro W3,ヒラギノ角ゴ ProN,ヒラギノ角ゴ Pro,Hiragino Maru Gothic ProN W4,ヒラギノ丸ゴ ProN W4,Hiragino Maru Gothic Pro W4,メイリオ,sans-serif;
}

.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}
section#treatment-point{
  /*background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/top/bg01.webp)center/cover;*/
  background-position: top;
  padding-bottom: 100px;
  background-position: initial;
}

section#implant_point{
  background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/bg02.webp)center/cover;
}

/* 202206 */

/*-------------- ヘッダー -------------------*/
header{
  height: 90px;
  position: relative;
  /*background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/top/bg01.webp)center/cover;*/
  background: linear-gradient(117deg,#d6f1f9,#fff6e8);
  background-position: top;
}
div.head_logo_erea_imp{
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
}
div.head_logo_erea_imp img{
  width: 90px;
}
div.head_logo_erea_imp h1{
  font-size: 1.4rem;
  font-weight: 200;
}

#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    text-align: center;
    color: #fff;
}
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#splash_logo img {
    width: 260px;
}

div.head_call_imp{
  position: fixed;
  top: 0;
  right: 90px;
  height: 90px;
  padding: 6px 25px;
  width: 250px;
  z-index: 9;
  background-color: #fff6e8;
}

p.call_number_imp{
  margin: 0;
  font-size: 1.6rem;
  color: #207289;
}
div.head_call_imp a{
  text-decoration: none;
  color: #6a6a6a;
}
div.head_call_imp a div.call_type_imp p.call_number_imp{
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
}
p.call_time_imp{
  margin: 0;
  color: #207289;
  font-size: 0.7rem;
}

/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background-color: #207289;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 23px;
  background-color: #fff;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 26px;
}

.hamburger__line--2 {
  top: 42px;
}

.hamburger__line--3 {
  top: 59px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 45px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 45px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 70%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: rgba(32,114,137,0.85);
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

nav.sp-nav ul{
    color: #fff;
    list-style: none;
    margin: 100px 0 0 100px;
    font-size: 1.6rem;
}
nav.sp-nav ul li{
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #fff;
}


div.head_webyoyaku_imp{
  position: fixed;
  top: 0;
  right: 340px;
  height: 90px;
  padding: 15px;
  background-color: #07b53b;
  width: 250px;
  text-align: center;
  z-index: 9;
}
div.head_webyoyaku_imp::before {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin: auto;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.head_webyoyaku_imp span.big{
  font-size: 1.6rem;
  color: #fff;
}
div.head_webyoyaku_imp span.small{
  font-size: 0.8rem;
  color: #12641c;
  background-color: #fff;
  display: block;
  padding: 2px;
  text-align: center;
  border-radius: 20px;
}

div.head_mail_imp{
  position: fixed;
  top: 0;
  right: 590px;
  height: 90px;
  padding: 15px;
  background-color: #ffaa19;
  width: 250px;
  text-align: center;
  z-index: 9;
}
div.head_mail_imp::before {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin: auto;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
div.head_mail_imp span.big{
  font-size: 1.6rem;
  color: #fff;
}
div.head_mail_imp span.small{
  font-size: 0.8rem;
  background-color: #fff;
  color: #f4500f;
  padding: 2px;
  text-align: center;
  display: block;
  border-radius: 20px;
}

/*-------------- コンテンツボディ -------------*/
div.mainlock_imp{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
div.mainlock_imp p.main_banner_imp{
  width: 680px;
  padding: 0;
  border-radius: 20px;
}
div.headmenu_imp{
  position: fixed;
  top: 100px;
  right: 0;
  width: 100px;
}
section#mainv_imp{
  width: 100%;
  overflow: hidden;
  background-image: url(https://www.odc-5.com/lp/wp-content/themes/allon4/library/images/top/main_tamachi_img.webp);
  background-repeat: no-repeat;
  background-position: initial;
}
div.headmenu_imp ul{
  margin: 0;
  padding: 0;
}
div.headmenu_imp ul li{
  list-style: none;
}
div.headmenu_imp ul a li {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    list-style: none;
    padding: 25px;
    width: 100px;
    color: #fff;
    font-size: 20px;
}
div.headmenu_imp ul a:first-child li {
    background-color: #085d6b;
    color: #fff;
    font-weight: 500;
}
div.headmenu_imp ul a:nth-child(2) li {
    background-color: #d80202;
    font-weight: 500;
}
div.headmenu_imp ul a li span {
    display: inline-block;
    padding-top: 10px;
}
div.point_text{
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
div.point_text p{
  margin: 50px 0;
}
section#strong_point_imp div.bg-dr_imp {
    width: 100%;
    background: url(https://www.odc-5.com/lp/wp-content/themes/allon4/library/images/top/bg_clinic_implant_3.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

div.bg-dr_imp h2{
  margin: 0;
  color: #fff;
}

div.pageNav_cont_imp ul{
  margin: 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}


/* イントロブロック */
div.intro_imp{
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
div.intro_imp_greeting{
  width: 40%;
  float: left;
}
div.intro_imp_greeting img{
  width: 100%;
}
div.point_text_imp{
  width: 50%;
  float: right;
  margin-left: 10%;
}
p.point_text_imp_ttl{
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #2877a5;
  border-bottom: 2px solid #2877a5;
  font-size: 1.6rem;
  font-weight: 400;
  color: #2877a5;
}
p.point_text_imp_honbun{
  color: #2877a5;
  line-height: 180%;
  font-weight: 200;
}

section#treatment-point h2{
  text-align: center;
  letter-spacing: .08rem;
  margin: 0;
  padding: 50px 0;
  font-size: 2rem;
  color: #2877a5;
}
section#treatment-point h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
    font-weight: 400;
}

div.treatment-point_cont_right,
div.treatment-point_cont_left{
  overflow: hidden;
  margin: 0 0 130px 0;
  padding: 0 0 50px 0;
}

div.treatment-point_cont_right div.treatment-point_area{
  /*background-color: #153a76;*/
  background: linear-gradient(3deg,#d6f1f9,#fff);
  width: 50%;
  float: left;
  box-shadow: 50px 72px #f9f6ed;
}
div.treatment-point_area h3{
  color: #6a6a6a;
  text-align: center;
  font-size: 2rem;
  border-bottom: 3px solid #207289;
  font-weight: 300;
}
div.treatment-point_area h3 span{
    color: #07b53b;
}
div.treatment-point_area p{
  padding: 20px;
  width: 700px;
  margin: 50px auto;
  color: #6b8b74;
}
div.treatment-point_cont_left div.treatment-point_area{
    background: linear-gradient(3deg,#d6f1f9,#fff);
  width: 50%;
  float: right;
  box-shadow: -50px 72px #f9f6ed;
}

div.treatment-point_cont_right div.treatment-point_img{
  width: 40%;
  float: left;
  margin-left: 10%;
}
div.treatment-point_cont_left div.treatment-point_img{
  width: 40%;
  float: left;
  margin-right: 10%;
}
div.treatment-point_img img{
  width: 90%;
  display: block;
}
div.treatment-point_cont_left div.treatment-point_img img{
  width: 90%;
  display: block;
  float: right;
}


div.bg-dr_imp_box{
  max-width: 1200px;
  text-align: center;
  color: #fff;
  margin: 50px auto;
}
p.bg-dr_imp_ttl{
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 2rem;
}
p.bg-dr_imp_ttl span{
  font-size: 1rem;
}

/*------------ 初回相談無料 ------------------*/
div.counseling_cont_body{
  /*background-color: #153a76;*/
  background: linear-gradient(3deg,#d6f1f9,#fff);
  color: #2877a5;
}
div.counseling_cont_body h2{
  margin: 0;
  padding: 50px 0 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}
div.counseling_cont_body p{
  margin: 0;
  padding: 20px 0;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 300;
}
div.counseling_cont_arrow{
  max-width: 1200px;
  margin: 0 auto;
}
div.counseling_cont_arrow img{
  display: block;
  width: 100%;
}


/*----------- フッターエリア ------------------*/
footer {
    background-color: rgb(0, 0, 0);
}
.foot_area {
    max-width: 1200px;
    height: 300px;
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow: hidden;
    margin: 0px auto;
}
div.foot_area div.text p a{
    color: #fff;
    text-decoration: none;
}
div.foot_area img {
    width: 150px;
    margin: 5%;
}
.foot_area .text {
    position: absolute;
    top: 45px;
    left: 300px;
}
.foot_area div.text p {
    color: #fff;
    font-size: 14px;
    text-align: left !important;
}
.footer__copy {
    text-align: center;
    color: #fff;
    background-color: #000;
    margin: 0;
}
small {
    font-size: 80%;
}

/*-------------- ドクターエリア --------------*/
section#rijichou {
    background-image: url(https://odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/rijishou_bkimg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    /* background-size: 100%; */
}
p.rijichou_bigtext {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 3rem;
    color: #fff;
    line-height: 1.3em;
    font-weight: 400;
    padding-top: 100px;
}
div.rijichou_area {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 300px;
}
div.rijicho {
    overflow: hidden;
}
div.rijiother_img {
    display: flex;
}
div.rijiother_img img{
    width: 23%;
    margin: 1%;
    height: 100%;
}
div.rijiimg {
    width: 50%;
    float: left;
}
div.rijitext {
    width: 46%;
    float: left;
    padding: 0 2%;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
}
div.rijiimg img {
    width: 80%;
    margin: 0 10%;
    border-radius: 20px;
}
div.rijitext h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    color: #6a6a6a;
}
div.rijitext h3 span {
    font-size: 1rem;
}
div.rijitext table {
    overflow: hidden;
    width: 100%;
    margin: 50px 0;
    border-collapse: collapse;
}
div.rijitext table tr {
    border-bottom: solid 1px #E6D8B3;
}
div.rijicho_list_all table tr th {
    font-weight: 400;
    font-size: 1rem;
    background: #2877a5;
    color: #fff;
    width: 25%;
    padding: 10px 0;
    }
div.rijicho_list_all table tr td {
    font-size: 0.9rem;
    padding: 10px;
}


/*---------- コンタクトエリア -------------*/
body.new_d_body section#contact {
    background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/bg02.webp)center/cover;
}
div.contact_all {
    max-width: 1200px;
    margin: 0 auto;
}
div.contact_all h2{
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 50px 0;
    font-size: 2rem;
    color: #2877a5;
    font-weight: 400;
}
div.contact_all h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
}

.cform {
    width: 94%;
    margin: auto;
    background-color: #fff;
}
.cform th {
    font-size: 15px;
    width: 25%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0px 10px 15px;
    font-weight: bolder;
}
.required-srt {
    font-size: 0.9em;
    padding: 6px;
    border-radius: 5px;
    margin-right: 10px;
    background: #ebbbbb;
    color: #ffffff;
}
.cform td {
    font-size: 15px;
    line-height: 200%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 10px;
}
.cform option, .cform textarea, .cform input[type=text], .cform input[type=email], .cform input[type=search], .cform input[type=url] {
    width: 90%;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}
div.contact_all p.contact_text {
    margin: 0;
    padding: 5% 0;
}

p.cform-info{
    text-align: center;
    font-size: 0.9rem;
}

/*----------- クリニック情報 ------------*/
section#clinic {
    background-image: url(https://odc-5.com/lp/wp-content/themes/allon4/library/images/clinic_backimg_tamachi.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
div.clinic_all{
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5%;
}
div.clinic_all h2{
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 50px 0;
    font-size: 2rem;
    color: #2877a5;
    font-weight: 400;
}
div.clinic_all h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
}
div.clinic_left, div.clinic_right {
    width: 50%;
    float: left;
}
div.clinic_right p span{
    display: block;
    font-size: 1.4rem;
    margin-bottom: 2%;
}

div.clinic_right ul{
    margin-left: 0;
    font-size: 1rem;
}
div.clinic_left img {
    /*border-radius: 20px;*/
    box-shadow: 0 0.1rem 0.6rem rgb(12 74 72 / 40%);
}
div.clinic_right a {
    text-decoration: none;
}
p.googlebtm {
    max-width: 400px;
    padding: 10px;
    background-color: #2877a5;
    text-align: center;
    color: #fff;
    border-radius: 30px;
}



/*--------- 症例 -----------*/
section#case_implant{
  overflow: hidden;
  background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/bg02.webp)center/cover;
}
div.implant_case_body{
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5%;
}
div.implant_case_body h2{
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 50px 0;
    font-size: 2rem;
    color: #2877a5;
    font-weight: 400;
}
div.implant_case_body h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
}
div.imp_case_table table{
  background: #fff;
  border-color: #153a76;
  border: 1px solid #153a76;
}
div.imp_case_table tr:not(:last-child) th {
    border-bottom-color: #153a76;
}
div.imp_case_table tr:not(:last-child) th {
    border-bottom: 1px solid #153a76;
}
div.imp_case_table th {
    background: #f8f8f8;
    padding: 25px 28px 28px;
    font-size: 90%;
    letter-spacing: .1em;
    color: #333;
    width: 35%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
div.imp_case_table tr:not(:last-child) td {
    border-bottom-color: #153a76;
}
div.imp_case_table tr:not(:last-child) td {
    border-bottom: 1px solid #333;
}
div.imp_case_table td {
    padding: 25px 28px 28px;
    font-size: 90%;
    letter-spacing: .1em;
    width: 65%;
}

div.case_bofor,
div.case_after{
    width: 40%;
    float: left;
}
div.case_bofor img,
div.case_after img{
    width: 100%;
}
div.case_arrow{
    width: 20%;
    float: left;
}

div.case_arrow img{
    display: block;
    margin: 0 auto;
        padding-top: 180px;
}

/*--------- ドクターエリア ---------------*/
section#doctor{
  /*background: url(https://www.odc-all-on-4.com/lp/implant/wp-content/themes/allon4/library/images/top/bg01.webp)center/cover;*/
  background-position: top;
  overflow: hidden;
  background-position: initial;
}
div.doctor_all{
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5%;
}
div.doctor_all h2{
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 50px 0;
    font-size: 2rem;
    color: #2877a5;
    font-weight: 400;
}
div.doctor_all h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
}
p.drttlp {
    font-size: 2rem;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
    width: 400px;
}
p.drttlp span{
    font-size: 1.2rem;
    font-style: italic;
    color: #153a76;
    margin-left: 20px;
}
div.drallcalam {
    display: flex;
    gap: 5%;
}

div.drfirst {
    position: relative;
    width: 50%;
}
div.drfirst p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}
div.doctortablearea{
    margin-top: 8%;
}

table.doctor-tableline tr td{
    padding: 1%;
    border-bottom: 1px dotted #2877a5;
    width: 75%;
}
table.doctor-tableline tr th{
    color: #2877a5;
    font-size: 1.4rem;
    border-bottom: solid 3px #2877a5;
    text-align: center;
    background: border-box;
    font-weight: 400;
    width: 25%;
}
div.doc-tablearealight h3{
        font-size: 1.2rem;
    color: #fff;
    background-image: linear-gradient(to left, #184696, #2877a5);
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}
div.doc-tablearealight ul{
    margin: 0;
}
div.drallcalam_img2 {
    width: 45%;
}
div.drallcalam_img2 img{
    width: 100%;
}
.consultation_line {
    width: 100%;
    margin-bottom: 50px;
    z-index: 9;
}
.consultation_line tr:first-of-type > th, .consultation tr:first-of-type > td {
    color: #2877a5;
    font-size: 1.4rem;
    border-bottom: solid 3px #153a76;
    text-align: center;
    background: border-box;
    font-weight: 400;
}
.consultation_line th {
    background: #2877a5;
    font-size: 14px;
    width: 140px;
    padding: 10px;
    text-align: center;
    color: #fff;
    border-bottom: solid 1px #e2e2e2;
}


/*-------------- 流れ --------------*/
div.counseling_newblock_imp{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5%;
}
ul.flowlist_imp{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.flowlist_imp li{
    display: block;
    margin: 80px 0;
}
div.step_box{
    position: relative;
    border: 1px solid #2877a5;
}
p.step_box_ttl{
    /*background-image: linear-gradient(to left, #184696, #2877a5);*/
    background: linear-gradient(117deg,#d6f1f9,#fff6e8);
    color: #2877a5;
    font-size: 2rem;
    padding: 20px 0 20px 100px;
    margin: 0;
}
p.step_box_text{
    padding: 20px;
    font-size: 1.6rem;
    color: #2877a5;
    letter-spacing: 0.4rem;
}

ul.flowlist_imp li div.step_box p.icon {
    position: absolute;
    top: -50px;
    left: -50px;
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 26px;
    padding-left: 26px;
    font-size: 2rem;
    color: #2877a5;
    border: 1px solid #2877a5;
}

ul.flowlist_imp li::before {
    bottom: -87px;
    border-top: 68px solid rgba(21, 58, 118, .8);
    border-right: 152px solid transparent;
    border-left: 152px solid transparent;
}

/*-------------- 費用 --------------*/
section#cost_imp{

}
div.price_imp_block{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 5%;
}
div.price_imp_block h2{
    text-align: center;
    letter-spacing: .08rem;
    margin: 0;
    padding: 50px 0;
    font-size: 2rem;
    color: #2877a5;
    font-weight: 400;
}
div.price_imp_block h2 span{
    display: block;
    max-width: 1200px;
    padding-bottom: 30px;
    border-bottom: 2px solid #2877a5;
    margin: 0 auto;
}
div.price_imp_box{
    overflow: hidden;
}
div.implant_pricearea{
    width: 46%;
    margin: 0 2%;
    float: left;
    height: 550px;
}
div.implant_pricearea p span{
    font-size: 0.8rem;
    display: block;
    margin-top: 10px;
    font-weight: 200;
}

div.implant_pricearea table {
    background: #fff;
    border-color: #153a76;
    border: 1px solid #6a6a6a;
    font-size: 1rem;
}
div.implant_pricearea tr:not(:last-child) th {
    border-bottom: 1px solid #6a6a6a;
}
div.implant_pricearea th {
    background: linear-gradient(117deg,#fff6e8,#fff);
    padding: 20px;
    font-size: 90%;
    letter-spacing: .1em;
    color: #333;
    width: 35%;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
}
div.implant_pricearea tr:not(:last-child) td {
    border-bottom: 1px solid #6a6a6a;
}
div.implant_pricearea td {
    padding: 20px;
    font-size: 90%;
    letter-spacing: .1em;
    width: 65%;
}

p.imprant_price_big_title{
    font-size: 1.2rem;
    color: #fff;
    /*background-image: linear-gradient(to left, #184696, #2877a5);*/
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}
p.imprant_price_mini_title{
    font-size: 0.8rem;
    color: #153a76;
}

div.imp_case_imagebox{
    overflow: hidden;
    margin-bottom: 50px;
}


/*-------　アコーディオン -----------*/
.acd-check{
    display: none;
}
.acd-label{
    background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
    border-radius: 30px;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    width: 340px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 10px;

}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-content div.imp_case_imagebox div.case_arrow img {
padding-top: 130px;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


div.implant_info_box h3{
    color: #2877a5;
    font-size: 3rem;
    text-align: left;
    font-style: italic;
}

/*--------- 技工 ----------*/
div.gikou_human {
    width: 50%;
    float: left;
}
p.tech_name {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #6a6a6a;
}
p.tech_name span {
    font-size: 0.8rem;
}
div.gikou_human img {
    display: block;
    margin: 0 auto;
    width: 70%;
}
p.tech_text {
    width: 80%;
    margin: 3% auto 0;
}
div.gikou_area {
    width: 50%;
    float: left;
    font-size: 1.3rem;
}
section p {
    font-size: 1rem;
}


.submit-btn {
    text-align: center;
    margin-top: 20px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
.submit-btn input {
    background-color: #ebbbbb;
    border: 0;
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bolder;
    margin: 0 auto;
    padding: 10px 35px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

div.case_bofor p,
div.case_after p{
    text-align: center;
    font-size: 1.4rem;
    color: #153a76;
    font-style: italic;
}

nav.sp-nav ul li a{
        color: #fff;
        text-decoration: none;
    }

section#webstbbtm a.btn--orange {
  color: #fff;
  background-color: #07b53b;
  border-bottom: 5px solid #076f26;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 100px;
  padding: 30px;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
}
section#webstbbtm div.webconbtm-area a.btn::before{
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    margin: auto;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 13px;
}
section#webstbbtm a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #1a903d;
  border-bottom: 2px solid #076f26;
}
section#webstbbtm a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

section#webstbbtm div.webconbtm-area{
    max-width: 1200px;
    margin: 0 auto;
}
section#clinic-lp_area div.clinicinfo-lp{
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
section#clinic-lp_area div.clinicinfo-lp table{
        width: 70%;
    margin: 0 auto 8px;
    text-align: center;
    font-size: .9em;
    border-collapse: collapse;
    border-spacing: 0;
}
section#clinic-lp_area div.clinicinfo-lp table tr th,
section#clinic-lp_area div.clinicinfo-lp table tr td{
    font-weight: 300;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

section#clinic-lp_area div.clinicinfo-lp table colgroup[span="1"] {
    width: 30%;
    text-align: left;
}
section#clinic-lp_area div.clinicinfo-lp table colgroup[span="7"] {
    width: 10%;
}
section#clinic-lp_area div.clinicinfo-lp p.day-off{
    width: 70%;
    margin: 0 auto;
    text-align: right;
}


/* ------------ 価格表 ------------*/
div.impprice_list table tr th{
    width: 35%;
}
div.impprice_list table tr td:nth-child(2){
    width: 30%;
}
div.impprice_list table tr td:nth-child(3){
    width: 35%;
}


/* ---------- ドクターエリア ----------*/
div.drblock2{
    margin-bottom: 150px;
}

div.doctortablearea div.doc-tablearealeft h3{
    font-size: 1.2rem;
    color: #fff;
    background-image: linear-gradient(to left, #184696, #2877a5); 
    background: linear-gradient(to right, rgba(107, 144, 219, 1) 0%, rgba(102, 213, 233, 1) 100%);
    text-align: center;
    margin: 10px 0;
    padding: 10px 0;
}


/* -------- top new content --------*/
div.ok_imp_img{
    max-width: 1200px;
    margin: 0 auto 100px;
    overflow: hidden;
}
div.ok_imp_img_left{
    width: 45%;
    float: left;
    margin-right: 5%;
}
div.ok_imp_img_right{
    width: 50%;
    float: left;
}