@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

ul.sidenav {
  border-left: 1px solid rgba(90, 75, 130, 0.3);
  border-right: 1px solid rgba(90, 75, 130, 0.3);
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 0.9rem;
}
ul.sidenav li {
  padding: 0.8rem 1rem;
  margin: 0;
  border-bottom: 1px solid rgba(90, 75, 130, 0.3);
  list-style-type: none;
  font-size: 0.9rem;
}
ul.sidenav a{
  text-decoration: none !important;
}
ul.sidenav a:link li, ul.sidenav a:visited li, ul.sidenav a:active li {
  text-decoration: none !important;
  color: #333;
}
ul.sidenav a:hover li {
  text-decoration: none !important;
  background-color: rgba(90, 75, 130, 0.05);
}
.bs_color {
  background-color: rgba(90, 75, 130, 0.6);
  color: #fff;
}
/*.sidenav h4 {
  padding: 0;
  color: #222;
  font-weight: 500;
  font-size: 1rem;
  margin: 1rem 0 0 0;
  text-align: center; }*/
h4.nav-title {
  background-color: rgba(90, 75, 130, 0.6);
  color: #fff;
  padding: 0.8rem;
  border-radius: 3px 3px 0 0;
  margin: 0 !important;
  border: none;
  font-size: 1rem;
  font-weight: 400;
}
.table-color1 {
  margin: 0 auto;
}
.table-color1 thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.table-color1 tr, .table-color1 th, .table-color1 td {
  padding: 0.5rem;
  border: 1px solid #ccc;
  font-weight: 400;
}
.table-color1 th {
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 500;
  color: #333;
}
.table-color1 td {
  font-weight: 400;
}
@media (max-width: 767px) {
  .table-color1 tr, .table-color1 th, .table-color1 td {
    padding: 0.5rem;
  }
}
.table-color2 {
  margin: 0 auto;
  font-size: 0.9rem;
}
.table-color2 tr, .table-color2 th, .table-color2 td {
  padding: 1rem;
  border: 1px solid #0080cb;
}
.table-color2 th {
  font-weight: 500;
  background: rgba(0, 128, 203, 0.1);
  color: #015283;
  text-transform: uppercase;
  vertical-align: middle;
}
.table-color2 td {
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .table-color2 tr, .table-color2 th, .table-color2 td {
    padding: 0.5rem;
  }
}
.table-color4 {
  margin: 0 auto;
  font-size: 0.9rem;
}
.table-color4 thead > tr > th {
  border-bottom: 1px solid #ccc;
}
.table-color4 table-color4 tr, .table-color4 th, .table-color4 td {
  padding: 1rem;
  border: 1px solid #ccc;
}
.table-color4 th {
  background: #eee;
  vertical-align: middle !important;
}
.table-color4 td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .table-color4 tr, .table-color4 th, .table-color4 td {
    padding: 0.5rem;
    font-size: 0.8rem;
  }
}