body {
    background:linear-gradient(-45deg, #f5f8f8 20.014116646039604%, #fff 80.01566367574256%);
}

.under {
    text-decoration: underline;
}

.wid3 {
    width: 3em;
}
.wid5 {
    width: 5em;
}
.wid6 {
    width: 6em;
}

.title_area_s h2 {
    font-size: 28px;
    position: relative;
    border-bottom: solid 3px #d5d5d5;
  margin: 55px 0 15px 0;
  padding: 5px 0 5px 0;
}
.title_area_s h2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #038eb9;
    bottom: -3px;
    width: 30%;
  }

.t_menu {
    display: flex;
    flex-wrap: wrap;
    margin: 35px 0;
}
.t_menu li {
    text-align: center;
    border: solid 1px #999;
    margin: 0 10px 15px 0;
    border-radius: 12px;
}
.t_menu li a {
    padding: 5px 15px;
    display: block;
}

.u_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 10px 0 35px 0;
}

.u_menu li {
    text-align: center;
    margin: 0 0 7px 10px;
    border-radius: 12px;
    background: #038eb9;
}
.u_menu li a {
    padding: 5px 15px;
    display: block;
    color: #fff;
    font-weight: bold;
}
.u_menu li a:hover {
    opacity: 0.9;
}
.u_menu li a::after {
    font-family: "Material Icons";
    margin-left: 4px;
    content: "\e409";
    position: relative;
    top: 2px;
    color: #fff;
    font-size: 15px;
  }

table {
    width: 100%;;
    margin: 25px 0 35px 0;
}

table tr th,
table tr td {
    border: solid 1px #ccc;
    padding: 8px 5px;
}

table tr th {
    background: #eee;
    text-align: center;
}

#info_data ul {
    margin-bottom: 35px;
}

#info_data ul li {
        border-bottom: solid 1px #ccc;
        padding: 15px 0;
}

#info_data ul li span {
            margin: 0 20px 0 0;
}

.recruit dl {
    border-bottom: solid 1px #ccc;
    margin-bottom: 9px;
}

.recruit dl dt {
    clear: left;
    float: left;
    width: 15em;
    padding:5px 0;
    display: block;
}

.recruit dl dd {
    padding:5px 0;
    display: block;
    float: left;
}

.recruit dl dd ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.recruit dl dd ul li {
    margin-right: 25px;
}

.content_area {
    clear: left;
    margin-top: 10px;
    margin-left: 15em;
}

@media screen and (max-width: 860px) {
.tbl4 {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
.tbl4 .tbl_head {
    position: sticky;
    left: 0;
    height: 100%;
    white-space: nowrap;
  }
.tbl4 .tbl_head:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
  }
}

@media screen and (max-width: 769px) {
#info_data ul li {
    padding: 15px 0 5px 0;
}

#info_data ul li span {
        margin: 0;
        display: block;
}
}

@media screen and (max-width: 530px) {
    .recruit dl dt {
        float: none;
        width: 100%;
        font-weight: bold;
    }
    
    .recruit dl dd {
        float: none;
    }
    .content_area {
        float: none;
        margin-top: 10px;
        margin-left: 0;
    }
}


.wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
  top: -11px;
}

/* デフォルトの説明を消す */
.wpsbc-calendars-wrapper.wpsbc-legend-position-side .wpsbc-legend {
    display: none;
}
/* 代わりの文字を表示 */
.wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-11 div:first-of-type:after {
  content: "◯";
  color: #333;
  font-size: 15px;
  font-weight: normal;
  top: 21px;
  position: absolute;
  left: 36%;
}
.wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-12 div:first-of-type:after {
  content: "△";
  color: #333;
  font-size: 15px;
  font-weight: normal;
  top: 21px;
  position: absolute;
  left: 36%;
}
.wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-13 div:first-of-type:after {
  content: "✕";
  color: #333;
  font-size: 15px;
  font-weight: normal;
  top: 21px;
  position: absolute;
  left: 36%;
}

#cal_area {
    display: flex;
}
.wpsbc-calendars-wrapper.wpsbc-legend-position-side {
  padding-right: 35px;
}
#cal_area .r_area table {
    width: 100%;
}
#cal_area .r_area table tr th,
#cal_area .r_area table tr td {
    padding: 10px 15px;
}
#cal_area .r_area table .bg_green {
    background: #dfc;
}
#cal_area .r_area table .bg_pink {
    background: #ffc0bd;
}
#cal_area .r_area table .bg_orange {
    background: #FEE2A0;
}

@media screen and (max-width: 769px) {
    #cal_area {
    display: block;
    margin: 0 auto;
    text-align: center;
    }
    .wpsbc-calendars-wrapper.wpsbc-legend-position-side {
    padding-right: 0;
    }
}
@media screen and (max-width: 450px) {
    .wpsbc-container .wpsbc-calendars .wpsbc-calendar table tr td .wpsbc-date-inner .wpsbc-date-number {
    top: -13px;
    }
    .wpsbc-calendars .wpsbc-legend-item-icon {
        top:0;
    }
    .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-11 div:first-of-type:after {
      font-size: 10px;
      top: 17px;
    }
    .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-12 div:first-of-type:after {
      font-size: 10px;
      top: 17px;
    }
    .wpsbc-container.wpsbc-calendar-3 .wpsbc-legend-item-icon-13 div:first-of-type:after {
      font-size: 10px;
      top: 17px;
    }
}