@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*
個別記事の設定は以下に記述
news/css/post.css
*/
/* line 10, style.scss */
.cattitle { background: #FFA800; color: #fff; border-color: #FF7600; margin: 0px 0px 20px; text-align: left; }
/* line 17, style.scss */
.cattitle:before { width: 40px; height: 51px; background-image: url("../../checkup-index/images/common/main_menu_icon01.png"); margin-right: 10px; }
@media screen and (min-width: 760.01px) and (max-width: 930px) { /* line 17, style.scss */
  .cattitle:before { width: 34px; height: 43.35px; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) { /* line 17, style.scss */
  .cattitle:before { width: 30px; height: 38.25px; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 17, style.scss */
  .cattitle:before { width: 24px; height: 30.6px; } }
@media screen and (max-width: 350px) { /* line 17, style.scss */
  .cattitle:before { width: 24px; height: 30.6px; } }
/* line 42, style.scss */
.cattitle h1 { letter-spacing: normal; line-height: 1.2; }

/* line 50, style.scss */
.pagelink > .news_unit { margin: 35px 0 0; line-height: 2.0; }
/* line 65, style.scss */
.pagelink:first-of-type > .news_unit { margin: 55px 0 0; }
@media screen and (min-width: 760.01px) and (max-width: 930px) { /* line 65, style.scss */
  .pagelink:first-of-type > .news_unit { margin: 30px 0 0; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) { /* line 65, style.scss */
  .pagelink:first-of-type > .news_unit { margin: 30px 0 0; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 65, style.scss */
  .pagelink:first-of-type > .news_unit { margin: 30px 0 0; } }
@media screen and (max-width: 350px) { /* line 65, style.scss */
  .pagelink:first-of-type > .news_unit { margin: 30px 0 0; } }

/* line 85, style.scss */
.news_unitb { background: #fdf8df; padding: 50px; }
@media screen and (min-width: 760.01px) and (max-width: 930px) { /* line 85, style.scss */
  .news_unitb { padding: 30px; } }
@media screen and (min-width: 600.01px) and (max-width: 760px) { /* line 85, style.scss */
  .news_unitb { padding: 30px; } }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 85, style.scss */
  .news_unitb { padding: 20px; } }
@media screen and (max-width: 350px) { /* line 85, style.scss */
  .news_unitb { padding: 15px; } }

/* line 108, style.scss */
.news_titleb { display: flex; align-items: flex-start; }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 108, style.scss */
  .news_titleb { display: block; } }
@media screen and (max-width: 350px) { /* line 108, style.scss */
  .news_titleb { display: block; } }
/* line 124, style.scss */
.news_titleb .category { color: #ffffff; font-size: 14px; font-size: 1.4rem; font-weight: bold; background: #13afeb; width: 120px; text-align: center; line-height: 1.0; padding: 6px 0 8px 0; }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 124, style.scss */
  .news_titleb .category { display: block; } }
@media screen and (max-width: 350px) { /* line 124, style.scss */
  .news_titleb .category { display: block; } }
/* line 157, style.scss */
.news_titleb .category.for_patient { background: #13afeb; }
/* line 160, style.scss */
.news_titleb .category.for_staff { background: #fb7354; }
/* line 164, style.scss */
.news_titleb .category.for_checkup { background: #ffa200; }
/* line 168, style.scss */
.news_titleb p { margin-left: 30px; font-weight: bold; width: calc(100% - 150px); }
@media screen and (min-width: 760.01px) and (max-width: 930px) { /* line 168, style.scss */
  .news_titleb p { margin-left: 15px; width: calc(100% - 135px); } }
@media screen and (min-width: 600.01px) and (max-width: 760px) { /* line 168, style.scss */
  .news_titleb p { margin-left: 15px; width: calc(100% - 135px); } }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 168, style.scss */
  .news_titleb p { margin: 5px 0 0; width: 100%; } }
@media screen and (max-width: 350px) { /* line 168, style.scss */
  .news_titleb p { margin: 0; width: 100%; } }

/* line 192, style.scss */
.news_txt { margin: 30px 0 0; }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 192, style.scss */
  .news_txt { margin: 15px 0 0; } }
@media screen and (max-width: 350px) { /* line 192, style.scss */
  .news_txt { margin: 10px 0 0; } }
/* line 207, style.scss */
.news_txt table { border-top: 1px solid #cccccc; border-left: 1px solid #cccccc; width: 100%; }
/* line 211, style.scss */
.news_txt table caption { font-weight: bold; padding-left: 10px; padding-bottom: 5px; }
/* line 216, style.scss */
.news_txt table th, .news_txt table td { border-bottom: 1px solid #cccccc; border-right: 1px solid #cccccc; padding: 5px 10px; background: #ffffff; }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 216, style.scss */
  .news_txt table th, .news_txt table td { padding: 5px 10px; } }
@media screen and (max-width: 350px) { /* line 216, style.scss */
  .news_txt table th, .news_txt table td { padding: 5px; } }
/* line 235, style.scss */
.news_txt table th { width: 25%; }
@media screen and (min-width: 350.1px) and (max-width: 600px) { /* line 235, style.scss */
  .news_txt table th { white-space: nowrap; } }
@media screen and (max-width: 350px) { /* line 235, style.scss */
  .news_txt table th { white-space: nowrap; } }
/* line 250, style.scss */
.news_txt table.schedule + .schedule { margin: 20px 0 0; }
/* line 253, style.scss */
.news_txt table.holiday_schedule { margin: 20px 0 0; }
/* line 255, style.scss */
.news_txt table.holiday_schedule th { white-space: nowrap; }
/* line 260, style.scss */
.news_txt strong { font-weight: bold; }
/* line 263, style.scss */
.news_txt p.indent { text-indent: -1.0em; margin-left: 1.0em; }

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