@charset "UTF-8";
/* 変数css
----------------------- */
/* -----------------------
変数
----------------------- */
/* mixin
----------------------- */
/* -----------------------
* 共通
* ----------------------- */
.tL {
  text-align: left !important;
}
.tR {
  text-align: right !important;
}
.tC {
  text-align: center !important;
}
.subPageContainer {
}

.mb0{
    margin-bottom: 0 !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb60{
    margin-bottom: 60px !important;
}
.mb130{
    margin-bottom: 130px !important;
}
.mt0{
    margin-top: 0 !important;
}
.mt20{
    margin-top: 20px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt60{
    margin-top: 60px !important;
}

hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}

@media (max-width: 768px) {
  .subPageContainer {
    background-image: none;
    padding: 0 10px;
    margin: 30px 0 100px;
  }
}
/* -----------------------
* subPageNav
* ----------------------- */
.subPageNavList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .subPageNavList {
    display: none;
  }
}
.subPageNavList__link:hover, .subPageNavList__link:hover * {
  opacity: 1;
}
.subPageMainTitle {
  border-bottom: 2px solid #9a62a6;
  color: #777;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 80px;
}
/* -----------------------
* レイアウト
* ----------------------- */
.subPageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 768px) {
  .subPageWrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/* -----------------------
* サイドバー
* ----------------------- */
.localNav {
  width: 220px;
}
@media (max-width: 768px) {
  .localNav {
    width: 100%;
  }
}
.localNavList {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .localNavList {
    display: none;
  }
}
.localNavList__title {
  background-color: #fff1f0;
  padding: 10px;
}
.subPageList {
  padding-left: 30px;
}
.subPageList__link {
  display: block;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #9a62a6;
  text-decoration: none;
  position: relative;
}
.subPageList__link::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #9a62a6;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ------------------------ */
/* モバイル版のローカルリストナビ */
.queryLocalNav .localNavList {
  display: none;
}
@media (max-width: 768px) {
  .queryLocalNav .localNavList {
    display: block;
  }
}
.queryLocalNav .localNavList__title {
  position: relative;
}
.queryLocalNav .subPageList__item {
  display: none;
}
.accordionBtn {
  display: none;
}
@media (max-width: 768px) {
  .accordionBtn {
    display: block;
    background-color: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
}
.accordionBtn.active i {
  color: #777;
}
.accordionBtn i {
  display: none;
}
@media (max-width: 768px) {
  .accordionBtn i {
    display: block;
    color: #9a62a6;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ------------------------ */
/* TOPICS */
.localTopics__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .localTopics__title {
    background-color: #fff1f0;
    padding: 10px 0;
    position: relative;
  }
}
.localTopics__title img {
  display: inline-block;
  margin-right: 10px;
}
.localTopicsList__item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .localTopicsList__item {
    display: none;
  }
}
.localTopicsList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #555;
}
/* コンテンツ */
.subPageContents {
    width: 100%;
    padding-bottom: 120px;
}
@media (max-width: 768px) {
  .subPageContents {
    width: 100%;
  }
}
/* -----------------------
* コンテンツ
* ----------------------- */
.section {
  margin-bottom: 50px;
}
.sectionTitle {
  background-color: #9a62a6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 5px 0 5px 30px;
  margin-bottom: 30px;
  position: relative;
}
.sectionTitle::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
h4.section_inTitle {
  padding: 0.5rem 1.5rem;
  border-left: 6px double #9a62a6;
  margin: 1rem 0;
  font-weight: 600;
}
h4.section_inTitle span {
  font-size: .93rem;
  font-weight: normal;
}
.basic-txt {
  margin-bottom: 1em;
}
/* ------------------------ */
/* list01 */
.list01 {
  width: 70%;
}
@media (max-width: 768px) {
  .list01 {
    width: 100%;
  }
}
.list01__item {
  padding: 10px 0 10px 30px;
  border-bottom: 1px solid #9a62a6;
  color: #9a62a6;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}
.list01__item::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #9a62a6;
  position: absolute;
  top: 20px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list01__item:first-of-type {
  border-top: 1px solid #9a62a6;
}
/* ------------------------ */
/* txtAndImg */
.txtAndImg {
  display: flow-root;
}
.txtAndImg__img {
  display: block;
  float: right;
  width: 40%;
  margin: 0 0 10px 10px;
}
@media (max-width: 768px) {
  .txtAndImg__img {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* ------------------------ */
/* table */
.tableWrap {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.table {
  width: 100%;
}
.table__head th {
  background-color: #fdf2c3;
  font-weight: 400;
  padding: 20px;
  border-right: 2px solid #fff;
}
.table__body tr {
  border-bottom: 2px solid #ccc;
}
.table__body th {
  background-color: #fefbeb;
  padding: 20px;
  font-weight: 400;
}
.table__body td {
  color: #9a62a6;
  padding: 20px;
  font-weight: 700;
  text-align: center;
}
.table__caption {
  color: #777;
  font-size: 15px;
  margin: 20px 0;
}
.groupList.in_page {
  margin-bottom: 40px;
}
.groupList.in_page .groupList__link {
  border-top: 1px solid #9a62a6;
  border-right: 1px solid #9a62a6;
  border-left: 1px solid #9a62a6;
}
.groupList.in_page .groupList__title {
  position: inherit;
  padding: 5px 5px 5px 15px;
  line-height: 1.2;
  top: 0;
  left: 30px;
}
@media (max-width: 768px) {
  .groupList__link::before {
    border-width: 15px 15px 0 0;
  }
  .groupList.in_page .groupList__link {
    display: table;
    width: 100%;
    min-height: 3em;
  }
  .groupList.in_page .groupList__title {
    line-height: 1.2;
    display: table-cell;
    vertical-align: middle;
  }
}
/* -----------------------------
tbl-basic
----------------------------- */
table.v1 {
  width: 100%;
  margin: 0 0 30px;
  font-size: 90%;
}
table.v1 thead th {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #ee7674;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-weight: 100;
}
table.v1 thead td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #ee8785;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
table.v1 tbody th {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #eed2d1;
  text-align: center;
  vertical-align: middle;
  font-weight: 100;
  color: #000;
}
table.v1 tbody td {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  vertical-align: top;
  text-align: left;
  color: #000;
  font-weight: normal;
}
table.v1 caption {
  color: #004576;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .table-wrap {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    margin-bottom: 30px;
  }
  .table-wrap table {
    width: 100%;
    display: table;
    margin: 0 0 0 !important;
  }
  .table-wrap:-webkit-scrollbar {
    height: 5px;
  }
  .table-wrap:-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .table-wrap:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .table-wrap th.col04 {
    width: 14em;
    word-wrap: break-word;
  }
}

.groupList__desc {
    display: block;
    font-size: 1rem;
    font-weight: normal;
}

/* 
flex-schedul 
_________________________*/

.flex-schedule {
  min-width: 320px;
  max-width: 320px;
  list-style: none;
  margin: 0 auto 0 0;
  box-sizing: border-box;
}

.flex-schedule li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;

}

.flex-schedule .area {
  padding: 10px;
  display: block;
  width: 100%;
  border-left: 6px solid #9a62a6;
}

.flex-schedule li .time {
  display: inline-flex;
  justify-content: flex-end;
  flex-basis: 5em;
  max-width: 5em;
  margin-right: 1em;
  margin-top: 30px;
}

.flex-schedule .sch_box {
  position: relative;
  min-height: 1em;
  padding: 1em;
  background: #e9f7ea;
  border-radius: 6px;
}

.flex-schedule .sch_box::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 20px;
  background: #9a62a6;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.flex-schedule .sch_title {
  font-weight: 700;
}

.flex-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}

.sch_box{
    display: flex;
    justify-content: space-between;
}

.sch_box .sch_l{
    width:320px;
}
.sch_box .sch_r{
    width: calc(100% - 350px);
}

@media (max-width: 768px) {
.sch_box{
    display:block;
}

.sch_box .sch_l{
    display:block;
    width: 100%;
}
.sch_box .sch_r{
    display:block;
    width: 100%;
}

}