@charset "utf-8";

/*
 * "Fredericka" is lisenced under the SIL Open Font License 1.1
 * http://fonts.googleapis.com
 * https://www.google.com/fonts/attribution
 * http://scripts.sil.org/OFL
 */

/* *****共通設定***** */

a {
  color: #696969;
}

a:hover {
  color: #0d6092;
}

.btn-primary {
  background-color: #0d6092 !important;
  border-color: #0d6092 !important;
}
.bg-primary {
  background-color: #b93a33 !important;
}

.border-primary {
  border-color: #0d6092 !important;
}

.bg-maincolor {
  background-color: #f0f8ff !important;
}

.btn-warning:hover {
  color: #212529;
  background-color: #0d6092;
  border-color: #0d6092;
}

.bg-yl-color {
  background-color: #fffaf0 !important;
}

.text-shadow {
  text-shadow: 1px 1px 8px #000;
}

.font-patrick {
  font-family: 'Fredericka the Great', cursive;
}

/* ヘッダー(navbar) */
#nav01 {
  border-bottom: 3px solid #0d6092;
}

#nav02 .nav-fill {
  width: 100%;
}

#nav02 .nav-item {
  border-left: 1px solid #dee2e6;
}

#nav02 .last-list-md {
  border-right: 1px solid #dee2e6;
}

/* フッター */
#footer-sns img {
  height: 58px;
  width: auto;
  margin-right: 25px;
}

#footer-index ul ul {
  padding-left: 0.75rem;
  border-left: 1px solid #6c757d;
}

/* *****トップページ***** */
.jumbotron {
  background-image: url("../img/top-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* *****下層ページ***** */
.breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: small;
  color: #fff;
}

#page .jumbotron {
  background: #f3f7f9 url("../img/subpage-headding.jpg") no-repeat 100% 10%;
  background-size: cover;
  border-radius: initial;
  position:relative;
}
#page .jumbotron:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
background-size: 4px 4px;
}
@media (max-width: 767px) {
  #page .jumbotron {
    padding:2rem 0;
  }
}

/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */

  #nav02 .nav-item {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
    letter-spacing: 0.25rem;
  }
}

  @media (max-width: 575.98px) {
    /* xs スマートフォン向け */
    #nav01 .logo {
      max-height: 65px;
      margin: 0 auto;
    }

    /* フッター */
    #footer-sns img {
      height: 29px;
      margin-right: 15px;
    }
}


/* --------------------------------------------------
    追記
-------------------------------------------------- */
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
}
.row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

a {
    color: #0d6092;
}
a:focus, *:focus {
    outline: none;
}
p {
    line-height: 1.75;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb25 {
    margin-bottom: 25px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.textRight {
    text-align: right;
}
.textLeft {
    text-align: left;
}
.textCenter {
    text-align: center;
}
.textBold {
    font-weight: bold;
}
.textLarge {
    font-size: 120% !important
}
.textXLarge {
    font-size: 150% !important
}
.textSmall {
    font-size: 80% !important
}
.highlight {
    padding: 4% 4% 3%!important;
    background: #f3f7f9;
    box-sizing: border-box;
    overflow: hidden;
}
.highlight.light {
    background: #f3f7f9;
}
.highlight .highlight {
  background: #fff;
}
section.highlight {
  padding:3rem 0!important;
}
.borderBox {
    padding: 2% 4%;
    border: 3px double #0d6092;
    overflow: hidden;
}
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
figure {
    margin: 0 auto 1em;
}
section {
    overflow: hidden;
    margin-bottom: 5%;
}
img {
    width: auto;
    max-width: 100%;
}
a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        text-decoration: none;
    }
}
.color01 {
    color: #0d6092;
}
.color02 {
  color: #b93a33;
}
.lead {
    color: #0d6092;
    font-weight: bold;
    font-size: 130%;
}
.lead:after {
  content: none;
}
@media (max-width: 767px) {
  .jumbotron .lead {
      font-size: 100%;
  }
}

.name {
    text-align: right;
    line-height: 1.8;
}
.name span {
    /*display: block;*/
    font-size: 130%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
}
@media only screen and (min-width: 768px) {
    img.alignright, img.alignleft {
        width: 45%;
        max-width: 460px;
        height: auto;
    }
    img.alignright {
        float: right;
        margin-left: 4%;
    }
    img.alignleft {
        float: left;
        margin-right: 4%;
    }
}
@media screen and (max-width: 767px) {
    img, img.alignright, img.alignleft {
        width: auto;
        max-width: 100%;
        margin: 10px auto;
        display: block;
    }
}

a.head_tel {
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
}
a.head_tel i {
    font-size: 23px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 4px;
}

/*    mainimage（スライド）
-------------------------------------------------- */
.mainimage {
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  margin:10px auto 50px;
  overflow: hidden;
  border-radius: 10px;
}
.mainimage .catch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1110px;
  width: 100%;
  -webkit-animation: catchfade 2s ease 0s 1 normal;
          animation: catchfade 2s ease 0s 1 normal;
  z-index: 1;
}
@-webkit-keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes catchfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mainimage .catch img {
  position: absolute;
      top: auto;
      bottom: 15%;
      left: 10%;
      right: auto;
      margin: auto;
      max-width: 90%;
      max-height: 269px;
      /* height: calc((309 / 875 * 100%)* 1.6);*/
}
@media screen and  ( max-width : 991px ) {
  .mainimage .catch img {
    width:30%;
  }
}
@media screen and (max-width: 767px) {
  .mainimage {
    width: 100%;
  }
  .mainimage .catch img {
    width: 30%;
  }
}
@media screen and  ( max-width : 420px ) {
.mainimage .catch img {
  width: 35%;
}
}

/*    GoogleMap
-------------------------------------------------- */
.googlemap {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 10px;
    min-height: 300px;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border:4px solid #fff!important;
}
/*    ページ送り
-------------------------------------------------- */
ul.pageNav {
    margin: 20px 0 10px;
    padding: 10px 10px 5px;
    text-align: center;
}
ul.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
ul.pageNav li span, ul.pageNav li a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 13px;
    background: #f3f7f9;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #0d6092;
    color: #0d6092;
}
ul.pageNav li span {
    background: none;
    color: #0d6092;
}
ul.pageNav li a:hover {
    color: #fff;
    background: #0d6092;
    border-color: #0d6092;
}
/*    リンクボタン
-------------------------------------------------- */
.button {
    position: relative;
    display: inline-block;
    margin: auto;
    width: 100%;
    max-width: 260px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-transition: .4s;
    transition: .4s;
    padding: .8em .8em;
    font-weight: normal;
    letter-spacing: 0;
    color: #0d6092 !important;
    background: #fff;
    border: 1px solid #0d6092;
    border-radius: 0;
    z-index: 0;
    font-size: 16px;
}
.button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0d6092;
    border-right: 1px solid #0d6092;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: .2s;
    transition: .2s;
}
.button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 100%;
    background: #0d6092;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    -webkit-animation: none;
    animation: none;
}
.button:hover {
    color: #fff !important;
    border-color: #0d6092;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}
.button:hover:before {
    content: '';
    width: 100%;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation: none;
    animation: none;
    z-index: -1;
}
.button:hover:after {
    border-color: #fff;
    right: 3%;
    -webkit-transition: .2s;
    transition: .2s;
}
@media screen and (max-width: 767.98px) {
    .button {
        max-width: inherit;
    }
}
@media screen and (min-width: 768px) {
    .button + .button {
        margin-left: 5px;
    }
}
@media screen and (max-width: 767.98px) {
    .button + .button {
        margin-top: 5px;
    }
}
/*    リスト
-------------------------------------------------- */
ul.ul01 {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.ul01 li {
    padding: 0 0 0 20px;
    position: relative;
    word-wrap: break-word;
    list-style: none;
    line-height: 1.75;
}
.ul01 li:before {
    background: none repeat scroll 0 0 #0d6092;
    border-radius: 50%;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 9px;
    width: 5px;
}
@media screen and (min-width: 768px) {
    .floatList li {
        float: left;
        margin-right: 20px;
    }
}

ol.ol01 {
  margin: 20px auto;
  padding: 0 1em;
  counter-reset: number 0;
  list-style-type: none;
}
ol.ol01 > li {
  position: relative;
  padding: 0 0 0 1.85em;
  margin: 10px 0;
  font-size:95%;
}
ol.ol01 > li:before {
  counter-increment: number 1;
  content: "" counter(number);
  position: absolute;
  left: 3px;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: .2em 0 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000000;
  border: 0;
  border-radius: 50%;
  margin-top: -3px;
}
/*    丸数字
-------------------------------------------------- */
.number_p {
    font-size: 19px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0 0 0 45px;
    text-indent: -43px;
}
.number {
    background: none repeat scroll 0 0 #0d6092;
    box-shadow: 3px 3px 0 #543315;
    color: #fff;
    font-size: 23px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}
/*    Instagram
-------------------------------------------------- */
#instagram {
    margin: 0 0 10px;
}
#instagram li {
    padding-left: 0;
    list-style: none;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
#instagram li:nth-child(3n) {
    margin-right: 0;
}
#instagram li img {
    margin: 0;
}
/*    診療時間
-------------------------------------------------- */
table.timeTable {
    table-layout: fixed;
}
table.timeTable thead th {
    background: #0d6092;
    color: #fff;
    border-right: 1px solid #fff;
}
table.timeTable thead th:first-child, table.timeTable tbody th {
    width: 30%;
}
table.timeTable th,
table.timeTable td {
    padding-bottom: 1em;
    padding-top: 1em;
}
table.timeTable th {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: auto;
    text-align: center;
    background: #f3f7f9;
    color: #0d6092;
}
table.timeTable th:last-child {
    border-right: 1px solid #0d6092;
}
table.timeTable td {
    text-align: center;
    color: #0d6092;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
table.timeTable td span {
    color: #0d6092;
}
@media screen and (max-width: 768.98px) {
    table.timeTable th, table.timeTable td {
        padding: 5px;
        font-size: 90%;
        display: table-cell;
        border-left: 1px solid #ddd;
        width: auto;
        padding-bottom: 0.75em;
        padding-top: 0.75em;
    }
}
@media screen and (max-width: 575.98px) {
    table.timeTable th, table.timeTable td {
        font-size: 80%;
        padding: 5px;
    }
}
table.tableDefault {
    border: 1px solid #ddd;
    width: 100%;
}
table.tableDefault th,
table.tableDefault td {
    border-bottom: 1px solid #ddd;
    padding: 1.25em 1em;
    vertical-align: top;
    background: #fff;
}
table.tableDefault thead th {
    background: #0d6092;
    color: #fff;
}
table.tableDefault tbody th {
  background: #0d6092;
  color: #fff;
  white-space: nowrap;
  width: 25%;
  border-right: 1px solid #ddd;
}
.highlight table.tableDefault tbody th {
  /*background: #fff;*/
}
@media screen and (max-width: 768.98px) {
    table.tableDefault th, table.tableDefault td {
        padding-bottom: 0.75em;
        padding-top: 0.75em;
        width:100%!important;
        display: block;
    }
}

/* 見出し
-------------------------------------------------- */
.h2title_wrap {
    background: #f3f7f9;
    margin-bottom: 3em;
    padding-bottom: 1em;
    padding-top: 1em;
    text-align: center;
}
.h2title_wrap h2 {
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 0 !important;
}
article.container h3, article.container h4, article.container h5, article.container h6 {
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1.5em;
}
article.container p, article.container ul, article.container dl {
    line-height: 1.75;
    margin-bottom: 1.25em;
}
article.container table {
    width: 100%;
}
article.container table th, article.container table td {
    line-height: 1.4;
}
article.container figure figcaption {
    font-size: 92%;
}
article.container figure img + figcaption {
    padding-top: 0.5em;
}
article.container figure figcaption + img {
    padding-top: 0.5em;
}

h4.border_h4 {
    border-left: 5px solid #0d6092;
    background: #f3f7f9;
    padding: 0.5em 0.5em 0.5em 1.25em;
    margin-bottom: 1em!important;
}
/* --------------------------------------------------
    fontsize
-------------------------------------------------- */
.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 2rem;
}
h2 span {
  font-size: 1.1rem;
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
h2.h2_title {
    text-align: center;
    color: #fff;
    padding: 1em 0;
    background-color: #0d6092!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.h3, h3 {
    font-size: 1.8rem;
    position: relative;
}
h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h3.h3_border:after {
  position: absolute;
  content: "";
  background: #0d6092;
  width: 40px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin:auto;
}
h3 span {
    display: block;
    font-size: 60%;
    letter-spacing: 0;
    background: #0d6092;
    color: #fff;
    padding: 8px 10px;
    margin: 10px 0 0;
}
.h4, h4 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.4;
}
h4.h4_border {
  border-left:5px solid #0d6092;
  padding: 10px 0 10px 15px;
  margin:15px 0 20px;
  background: #f2f4f9;
}
.highlight h4.h4_border {
  background: #fff;
}
h5 {
  font-size:1.1rem;
  color: #0d6092;
  padding: 8px 0;
  border-bottom: 1px dashed #0d6092;
}
@media screen and (max-width: 767px) {
  .h1, h1 {
      font-size: 1.6rem;
  }
  .h2, h2 {
      font-size: 1.6rem;
  }
  .h3, h3 {
      font-size: 1.4rem;
  }
.display-4 {
    font-size: 2.2rem;
}
}

/* --------------------------------------------------
    color
-------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #0d6092;
}
.bg-dark {
    background-color: #0d6092!important;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.3)), color-stop(24%, rgba(255, 255, 255, 0.3)), color-stop(26%, rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.1)), color-stop(51%, rgba(255, 255, 255, 0.3)), color-stop(74%, rgba(255, 255, 255, 0.3)), color-stop(76%, rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1)));
    background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 24%, rgba(255, 255, 255, 0.1) 26%, rgba(255, 255, 255, 0.1) 49%, rgba(255, 255, 255, 0.3) 51%, rgba(255, 255, 255, 0.3) 74%, rgba(255, 255, 255, 0.1) 76%, rgba(255, 255, 255, 0.1));
    background-size: 6px 6px;
}
.bg-light {
    background-color: #f3f7f9!important;
}
.border-right {
    border-right: 1px solid #000000!important;
}
.border-left {
    border-left: 1px solid #000000!important;
}
.text-dark {
    color: #0d6092!important
}
/* --------------------------------------------------
    個別
-------------------------------------------------- */
footer {
    border-top: 2px solid #0d6092;
}

.must {
    margin-left: 1em;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 85%;
    white-space: nowrap;
}
.must.must1 {
    background: #0d6092;
    color: #fff;
}
.must.must2 {
  background: #f3f7f9;
  border: 1px solid #0d6092;
  color: #0d6092;
}
.telNo {
}
.telNo a {
    color: #fff;
}

ul.anchor {
    padding: 2.5% 5%;
    clear: both;
    border: 5px solid #f3f7f9;
    display: table;
    margin:0 auto;
}
ul.anchor li {
 padding: 0 0 5px 20px;
 position: relative;
 list-style-type: none;
 float: left;
 margin-right: 15px;
}
ul.anchor li a {
 font-weight: normal;
}
ul.anchor li:before {
 display: block;
 content: "";
 position: absolute;
 top: 10px;
 left: 3px;
 width: 0;
 height: 0;
 border: 6px solid transparent;
 border-left: 8px solid #0d6092;
}
@media screen and (max-width: 767px) {
  ul.anchor li {
   float: none;
   margin-right: 0;
  }
}

/* footer */
.list-unstyled {
    margin: 0 auto;
    display: table;
}
.list-unstyled li {
    float: left;
    margin: 0 1em 5px;
}

/* service */
.serviceBox {
  display: flex;
  flex-wrap: wrap;
}
.serviceBox .serviceBlock {
  flex:auto;
}
@media screen and (max-width: 991px) {
  .serviceBox {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .pc-text-center{
    text-align: center;
  }
}

.flowBox .flow {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
}
.flowBox .flow:after {
  display: block;
  content: "";
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-top: 20px solid #0d6092;
}
.flowBox .flow:last-child:after {
  content: none;
}
.flowBox p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 115%;
  color: #0d6092;
}
.flowBox p span{
  font-weight: normal;
  color: #000000;
}
/* priceTable */
table.priceTable {
  width: 100%;
}
table.priceTable th {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    padding: 0.75em 1em;
}
table.priceTable td {
    text-align: right;
    border: 1px solid #ddd;
    padding: 0.75em 1em;
    background: #fff;
}
table.priceTable thead th:first-child {
    width: 50%;
}
table.priceTable thead th {
    width: 25%;
    background: #0d6092;
    color: #fff;
}
table.priceTable tbody th {
    background: #f2f4f9;
    color: #0d6092;
    border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
table.priceTable th, table.priceTable td {
  font-size: 85%;
  font-weight: normal;
  padding: 0.75em 0.5em;
}
table.priceTable thead th:first-child {
    width: 40%;
}
}

@media screen and (max-width: 767px) {
.sp-w-60 {
  width: 60%!important;
}
}
