@charset "UTF-8";
#schedule table {
border-top: 3px solid #3F8CAA
;
border-right: 3px solid #3F8CAA
;
border-left: 3px solid #3F8CAA
;
border-bottom: 3px solid #3F8CAA
;
border-collapse: collapse;
width: 100%;
text-align: center;
color: #000000
;
}
#schedule table th,
#schedule table td {
text-align: center;
border-left: 0px solid #3F8CAA
;
border-bottom: 1px solid #3F8CAA;
padding: 10px;
}
#schedule table .color1{
background-color: #E9FFFE;
}

#schedule table .white{
background-color: #ffffff;
}

a.border-color {
  display: inline-block !important;
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0px !important;
  min-width: 4em !important;
  max-width: 100% !important;
  min-width: 250px !important;
  font-size: 100% !important;
  line-height: 1.8 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 25px 1em !important;
  transition: all 0.2s !important;
}
a.border-color:visited {
  background: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important;
  text-decoration: none !important;
}
a.border-color:active {
  background: #098ead !important;
  color: #ffffff !important;
  border: 2px solid #098ead !important;
  text-decoration: none !important;
}
a.border-color:hover {
  background: #098ead !important;
  color: #ffffff !important;
  border: 1px solid #098ead !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

a.TEL_BANNER {
  display: inline-block !important;
  background: #098ead !important;
  color: #ffffff !important;
  border: 3px solid #098ead !important;
  border-radius: 25px !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 100% !important;
  line-height: 1.9 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  padding: 2em 1em !important;
  transition: none !important;
}
a.TEL_BANNER:visited {
  background: #098ead !important;
  color: #ffffff !important;
  border: none !important;
  border-bottom: 3px solid #098ead !important;
  text-decoration: none !important;
}
a.TEL_BANNER:active {
  background: #ffffff !important;
  color: #098ead !important;
  border: 3px solid #ffffff !important;
  text-decoration: none !important;
}
a.TEL_BANNER:hover {
  background: #ffffff !important;
  color: #098ead !important;
  border: 3px solid #098ead !important;
  text-decoration: none !important;
  opacity: 1 !important;
}


.c-link_top {
display:inline-block;
width:3.5em;
height:6em;

text-align:center;
line-height:3;
}


@media screen and (max-width: 400px) {
#schedule table {
border: none;
}
#schedule table thead {
display: none;
}
#schedule table tr {
border-top: 1px solid #3F8CAA
;
border-left: 1px solid #3F8CAA
;
display: block;
margin-bottom: 20px;
}
#schedule table td {
border-right: 1px solid #3F8CAA
;
border-bottom: 1px solid #3F8CAA
;
display: block;
padding: 10px 20px 10px 10px;
text-align: right;
}
#schedule table td::before {
content: attr(data-label);
float: left;
font-weight: bold;
padding-left: 10px;
}
}