@charset "UTF-8";
/*!
Theme Name: hello-elementor child
Template: hello-elementor
*/
html {
  font-size: 62.5%;
  min-height: 100%;
  position: relative;
}

body {
  color: #222;
  font-family: "Noto Serif JP", "Sans-serif" !important;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-family: "Noto Serif JP", "Sans-serif";
}

a {
  color: #7a7a7a;
  box-shadow: none !important;
}

.post-thumb-img-content {
  width: 50%;
}

ol {
  margin: 0;
}

strong.salary {
  font-size: 160%;
}

#scrollUp {
  z-index: 1 !important;
}

/* !パンくず_______________________________________________________________*/
.breadcrumbs {
  font-size: 14px;
}

/* !タイトルの左右へボーダー_______________________________________________________________*/
.ttline {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.ttline:before,
.ttline:after {
  border-top: 1px solid #bbb;
  content: "";
  flex-grow: 1;
}

.ttline:before {
  margin-right: 2rem;
}

.ttline:after {
  margin-left: 2rem;
}

/* !美容外科詳細ページの料金表　2024/7/12_______________________________________________________________*/
.datumo1 td,
.datumo2 td {
  width: 25% !important;
}

.datumo1 .row-1 td,
.datumo1 .row-7 td,
.datumo1 .row-18 td,
.datumo2 .row-1 td,
.datumo2 .row-5 td,
.datumo2 .row-14 td,
.datumo2 .row-40 td {
  color: white;
  background-color: #687779 !important;
}

.price_subttl {
  margin: 15px 0;
  font-size: 120%;
}

/* !お問合せ_______________________________________________________________*/
.elementor-page-13 .mw_wp_form p {
  margin-bottom: 20px;
  overflow: hidden;
}
.elementor-page-13 select,
.elementor-page-13 textarea,
.elementor-page-13 input {
  font-family: sans-serif;
  font-size: 1.6rem;
  width: 100%;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background-color: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
  cursor: pointer;
  outline: none;
}
.elementor-page-13 input {
  border: none;
}
.elementor-page-13 select {
  color: #222;
  width: auto;
  display: inline;
}
.elementor-page-13 input::-webkit-input-placeholder,
.elementor-page-13 textarea::-webkit-input-placeholder {
  color: #999;
}
.elementor-page-13 input:-moz-placeholder,
.elementor-page-13 textarea:-moz-placeholder {
  color: #999;
}
.elementor-page-13 .mwform-zip-field input,
.elementor-page-13 .mwform-tel-field input {
  width: inherit;
}
.elementor-page-13 .send {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 8px;
  display: block;
  padding: 15px;
  margin: 30px 0 5px;
  text-align: center;
  cursor: pointer;
}
.elementor-page-13 .mw_wp_form_complete {
  text-align: center;
}
.elementor-page-13 .mwform-checkbox-field input,
.elementor-page-13 .mwform-radio-field input {
  width: 20px;
  margin: 0;
}

/* !inputなどのリンクを選択した時に表示される青色の枠線を消す方法________________________________________*/
textarea,
select {
  outline: none;
}

*:focus {
  outline: none;
}

/* !iPhone________________________________________*//*# sourceMappingURL=style.css.map */