/*#################################################################
----------LIST----------
00.common CSS
01.Header
02.First view
03.Footer
------------------------
#################################################################*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@charset "UTF-8";

html,
body {
  background-color: #ffffff !important;
  margin: 0 auto;
  width: 100%;
  font-family: aktiv-grotesk, -apple-system, Helvetica Neue,
    "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, Segoe UI, "メイリオ",
    Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
.lp {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
 }
}

@media screen and (min-width: 768px) {
.lp {
    max-width: 750px;
    width: 40%;
    margin: 0 auto;
 }
}
/*
@font-face {
  font-family: "NotoSansCJKjp", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../font/web/NotoSansCJKjp.woff2") format("woff2"),
       url("../font/web/NotoSansCJKjp.otf") format("opentype");
}
*/

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*#################################################################
 00.Header CSS
#################################################################*/
@media screen and (max-width: 767px) {
 header {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .nav-area {
    width: 100%;
    background-color: #ffffff;
    flex-direction: row;
    display: flex;
    font-size: 0;
    align-items: baseline;
  }
  .header-logo {
    width: 33%;
    padding: 5% 3%;
  }
  .header-logo-img {
    width: 100%;
  }
  .header-cta {
    width: 30%;
    padding: 3% 1%;
  }
  .tell-cta-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  header {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
  }
  .nav-area {
    max-width: 750px;
    width: 40%;
    background-color: #ffffff;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin: 0 auto;
  }
  .header-logo {
    width: 30%;
    padding: 5% 0 4%;
  }
  .header-logo-img {
    width: 100%;
  }
  .header-cta {
    width: 32%;
    padding: 2% 0;
  }
  .tell-cta-img {
    width: 100%;
  }
  .header-cta-img {
    width: 100%;
  }
}
/*#################################################################
 01.First View CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .header_banner {
    width: 94%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 20%;
  }
  .header_banner_img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .first-view {
    /* padding-top: 21%; */
    width: 100%;
    margin-top: 2%;
    position: relative;
  }
  .first-view-img {
    width: 100%;
  }
  .fv_LINE_btn {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    position: absolute;
    bottom: 2.5%;
  }

  .fv_LINE_btn a{
    display: block;
    width: calc(100% / 1.5);
  }

 .fv_LINE_img,
 .fv_mail_img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .first-view {
    padding-top: 16%;
    width: 100%;
    position: relative;
  }
  .first-view-img {
    width: 100%;
  }
.fv_LINE_btn {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    width: 100%;
    position: absolute;
    bottom: 1.5%;
  }



  .fv_LINE_img,
  .fv_mail_img {
     width: 100%;
   }
}

/*#################################################################
 02.about_最後までひとりひとりに寄り添う診療 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .about {
    width: 100%;
  }
  .about-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about {
    width: 100%;
  }
  .about-img {
    width: 100%;
  }
}
/*#################################################################
 03.worries_みなさま最初は不安を抱えています CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .worries {
    width: 100%;
    font-size: 0;
  }
  .worries-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .worries {
    width: 100%;
    font-size: 0;
  }
  .worries-img {
    width: 100%;
  }
}
/*#################################################################
 04.good_治療を受けてよかったのお声続々 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .good {
    width: 100%;
    font-size: 0;
  }
  .good-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .good {
    width: 100%;
    font-size: 0;
  }
  .good-img {
    width: 100%;
  }
}
/*#################################################################
 05.インプラントのプロ集団 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .customer_1 {
    width: 100%;
  }
  .customer_1-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .customer_1 {
    width: 100%;
    font-size: 0;
  }
  .customer_1-img {
    width: 100%;
  }
}
/*#################################################################
 CTA CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .cta {
    width: 100%;
  }
  .cta-parent {
    width: 100%;
    position: relative;
  }
  .cta-parent-img {
    width: 100%;
    font-size: 0;
  }
  .cta-child {
    width: 84%;
    position: absolute;
    top: 69vw;
  }
  .cta-child-img {
    width: 100%;
    margin-left: 8vw;
  }
  .cta-line {
    width: 59%;
    position: absolute;
    top: 136vw;
    left: 2vw;
  }
  .cta-line-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .cta {
    width: 100%;
    font-size: 0;
  }
  .cta-parent {
    width: 100%;
    position: relative;
  }
  .cta-parent-img {
    width: 100%;
  }
  .cta-child {
    width: 76%;
    position: absolute;
    top: 43%;
    right: 13%;
    text-align: center;
  }
  .cta-child-img {
    width: 100%;
  }
  .cta-line {
    width: 58%;
    position: absolute;
    top: 84%;
    right: 40%;
  }
  .cta-line-img {
    width: 100%;
  }
}
/*#################################################################
 06.choose_歯科医院を選ぶ時に重要視したこと CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .choose {
    width: 100%;
  }
  .choose-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .choose {
    width: 100%;
    font-size: 0;
  }
  .choose-img {
    width: 100%;
  }
}
/*#################################################################
07.features_ワンデイスマイルの患者さまに寄り添う診療 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .features {
    width: 100%;
  }
  .features-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .features {
    width: 100%;
    font-size: 0;
  }
  .features-img {
    width: 100%;
  }
}
/*#################################################################
08.point01_最短１日で仮歯まで装着 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point01 {
    width: 100%;
  }
  .point01-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point01 {
    width: 100%;
    font-size: 0;
  }
  .point01-img {
    width: 100%;
  }
}

/*#################################################################
09.point02_インプラント専門医が率いるチーム医療 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point02 {
    width: 100%;
  }
  .point02-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point02 {
    width: 100%;
    font-size: 0;
  }
  .point02-img {
    width: 100%;
  }
}

/*#################################################################
10.point03_安心と信頼の実績 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point03 {
    width: 100%;
    font-size: 0;
  }
  .point03-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point03 {
    width: 100%;
    font-size: 0;
  }
  .point03-img {
    width: 100%;
  }
}

/*#################################################################
11.point04_最新の設備と治療法 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point04 {
    width: 100%;
    font-size: 0;
  }
  .point04-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point04 {
    width: 100%;
    font-size: 0;
  }
  .point04-img {
    width: 100%;
  }
}

/*#################################################################
12.point05_わかりやすい治療費体系 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point05 {
    width: 100%;
  }
  .point05-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point05 {
    width: 100%;
    font-size: 0;
  }
  .point05-img {
    width: 100%;
  }
}

/*#################################################################
13.point06_インプラント一生保証制度 CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .point06 {
    width: 100%;
  }
  .point06-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .point06 {
    width: 100%;
    font-size: 0;
  }
  .point06-img {
    width: 100%;
  }
}

/*#################################################################
14.review_たくさんのお喜びの声をいただいております CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .review {
    width: 100%;
  }
  .review-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .review {
    width: 100%;
    font-size: 0;
  }
  .review-img {
    width: 100%;
  }
}

/*#################################################################
15.message_クリニック主宰からのメッセージ CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .message {
    width: 100%;
  }
  .message-img {
    width: 100%;
    font-size: 0;
  }
}

@media screen and (min-width: 768px) {
  .message {
    width: 100%;
    font-size: 0;
  }
  .message-img {
    width: 100%;
  }
}


/*#################################################################
 Form CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .form-area {
    width: 100%;
    background-color: #fff9fb;
    font-family: aktiv-grotesk, -apple-system, Helvetica Neue,
      "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, Segoe UI, "メイリオ",
      Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
    padding-top: 18%;
    padding-bottom: 8vw;
    margin-top: -13%;
  }
  .counseling-contact-btm {
    width: 100%;
    color: #fb8a33;
  }
  .counseling-contact-btm h3 {
    border-left: 5px solid #fb8a33;
    margin-left: 10vw;
    padding-left: 4vw;
  }
  form {
    width: 85%;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 8vw;
  }
  .form-content {
    padding-top: 2vw;
    padding-left: 4.2vw;
  }
  .form-content p {
    color: #333333;
    font-weight: 700;
    margin-bottom: 1vw;
    line-height: 1.4;
  }
  .red {
    color: #ffffff;
    background-color: #fb8a33;
    font-size: 3vw;
    margin-left: 2vw;
    padding-top: 0.9vw;
    padding-bottom: 0.9vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }
  input[name^="name"] {
    width: 72vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  input[name^="reading"] {
    width: 72vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  input[name^="age"] {
    width: 10vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  input[name^="address"] {
    width: 72vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  input[name^="email"] {
    width: 72vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  select[name^="cons_month"] {
    width: 14vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  select[name^="cons_day"] {
    width: 14vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  select[name^="cons_year"] {
    width: 19vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  input[name^="phone"] {
    width: 72vw;
    height: 8vw;
    border: 1px solid #333333;
  }
  textarea[name^="inquiry"] {
    width: 72vw;
    height: 40vw;
    border: 1px solid #333333;
  }
  .form-button {
    width: 100%;
    text-align: center;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
  button[name^="confirm"] {
    width: 50%;
    font-size: 5vw;
    font-weight: 700;
    color: #ffffff;
    background-color: #fb8a33;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border: none;
    border-radius: 6px;
  }
  .privacy-link {
    color: #333333;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .form-area {
    width: 100%;
    background-color: #fff9fb;
    font-family: Noto Sans CJK JP;
    padding-top: calc(2vw + 60px);
    margin-top: -60px;
    padding-bottom: 3vw;
  }

  .counseling-contact-btm {
    width: 100%;
    color: #fb8a33;
  }
  .counseling-contact-btm h3 {
    font-size: 1.3em;
    border-left: 7px solid #fb8a33;
    margin-left: 2vw;
    padding-left: 1vw;
  }
  form {
    width: 90%;
    background-color: #ffffff;
    margin: 0 auto;
    padding-bottom: 3vw;
  }
  .form-content {
    padding-top: 1vw;
    padding-left: 2vw;
  }
  .form-content p {
    color: #333333;
    font-weight: 700;
    margin-bottom: 1vw;
    font-size: 1.2em;
  }
  .red {
    color: #ffffff;
    background-color: #fb8a33;
    font-size: 1vw;
    margin-left: 1%;
    padding: 1% 2%;
  }
  input[name^="name"] {
    width: 94%;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  input[name^="reading"] {
    width: 94%;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  input[name^="age"] {
    width: 9vw;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  .age {
    font-size: 1em;
  }
  .form-content label {
    font-size: 1em;
  }
  .time {
    font-size: 1.2em;
  }
  input[name^="address"] {
    width: 94%;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  input[name^="email"] {
    width: 94%;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  select[name^="cons_month"] {
    width: 8vw;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  select[name^="cons_day"] {
    width: 9vw;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  select[name^="cons_year"] {
    width: 9vw;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  input[name^="phone"] {
    width: 94%;
    height: 2.3vw;
    border: 1px solid #333333;
  }
  textarea[name^="inquiry"] {
    width: 94%;
    height: 15vw;
    border: 1px solid #333333;
  }
  .form-button {
    width: 100%;
    text-align: center;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
  }
  button[name^="confirm"] {
    width: 50%;
    font-size: 1.5vw;
    font-weight: 700;
    color: #ffffff;
    background-color: #fb8a33;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border: none;
    border-radius: 6px;
  }
  .privacy-link {
    color: #333333;
    text-align: center;
    font-size: 1vw;
  }
}

/* 20220415 CSS */
@media screen and (max-width: 767px) {
  .form-area {
    padding-top: 5%;
  }
}

@media screen and (min-width: 768px) {
  .form-area {
      padding-top:10px;
    }
}

/*#################################################################
 11.Footer CSS
#################################################################*/
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
      padding-bottom: 1vw;
  }
  .footer_phonenumber {
    width: 100%;
  }
  .footer-img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-bottom: 2vw;
  }
  .footer-img {
    width: 80%;
  }
}
/*#################################################################
 12.フローティングバナー css
#################################################################*/
@media screen and (max-width:767px){
    .footer_floating {
        width: 100%;
        text-align: center;
        z-index: 9999;
        position: fixed;
        bottom: 0;
        transition: all 0.65s;
    }
    .floating_number {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
@media screen and (min-width:768px){
    .footer_floating {
        width: 20%;
        z-index: 9999;
        position: fixed;
        bottom: 0;
        transition: all 0.65s;
        right: 20px;
    }
    .floating_number {
        width: 100%;
        margin: 0 auto;
    }
}

/*#################################################################
 スーパーライトバナー（PC・SP）
#################################################################*/

@media screen and (max-width: 767px) {
  .superlight {
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
  }
  .superlight_banner02 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .superlight {
    width: 90%;
    margin: 0 auto;
    padding-top: 4%;
  }
  .superlight_banner02 {
    width: 100%;
  }
}

/*#################################################################
 LINEバナー（PC・SP）
#################################################################*/
@media screen and (max-width: 767px) {
  .line_bnr {
    width: 90%;
    margin: 0 auto;
  }
  .line_bnr_img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .line_bnr {
    width: 90%;
    margin: 0 auto;
    padding-top: 6%;
  }
  .line_bnr_img {
    width: 100%;
  }
}

/* 20220414 CSS */



@media screen and (max-width: 767px) {
  .line_bnr {
    margin:  0 auto 20%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .line_bnr {
    margin: 0 auto 100px;
    padding: 0;
  }

}


/* 20220701 add CSS */
.header-cta img{
    width: 100%;
    max-width: 100%;
    height: auto;

}



/* add css protea */
.red-border-container{
  box-sizing: border-box;
  border: 1px solid red;
  border-radius: 5px;
  color: red;
  font-size: 14px;
  margin: 20px auto;
  padding: 20px;
  width: 90%;
  text-align: center;
}
