/*!
Theme Name: kheartlung2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kheartlung2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

kheartlung2023 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*** 202503：担当表追加　***/
.mod-part .mod-wrapper{
    display: flex;
    justify-content: center;
    padding: 2em 15px;
}
.mod-wrapper {
  display: flex;
  gap: 50px;
}
.mod-child,
.mod-child span {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.mod-child img {
  display: inline-block;
  max-height: 150px;
  /*border: 1px solid #e72d4e;*/
  margin-right: 15px;
}

.mod-part .mod-child img {
  max-height: 200px;
}

@media screen and (max-width: 768px) {
  .mod-wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
