/*
This file is responsible only for providing theme information that are displayed
in `Apperance > Themes`. Do not write in here any CSS declarations.

Theme Name: libra-hc
Description: libra-hc Website
Author: Eu-dUser
Author URI:https://libra-hc.eu-d.com/
Text Domain:https://libra-hc.eu-d.com/
*/

@charset "utf-8";

* {
  box-sizing: border-box
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  max-width: 1920px;
  min-width: 320px;
  margin: auto;
  word-break: break-word;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: normal;
}
section {
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
fieldset, img {
  border: 0;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
.circle {
  border-radius: 30px;
}
button {
  border: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
strong {
  font-weight: 600;
}
span,a {
  display: inline-block;
}
a {
  position: relative;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a,button,input[type="submit"] {
  position: relative;
  transition: all .5s;
}
a:hover,button:hover,input[type="submit"]:hover {
  cursor: pointer;
}
a:not([class]):hover,
button:not([class]):hover,
.opa:hover {
  opacity: .6;
}
figure {
  margin: 0;
  display: inline-block;
}
/* figcaption {
margin-top: 10px;
} */
address, caption, cite, code, dfn, em, th {
  font-style: normal;
  font-weight: normal;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
.on1366, .on1280, .on1024, .on768, .on480, .on375 {
  display: none;
}
@media (min-width:1367px) {
  .off1366 {
    display: none;
  }
  .on1366 {
    display: block;
  }
}
@media (max-width:1280px) {
  .off1280 {
    display: none;
  }
  .on1280 {
    display: block;
  }
}
@media (max-width:1024px) {
  .off1024 {
    display: none;
  }
  .on1024 {
    display: block;
  }
}
@media (max-width:768px) {
  .off768 {
    display: none;
  }
  .on768 {
    display: block;
  }
}
@media (max-width:480px) {
  .off480 {
    display: none;
  }
  .on480 {
    display: block;
  }
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.tj {
  text-align: justify;
}
.lhn {
  line-height: normal;
}
.opa {
  transition: .5s;
  cursor: pointer;
}
.opa:hover {
  opacity: .6;
}
/*margin*/
.mt0 {
  margin-top: 0!important;
}
.mts {
  margin-top: .5em;
}
.mt1em {
  margin-top: 1em;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt45 {
  margin-top: 45px;
}
.mt60 {
  margin-top: 60px;
}
.mt80 {
  margin-top: 80px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0!important;
}
.mbs {
  margin-bottom: .5em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb100 {
  margin-bottom: 100px;
}
.pt60 {
  padding-top: 60px;
}

/*---contents parts---*/
:root {
  --black: #000;
  --red: #E8464C;
  --primary: blue;
  --primary_sub: green;
  --primary_bg01: lightgray;
  --notes: gray;
  --line: gray;
}
body {
  font-size: 16px;
  line-height: 1.85;
  letter-spacing: .75px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--black);
  background-color: #000;
  overflow: hidden;
  position: relative;
}
header,footer {
  background: #000;
  color: #fff;
}
footer {
  padding: 50px 10px;
  text-align: center;
  font-size: .8em;
  /* position: absolute; */
  /* bottom: 0; */
}
main {
  position: relative;
  z-index: 1;
}
.contents {
  background-color: #fff;
  min-height: 500px;
  padding-top: 80px;
  padding-bottom: 100px;
}
section:not(:last-of-type) {
  margin-bottom: 80px;
}
.con {
  display: block;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.wrap {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.main_title_con {
  position: relative;
  height: 200px;
  background-color: #fff;
  border-bottom: 1px solid;
}
.main_title_con .main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  font-size: 36px;
  text-align: center;
  line-height: normal;
}
.title01 {
  font-size: 30px;
  line-height: normal;
  padding-bottom: .5em;
  margin-bottom: 45px;
  border-bottom: 1px solid;
}
.title02 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  background-color: var(--primary_sub);
  padding: 3px 30px 4px;
  margin-top: 50px;
  margin-bottom: 1em;
}
.title03 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: .5em;
  padding-bottom: 5px;
  border-bottom: 2px dotted var(--primary_sub);
}
/*色、背景*/
.white {
  color: #fff;
}
.black {
  color: var(--black);
}
.red {
  color: var(--red);
}
.green {
  color: var(--green);
}
.primary {
  color: var(--primary);
}
.primary_sub {
  color: var(--primary_sub);
}
.notes {
  color: var(--notes);
}
.bgcw {
  background-color: #fff;
}
.bgcb {
  background-color: var(--black);
}
.bgcp {
  background-color: var(--primary);
}
.bgcp_sub {
  background-color: var(--primary_sub);
}
.bgcp_bg01 {
  background-color: var(--primary_bg01);
}
.bgcp_bg02 {
  background: lightgray;
}

@media (min-width: 1025px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1025px) {
  .contents {
    padding-top: 60px;
    padding-bottom: 80px;
    min-height: 500px;
  }
  .title01 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .title02 {
    margin-top: 40px;
    padding: 3px 20px 4px;
  }

}
@media screen and (max-width: 480px) {
  body {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: .6px;
    /* background-color: #000; */
  }
  section:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .main_title_con {
    height: 130px;
  }
  .main_title_con .main_title {
    font-size: 25px;
  }
  .title03 {
    margin-top: 20px;
  }
  .table_schedule thead th:fast-of-type {
    width:25%;
  }
  .table_schedule thead th:not(:fast-of-type) {
    width: calc( 75% / 6 );
  }
  .table_schedule th,
  .table_schedule td {
    font-size:13px;
  }
  .table_schedule th .fs {
    line-height: 1.2;
    margin-top: 8px;
  }
}

/*---contents parts end---*/