@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

@media screen\0  {
  body {
    display: block;
  }
}
a {
  color: #060505;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #005BAB;
  text-decoration: none;
}

p, ol, ul, li, table, th, td, dl, dt, dd, a, address, figcaption {
  font-feature-settings: "palt";
  margin-bottom: 0;
  color: #060505;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  font-size: 1.6rem;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
button:focus {
  outline: 0;
}

/*フォント関連----------------------*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

html {
  font-size: 62.5%;
}

h1 {
  font-size: 2.8rem;
  margin-bottom: 0;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.5rem;
  }
}

h2 {
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}

/*汎用クラス*/
.justify {
  text-align: justify;
}

.font_s {
  font-size: 1.4rem !important;
}
@media only screen and (min-width: 992px) {
  .font_s {
    font-size: 1.8rem !important;
  }
}

.font_sm {
  font-size: 1.6rem !important;
}
@media only screen and (min-width: 992px) {
  .font_sm {
    font-size: 2rem !important;
  }
}

.font_m {
  font-size: 2rem !important;
}
@media only screen and (min-width: 992px) {
  .font_m {
    font-size: 2.4rem !important;
  }
}

.f-color-main {
  color: #003288;
}

.font-sp-min {
  font-size: 1.2rem;
}
@media only screen and (min-width: 992px) {
  .font-sp-min {
    font-size: 1.6rem;
  }
}

.bg-main-base {
  background: #003288;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-main-dark {
  background: #00A0AE;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-main-light {
  background: #E1F8F6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-sub-color {
  background: #F3B302;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link-in-page {
  margin-top: -80px;
  padding-top: 80px;
}

.white-block {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: #fff;
  padding: 20px;
}

.header_staff {
  width: 80px;
  height: 80px;
}
.header_staff a {
  color: #005BAB;
  padding: 5px 0 0;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  .header_staff a {
    display: inline-block;
  }
}
.header_staff a:hover {
  opacity: 0.8;
}
.header_staff a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/icon/icon-reservation.svg) no-repeat;
  background-size: contain;
  margin: 0 auto 2px auto;
}
@media only screen and (min-width: 1200px) {
  .header_staff {
    height: auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    width: 300px;
    background: #003288;
    border-radius: 0 0 10px 10px;
  }
  .header_staff a {
    height: auto;
    font-size: 1.6rem;
    flex-direction: row;
    position: relative;
    border-radius: 0 0 5px 5px;
  }
  .header_staff a::before {
    display: inline-block;
    width: 19px;
    height: 20px;
    margin: 0 5px 0 0;
  }
  .header_staff a {
    padding: 5px 0;
    width: 300px;
    height: 20px;
    color: #003288 !important;
    text-align: center;
    font-size: 1.8rem;
  }
}

.tel {
  width: 100%;
  width: 60px;
  height: 80px;
}
.tel a {
  color: #005BAB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
}
@media only screen and (min-width: 1200px) {
  .tel a {
    width: 310px;
  }
}
.tel a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/icon/icon-tel.svg) no-repeat center;
  background-size: contain;
  margin: 10px auto 10px auto;
}
.tel .telehpone {
  font-size: 1.25rem;
  margin-top: 12px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .tel .telehpone {
    font-size: 2rem;
    text-align: center;
    margin-top: 4px;
  }
}
@media only screen and (min-width: 1200px) {
  .tel {
    width: 310px;
    height: auto;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  }
  .tel a {
    padding: 5px 0;
    height: auto;
    flex-direction: row;
  }
  .tel a::before {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
  }
}

.btn {
  font-size: 1.6rem;
  line-height: normal;
  font-weight: bolder;
  height: 60px;
  border-radius: 60px;
  max-width: 350px;
  line-height: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
}
@media only screen and (min-width: 576px) {
  .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .btn {
    max-width: 350px;
  }
}
@media only screen and (min-width: 992px) {
  .btn.btn-lg {
    width: 100%;
    max-width: 350px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn.btn-xl {
    max-width: 450px;
    width: 100%;
  }
}
.btn.btn-min {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .btn.btn-min {
    width: 250px;
  }
}
.btn .btn-be:before {
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn .btn-be:hover:before {
  color: #003288;
}

.btn-main {
  background: #003288;
  color: #fff !important;
}
.btn-main:hover {
  border: 1px solid #003288;
  background-color: transparent;
  color: #003288 !important;
}

.btn-sub {
  background: #00A0AE;
  color: #fff !important;
}
.btn-sub:hover {
  border: 1px solid #00A0AE;
  background-color: transparent;
  color: #00A0AE !important;
}

.btn-orange {
  background: #F3B302;
  color: #fff !important;
}
.btn-orange:hover {
  border: 1px solid #F3B302;
  background-color: transparent;
  color: #F3B302 !important;
}

.btn-big {
  background: #003288;
  color: #fff !important;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  display: block;
}

/* 文字色設定
========================= */
.txt_color_primary {
  color: #003288;
}

.txt_color_dark {
  color: #00A0AE;
}

.txt_color_light {
  color: #E1F8F6;
}

.txt_color_main-blue {
  color: #005BAB;
}

.txt_color_accent {
  color: #F3B302;
}

.txt_color_sub-red {
  color: #e3556e;
}

.heading-border {
  position: relative;
  display: block;
  margin-bottom: 6rem;
}
.heading-border:before {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 60px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F3B302;
  border-radius: 10px;
}

.about dl {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.about dl dt {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .about dl dt {
    clear: left;
    float: left;
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .about dl dd {
    margin-left: 41%;
  }
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100px;
  background: #fff;
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 120px;
  }
}
.header .header_container {
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .header .header_container {
    padding: 0 15px;
  }
}
.header h1 {
  font-size: 1.2rem !important;
  color: #fff;
  white-space: nowrap;
}
.header .heading {
  display: block;
  background: #00A0AE;
}

.ul_nav_header {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header {
    display: flex;
  }
}
.ul_nav_header .active a {
  background: #003288;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .active a {
    background: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .active > a {
    color: #003288;
    background: none;
  }
  .ul_nav_header .active > a::after {
    content: "";
    position: absolute;
    bottom: 19px;
    right: 46%;
    margin: 0 auto;
    background-color: #00A0AE;
    width: 8px;
    height: 8px;
    border-radius: 8px;
  }
}
.ul_nav_header .nav_link {
  padding: 2rem;
  color: #fff;
  font-size: 2rem;
  background: rgba(0, 160, 174, 0.8);
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .nav_link {
    padding: 0 1.3rem 3rem;
    font-size: 1.6rem;
    border-bottom: none;
    background: none;
    color: #060505;
    letter-spacing: 0;
  }
  .ul_nav_header .nav_link:hover {
    color: #003288;
  }
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .nav_item:last-child .nav_link {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .sub_nav_wrapper:hover .sub_nav_box {
    display: block;
    animation: 0.3s 1 normal forwards fade-in;
    -webkit-animation: 0.3s 1 normal forwards fade-in;
  }
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .sub_nav_wrapper .sub_nav_box {
    position: absolute;
    background: #00A0AE;
    width: 100%;
    left: 0;
    top: 120px;
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .sub_nav_wrapper .sub_nav {
    max-width: 1110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1920px) {
  .ul_nav_header .sub_nav_wrapper .sub_nav {
    justify-content: flex-end;
  }
}
.ul_nav_header .sub_nav_wrapper .sub_nav .nav_link {
  padding: 1rem;
  font-size: 2rem;
  border-bottom: none;
  padding-left: 5.5rem;
}
@media only screen and (min-width: 1200px) {
  .ul_nav_header .sub_nav_wrapper .sub_nav .nav_link {
    padding: 20px;
    font-size: 1.6rem;
    color: #fff;
  }
  .ul_nav_header .sub_nav_wrapper .sub_nav .nav_link:hover {
    background: #E1F8F6;
    color: #00A0AE !important;
    font-weight: bold;
  }
}
.ul_nav_header .sub_nav_wrapper .sub_nav .nav_link::before {
  content: none;
}

.nav_open {
  display: block !important;
  position: fixed;
  overflow-y: auto;
  top: 100px;
  padding-bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  animation: 0.3s 1 normal forwards fade-in;
  -webkit-animation: 0.3s 1 normal forwards fade-in;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.noscroll {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}

.close_box {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 20px;
  background: #005BAB;
}

.nav_button {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border: none;
  width: 30px;
  height: 20px;
  background: none;
  z-index: 1001;
  cursor: pointer;
}

.icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  right: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  background: #fff;
}

.icon-bar:first-child {
  top: 0;
}

.icon-bar:nth-child(2) {
  top: 48%;
}

.icon-bar:nth-child(3) {
  bottom: 0;
}

.nav_button.move .icon-bar:first-child {
  transform: translateY(12px) rotate(45deg);
  top: -5px;
}

.nav_button.move .icon-bar:nth-child(2) {
  opacity: 0;
}

.nav_button.move .icon-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  bottom: 3px;
}

.menu_text {
  position: absolute;
  bottom: -25px;
  right: -3px;
  color: #fff;
  font-size: 1.5rem;
}

.logo {
  width: 90%;
  padding-left: 15px;
}
@media only screen and (min-width: 576px) {
  .logo {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .logo {
    width: 300px;
    margin-top: 10px;
  }
}

.page_top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #E1F8F6;
  border: 1px solid #005BAB;
  border-radius: 50%;
  z-index: 80;
  cursor: pointer;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 20px;
}
.page_top::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  width: 15px;
  height: 15px;
  border-top: 2px solid #005BAB;
  border-right: 2px solid #005BAB;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page_top:hover {
  opacity: 0.8;
}

footer {
  font-size: 1.8rem;
}
footer a.under-line {
  text-decoration: underline;
}
footer nav li {
  padding-left: 1rem;
}
footer nav li:first-child {
  padding-left: 0;
  font-weight: bold;
}
footer nav li:nth-child(n+2):before {
  content: "-";
  font-size: 1.2rem;
}

.copyright {
  background: #003288;
  padding: 10px 0;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

.page_footer {
  margin-top: 100px;
  position: relative;
}

.news_box .list-group-item {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
}
.news_box .news_category {
  min-width: 100px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .news_box .news_category {
    border-radius: 20px;
  }
}
.news_box .cat-0 .news_category {
  background: #005BAB;
}
.news_box .cat-1 .news_category {
  background: #005BAB;
}
.news_box a {
  color: #003288;
}
.news_box a:hover {
  text-decoration: underline;
  color: #005BAB;
}
.news_box .btn_layout a:hover {
  text-decoration: none;
}

#toppage .news_box .list-group-item:last-child {
  margin-bottom: 30px;
}
#toppage .news_box .btn:hover {
  text-decoration: none;
}

.news-date {
  white-space: nowrap;
}

.news_text_box {
  width: 100%;
  padding-left: 1em;
  text-align: justify;
}

.news_box div,
.news_box div span,
.news_box p span {
  font-size: 1.6rem !important;
  line-height: 1.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.6px;
  margin-bottom: 0;
  color: #060505;
  letter-spacing: 0.1em;
}

.detailUpfile img {
  width: 100%;
}

.news_text_box a {
  font-weight: bold;
}

.pager {
  text-align: center;
}
.pager a {
  background: #003288;
  color: #fff !important;
  margin-bottom: 10px;
}
.pager a a {
  display: block;
  width: 100%;
}
.pager a:hover {
  border: 1px solid #003288;
  background-color: transparent;
  color: #003288 !important;
}
.pager:hover {
  text-decoration: none;
}

#subpage .news_box .list-group-item {
  border-bottom: 1px solid #707070;
}
#subpage .news_box .list-group-item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .detailUpfile img {
    width: auto;
  }
  .pager a {
    display: inline-grid;
    margin: 0 15px;
    max-width: 220px;
  }
}
main {
  padding-top: 80px;
}
@media only screen and (min-width: 1200px) {
  main {
    padding-top: 100px;
  }
}

.block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) {
  .block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.dl_layout {
  display: flex;
  background: #00A0AE;
  border-radius: 10px;
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .dl_layout {
    border-radius: 50px;
    padding: 5px 0;
  }
}
.dl_layout dt, .dl_layout dd {
  color: #fff;
}
.dl_layout dt {
  border-right: 1px solid #E1F8F6;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .dl_layout dt {
    width: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .dl_layout dt {
    width: 140px;
  }
}
.dl_layout dd {
  font-weight: bold;
  padding-left: 5px;
}
@media only screen and (min-width: 992px) {
  .dl_layout dd {
    padding-left: 25px;
  }
}

.schedule_table {
  border: 1px solid #003288;
  table-layout: fixed;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .schedule_table {
    margin-top: 25px;
  }
}
.schedule_table tr:first-child {
  border-bottom: 1px solid #003288;
}
.schedule_table tr:first-child th {
  background: #00A0AE;
  color: #fff;
}
.schedule_table tr:nth-child(2) th, .schedule_table tr:nth-child(2) td {
  border-bottom: 1px solid #003288;
}
.schedule_table th {
  background: #fff;
  color: #003288;
  text-align: center;
  font-size: 1.6rem;
}
.schedule_table th:first-child {
  border-right: 1px solid #003288;
}
@media only screen and (min-width: 1200px) {
  .schedule_table th {
    padding: 8px 0;
  }
}
.schedule_table th:first-child {
  width: 50%;
  line-height: 1.4em;
}
@media only screen and (min-width: 992px) {
  .schedule_table th:first-child {
    width: 140px;
  }
}
.schedule_table td {
  background: #fff;
  text-align: center;
  color: #003288;
  font-size: 1.6rem;
}

.main_visual {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .main_visual {
    width: 80%;
    margin: 0 auto;
  }
}

.main_visual_slide {
  display: none;
}

.main_visual_slide.slick-initialized {
  display: block;
}

.block-fever-outpatient {
  display: block;
  padding: 3em;
  border: 4px solid #F3B302;
  border-radius: 10px;
  background: #fff;
}

.block_title {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}
@media only screen and (min-width: 1200px) {
  .block_title {
    height: 150px;
  }
}
.block_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.block_title .page_title {
  z-index: 3;
  text-align: center;
  margin: 0;
}

.bg-title_feature {
  background: url("images/subpage/bg-title_feature.jpg");
  background-repeat: no-repeat;
}

.bg-title_doctor {
  background: url("images/subpage/bg-title_doctor.jpg");
  background-repeat: no-repeat;
}

.bg-title_medical {
  background: url("images/subpage/bg-title_medical.jpg");
  background-repeat: no-repeat;
}

.bg-title_chinese-medicine {
  background: url("images/subpage/bg-title_chinese-medicine.jpg");
  background-repeat: no-repeat;
}

.bg-title_consultation {
  background: url("images/subpage/bg-title_consultation.jpg");
  background-repeat: no-repeat;
}

.bg-title_access {
  background: url("images/subpage/bg-title_access.jpg");
  background-repeat: no-repeat;
}

.bg-title_news {
  background: url("images/subpage/bg-title_news.jpg");
  background-repeat: no-repeat;
}

.bg-title_news {
  background: url("images/subpage/bg-title_news.jpg");
  background-repeat: no-repeat;
}

.bg-title_news-detail {
  background: url("images/subpage/bg-title_news-detail.jpg");
  background-repeat: no-repeat;
}

.accordion_box {
  margin-bottom: 25px;
}
.accordion_box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .accordion_box {
    margin-bottom: 40px;
  }
}

.accordion_title {
  font-weight: bold;
  position: relative;
  padding: 20px 30px 20px 50px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 1.5em;
  color: #00A0AE;
  background: #E1F8F6;
}
.accordion_title::before {
  content: "Q";
  text-align: center;
  position: absolute;
  top: 20px;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .accordion_title {
    padding: 20px 30px 20px 80px;
  }
  .accordion_title::before {
    left: 30px;
  }
}

.accordion_title.btn.btn-sub {
  background: #00A0AE;
  padding: auto;
  width: 100%;
  line-height: 60px;
}
.accordion_title.btn.btn-sub::before {
  content: "";
}
.accordion_title.btn.btn-sub:hover {
  border: 1px solid #00A0AE;
  background-color: transparent;
  color: #00A0AE !important;
}

.accordion_content {
  display: none;
  padding: 20px 30px 0 50px;
  position: relative;
}
.accordion_content::before {
  content: "A";
  text-align: center;
  position: absolute;
  top: 20px;
  left: 15px;
  color: #F3B302;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .accordion_content {
    padding: 40px 30px 0 80px;
  }
  .accordion_content::before {
    top: 40px;
    left: 30px;
  }
}

.accordion_content.border_content {
  border: 1px solid #00A0AE;
}
.accordion_content.border_content::before {
  content: "" !important;
}
@media only screen and (min-width: 992px) {
  .accordion_content.border_content {
    padding: 30px;
    border-radius: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .calendar {
    display: flex;
  }
}
.calendar .cal {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .calendar .cal {
    margin: 0 10px;
    width: 50%;
  }
}
.calendar .cal table {
  width: 100%;
}
.calendar .cal tr {
  border-bottom: 1px solid black;
}
.calendar .cal tr:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .calendar .cal th {
    padding: 10px 0;
  }
}
.calendar .cal th:nth-child(1) {
  color: red;
}
.calendar .cal th:nth-child(7) {
  color: blue;
}
.calendar .cal td {
  padding: 10px 0;
  width: 14.2857142857%;
}
.calendar .cal td:last-child {
  border-right: none;
}
.calendar .cal .holiday {
  border-radius: 5px;
  display: block;
  color: #fff;
  padding: 4px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
}
.calendar .cal .day {
  background: #e3556e;
}
.calendar .cal .pm {
  background: #00A0AE;
}
.calendar .cal .am {
  background: #005BAB;
}
.calendar .cal .etc {
  background: gray;
}/*# sourceMappingURL=style.css.map */