@charset "UTF-8";
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.red {
  color: #8b0000;
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

a:hover img {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.table {
  color: #333;
}

.container {
  max-width: 980px;
}

.form-inline .form-control {
  width: auto !important;
  display: inline-block !important;
}

#wrapper {
  display: flex;
  flex-flow: column;
  height: 100vh;
}

.shadow-box {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 40px;
}
@media (max-width: 768px) {
  .shadow-box {
    padding: 15px;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 10px 8px 25px;
  background-color: #5993cc;
  margin: 100px 0 30px;
  letter-spacing: 0.2em;
  color: white;
  position: relative;
}
h3:before {
  position: absolute;
  top: 20%;
  left: 10px;
  width: 5px;
  height: 60%;
  content: "";
  opacity: 0.5;
  background: white;
}

h4 {
  font-size: 1.3125rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin: 30px 0 10px;
}

#site_header {
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  max-width: 100%;
}
#site_header a {
  text-decoration: none;
  color: #333;
}
#site_header #site_title {
  margin-right: auto;
  padding: 15px 0;
  height: 62px;
}
#site_header #site_title a img {
  width: 60px;
  vertical-align: middle;
  margin-right: 8px;
}
#site_header #site_title a h1 {
  font-weight: normal;
  font-size: 1.75rem;
  margin: 15px 0 5px;
}
#site_header #site_title a h2 {
  font-weight: normal;
  font-size: 1.125rem;
  margin: 0;
  font-style: italic;
  letter-spacing: 0.1em;
}
#site_header .user-name {
  padding-right: 15px;
  height: 62px;
  display: flex;
  align-items: center;
}
#site_header .header-btn {
  border-left: 1px solid #ccc;
}
#site_header .header-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#site_header .header-btn a {
  width: 6.5em;
  text-align: center;
  display: block;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-btn {
  background-color: #5993cc;
}
#header-btn ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
#header-btn a {
  color: white;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
}
#header-btn .home_link {
  margin-right: auto;
}

#header-logged-in {
  background-color: #f4f4ee;
}
#header-logged-in ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
#header-logged-in a {
  color: #5993cc;
  padding: 8px 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

nav.non-login-user .user-name,
nav.non-login-user .logged-in {
  display: none;
}

nav.logged-in-user .non-login {
  display: none;
}

#site_footer {
  border-top: 1px solid #ccc;
  padding: 15px 0;
  max-width: 100%;
  margin-top: auto;
  text-align: center;
}

main {
  padding: 60px 0;
}

.page_title {
  background-color: #8b0000;
  color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs li + li::before {
  content: ">";
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.btn-box {
  text-align: center;
  margin-top: 20px;
}
.btn-box .btn {
  min-width: 30px;
}
.btn-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.btn-box ul li {
  display: inline-block;
}
.btn-box ul .btn {
  margin: 5px;
}

#top_info {
  margin-bottom: 50px;
}
#top_info h2 {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  padding: 20px;
  background-color: #f4f4ee;
}
#top_info p.intro {
  text-align: center;
}

.page-nav {
  padding: 10px;
  margin: -50px 0 50px;
}
.page-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

a.dn-link {
  padding-left: 1.2em;
  position: relative;
  display: inline-block;
}

a.dn-link:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  position: absolute;
  left: 0;
}

a.dn-link[href*=".pdf"]::before {
  content: "\f1c1";
  color: #F30401;
}

a.dn-link[href*=".doc"]::before,
a.dn-link[href*=".docx"]::before {
  content: "\f1c2";
  color: #0061C2;
}

a.dn-link[href*=".xls"]::before,
a.dn-link[href*=".xlsx"]::before {
  content: "\f1c3";
  color: #1F6F43;
}

.dn-box table thead {
  background-color: #f4f4ee;
  border-bottom-width: 2px;
}
.dn-box table thead th {
  text-align: center;
}

.upload-area {
  border: 1px solid #aaa;
  min-height: 200px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.up-box table thead {
  background-color: #f4f4ee;
  border-bottom-width: 2px;
}
.up-box table thead th {
  text-align: center;
}
.up-box table thead th:nth-child(1) {
  width: 2em;
  text-align: right;
}
.up-box table thead th:nth-child(2) {
  width: 2em;
  text-align: center;
}

.search-box table th, .yoko-box table th {
  width: 12em;
  background-color: #f4f4ee;
}
.search-box .form-check-input, .yoko-box .form-check-input {
  display: inline-block;
  margin-right: 5px;
}
.search-box .check_list, .yoko-box .check_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 1.5em;
}

.search-box {
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 5px #ccc;
  border-radius: 5px;
}

.red {
  color: #8b0000;
}

.required:before {
  content: "*";
  color: #8b0000;
  display: inline-block;
  margin-right: 3px;
}

.bg-pink {
  background-color: #f7eded;
}

.bg-blue {
  background-color: #eaf1f8;
}/*# sourceMappingURL=style.css.map */