@charset "utf-8";
/* =======================================================================
	Style
======================================================================= */
/* Font
-------------------------------*/
html {
  font-size: 62.5%; /* ベースを10pxに */
  width: 100%;
}
body {
  font-family: YakuHanRPs, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3E3A39;
  font-size: 16px; /*16px*/
  background-color: #fff;
  letter-spacing: 0.05em;
  border-top: #F0793F 7px solid;
}
main {
  font-size: 100%;
}
img {
  max-width: 100%;
  width: auto;
}
/* ==== link ==== */
a {
  text-decoration: none !important;
}
a:link {
  color: #FF9C00;
}
a:visited {
  color: #FF9C00;
}
a:hover,a:hover img {
  opacity: 0.7!important;
}
a.opct09:hover,a.opct09:hover img {
  opacity: 0.9!important;
}
a i {
  width: 1.3em !important;
}
/*#lower main a, #news a {
  color: #FF9C00 ;
} */
/* モジュール */
.flex_LRTB, .flex_RLTB {
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* 画像のフロート SP時は解除 */
figure.fl_l, figure.fl_r {
  float: none;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.sp_none, .sp_none_in {
  display: none;
}
.txt_c {
  text-align: center !important;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.clear {
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fc_rd {
  color: #E60012;
}
.fc_gr {
  color: #42BBC4;
}
.fc_or {
  color: #FF9C00;
}
.fc_bl {
  color: #00469B;
}
.font_s {
  font-size: smaller;
}
.font_l {
  font-size: larger;
}
/* ボタン */
.btn_s {
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
}
.btn {
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
}
a.btn_def, a.btn_sim {
  background: #14AC9F;
  border-radius: 5px;
  color: #fff !important;
}
a.btn_def::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  padding-right: 4px;
  color: #fff; /*アイコンの色*/
  font-weight: bold;
}
a.btn i {
  width: 1em !important;
  color: #fff;
}
/* リストマーク */
ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 10px;
  padding: 0;
}
ol li {
  margin: 0;
}
ul.list_sim li {
  position: relative;
  margin-left: 0.7em;
}
ul.list_sim li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -0.7em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
ul.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.list_kome li:before {
  content: '※';
  left: -1.5em;
  width: 1em;
  margin-top: -.8em;
}
ul.list_def > li {
  padding-left: 1.3em;
  margin-bottom: 5px;
}
ul.list_def > li::before {
  display: inline-block;
  content: '●';
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #F6B492;
}
ul.list_def > li.star::before {
  content: '★';
}
li ul {
  margin-left: 15px;
}
ul.list_in li {
  display: inline-block;
  margin-right: 20px !important;
}
ul.list_dot li {
  border-bottom: 1px dotted #BFE2E8;
  padding: 2px 0;
}
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 5px solid #F9BF11;
  border-radius: 10px;
  margin: 0 0 35px;
  padding: 15px;
  position: relative;
}
ol.list_flow > li::after {
  bottom: -34px;
  color: #F9BF11;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
ol.list_flow > li:last-child {
  margin-bottom: 10px;
}
ol.list_flow > li:last-child::after {
  display: none;
}
ol.list_flow > li dt {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 35px;
}
ol.list_flow > li dt::first-letter {
  color: #F9BF11;
  font-size: 30px;
}
ol.list_num {
	margin-left: 1.5em;
}
/* 定義リスト */
dl.dl_def {
  margin: 20px auto;
}
dl.dl_def dt {
  font-weight: bold;
  border-bottom: double 3px #BFE2E8;
  margin-bottom: 7px;
}
dl.dl_def i {
  color: #BFE2E8;
  padding: 0 5px;
}
dl.dl_def dd {
  margin-bottom: 15px;
}
dl.dl_tbl {
  border: #84C5E3 solid 1px;
}
dl.dl_tbl dt {
  font-weight: bold;
  background: #81C9EF;
  padding: 3px;
  text-align: center;
}
dl.dl_tbl dd {
  padding: 10px;
  margin: 0;
}
dl.dl_tbl dd *:last-child {
  margin-bottom: 0;
}
dl.dl_career dt { /* 経歴 */
  width: 5em;
  float: left;
  font-weight: normal;
}
dl.dl_career dd {
  margin-left: 6em;
}
.dl_lb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dl_lb div {
  width: 49%;
  text-align: center;
  margin-bottom: 15px;
  color: #0545A7;
}
/* テキストの装飾 */
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.bold {
  font-weight: bold;
}
/* 囲み枠 */
.box_bl,.box_pi {
  padding: 15px !important;
  margin-bottom: 20px;
  border: #638dec solid 2px;
  border-radius: 5px;
}
.box_pi {
    border: #ec638d solid 2px;
}
.box_bl *:last-child ,.box_pi *:last-child {
  margin-bottom: 0 !important;
}
.box_bl dt,.box_pi dt {
  color: #638dec;
  margin-bottom: 10px;
  font-weight: bold;
    font-size:18px;
}
.box_pi dt {
  color: #ec638d;
}
.box_bl .list_def > li::before {
  color: #638dec;
}
.box_pi .list_def > li::before {
  color: #ec638d;
}

/* マージン */
.mb_05 {
  margin-bottom: 5px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
.mb_35 {
  margin-bottom: 35px!important;
}
.mb_40 {
  margin-bottom: 40px!important;
}
.mb_45 {
  margin-bottom: 45px!important;
}
.mb_50 {
  margin-bottom: 50px!important;
}
/* ==== 全体の横幅設定 ==== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0 2%;
}
h2 + .inner {
  margin: 0 0 30px;
  padding:0 15px;
}
section {
  margin-bottom: 30px;
}
main > section {
  margin: 0 auto 40px;
  padding: 0 15px;
}
section > section {
  margin-top: 30px !important;
}
/* ==== header情報部全体 ==== */
header {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
header .wrapper, .kv .reserve  {
  margin: 0 auto;
  padding: 0 15px;
}
header .wrapper + figure:first-child img {
  width: 98%;
  max-width: 425px;
}

header ul,.kv .reserve ul{
    display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    margin : 5px auto;
    max-width:416px;
}

.kv .reserve ul.pc_none li:first-child{
	width:48%;
}

.kv .reserve ul.pc_none li:last-child{
	width:48%;
}

.kv .reserve ul li.wide{
	width:100% !important;
}

header ul li,.kv .other ul li {
  max-width: 200px;
  margin: 0 auto;
  width:48%;
}


header ul.reserve li{
    max-width: 98%;
    margin: 0 auto;
    width: auto;
}

/* ==== グローバルナビ全体設定 ==== */
nav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ED793F;
}
nav > ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
nav > ul > li {
  width: 50%;
  text-align: center;
}
nav > ul > li:first-child, nav > ul > li:nth-child(4) {
  border-right: 2px solid #FDBA9D;
}
nav > ul > li:nth-child(4), nav > ul > li:nth-child(5) {
  border-top: 2px solid #FDBA9D;
}
nav > ul > li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #fff !important;
}
/* ==== メインエリア ====*/
#lower main p {
  margin-bottom: 10px;
  text-align: justify;
}
/* ==== サイドナビ ====  */
aside {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
aside dt {
  background: #E6B181;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
aside dt.pc_none::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-style: normal;
  font-weight: bold;
  right: 20px;
}
aside dt.bg02::after {
  content: "\f057";
}
aside dd {
  display: none;
  padding: 0;
  margin: 0;
}
aside ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 10px;
}
aside dd li {
  width: 30%;
  max-width: 140px;
  margin: 10px 0;
}
aside dd a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #3E3A39 !important;
}
aside dd a img {
  display: block;
  margin: auto;
  width: 80px;
}
/* ==== フッター ==== */
footer a {
  color: #fff !important;
}
#lower footer .gmap {
  display: none;
}
/* ==== 著作権表記エリア ==== */
address {
  text-align: center;
  font-size: 15px;
  padding: 7px;
  font-style: normal;
  margin: 0 0 40px;
  background: #EC7E63;
}
/* ==== ページトップ ==== */
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  transition: .5s;
  opacity: 0.7;
}
#pageTop a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #FFC636;
  border-radius: 80px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 5px 10px;
}
/* Google Map */
.gmap iframe {
  width: 100%;
  height: 400px;
}
.gmap {
  height: 400px;
}
/* 診療時間表 */
.timetable {
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-size: 13.5px;
  margin: 20px auto;
}
.timetable caption {
  caption-side: bottom;
  font-size: 12.5px;
  padding: 10px 5px 0;
}
.timetable caption span {
  display: inline-block;
  text-align: left;
}
.timetable td, .timetable th {
  border: 1px solid #14ac9f;
  font-weight: normal;
  padding: 3px 3px;
  min-width: 32px;
}
.timetable thead tr {
  background: #14ac9f;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
}
.timetable tbody {
  background: #fff;
}
#lower h1 {
  display: none;
}
#lower h2 {
  background-color: #BED775;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #D4E294), color-stop(.5, transparent), to(transparent));
  -webkit-background-size: 10px;
  height: 90px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin: 0 15px 40px;
  font-size: 22px;
  text-shadow: 3px 3px 5px #87B300, -3px 3px 5px #87B300, 3px -3px 5px #87B300, -3px -3px 5px #87B300;
  border-radius: 5px;
  position: relative;
}
#lower h2::after {
  position: absolute;
  content: url("../images/common/h2_sp.png");
  bottom: -35px;
  right: 5px;
}
#lower h3 {
  padding: 3px 0 3px 50px;
  font-size: 18px;
  margin-bottom: 15px;
  background: url("../images/common/h3.png") no-repeat left 3px bottom #EC7E63;
  border-radius: 5px;
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #fff;
}
#lower h4 {
  padding: 7px 0 7px 40px;
  margin-bottom: 15px;
  color: #595757;
  font-size: 17px;
  background: url("../images/common/h4.png") no-repeat left 5px center;
  position: relative;
}
#lower h4::after {
  content: '';
  position: absolute;
  background: url("../images/common/line_s.png") repeat-x left center;
  height: 5px;
  width: 100%;
  bottom: -3px;
  left: 0;
}
#lower h5 {
  font-size: 110%;
  color: #666;
  padding: 0 0 0 25px;
  margin-bottom: 15px;
 position: relative;
}
#lower h5:before{
 background-color: #F19F4B; /* 左側の線の色 */
 border-radius: 5px;
 content: '';
 position: absolute;
 top: 0;
 left: 3px; /* 左端からの位置 */
 width: 5px; /* 左側の線の幅 */
 height: 100%;
}
#lower h5:after{
 background-color: #F4DD7C; /* 右側の線の色 */
 border-radius: 5px;
 content: '';
 position: absolute;
 top: 0;
 left: 12px; /* 左端からの位置 */
 width: 5px; /* 右側の線の幅 */
 height: 100%;
}

/* 医院概要　index access */
#overview dl {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 5px;
}
#overview dt p {
  background: #14AC9F;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 !important;
}
#overview dd {
  margin: 0 0 15px;
  padding: 2px 0 0 10px;
  width: 100%;
}

#slider { margin-bottom:50px}
#slider .sp-orange{color:#FFF;background:#EC7E63;background:rgba(236,126,99,.8)}
#slider p {margin-bottom:0!important;font-size:30px;}

@media print, screen and (min-width: 46.875em) {
  #slider p {font-size:16px;}
}
.list_lb {
    display: flex;
    justify-content: space-between;
} 
.list_lb li {
    width:33%;
    text-align: center;
    color:#EC7E63;
    font-weight: bold;
}

#sp_fnav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	margin: 0;
}
#sp_fnav li {
	width: 50%;
	height: 40px;
}
#sp_fnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: rgba(0,0,0,0.5) 0 0 3px;
}
#sp_fnav li a span {
	height: 24px;
	line-height: 24px;
	background-size: auto 24px;
	background-position: left center;
	background-repeat: no-repeat;
}
#sp_fnav li.tel a {
	background: #FABE00;
}
#sp_fnav li.tel a span {
  background-image: url("../images/common/sp_fnav_tel.png");
	padding: 0 0 0 40px;
}
#sp_fnav li.reserve a {
	background: #72C7EB;
}
#sp_fnav li.reserve a span {
  background-image: url("../images/common/sp_fnav_reserve.png");
	padding: 0 0 0 21px;
}


/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  html {}
  body {
    min-width: 1170px;
    width: 100%;
    border-top: none;
  }
  /* グリッド*/
  #lower {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 360px 810px 1fr;
    grid-template-columns: 1fr 360px 810px 1fr;
    -ms-grid-rows: 1auto 1auto 1auto 1auto;
    grid-template-rows: 1auto 1auto 1auto 1auto;
    grid-template-areas: "header header header header""nav nav nav nav"". aside main .""footer footer footer footer";
  }
  header {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: header;
  }
  nav {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: nav;
  }
  main {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: main;
    display: block;
  }
  footer {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: footer;
  }
  aside {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: aside;
  }
  /* ==== モジュールあれこれ ====*/
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .half {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .half > * {
    width: 48%;
    margin-bottom: 15px;
  }
  .half .dl_def {
    margin: 0 auto 0 0 !important;
  }
  .flex_LRTB > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB > figure + ul {
    width: 68% !important
  }
  /* 画像のフロート SP時は解除 */
  figure.fl_r {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  figure.fl_l {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .sp_none_in {
    display: inline!important;
  }
  .pc_none {
    display: none!important;
  }
  .sp_none {
    display: block!important;
  }
  .split_wrap {
    display: flex;
    justify-content: space-between; /*	position: relative; */
  }
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #3E3A39 !important;
  }
  /* ==== メインエリア ====
  main {
    margin: 0 0 30px 0;
    padding: 0 0 10px;
    width: 810px;
  } */
  /* ==== 全体の横幅設定 ==== */
  .inner {
    margin: 0 0 20px;
    padding: 0 10px; /*	max-width: 1170px; */
    width: 100%;
  }
  .wrapper {
    width: 1170px;
    margin: 0 auto;
  }
  section {
    margin-bottom: 50px;
  }
  section section {
    margin: 30px 0;
  }
  main > section {
    padding: 0;
  }
  /* ==== ヘッダー ==== */
  header {
    padding: 35px 0;
  }
  header .flex_LRTB {
    align-items: center;
    justify-content: space-between;
  }
  header .wrapper {
    padding: 0 10px;
    max-width: 1170px;
  }
     header .flex_LRTB > figure + ul {
    width: auto !important;
  }
    
    header ul {
        display: block;
        margin:0;
    }
    header .reserve, .kv .reserve ul:first-child {
        position: fixed;
        right:0 ;
        top:20px;
        display: block;
        z-index:10000;
    }
    
    header ul li, .kv .reserve ul li {
     max-width: none;
     width: auto; 
}
    
  /* ==== グローバルナビ全体設定 ==== */
  nav {
    padding: 15px 0 25px;
    margin-bottom: 50px;
    border: none;
    background: url("../images/common/gnav_bg.png") center bottom repeat-x;
  }
  nav > ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
  }
  nav > ul > li {
    width: 20%;
    padding: 0;
    border: none !important;
  }
  nav > ul > li a {
    padding: 10px 0;
    border-right: 1px solid #f9e9e9;
    background: transparent;
    font-size: 20px;
  }
  nav > ul > li:first-child a {
    border-left: 1px solid #f9e9e9;
  }
  nav li.sp_none a {
    padding: 2px 0 0;
  }
  /* ==== サイドナビ ==== */
  aside {
    width: 280px;
    margin: 0 60px 0 0;
    padding: 0;
  }
  aside dt.sp_none {
    width: 100%;
    text-align: center;
    font-size: 25px;
    background: none;
  }
  aside dd {
    display: block;
    padding: 0;
    margin-bottom: 40px;
  }
  aside dd a {
    font-size: 15px;
  }
  aside dd li {
    padding: 0;
    width: 50%;
    max-width: 140px;
    margin: 0 0 20px;
  }
  aside dd li img {
    width: 130px;
    max-width: inherit;
  }
  /* ==== フッター ==== */
  footer {
    margin: 0;
    text-align: center;
  }
  /* ==== フッターナビ ==== */
  footer .wrapper {
    padding: 70px 0 40px;
    align-items: center;
  }
  footer figure {
    text-align: center;
  }
  address {
    margin-bottom: 0;
    padding: 15px;
  }
  #fnavi {
    padding: 0 10px;
    margin: 30px 10px 0;
  }
  #fnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  #fnavi a:link, #fnavi a:visited {
    color: #3E3A39 !important;
  }
  #fnavi ul.gl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    margin: 30px auto;
    width: 900px;
    font-weight: bold;
  }
  #fnavi ul li a::before, #fnavi p a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    color: #EC7E63;
    padding-right: 0.2em;
    font-weight: bold;
  }
  /*  #fnavi ul.as {
    width: 627px;
  }*/
  #fnavi ul.as li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #lower h2 {
    background: url("../images/common/h2.png") no-repeat center center;
    width: 810px;
    max-width: inherit;
    height: 184px;
    margin: 0 auto 50px;
    font-size: 36px;
    padding: 0 0 10px 40px;
    justify-content: flex-start;
    border-radius: 0;
  }
  #lower h2::after {
    display: none;
  }
  #lower h3 {
    font-size: 21px;
    background-size: 42px auto;
    margin-bottom: 20px;
    padding: 5px 5px 4px 55px;
    display: flex;
    align-items: center;
    border-bottom-width: 4px;
  }
  #lower h4 {
    padding: 10px 0 10px 50px;
    margin-bottom: 15px;
    font-size: 21px;
    background: url("../images/common/h4.png") no-repeat left 10px center;
  }
  /* 診療時間表 */
  #overview .timetable {
    font-weight: bold;
    font-size: 18px !important;
  }
  .timetable th, .timetable td {
    padding: 10px 5px;
    min-width: 48px;
  }
  #toppage .timetable {
    margin: 0 auto;
    max-width: 520px;
  }
  #lower #overview .timetable {
    margin: 20px auto 50px;
    max-width: 700px;
  }
  .timetable caption {
    font-size: 18px;
  }
  /*  医院概要 index access */
  #overview dl {
    padding: 0;
    width: 98%;
    margin: 0 auto;
  }
  #overview dt {
    width: 110px;
    margin-bottom: 10px;
    font-size: 15px;
  }
  #overview dt p {
    padding: 5px 7px 4px;
  }
  #overview dd {
    width: calc(100% - 110px);
    padding-left: 10px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen\0 { /* IEハック */
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}


.ml-0 {margin-left:0 !important;}
