/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Site/User/Web/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/*------------------------------------------------
 フォント
------------------------------------------------*/
.wv-font-sm5 {
  font-size: 6px;
  transform: scale(1); }

.wv-font-sm4 {
  font-size: 8px;
  transform: scale(1); }

.wv-font-sm3 {
  font-size: 10px; }

.wv-font-sm2 {
  font-size: 12px; }

.wv-font-sm {
  font-size: 14px; }

.wv-font-def {
  font-size: 16px; }

.wv-font-lg {
  font-size: 18px; }

.wv-font-lg2 {
  font-size: 20px; }

.wv-font-lg3 {
  font-size: 24px; }

.wv-font-lg4 {
  font-size: 28px; }

.wv-font-lg5 {
  font-size: 32px; }

/*
 * アイコンフォント
 *
 * 例
 *     <div class="wv-i i-info">テキスト</div>
 *     <div class="wv-i i-search">テキスト</div>
 */
.wv-i {
  list-style: none; }
  .wv-i:before {
    font-family: 'Font Awesome 5 Free';
    color: #cceffe;
    margin-right: 3px;
    font-weight: bold; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

i.fa-star {
  color: #f4f4f4; }

i.fa-star-half-alt {
  color: orange; }

i.starActive {
  color: orange; }

.text-red {
  color: red; }

/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  color: #333333;
  font: 16px "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 14px; } }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

a {
  text-decoration: none;
  transition: 0.5s;
  color: #333333; }
  a:hover, a:active, a:focus {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #00B8EE !important; }

figure {
  margin: 0; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 ボタン
------------------------------------------------*/
.btn-primary {
  border-color: #00B8EE;
  background-color: #00B8EE; }

.btn-outline-secondary {
  border-color: #00B8EE; }

.width-half-center {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

.box-btnSns {
  padding-top: 15px; }
  .box-btnSns .btnSns {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .box-btnSns .btnSns {
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .box-btnSns .btnSns img {
      max-height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .box-btnSns .btnSns img {
          max-height: 30px;
          width: 100%; } }

.btnSnsLogin img {
  width: 100%;
  max-width: 300px; }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
input[name="birthday"] {
  width: 120px;
  ime-mode: inactive; }

input[name="zip"] {
  width: 120px;
  ime-mode: inactive; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager .wv-pager {
  margin: 2px;
  text-align: center;
  font-size: 12px; }
  .box-pager .wv-pager ul {
    margin: 0;
    padding: 0; }
    .box-pager .wv-pager ul li {
      line-height: 2.5;
      display: inline-block; }
      .box-pager .wv-pager ul li a {
        background: #00B8EE;
        color: white;
        border-radius: 5px;
        padding: 5px 7px; }
        .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      @media screen and (max-width: 768px) {
        .box-pager .wv-pager ul li {
          margin-left: 2px;
          margin-right: 2px; }
          .box-pager .wv-pager ul li a {
            font-size: 12px;
            padding: 5px 7px; } }
  .box-pager .wv-pager .status-active a {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .box-pager .wv-pager .summary {
    font-size: 14px; }
    @media screen and (max-width: 768px) {
      .box-pager .wv-pager .summary {
        display: none; } }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
table.wv-table thead tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf;
  background-color: #eaeaea; }
  table.wv-table thead tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table thead tr th {
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #dfdfdf; }

table.wv-table tbody tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf; }
  table.wv-table tbody tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table tbody tr td {
    padding: 10px;
    text-align: left; }
    table.wv-table tbody tr td:first-child {
      background-color: #F5EDD1; }

/*------------------------------------------------
 定義リスト
------------------------------------------------*/
.box-wv-dlalign-default dl.wv-dlalign {
  padding: 0.8rem 0.1rem; }
  @media screen and (max-width: 768px) {
    .box-wv-dlalign-default dl.wv-dlalign {
      padding: 0 0.9rem; } }
  .box-wv-dlalign-default dl.wv-dlalign dt {
    background-color: #cceffe;
    font-weight: normal;
    padding: 0.5rem;
    border-top: dotted 1px #dfdfdf; }
    .box-wv-dlalign-default dl.wv-dlalign dt:last-of-type {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign-default dl.wv-dlalign dt {
        color: #00B8EE;
        background-color: white;
        border: none;
        border-left: solid 5px #00B8EE;
        font-weight: bold;
        padding: .3rem .3rem; }
        .box-wv-dlalign-default dl.wv-dlalign dt:last-of-type {
          border-bottom: none; } }
  .box-wv-dlalign-default dl.wv-dlalign dd {
    margin-bottom: .5rem;
    border-top: dotted 1px #dfdfdf;
    padding: 0.5rem; }
    .box-wv-dlalign-default dl.wv-dlalign dd:last-child {
      border-bottom: dotted 1px #dfdfdf; }
    @media screen and (max-width: 768px) {
      .box-wv-dlalign-default dl.wv-dlalign dd {
        border: none;
        padding: 0 0.2rem 0.3rem; }
        .box-wv-dlalign-default dl.wv-dlalign dd:last-child {
          border-bottom: none; } }

.box-wv-dlalign-immutable dl.wv-dlalign {
  padding: 0.8rem 0.1rem; }
  .box-wv-dlalign-immutable dl.wv-dlalign dt {
    background-color: #cceffe;
    font-weight: normal;
    padding: 0.5rem;
    border-top: dotted 1px #dfdfdf; }
    .box-wv-dlalign-immutable dl.wv-dlalign dt:last-of-type {
      border-bottom: dotted 1px #dfdfdf; }
  .box-wv-dlalign-immutable dl.wv-dlalign dd {
    margin-bottom: .5rem;
    border-top: dotted 1px #dfdfdf;
    padding: 0.5rem; }
    .box-wv-dlalign-immutable dl.wv-dlalign dd:last-child {
      border-bottom: dotted 1px #dfdfdf; }

dl.itemSpecDetail {
  border-top: solid 2px #dfdfdf;
  border-bottom: solid 2px #dfdfdf;
  padding: 1.4rem 0; }
  dl.itemSpecDetail dt {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem; }
    dl.itemSpecDetail dt.item-label {
      font-size: 16px;
      font-weight: normal; }
  dl.itemSpecDetail dd {
    margin-bottom: 0;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem; }
    dl.itemSpecDetail dd.item-value {
      font-size: 16px;
      background-color: white;
      word-break: break-all;
      border-left: solid 2px #cceffe;
      margin-bottom: 1.0rem; }

/*------------------------------------------------
 リスト
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .list-group-item {
    padding: 0.25rem 0.25rem; } }

ul.wv-ul-disc {
  list-style-type: disc; }

ul.wv-ul-none {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0; }

ul.wv-ul-custom {
  font-size: 16px;
  -webkit-padding-start: 20px; }
  ul.wv-ul-custom li {
    list-style: none;
    position: relative; }
    ul.wv-ul-custom li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0c8";
      font-weight: bold;
      font-style: normal;
      line-height: 1.5;
      color: #cceffe;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -0.8em; }
  ul.wv-ul-custom > li:before {
    left: -1.2em;
    content: "\f0c8"; }
  ul.wv-ul-custom > li > ul > li:before {
    left: -0.8em;
    content: "\f0da"; }

ul.wv-ul-check {
  -webkit-padding-start: 30px; }
  ul.wv-ul-check > li {
    list-style: none;
    position: relative; }
    ul.wv-ul-check > li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f05d";
      font-weight: bold;
      font-style: normal;
      font-size: 20px;
      line-height: 1.2;
      color: #cceffe;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -1.0em; }

ol.wv-ol-parenthesis {
  list-style-type: none;
  padding: 0 0.5em; }
  ol.wv-ol-parenthesis > li {
    padding: 0 30px;
    counter-increment: cnt; }
    ol.wv-ol-parenthesis > li:before {
      position: absolute;
      left: 1.5rem;
      content: "(" counter(cnt) ") "; }

ol.wv-ol-circle {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em; }
  ol.wv-ol-circle li {
    position: relative;
    padding: 0.3em 0.3em 0.3em 30px; }
    ol.wv-ol-circle li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #00B8EE;
      color: white;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      /*
             top: 50%;
             -moz-transform: translateY(-50%);
             -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
             transform: translateY(-50%);
             */ }

.toHelp {
  text-decoration: underline; }

.toHelpBold {
  text-decoration: underline;
  font-weight: bold; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
.title-page {
  padding: 10px;
  font-size: 28px;
  text-shadow: 1px 1px 2px #333; }
  @media screen and (max-width: 768px) {
    .title-page {
      font-size: 20px; } }

.title-page-border-top {
  padding: 10px;
  padding-top: 0;
  padding-left: 0;
  font-size: 31px;
  text-shadow: 1px 1px 2px #333;
  border-top: 4px solid #00B8EE; }
  .title-page-border-top h1 {
    padding-top: 0;
    padding-left: 0;
    font-size: 28px;
    margin-bottom: 0; }

.title-page-border-bottom {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 4px solid #00B8EE;
  text-align: center; }
  .title-page-border-bottom h1 {
    font-size: 28px;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #333; }
  .title-page-border-bottom .title-clinic {
    color: #00B8EE; }

h2.title-page {
  font-size: 28px; }

.title-sub {
  margin: 5px 0 10px 0;
  padding: 3px 10px;
  border-left: 6px solid #00B8EE;
  font-size: 20px;
  text-shadow: 1px 1px 2px #333; }

.box-title-sub {
  background: rgba(255, 182, 193, 0.5);
  padding: 10px;
  border-radius: 10px;
  font-size: 20px; }

.title-line-left {
  border-left: solid 6px #00B8EE;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

.title-line-left-sm {
  border-left: solid 6px #00B8EE;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

/*------------------------------------------------
 ボーダー
------------------------------------------------*/
/*------------------------------------------------
 水平線
------------------------------------------------*/
.wv-hr1 {
  border-top: 1px solid #00B8EE;
  border-bottom: 1px solid #fff; }

.wv-hr1-yellow {
  border-top: 1px solid #f7f6cd;
  border-bottom: 1px solid #fff; }

.wv-hr1-grey {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #fff;
  margin-top: 0;
  margin-bottom: 2px; }

.wv-hr1-lg {
  border-top: 2px solid #00B8EE;
  border-bottom: 2px solid #fff; }

.wv-hr1-lg-right {
  border-top: 2px solid #cceffe;
  border-bottom: 2px solid #fff; }

.wv-hr2 {
  border-top: 3px double #00B8EE;
  border-bottom: 3px double #fff;
  margin: 10px 0; }

.wv-hr-dotted {
  border-top: 1px dotted #00B8EE; }

.wv-border-last {
  border-bottom: 1px solid #dee2e6; }

/*------------------------------------------------
 タブ・メニュー
------------------------------------------------*/
.tabSort .nav .nav-item a.active, .tabSort .nav .nav-item a:hover {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabSort {
    font-size: 12px; } }

.tabMyPage .nav .nav-item a {
  border: 1px solid #6e6e6e; }
  .tabMyPage .nav .nav-item a.active, .tabMyPage .nav .nav-item a:hover {
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabMyPage {
    font-size: 10px; }
    .tabMyPage .nav-link {
      padding-left: 0;
      padding-right: 0; } }

/*------------------------------------------------
 モーダルダイアログ
------------------------------------------------*/
#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

#loadingMap {
  position: fixed;
  left: 50%;
  top: 20%;
  margin: -50px 0 0 -50px;
  z-index: 1002;
  display: none; }

.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

.modal-default {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 40%;
  min-height: 200px;
  background: white;
  z-index: 1100;
  display: none; }
  @media screen and (max-width: 768px) {
    .modal-default {
      width: 90%; } }
  .modal-default .dialog__wrap {
    width: 100%;
    height: 100%;
    padding: 10px; }
    .modal-default .dialog__wrap .dialog__head {
      font-size: 20px;
      text-align: center;
      border-bottom: 1px solid #373737; }
    .modal-default .dialog__wrap .dialog__body {
      padding: 10px; }
    .modal-default .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
    .modal-default .dialog__wrap .dialog__btn_regist {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }

.open-modal-default:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.boxUploadImgModal {
  width: 100%; }
  .boxUploadImgModal .uploadImgModal {
    display: none;
    position: fixed;
    top: 20px;
    z-index: 2000;
    width: 50%;
    background: white;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        width: 90%; } }
    .boxUploadImgModal .uploadImgModal img {
      max-width: 70%;
      height: auto; }
    .boxUploadImgModal .uploadImgModal input[name="uploadData"] {
      display: none; }
    .boxUploadImgModal .uploadImgModal #execUpload {
      display: none; }
    .boxUploadImgModal .uploadImgModal .editCaution {
      display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

.img-circle-sm {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 40px;
  width: 40px; }

.img-circle-ss {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 30px;
  width: 30px; }

.update-time {
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: .3rem 0; }
  @media screen and (max-width: 768px) {
    .update-time {
      font-size: 10px; } }

/*
 *
 * カードレイアウト
 *
 */
.itemList .card {
  height: 100%; }
  .itemList .card .box-img-thumbnail {
    position: relative; }
    .itemList .card .box-img-thumbnail .lblItemStatus {
      position: absolute;
      top: 0;
      left: 0;
      padding: .5rem;
      font-size: 20px;
      font-weight: bold;
      color: white;
      border-bottom-right-radius: 20px; }
      .itemList .card .box-img-thumbnail .lblItemStatus.new {
        background: #EC660B;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .itemList .card .card-body {
    line-height: 1.5; }
    .itemList .card .card-body hr {
      margin-top: .2rem;
      margin-bottom: .2rem; }
    .itemList .card .card-body .card-category {
      background-color: #00B8EE;
      color: white;
      padding: 2px 5px;
      margin: 3px 0;
      border-radius: 3px;
      font-size: 12px; }
    .itemList .card .card-body .card-brand {
      font-size: 12px; }
    .itemList .card .card-body .card-title {
      font-size: 16px; }
    .itemList .card .card-body .card-item-title {
      background: #cceffe;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      font-size: 14px; }
    .itemList .card .card-body .card-item-title-sub {
      background: #6e6e6e;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      margin-right: 0.2rem; }
    .itemList .card .card-body .card-recom {
      font-size: 14px; }
    .itemList .card .card-body .card-text {
      font-size: 14px;
      margin-bottom: 2rem; }
    .itemList .card .card-body .card-time {
      position: absolute;
      bottom: 1px; }
  .itemList .card .card-category .card-category_Item {
    background: #00B8EE;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 12px;
    color: white; }

/*
 *
 * クリニック詳細
 *
 */
.lblItemDetail {
  padding: .4rem;
  padding-bottom: .15rem;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-radius: 10px; }
  .lblItemDetail.new {
    background: #EC660B;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .lblItemDetail.recommend {
    background: #cceffe;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #faf3a0; }

/*-------------------------------------------------
 バリデーション
-------------------------------------------------*/
.wvInvalid {
  background: #d9534f; }

.formErrorMessage {
  color: #d9534f;
  font-size: 14px;
  display: none; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/*
    空白調整
    Bootstrap 空白ユーティリティ
 */
/*
    段落(<>p)の空白調整
    p の Bootstrap デフォルト値：margin-top: 0; margin-bottom: 1rem;
    上下が均等でなく下のみ割り振られているので、フォームのラベル等で利用する際に上下均等にする。
 */
p.mtb-even {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.wv-w-3 {
  width: 3%; }

.wv-w-5 {
  width: 5%; }

.wv-w-10 {
  width: 10%; }

.wv-w-15 {
  width: 15%; }

.wv-w-20 {
  width: 20%; }

.wv-w-25 {
  width: 25%; }

.wv-w-30 {
  width: 30%; }

.wv-w-40 {
  width: 40%; }

.wv-w-50 {
  width: 50%; }

.wv-w-60 {
  width: 60%; }

.wv-w-70 {
  width: 70%; }

.wv-w-80 {
  width: 80%; }

.wv-w-90 {
  width: 90%; }

.wv-w-100 {
  width: 100%; }

@media screen and (max-width: 768px) {
  .wv-w-sp-20 {
    width: 20%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-25 {
    width: 25%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-30 {
    width: 30%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-40 {
    width: 40%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-45 {
    width: 45%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-50 {
    width: 50%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-60 {
    width: 60%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-70 {
    width: 70%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-80 {
    width: 80%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-90 {
    width: 90%; } }

@media screen and (max-width: 768px) {
  .wv-w-sp-100 {
    width: 100%; } }

.wv-wpx-5 {
  width: 5px; }

.wv-wpx-10 {
  width: 10px; }

.wv-wpx-15 {
  width: 15px; }

.wv-wpx-20 {
  width: 20px; }

.wv-wpx-30 {
  width: 30px; }

.wv-wpx-40 {
  width: 40px; }

.wv-wpx-50 {
  width: 50px; }

.wv-wpx-60 {
  width: 60px; }

.wv-wpx-70 {
  width: 70px; }

.wv-wpx-80 {
  width: 80px; }

.wv-wpx-90 {
  width: 90px; }

.wv-wpx-100 {
  width: 100px; }

.wv-wpx-125 {
  width: 125px; }

.wv-wpx-150 {
  width: 150px; }

.wv-wpx-200 {
  width: 200px; }

.wv-wpx-300 {
  width: 300px; }

/*
    表示調整
    Bootstrap 表示ユーティリティ
 */
/*
    垂直方向の余白調整（上下余白）
    用例：<div class="vspace10"></div>
 */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace75 {
  height: 75px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

.vspace300 {
  height: 300px; }

.wv-breadCrumb {
  margin-top: 5px;
  font-size: 12px; }

.boxBreadCrumb {
  margin-bottom: 1rem; }
  .boxBreadCrumb .breadcrumb {
    padding: .3rem .3rem;
    font-size: 12px;
    background: none; }

.breadcrumb-item::before {
  content: "" !important; }

.mark-status-active {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

.mark-require:before {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.mark-require-after:after {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.mark-status-unchecked {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00; }

.mark-status-primary {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #034AA6; }

.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }

.box-caution-ex {
  color: #000040;
  font-size: 20px;
  padding: 20px 15px;
  background: #cceffe;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }

.box-caution-recommend {
  color: #000040;
  color: #0f6674;
  border: 1px dotted #00B8EE;
  border-radius: 10px;
  padding: 10px; }
  .box-caution-recommend a {
    font-weight: bold; }

.box-contents {
  color: #000040;
  font-size: 18px;
  padding: 20px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #eaeaea;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-contents a {
    font-weight: bold; }

.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333333;
  color: white; }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 5%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid rgba(51, 51, 51, 0);
    border-bottom-color: #333333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/*************************************************
 各画面
*************************************************/
/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header {
  color: #333333; }
  header a {
    color: #333333; }
  header nav.navbar {
    padding-top: .3rem;
    padding-bottom: 0;
    background: white; }
    @media screen and (max-width: 768px) {
      header nav.navbar {
        padding-right: 0; } }
    header nav.navbar .navbar-brand {
      font-size: 15px;
      color: white !important;
      margin-right: 0.5rem; }
      header nav.navbar .navbar-brand img {
        width: 225px; }
      @media screen and (max-width: 768px) {
        header nav.navbar .navbar-brand {
          padding-bottom: 0;
          margin-right: 0; } }
    header nav.navbar .navbar-nav .img-circle-ss {
      margin: 0; }
    @media screen and (max-width: 768px) {
      header nav.navbar #menu {
        margin-top: 0.5rem; }
        header nav.navbar #menu .navbar-nav li.nav-item {
          padding: 8px 0;
          width: 100%;
          text-align: left !important;
          border-bottom: 1px solid #d7e3ef; }
          header nav.navbar #menu .navbar-nav li.nav-item:first-child {
            border-top: 1px solid #d7e3ef; }
          header nav.navbar #menu .navbar-nav li.nav-item:last-child {
            border-bottom: none; } }
  header .navbar-light .navbar-nav .nav-link {
    color: #333333; }
  header .navbar-light {
    transition: all 1s 0s ease; }
    header .navbar-light ul.navbar-nav li.nav-item {
      position: relative; }
      header .navbar-light ul.navbar-nav li.nav-item a.nav-link {
        color: #333333; }
        @media screen and (max-width: 768px) {
          header .navbar-light ul.navbar-nav li.nav-item a.nav-link::after {
            position: absolute;
            top: 30%;
            right: 20px;
            font-family: 'Font Awesome 5 Free';
            content: "\f105";
            font-weight: 900; } }
    header .navbar-light .navbar-toggler {
      padding: 0.4rem 0.2rem 0.1rem 0.2rem;
      border-color: #333333; }
      header .navbar-light .navbar-toggler i.fa-times {
        color: white;
        color: #333333;
        padding-top: 10px;
        display: none; }
    header .navbar-light .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>"); }
    header .navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><defs><style>.cls-1{fill:none;stroke:white;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}</style></defs><title/><g id="cross"><line class="cls-1" x1="7" x2="25" y1="7" y2="25"/><line class="cls-1" x1="7" x2="25" y1="25" y2="7"/></g></svg>'); }
  header .header-alert {
    position: relative; }
    header .header-alert .alert-count {
      display: inline-block;
      background-color: #EC660B;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 12px;
      line-height: 35px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        header .header-alert .alert-count {
          width: 35px;
          height: 35px; } }
  header .hr-tabMenuBottom {
    height: 15px;
    background: white; }
  header .mainMenu {
    background: #00B8EE;
    text-align: center; }
    header .mainMenu ul.nav-tabs {
      border-bottom: none; }
    header .mainMenu ul {
      border-bottom: 1px solid #00B8EE; }
      header .mainMenu ul li {
        margin-left: 5px;
        margin-right: 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 10px 15px 5px 15px;
        background: white;
        opacity: 0.8; }
        header .mainMenu ul li a {
          color: #333333;
          letter-spacing: 2px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
        header .mainMenu ul li.active {
          opacity: 1; }

.collapsing {
  transition: height 0.1s ease; }

.btnHistoryBack {
  display: none; }

.btnHistoryBackNative {
  display: none;
  position: fixed;
  z-index: 998;
  top: 40px;
  left: 40px; }
  .btnHistoryBackNative a {
    display: block;
    background-color: #cceffe;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #333333; }
    .btnHistoryBackNative a p {
      font-size: 16px;
      padding-top: 10px;
      font-weight: bold; }
    .btnHistoryBackNative a i {
      margin-top: -10px;
      font-size: 30px; }

.page-head-img {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
  overflow: hidden; }

.boxImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  animation: bgAnime 15s 1 forwards;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: white; }
  .boxImage .boxText {
    position: absolute;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #1f2335;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0;
    animation: fadeIn 2s ease 2s 1 normal forwards; }
    .boxImage .boxText .boxText-title {
      font-size: 2.4rem; }
    .boxImage .boxText .boxText-catch {
      font-size: 1.8rem;
      opacity: 0;
      animation: fadeIn 3s ease-in-out 5s 1 normal forwards; }
    .boxImage .boxText .detail {
      font-size: 1.4rem;
      opacity: 0;
      animation: fadeIn 4s ease-in-out 8s 1 normal forwards; }
  .boxImage::before {
    position: absolute;
    content: '';
    background-color: rgba(66, 100, 163, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100vh; }
  .boxImage.h-short {
    height: 40vh; }
    .boxImage.h-short::before {
      background-color: rgba(66, 100, 163, 0.7);
      height: 40vh; }

@media screen and (max-width: 768px) {
  .boxImage {
    background-attachment: scroll; }
    .boxImage .boxText .boxText-title {
      font-size: 18px; }
    .boxImage .boxText .boxText-catch {
      font-size: 16px; }
    .boxImage .boxText .detail {
      font-size: 12px; } }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
footer {
  background: #FFFFFF; }
  footer .navbar-brand {
    padding-top: 0; }
  footer .linkSns {
    margin-bottom: 15px; }
    footer .linkSns img {
      width: 50px;
      margin-left: 2%;
      margin-right: 2%; }
  @media screen and (max-width: 768px) {
    footer {
      font-size: 9px;
      transform: scale(1); }
      footer .foooterMenuTitle {
        padding-bottom: 5px;
        border-bottom: 1px solid white; }
      footer .list-group-item {
        padding: 12px 0;
        background: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        footer .list-group-item:last-child {
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0; }
      footer .copyright {
        font-size: 12px; } }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  padding-top: 1px;
  padding-bottom: 50px; }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

.box-testInput {
  text-align: center;
  padding: 5px;
  background: #FFFFB4;
  margin: 10px 0; }
  .box-testInput .btn-test, .box-testInput .btn-test-ex {
    background-color: #333333;
    color: white;
    text-align: center;
    line-height: 2.5;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 5px auto; }
    .box-testInput .btn-test:hover, .box-testInput .btn-test-ex:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .box-testInput .testInputVal {
    display: none; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 20px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  border-radius: 10px;
  padding: 10px; }

.master-message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  width: 40%;
  min-height: 200px;
  background: white;
  z-index: 1100; }
  .master-message-dialog .dialog__wrap {
    width: 100%;
    height: 100%; }
    .master-message-dialog .dialog__wrap .dialog__head {
      height: 30px;
      background: black; }
    .master-message-dialog .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 768px) {
    .master-message-dialog {
      width: 90%; } }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help .title {
  font-size: 18px;
  margin-top: 15px; }

.help .question {
  font-size: 18px;
  margin-top: 15px; }
  .help .question i {
    padding-right: 3px; }

a.help-link {
  text-decoration: underline;
  font-weight: bold; }

.help-aster {
  font-size: 14px;
  color: #0f6674;
  margin-left: 10px; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
.boxTopBanner .boxSearchForm {
  position: absolute;
  text-align: center;
  top: 25%;
  left: 15%;
  width: 70%; }
  @media screen and (max-width: 768px) {
    .boxTopBanner .boxSearchForm {
      top: 21%;
      left: 10%;
      width: 80%; } }
  .boxTopBanner .boxSearchForm .searchForm_title {
    font-weight: bold;
    font-size: 28px; }
    @media screen and (max-width: 768px) {
      .boxTopBanner .boxSearchForm .searchForm_title {
        font-size: 18px; } }
  .boxTopBanner .boxSearchForm .searchForm__allKeyword input[name="allKeyword"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 35px; }
  .boxTopBanner .boxSearchForm .searchForm__allKeyword .btn-top-search_all {
    padding-right: 25px;
    padding-left: 20px;
    background: #00B8EE;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    font-size: 25px;
    height: 35px; }
    .boxTopBanner .boxSearchForm .searchForm__allKeyword .btn-top-search_all .fa-search {
      padding-top: 5px; }
    .boxTopBanner .boxSearchForm .searchForm__allKeyword .btn-top-search_all:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }

.boxPageTop {
  margin-top: 1rem; }
  @media screen and (max-width: 768px) {
    .boxPageTop {
      margin-top: 2rem; } }
  .boxPageTop .searchForm__areaAndStation input[name="areaAndStation"] {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 35px; }
  .boxPageTop .searchForm__areaAndStation .btn-top-search_areaAndStation {
    padding-right: 25px;
    padding-left: 20px;
    background: #CACACA;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    color: white;
    font-size: 25px;
    height: 35px; }
    .boxPageTop .searchForm__areaAndStation .btn-top-search_areaAndStation .fa-search {
      padding-top: 5px; }
    .boxPageTop .searchForm__areaAndStation .btn-top-search_areaAndStation:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  @media screen and (max-width: 768px) {
    .boxPageTop .mapJapan {
      display: none; } }
  .boxPageTop .boxPrefList {
    display: none; }
    @media screen and (max-width: 768px) {
      .boxPageTop .boxPrefList {
        display: block; }
        .boxPageTop .boxPrefList .prefList .btn-blue {
          width: 19%; }
        .boxPageTop .boxPrefList .prefList a {
          padding: 5px 0; } }
  .boxPageTop .title-search-top {
    margin: 5px 0 10px 0;
    padding: 3px 10px;
    border-left: 6px solid #0188FE;
    font-size: 20px;
    color: #00B8EE;
    text-shadow: 1px 1px 2px #0188FE; }
  .boxPageTop .box-department {
    border: 2px solid #00B8EE; }
    .boxPageTop .box-department .box-department-title {
      background: #00B8EE;
      width: 230px;
      color: white;
      font-weight: bold;
      padding: 10px;
      text-align: center;
      border-bottom-right-radius: 20px; }
    .boxPageTop .box-department .featureRow {
      padding: 15px; }
      @media screen and (max-width: 768px) {
        .boxPageTop .box-department .featureRow {
          padding: 5px;
          font-size: 10px; } }
      .boxPageTop .box-department .featureRow figure {
        padding: 1rem; }
        @media screen and (max-width: 768px) {
          .boxPageTop .box-department .featureRow figure {
            padding: 0.1rem; } }
      .boxPageTop .box-department .featureRow .fontWhitening {
        font-size: 10px;
        transform: scale(1);
        padding-top: 1px; }
  @media screen and (max-width: 768px) {
    .boxPageTop .boxTopReview img {
      width: 58px; } }
  .boxPageTop .boxTopRight .itemTop {
    padding-left: 5px;
    padding-right: 2px; }

.btn-blue-round {
  border-radius: 20px;
  background: #0188FE;
  color: white;
  width: 25%; }
  @media screen and (max-width: 768px) {
    .btn-blue-round {
      width: 50%; } }

.btn-blue {
  background: #0188FE;
  color: white; }

.btn-light-blue {
  background: #00B8EE;
  color: white; }

/*-------------------------------------------------
 クリニック詳細
-------------------------------------------------*/
.pageClinicDetail .title-clinic {
  font-size: 28px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .pageClinicDetail .title-clinic {
      font-size: 20px; } }

@media screen and (max-width: 768px) {
  .pageClinicDetail .recomTotal {
    font-size: 16px; } }

.pageClinicDetail hr.wv-hr1-lg {
  margin-top: 0rem;
  margin-bottom: 0.5rem; }

.pageClinicDetail .clinicDetail-access {
  width: 55%; }
  @media screen and (max-width: 768px) {
    .pageClinicDetail .clinicDetail-access {
      font-size: 10px; } }

@media screen and (max-width: 768px) {
  .pageClinicDetail .clinicDetail-btn-contact .btn-tel {
    font-size: 12px;
    display: inline-block;
    width: 64px;
    padding: 10px 2px; }
  .pageClinicDetail .clinicDetail-btn-contact .btn-official {
    font-size: 12px;
    display: inline-block;
    width: 66px;
    padding: 10px 2px; } }

@media screen and (max-width: 768px) {
  .pageClinicDetail .clinicDetail-btn-contact-bottom .btn-tel {
    font-size: 12px;
    display: inline-block;
    width: 148px;
    padding: 10px 5px; }
  .pageClinicDetail .clinicDetail-btn-contact-bottom .btn-official {
    font-size: 12px;
    display: inline-block;
    width: 148px;
    padding: 10px 5px; } }

.pageClinicDetail .lbl-kamoku {
  padding: 8px 10px;
  border: 1px solid #00B8EE;
  border-radius: 5px; }

.pageClinicDetail .clinic-tabs .nav-item {
  border: 2px solid #eaeaea;
  border-right: 0; }
  @media screen and (max-width: 768px) {
    .pageClinicDetail .clinic-tabs .nav-item {
      font-size: 10px; } }
  @media screen and (max-width: 768px) {
    .pageClinicDetail .clinic-tabs .nav-item .nav-link {
      padding: 0.5rem 0.2rem; } }
  .pageClinicDetail .clinic-tabs .nav-item:last-child {
    border-right: 2px solid #eaeaea; }
  .pageClinicDetail .clinic-tabs .nav-item a {
    background: inherit;
    color: inherit; }
    .pageClinicDetail .clinic-tabs .nav-item a.active {
      background: #00B8EE;
      color: white; }

.pageClinicDetail .itemSpec .noImageMessage {
  width: 100%;
  background: #eeeeee;
  padding: 30px 30px;
  padding-bottom: 10px; }

.pageClinicDetail .itemSpec .imgMain img {
  width: 100%;
  height: 100%; }

.pageClinicDetail .itemSpec .imgMain-none {
  width: 100%;
  height: 100%;
  font-size: 28px;
  background: #eaeaea;
  border: 1px dotted #6e6e6e;
  color: #d6d6d6;
  text-shadow: 1px 1px 2px #b9b9b9;
  padding: 20px; }

.pageClinicDetail .itemSpec .imgMain-none::before {
  transform: skewY(-45deg); }

.pageClinicDetail .itemSpec .imgMain-none::after {
  transform: skewY(45deg); }

.pageClinicDetail .itemSpec .modalImgDlg {
  display: none; }

.pageClinicDetail .itemSpec .imgThumb li {
  width: 20%; }
  .pageClinicDetail .itemSpec .imgThumb li img {
    width: 100%;
    height: 100%; }

@media screen and (max-width: 768px) {
  .pageClinicDetail .itemSpec dl.itemSpecDetail {
    padding: 0;
    padding-top: 5px;
    margin-left: 5px; } }

@media screen and (max-width: 768px) {
  .pageClinicDetail .itemSpec dl.itemSpecDetail dt {
    font-size: 12px;
    padding: 0;
    padding-left: 1px; } }

@media screen and (max-width: 768px) {
  .pageClinicDetail .itemSpec dl.itemSpecDetail dd {
    font-size: 12px;
    padding: 0;
    padding-left: 3px;
    margin-left: 10px;
    margin-bottom: 14px; } }

.pageClinicDetail .box-default {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .pageClinicDetail .box-default {
      padding: 10px 5px; } }

.pageClinicDetail .clinic-profile .clinic-profile-all {
  display: none; }

.pageClinicDetail .table-clinic-schedule {
  width: 100%;
  text-align: center; }
  .pageClinicDetail .table-clinic-schedule th {
    border: 1px solid #F1EDE4;
    font-weight: normal;
    text-align: center;
    background: #cceffe; }
  .pageClinicDetail .table-clinic-schedule td {
    border: 1px solid #F1EDE4;
    font-size: 20px;
    width: 8%; }
    .pageClinicDetail .table-clinic-schedule td:first-child {
      font-size: 16px;
      width: 36%; }

.pageClinicDetail .box-publication {
  padding-bottom: 10px;
  border-bottom: 1px solid #F1EDE4; }
  .pageClinicDetail .box-publication .title-publication {
    margin: 5px 0 10px 0;
    padding: 10px;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
    background: #F1EDE4; }

.pageClinicDetail .gmapIframe {
  width: 100%;
  height: 400px; }

.btn-regist-review {
  background: #FF8A00;
  border-color: #FF8A00;
  color: white;
  font-size: 18px;
  padding: 5px 20px; }

.btn-regist-review-sphead {
  background: #FF8A00;
  border-color: #FF8A00;
  color: white;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 20px; }
  @media screen and (max-width: 768px) {
    .btn-regist-review-sphead {
      font-size: 10px;
      padding: 5px 5px;
      margin-right: 2px; } }

.btn-tel {
  background: #7EC36A;
  border-color: #7EC36A;
  color: white;
  font-size: 20px; }

.btn-tel-round {
  background: #7EC36A;
  border-color: #7EC36A;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  width: 95% !important;
  padding-top: 4px;
  padding-bottom: 4px; }

.btn-official {
  background: #EF859B;
  border-color: #EF859B;
  color: white;
  font-size: 20px; }

.btn-official-round {
  background: #EF859B;
  border-color: #EF859B;
  color: white;
  font-size: 16px;
  border-radius: 20px;
  width: 95% !important;
  padding-top: 4px;
  padding-bottom: 4px; }

/*-------------------------------------------------
 口コミ一覧
-------------------------------------------------*/
.itemReview .list-group-item {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px; }
  .itemReview .list-group-item .clinicName {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .itemReview .list-group-item .clinicName {
        font-size: 16px; } }
  .itemReview .list-group-item .recomLevelTotal {
    font-size: 18px;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .itemReview .list-group-item .recomLevelTotal {
        font-size: 14px; } }
  .itemReview .list-group-item .update-time {
    text-align: right; }
  @media screen and (max-width: 768px) {
    .itemReview .list-group-item .recomLevelEach {
      font-size: 10px; } }
  .itemReview .list-group-item .clinic-review-all {
    display: none; }

.itemReview .alert-review-dialog .dialog__head {
  background: #F1EDE4;
  border-bottom: 0; }

.itemReview .alert-review-dialog .report-list {
  border: 1px solid #F1EDE4;
  border-radius: 5px;
  padding: 10px;
  width: 300px;
  margin: auto; }

.box-caution-thanks {
  background: #DAF1FF;
  border-radius: 10px;
  padding: 10px;
  margin: 0 20px;
  font-weight: bold; }

/*-------------------------------------------------
 クリニック一覧
-------------------------------------------------*/
.clinicList .clinicItem {
  border: 2px solid #00B8EE;
  border-radius: 5px;
  margin-bottom: 10px; }
  .clinicList .clinicItem .clinicList-title {
    padding: 10px;
    padding-left: 15px;
    text-shadow: 1px 1px 2px #333; }
  .clinicList .clinicItem .clinicItem-body {
    padding: 10px; }
    .clinicList .clinicItem .clinicItem-body .wv-hr1-light-blue {
      border-top: 1px solid #cceffe;
      margin-top: 0;
      margin-bottom: 10px; }
    .clinicList .clinicItem .clinicItem-body dd.item-value {
      word-break: break-all;
      border-left: solid 2px #cceffe; }
    @media screen and (max-width: 768px) {
      .clinicList .clinicItem .clinicItem-body .clinicList-access {
        font-size: 12px; } }
    .clinicList .clinicItem .clinicItem-body .clinicList-recomTotal .recomTotal {
      font-size: 14px; }
      @media screen and (max-width: 768px) {
        .clinicList .clinicItem .clinicItem-body .clinicList-recomTotal .recomTotal {
          font-size: 12px; } }
    .clinicList .clinicItem .clinicItem-body .clinicList-recomTotal .toHelp {
      font-size: 12px; }
      @media screen and (max-width: 768px) {
        .clinicList .clinicItem .clinicItem-body .clinicList-recomTotal .toHelp {
          font-size: 12px; } }
    @media screen and (max-width: 768px) {
      .clinicList .clinicItem .clinicItem-body .clinicList-recomLevel {
        font-size: 10px; }
        .clinicList .clinicItem .clinicItem-body .clinicList-recomLevel dt {
          padding: 0;
          padding-left: 20px; }
        .clinicList .clinicItem .clinicItem-body .clinicList-recomLevel dd {
          padding: 0;
          padding-left: 7px; } }
    @media screen and (max-width: 768px) {
      .clinicList .clinicItem .clinicItem-body .clinicList-btn-contact {
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px; }
        .clinicList .clinicItem .clinicItem-body .clinicList-btn-contact .btn {
          border-radius: 5px;
          font-size: 12px; } }
    @media screen and (max-width: 768px) {
      .clinicList .clinicItem .clinicItem-body .scheduleNotes {
        font-size: 12px; } }
    .clinicList .clinicItem .clinicItem-body .imgMain-none {
      width: 100%;
      height: 100%;
      font-size: 16px;
      background: #eaeaea;
      border: 1px dotted #6e6e6e;
      color: #d6d6d6;
      text-shadow: 1px 1px 2px #b9b9b9; }
    .clinicList .clinicItem .clinicItem-body .table-clinic-schedule {
      width: 100%;
      text-align: center; }
      .clinicList .clinicItem .clinicItem-body .table-clinic-schedule th {
        border: 1px solid #F1EDE4;
        font-weight: normal;
        text-align: center;
        background: #cceffe; }
        @media screen and (max-width: 768px) {
          .clinicList .clinicItem .clinicItem-body .table-clinic-schedule th {
            font-size: 10px; }
            .clinicList .clinicItem .clinicItem-body .table-clinic-schedule th:first-child {
              font-size: 10px; } }
      .clinicList .clinicItem .clinicItem-body .table-clinic-schedule td {
        border: 1px solid #F1EDE4;
        font-size: 16px;
        width: 8%; }
        @media screen and (max-width: 768px) {
          .clinicList .clinicItem .clinicItem-body .table-clinic-schedule td {
            font-size: 12px; } }
        .clinicList .clinicItem .clinicItem-body .table-clinic-schedule td:first-child {
          font-size: 13px;
          width: 36%; }
          @media screen and (max-width: 768px) {
            .clinicList .clinicItem .clinicItem-body .table-clinic-schedule td:first-child {
              font-size: 10px; } }

.clinic-searchForm {
  border: 2px solid #F1EDE4;
  padding: 10px 7px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .clinic-searchForm {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1001;
      background: white;
      width: 80%; } }
  .clinic-searchForm .clinic-searchForm-title {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px; }
  .clinic-searchForm .clinic-searchForm-title-sub {
    background: #F1EDE4;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold; }
  .clinic-searchForm .wv-hr1-btnSearch {
    border-top: 2px solid #F1EDE4;
    margin-top: 10px;
    margin-bottom: 15px; }
  .clinic-searchForm .btn-search-round {
    background: #D1C0A6;
    border-color: #D1C0A6;
    color: white;
    font-size: 16px;
    border-radius: 20px; }

@media screen and (max-width: 768px) {
  .ui-front {
    z-index: 1002; } }

.btn-open-search-menu img {
  padding-top: 5px;
  width: 70px; }

#map-canvas {
  height: 300px; }

/*-------------------------------------------------
 コラム
-------------------------------------------------*/
.inner-section-columns {
  line-height: 2.5; }
  .inner-section-columns figure {
    text-align: center;
    padding: 50px 0; }
    .inner-section-columns figure img {
      width: 100%;
      max-width: 600px; }

/*-------------------------------------------------
 口コミ投稿
-------------------------------------------------*/
.evalItemTop {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    .evalItemTop {
      font-size: 18px; } }
  @media screen and (max-width: 768px) {
    .evalItemTop .radioMarkStarTop {
      margin-right: 0.6rem; } }
  .evalItemTop .radioMarkStar {
    font-size: 40px;
    color: lightgrey; }
    @media screen and (max-width: 768px) {
      .evalItemTop .radioMarkStar {
        font-size: 20px; } }
    .evalItemTop .radioMarkStar.active {
      color: orange; }

.box-review-campaign .box-chkCampaign {
  background: #cceffe;
  padding: 10px 20px;
  font-size: 20px;
  text-align: center; }

/*-------------------------------------------------
 利用規約とプライバシーポリシー、ガイドライン
-------------------------------------------------*/
.quill_content h1 {
  font-size: 28px; }

.quill_content h2 {
  font-size: 24px; }

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

.quill_content h4 {
  font-size: 18px; }

.quill_content .ql-indent-1 {
  padding-left: 10px; }

.quill_content .ql-indent-2 {
  padding-left: 20px; }

.quill_content .ql-indent-3 {
  padding-left: 30px; }

.quill_content .ql-indent-4 {
  padding-left: 40px; }

.quill_content .ql-indent-5 {
  padding-left: 50px; }

.quill_content .ql-indent-6 {
  padding-left: 60px; }

.quill_content .ql-indent-7 {
  padding-left: 70px; }

.quill_content .ql-indent-8 {
  padding-left: 80px; }

.quill_content p {
  margin-bottom: 0.4rem; }


/*# sourceMappingURL=main.css.map*/