@charset "utf-8";

/* CSS Document */
.pageHero_img {
  background-image: url('../../images/pageHero-sub.png');
}

/*********************************************

地域別教育懇談会

*********************************************/
#kondankai table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  min-width: 750px;
  width: 100%;
}

#kondankai table tr th,
#kondankai table tr td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #ddd;
}

#kondankai table thead tr th {
  background-color: #FFF0C8;
}

#kondankai table tbody tr th {
  width: 110px;
}

#kondankai table tbody tr td.time {
  width: 140px;
}

#kondankai table tbody tr td.action {
  width: 100px;
}

#kondankai .th-color01 {
  background-color: #FFF0C8;
  font-weight: bold;
}

#kondankai .th-color02 {
  background-color: #e1e9ff;
  font-weight: bold;
}

#kondankai table tbody tr td .areaBox dl {
  margin-bottom: 10px;
}

#kondankai table tbody tr td .areaBox dl:last-child {
  margin-bottom: 0;
}

#kondankai table tbody tr td .areaBox dl dt {
  background-color: #d4e7de;
  padding: 3px 10px;
}

#kondankai table tbody tr td .areaBox dl dd {
  padding-left: 1em;
}

#kondankai table tbody tr td .etcArea {
  background-color: #f5f5f5;
  padding: 5px 15px;
  margin-top: 5px;
}

#kondankai ul.inline {
  display: flex;
  flex-wrap: wrap;
}

#kondankai ul.inline li {
  width: 50%;
}

#kondankai table tbody tr td h5 {
  font-weight: bold;
}

#kondankai h4 {
  position: relative;
  padding-right: 80px;
}

#kondankai h4 span.day {
  position: absolute;
  top: 0;
  right: 0;
}

#kondankai .underBox {
  display: inline-block;
  padding: 1px 10px;
  background-color: #FF4C6B;
  color: #fff;
}

#kondankai div.linkBox ul.flexBox li {
  padding: 0 10px;
  width: 33.3333333%;
}

#kondankai div.linkBox ul.flexBox li a {
  display: block;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #872434;
  color: #872434;
}

#kondankai div.linkBox>ul>li>a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 10px;
}

#kondankai .table-responsive h5 {
  color: #872434;
}

#kondankai .etcArea h5 {
  display: inline-block;
  color: #fff;
  background-color: #459c71;
  padding: 1px 10px;
  margin-bottom: 5px;
  margin-top: 5px;
}


#annnai .linkArea ul.flexBox {
  margin-top: -10px;
}

#annnai .linkArea ul.flexBox li {
  padding: 0 10px;
}

#annnai .linkArea ul.flexBox li a {
  display: block;
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #872434;
  color: #872434;
}

@media (max-width: 768px) {
  #kondankai table tbody tr th {
    width: 80px;
  }

  #kondankai table tbody tr td.time {
    width: 130px;
  }

  #kondankai ul.inline li {
    width: 100%;
  }

  #annnai .linkArea ul.flexBox li,
  #kondankai .linkArea ul.flexBox li {
    width: 100%;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  #annnai .linkArea ul.flexBox li {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #annnai .linkArea ul.flexBox li a:hover {
    color: #FF0C54;
    border: 1px solid #FF0C54;
  }

  #annnai .linkArea ul.flexBox li {
    width: 33.333333333333%;
  }
}









#kondankai .editor {
  counter-reset: number 0;
}

#kondankai .editor h3::before {
  counter-increment: number 1;
  /* number カウンタの増加数をセット */
  content: counter(number) ".";
  /* 表示形式を指定 */
}

#kondankai th.day-th {
  width: 200px !important;
  background-color: #f5f5f5;
}

#kondankai .tableBox table {
  border-collapse: collapse;
  border: 1px solid #999999;
  width: 100%;
  min-width: inherit !important;
}

#kondankai .tableBox table th,
#kondankai .tableBox table td {
  padding: 10px;
  border: 1px solid #999999;
  vertical-align: middle;
}

#kondankai .tableBox table th {
  text-align: center;
  min-width: 150px;
}

@media screen and (max-width: 768px) {
  #kondankai .tableBox table {
    border-bottom: none;
  }

  #kondankai .tableBox table th,
  #kondankai .tableBox table td {
    padding: 10px 5px;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: left;
    border: none;
    border-bottom: 1px solid #999999;
  }

  #kondankai th.day-th {
    width: 100% !important;
  }
}


/**********************/
#kondankai .state-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#kondankai .state-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#kondankai .state-item h4 {
  margin-top: 0 !important;
}

#kondankai .state-item .imgArea ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -15px 0;
}

@media screen and (max-width: 768px) {
  #kondankai .state-item .imgArea ul {
    margin: 10px 0 0;
  }
}

#kondankai .state-item .imgArea ul li {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #kondankai .state-item .imgArea ul li {
    padding: 0 5px;
    width: 50% !important;
  }
}

#kondankai .state-item .imgArea ul li img {
  vertical-align: bottom;
}

#kondankai .state-item .imgArea ul li span {
  display: block;
}

#kondankai .state-sibuArea .imgArea ul li {
  width: 25%;
}

#kondankai .state-honbuArea .imgArea ul li {
  width: 20%;
}

#kondankai .state-honbuArea .imgArea.item2 ul li {
  width: 50% !important;
}



#kondankai .textchange {
  margin: 1.5em auto;
}

#kondankai .textchange h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #872434;
}

#kondankai .textchange h6 {
  display: inline-block;
  color: #fff;
  background-color: #459c71;
  padding: 1px 5px;
  margin-bottom: 5px;
}

#kondankai .textchange .tableBox {
  margin-bottom: 10px;
}

#kondankai .textchange .tableBox table th {
  background-color: #f5f5f5;
}

#kondankai .textchange .tableBox table td strong {
  color: #872434;
  font-weight: bold;
}