
/* ----------------------------------
　　フォーム
---------------------------------- */
.l-form input[type="text"], .l-form input[type="date"], .l-form input[type="email"], .l-form input[type="tel"], .l-form textarea, .l-form select, .l-form button[type="reset"], .l-form button[type="submit"], .l-form input[type="reset"], .l-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l-form input[type="text"], .l-form input[type="date"], .l-form input[type="email"], .l-form input[type="tel"], .l-form textarea, .l-form select {
  padding: 12px 15px;
  vertical-align: middle !important;
  margin-bottom: 5px;
}
.l-form input[type="email"], .l-form input[type="tel"], .l-form textarea {
  width: calc(100% - 10px) !important;
}
.l-form button[type="submit"] {
  padding: 15px 50px;
}
.l-form input[type="radio"], .l-form input[type="checkbox"] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  margin-right: 10px;
}
.file-select-wrap {display: flex;align-items: center;gap:10px;margin-bottom: 10px;flex-wrap: wrap;}
.l-form input[type="file"] + button {}

.form_checkbtn {
  margin: 30px 10px;
  text-align: center;
}
.form_checkbtn button {
  padding: 15px 50px;
}
.opinion_message {
  width: 100%;
}
.form-date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.form-date dt {
  width: 18%;
}
.form-date dd {
  width: 81%;
}
@media screen and (max-width: 768px) {
  .l-form input[type="date"] {width: 100%;margin-bottom: 10px;font-size: 18px;min-height: 48px;}
  .l-form input[type="text"] {
    max-width: calc(100% - 10px) !important;
  }
  .l-form textarea {
    max-height: 300px; /*font-size: 1.4rem;*/
  }
  .form-date dt {
    width: 100%;
  }
  .form-date dd {
    width: 100%;
    padding: 0;
  }
  .form_checkbtn button {
    padding: 15px 30px;
  }
  .l-form button[type="submit"] {
    padding: 15px 30px;
  }
}




        /* メッセージコンテナ */
        .ssl-container {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 20px;
            box-sizing: border-box;
        }

        /* アイコン付きテキストの親要素 */
        .ssl-text {
            display: flex;
            align-items: center;
            font-size: 14px;
            color: #333;
            line-height: 1.6;
        }

        /* アイコンの設定 */
        .ssl-text::before {
            content: "";
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-right: 8px;
            background-image: url('https://nose.mizuhoclinic.jp/assets/img/icon_ssl.png');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
        }

        /* テキストをまとめるインナー要素 */
        .ssl-content {
            display: block;
            text-align: left;
        }

        /* スマホ表示用 (850px以下) */
        @media screen and (max-width: 850px) {
            .ssl-text {
                font-size: 12px;
                align-items: center; 
              line-height: 1.5;
            }

            .ssl-text::before {
                width: 24px;
                height: 24px;
                margin-right: 12px;
            }

            .ssl-text span {
                display: block;
              line-height: 1.5;
            }
        }





.m-reserve__tel {
  display: flex;
  align-items: center;
  padding: 0px 0 15px;
  border: 1px solid #ccc;
}

@media all and (min-width: 850px) {
  .m-reserve__tel {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 20px 10px;
  }
}
@media not all and (min-width: 850px) {
  .m-reserve__tel {
    flex-direction: column;
  }
}
.m-reserve__tel-main {
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Georgia, serif;
  color: #8eb8b6;
  font-size: 32px;
}
.m-reserve__tel-main img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: baseline;
}

@media all and (min-width: 850px) {
  .m-reserve__tel-main {
    font-size: 32px;
  }
  .m-reserve__tel-main img {
    margin-right: 15px;
  }
}
@media not all and (min-width: 850px) {
  .m-reserve__tel-main {
    line-height: 1.5;
  }
}
.m-reserve__tel-small {
  font-size: 12px;
  line-height: 1.2;
}

@media all and (min-width: 850px) {
  .m-reserve__tel-small {
    margin-left: 15px;
    margin-top: 5px;
    font-size: 11px;
  }
}
@media not all and (min-width: 850px) {
  .m-reserve__tel-small {
    text-align: center;
  }
}


.tit-bar {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-family: "Shippori Mincho", -apple-system, BlinkMacSystemFont, "游明朝体", "Yu Mincho", YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", Georgia, serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
}
.tit-bar:before, .tit-bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #8eb8b6;
}
.tit-bar:before {
  bottom: 0.25rem;
}

@media all and (min-width: 850px) {
  .tit-bar {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 24px;
  }
}






