@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.6.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

.sch-box {
  display: flex;
  width: 100%;
  border: 1px solid #8ba0b6;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  padding: 10px;
}

a.sch-box:hover {
  background-color: #eeeeee;
}

.sch-box .sch-out-tag, .sch-box .sch-in-tag {
  color: #ffffff;
  background-color: #ff650c;
  font-size: 0.8em;
  padding: 4px 8px;
  width: 84px;
  text-align: center;
}

.sch-box .sch-out-tag {
  background-color: #cbcbcb;
}

.sch-box .sch-detail {
  padding-left: 10px;
}

.sch-box .sch-detail h4 {
  color: #000;
  line-height: 1.7;
}

.sch-box .sch-detail p {
  color: #000;
}

img.calendar-icon {
  width: 20px;
  margin: 0 10px 5px 0;
}

.sch-box .sch-detail > div {
  display: flex;
  align-items: flex-start;
}

.sch-box .sch-detail > div > p {
  flex: 1;
}

p.seminar-detail {
  padding: 10px;
  line-height: 1.7;
}

input.no-input {
  border: 0;
  width: 70px;
  padding: 4px;
  margin: 4px 0;
  text-align: right;
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
  .js-hamburger-menu.hamburger-menu.u-display-tablet {
    display: block;
  }
}

@media (max-width: 767px) {
  .sch-box {
    display: block;
  }

  .table-contactform7 th {
    border-left: 1px solid #b8bcc0;
    border-right: 1px solid #b8bcc0;
  }
}
