@charset "UTF-8";
/* CSS Document */
/* line 4, ../sass/custom-block.scss */
.pdflink-block {
  border: 1px solid #efefef;
  text-align: center;
  padding: .5em; }
  /* line 8, ../sass/custom-block.scss */
  .pdflink-block figcaption {
    font-size: .85em;
    margin-top: .5em; }

/* line 16, ../sass/custom-block.scss */
.faqset {
  margin: 2em 0;
  padding: 0;
  max-width: 100%;
  background: #efefef; }
  /* line 21, ../sass/custom-block.scss */
  .faqset .faq-parent > a {
    display: block;
    padding: 11px 12px 11px calc( 22px + 1.5em );
    color: #2f8fcf;
    font-weight: bold;
    background-color: rgba(182, 211, 244, 0.2);
    position: relative; }
    /* line 28, ../sass/custom-block.scss */
    .faqset .faq-parent > a:hover {
      text-decoration: none;
      background-color: rgba(182, 211, 244, 0.3); }
    /* line 32, ../sass/custom-block.scss */
    .faqset .faq-parent > a:before {
      content: "Q";
      padding: 0 .5em;
      background-color: #3e77bd;
      color: white;
      border-radius: 100%;
      position: absolute;
      top: 11px;
      left: 10px;
      font-weight: bold; }
    /* line 43, ../sass/custom-block.scss */
    .faqset .faq-parent > a p {
      margin: 0; }
  /* line 47, ../sass/custom-block.scss */
  .faqset .faq-child {
    padding: 11px 12px 0 calc( 22px + 1.5em );
    overflow: hidden;
    position: relative; }
    /* line 51, ../sass/custom-block.scss */
    .faqset .faq-child:before {
      content: "A";
      padding: 0 .5em;
      background-color: #bc3f4f;
      color: white;
      border-radius: 100%;
      position: absolute;
      top: 11px;
      left: 10px;
      font-weight: bold; }

/* line 66, ../sass/custom-block.scss */
.foldable {
  margin: 0 0 1.5em 0;
  background-color: #E4EFFB;
  padding: 0;
  max-width: 100%; }
  /* line 71, ../sass/custom-block.scss */
  .foldable:nth-of-type(2n-1) {
    background-color: #EFF8FE; }
  /* line 75, ../sass/custom-block.scss */
  .foldable .foldable-parent > a {
    position: relative;
    padding: 11px 12px;
    display: block; }
    /* line 79, ../sass/custom-block.scss */
    .foldable .foldable-parent > a:hover {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.5s ease; }
  /* line 85, ../sass/custom-block.scss */
  .foldable .foldable-parent > a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 40px;
    border-color: blue transparent transparent transparent;
    right: 0;
    left: auto;
    margin-top: -11px;
    transition: all 0.5s ease; }
    @media screen and (min-width: 768px) {
      /* line 85, ../sass/custom-block.scss */
      .foldable .foldable-parent > a::before {
        border-width: 3.6em 0 0 8em; } }
  /* line 101, ../sass/custom-block.scss */
  .foldable .foldable-parent > a::after {
    position: absolute;
    white-space: pre;
    text-align: right;
    content: "▼";
    right: 5px;
    left: auto;
    color: white;
    top: 0;
    font-weight: normal;
    font-size: .85em;
    transition: all 0.5s ease;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      /* line 101, ../sass/custom-block.scss */
      .foldable .foldable-parent > a::after {
        content: "詳しく\A見る";
        top: 3px; } }
  /* line 126, ../sass/custom-block.scss */
  .foldable .foldable-parent > a[aria-expanded="true"]::before {
    border-color: lightseagreen transparent transparent transparent; }
  /* line 129, ../sass/custom-block.scss */
  .foldable .foldable-parent > a[aria-expanded="true"]::after {
    content: "▲"; }
    @media screen and (min-width: 768px) {
      /* line 129, ../sass/custom-block.scss */
      .foldable .foldable-parent > a[aria-expanded="true"]::after {
        content: "閉じる";
        top: 3px; } }
  /* line 138, ../sass/custom-block.scss */
  .foldable .foldable-child {
    padding: 11px 12px; }
  /* line 142, ../sass/custom-block.scss */
  .foldable:nth-of-type(2n-1) .foldable-parent > a::before {
    border-color: #0673F7 transparent transparent transparent; }
  /* line 146, ../sass/custom-block.scss */
  .foldable:nth-of-type(2n-1) .foldable-parent > a[aria-expanded="true"]::before {
    border-color: #27C5BD transparent transparent transparent; }
  /* line 151, ../sass/custom-block.scss */
  .foldable + .foldable {
    margin-top: -1.5em; }

/* line 155, ../sass/custom-block.scss */
.wp-block-group + .foldable {
  margin-top: -1.5em; }

/* スケジュールツール */
/* line 161, ../sass/custom-block.scss */
.event-nav {
  /*	.nav-previous a::before,
  	.nav-today a::before {
  		margin-right: 10px;
  		font-family: FontAwesome;
  		content: '\f0d9';
  		color: white;
  	}
  	.nav-next a::after,
  	.nav-today a::after {
  		margin-left: 10px;
  		font-family: FontAwesome;
  		content: '\f0da';
  		color: white;
  	}*/ }
  /* line 163, ../sass/custom-block.scss */
  .event-nav .col a {
    border: 1px solid #eee;
    background-color: #1D2088;
    color: white;
    display: block;
    padding: .75em; }

/* line 187, ../sass/custom-block.scss */
table.event th, table.event td {
  padding: .75em .5em; }
/* line 190, ../sass/custom-block.scss */
table.event .ev_day {
  width: 5.25em; }
/* line 193, ../sass/custom-block.scss */
table.event .ev_time {
  width: 8.5em; }
/* line 199, ../sass/custom-block.scss */
table.event thead .cover_head {
  background-color: #1D2088;
  color: white;
  text-align: center; }
/* line 206, ../sass/custom-block.scss */
table.event tbody .head th {
  background-color: #EFEFEF;
  text-align: center; }
/* line 210, ../sass/custom-block.scss */
table.event tbody .holiday td {
  background-color: #fff0f8; }
/* line 213, ../sass/custom-block.scss */
table.event tbody .youbi_0 td {
  background-color: #fff0f8; }
/* line 216, ../sass/custom-block.scss */
table.event tbody .youbi_6 td {
  background-color: #e9ffff; }
/* line 219, ../sass/custom-block.scss */
table.event tbody .badge {
  border: 1px solid #ADADAD;
  background-color: white; }
