h1 {
  font-weight: bold;
  background: #f4f4f4;
  border: solid 2px #004d8a;
  margin-bottom: 30px;
  padding: 12px;
  font-size: 28px;
}
h2 {
  border-left: solid 8px #004d8a;
  background: #f4f4f4;
  margin-bottom: 30px;
  padding: 8px;
  font-size: 24px;
}
h3 {
  border-top: solid 2px #004d8a;
  border-bottom: solid 2px #004d8a;
  margin-bottom: 30px;
  padding: 8px;
  font-size: 20px;
}
h4 {
  border-top: dashed 2px #004d8a;
  border-bottom: dashed 2px #004d8a;
  margin-bottom: 30px;
  padding: 8px;
  font-size: 20px;
}
.mpc {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "verdana", "sans-serif";
  font-weight: bold;
  font-size: 24px;
}
nav.topmenu {
  background-color: #004d8a;
}
a.topmenu {
  color: white;
}
a.topmenu:hover {
  color: lightgray;
}
a.topmenu::before {
  content: "\025b6";
  margin-right: 5px;
}
a.sidemenu {
  text-decoration: none;
}
a.sidemenu::before {
  content: "\025b6";
  margin-right: 5px;
}
a.dropdown-item::before {
  content: "\025b6";
  margin-right: 5px;
}
.dropdown-menu {
  background-color: lightgray;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-toggler {
  border-color: white;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.mpc_en {
  font-size: 12px;
}
li.nav-item {
  margin: 1px;
  padding: 1px;
}
.btn-primary {
  background-color: #004d8a;
  border-color: #004d8a;
}
.btn-primary:hover {
  color: #004d8a;
  /*    background-color: transparent; */
  background-color: white;
  border-color: #004d8a;
}
.sidemenu_fixed {
  position: sticky;
  top: 108px;
}
li.sidemenu_title {
  background-color: #004d8a;
  color: white;
  padding: 8px;
  margin-bottom: 20px;
}
li.sidemenu_subtitle {
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 2px;
}
li.sidemenu_logout {
  margin-top: 20px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #004d8a;
  border-color: #004d8a;
}
table td {
  overflow-wrap: break-word;
}
.bold {
  font-weight: bold;
}
.red {
  color: red;
}

/* --------------------------------------------------------
	お問い合わせ
-------------------------------------------------------- */
.inquiryform {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #9c9c9c;
  padding: 50px;
  box-sizing: border-box;
}

.inquiry_item {
  margin-bottom: 20px;
}

.label_left {
  display: inline-block;
  width: 25%;
  border-left: solid 5px #1b4697;
  padding-left: 15px;
  vertical-align: top;
}

.inquiryform input[type="text"],
.inquiryform input[type="email"] {
  padding: 10px;
  width: 65%;
  background: #eeeeee;
}

.inquiryform textarea {
  padding: 10px;
  height: 150px;
  font-size: 14px;
  width: 65%;
  background: #eeeeee;
}

.inquiry_btns {
  display: flex;
  justify-content: center;
}

.inquiryform input[type="submit"] {
  background: #1b4697;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
}

.inquiryform input[type="reset"] {
  background: #333;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
}
