@charset "UTF-8";
/* モノクロ */
/* 暖色 */
/* 寒色 */
/* 茶色 */
:root {
  --main-gutter: 30px;
  /* モノクロ */
  --color-white: #ffffff;
  --color-white-rgb: 255, 255, 255;
  --color-black: #231815;
  --color-black-rgb: 35, 24, 21;
  --color-gray: #dfdfdf;
  --color-gray-rgb: 223, 223, 223;
  --color-gray-bg: #f9f9f9;
  /* 赤 */
  --color-red: #e76a76;
  --color-red-rgb: 231, 106, 118;
  /* 黄色 */
  --color-yellow: #fcdc4a;
  --color-yellow-rgb: 252, 220, 74;
  /* 橙 */
  --color-orange: #ef8153;
  --color-orange-rgb: 239, 129, 83;
  /* 桃 */
  --color-pink: #f4c4d9;
  --color-pink-rgb: 244, 196, 217;
  /* 紫 */
  --color-purple: #d1b1d0;
  --color-purple-rgb: 209, 177, 208;
  /* 緑 */
  --color-green: #8da53c;
  --color-green-rgb: 141, 165, 60;
  --color-green-light: #a3c762;
  /* 青 */
  --color-blue: #89bee9;
  --color-blue-rgb: 137, 190, 233;
  --color-blue-dark: #738ea7;
  --color-blue-bg: #8aceee;
  /* 茶色 */
  --color-brown: #c5a46d;
  --color-brown-rgb: 197, 164, 109;
  /* ベージュ */
  --color-baige: #f5b99b;
  --color-baige-rgb: 245, 185, 155;
  /* 金 */
  --color-gold: #d9c480;
  --color-gold-rgb: 217, 196, 128;
}

.pc_none {
  display: none;
}

.sp_contents {
  display: none;
}

.no_link {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.height100 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#login-form {
  position: absolute;
  width: 400px;
  height: 450px;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
#login-form h1 {
  margin: auto;
  padding: 0;
  float: none;
  height: auto;
  background: none;
  width: 100%;
}
#login-form h1 img {
  width: 400px;
  margin: auto;
  display: block;
}
.el_width_10 {
  width: 10%;
}

.el_width_20 {
  width: 20%;
}

.el_width_30 {
  width: 30%;
}

.el_width_40 {
  width: 40%;
}

.el_width_50 {
  width: 50%;
}

.el_width_60 {
  width: 60%;
}

.el_width_70 {
  width: 70%;
}

.el_width_80 {
  width: 80%;
}

.el_width_90 {
  width: 90%;
}
p.info__sp {
  display: none;
}

#navi-wrap {
  padding-top: calc(var(--head_h) + 20px);
}

.bl_menuBtn {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 100;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.bl_menuBtn span {
  position: absolute;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 50%;
  bottom: 50%;
  background-color: #000000;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.bl_menuBtn span:nth-of-type(1) {
  bottom: calc(50% - 8px);
}
.bl_menuBtn span:nth-of-type(3) {
  bottom: calc(50% + 8px);
}
.bl_menuBtn.is_active span:nth-of-type(1) {
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(50%) rotate(45deg);
  transform: translateY(50%) translateX(50%) rotate(45deg);
}
.bl_menuBtn.is_active span:nth-of-type(2) {
  opacity: 0;
}
.bl_menuBtn.is_active span:nth-of-type(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(50%) rotate(-45deg);
  transform: translateY(50%) translateX(50%) rotate(-45deg);
}
.bl_utilBtns__sp {
  display: none;
}
.bl_pager {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.bl_listTable th {
  text-align: center;
}
.bl_listTable_heading {
  display: none;
}

.bl_searchTable {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.bl_searchTable__col2 {
  grid-template-columns: repeat(4, auto);
}
.bl_searchTable_body ,
.bl_searchTable_row {
  display: contents;
}
.bl_searchTable_th ,
.bl_searchTable_td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  margin-right: -1px;
  margin-bottom: -1px;
}
.bl_searchTable_th[colspan="2"] ,
.bl_searchTable_td[colspan="2"] {
  grid-column: auto/span 2;
}
.bl_searchTable_th[colspan="3"] ,
.bl_searchTable_td[colspan="3"] {
  grid-column: auto/span 3;
}

.el_tdNowrap {
  white-space: nowrap;
}

.area75 ,
.area90 {
  field-sizing: content;
  height: auto;
  min-height: 17em;
}

label {
  cursor: pointer;
}

.bl_choiceGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.5em;
}
.bl_choiceGroup label {
  margin-right: 1em;
}

.btn-area .bl_listsBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
}
.btn-area .bl_listsBtn li {
  display: block;
  margin-right: 0;
}
.btn-action + .btn-action ,
.btn-action + a.btn-action:link ,
.btn-action + a.btn-action:visited ,
a.btn-action:link + .btn-action ,
a.btn-action:link + a.btn-action:link ,
a.btn-action:link + a.btn-action:visited ,
a.btn-action:visited + .btn-action ,
a.btn-action:visited + a.btn-action:link ,
a.btn-action:visited + a.btn-action:visited {
  margin-left: 0.5em;
}

.el_btn {
  padding: 2px 10px;
  border: solid 1px #bcbecb;
  display: inline-block;
  color: #444757;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../img/button/white-grad.png);
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #eeeeee;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  display: inline-block;
}
.seminar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bl_cat {
  display: grid;
  grid-template-columns: 230px 1fr;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bl_cat * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bl_cat_list {
  min-height: 200px;
  padding: 10px;
  border: 3px solid #dddddd;
  background-color: #f3f3f3;
  position: relative;
}
.bl_cat_list_hide {
  display: none;
}
.bl_cat_item li {
  padding-left: 1em;
}
.bl_cat .now_dir {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 1200px) {
  .el_width_10 {
    width: 100%;
  }
  .el_width_20 {
    width: 100%;
  }
  .el_width_30 {
    width: 100%;
  }
  .el_width_40 {
    width: 100%;
  }
  .el_width_50 {
    width: 100%;
  }
  .el_width_60 {
    width: 100%;
  }
  .el_width_70 {
    width: 100%;
  }
  .el_width_80 {
    width: 100%;
  }
  .el_width_90 {
    width: 100%;
  }
  .bl_scTable {
    width: auto;
  }
  .bl_scTable_container {
    overflow: auto;
  }
  .bl_scTable_heading {
    display: none;
  }
  .bl_scTable_head {
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 10;
    -webkit-box-shadow: 0 2px 2px rgba(var(--color-black-rgb), 0.2);
    box-shadow: 0 2px 2px rgba(var(--color-black-rgb), 0.2);
  }
  .bl_scTable_body {
    width: 100%;
  }
  .bl_scTable_fixedTh {
    position: sticky;
    left: 0;
    z-index: 10;
    -webkit-box-shadow: 2px 0px 2px rgba(var(--color-black-rgb), 0.2);
    box-shadow: 2px 0px 2px rgba(var(--color-black-rgb), 0.2);
  }
  .bl_scTable th ,
  .bl_scTable td {
    padding: 0.8em;
    min-width: 8em;
  }
  .bl_scTable .toggle_button {
    margin-left: auto;
    margin-right: auto;
  }
  .bl_scTable .disp_status {
    text-align: center;
    display: block;
  }
  .bl_scTable .btn-normal ,
  .bl_scTable a.btn-normal:link {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 860px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .pc_contents {
    display: none;
  }
  .sp_contents {
    display: block;
  }
  #login-form {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    bottom: 50%;
    top: auto;
  }
  #login-form h1 img {
    width: 100%;
  }
  body {
    height: auto;
  }
  #contents {
    width: 100%;
    margin-left: 0;
    margin-top: var(--head_h);
    padding: 4%;
    padding-bottom: calc(var(--foot_h) + 4%);
  }
  #container {
    min-height: auto;
  }
  #site-check {
    float: none;
    padding: 0;
  }
  #header {
    padding: 2%;
  }
  #header-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #logo {
    float: none;
  }
  p.info__pc {
    display: none;
  }
  p.info__sp {
    display: block;
    padding: 4%;
    background-color: #7792c8;
    border-top: 2px solid var(--color-white);
    color: var(--color-white);
  }
  #navi-wrap {
    width: 100%;
    left: auto;
    top: var(--head_h);
    bottom: 0;
    height: auto;
    display: none;
    padding-top: 0;
    border: none;
  }
  .bl_menuBtn {
    display: block;
  }
  .bl_utilBtns__pc {
    display: none;
  }
  .bl_utilBtns__sp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
  .bl_utilBtns {
    padding: 1.2em;
    border-bottom: 2px solid #cccccc;
  }
  .bl_utilBtns a.btn-tool-format:link {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 0;
  }
  #footer {
    height: auto;
    padding: 2%;
    left: 0;
    right: 0;
  }
  #footer-contents {
    text-align: center;
    padding-top: 0;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer #copyright {
    float: none;
    text-align: left;
    margin-left: 0;
  }
  #footer #topagetop {
    margin-right: 0;
    float: none;
    margin-left: auto;
  }
  td {
    overflow-wrap: break-word;
  }
  table.form {
    display: block;
    background-color: transparent;
  }
  table.form tbody ,
  table.form tr ,
  table.form th ,
  table.form td {
    display: block;
    width: 100%;
  }
  table.form td ,
  table.form th {
    padding: 4%;
    margin-top: -1px;
  }
  table.form tr {
    background-color: var(--color-white);
    -webkit-box-shadow: 0 0 2px rgba(var(--color-black-rgb), 0.2);
    box-shadow: 0 0 2px rgba(var(--color-black-rgb), 0.2);
  }
  table.form tr:nth-of-type(n + 2) {
    margin-top: 1em;
  }
  .bl_listTable {
    display: block;
    background-color: transparent;
    font-size: 12px;
  }
  .bl_listTable_head {
    display: none;
  }
  .bl_listTable_body ,
  .bl_listTable_row ,
  .bl_listTable td {
    display: block;
  }
  .bl_listTable th {
    text-align: left;
    width: auto;
    border-right: none;
  }
  .bl_listTable th ,
  .bl_listTable td {
    padding: 0.8em;
  }
  .bl_listTable_heading {
    display: block;
  }
  .bl_listTable .right ,
  .bl_listTable .center {
    text-align: left;
  }
  .bl_listTable_row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 0 2px rgba(var(--color-black-rgb), 0.2);
    box-shadow: 0 0 2px rgba(var(--color-black-rgb), 0.2);
  }
  .bl_listTable_row:nth-of-type(n + 2) {
    margin-top: 1em;
  }
  .bl_listTable a.btn-normal {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0.5em;
    background-size: cover;
  }
  .bl_scTable_container {
    max-height: 70vh;
  }
  .bl_searchTable {
    grid-template-columns: repeat(2, auto);
    font-size: 12px;
  }
  .bl_searchTable_th ,
  .bl_searchTable_td {
    padding: 0.8em;
  }
  .bl_searchTable_th[colspan="3"] ,
  .bl_searchTable_td[colspan="3"] {
    grid-column: auto;
  }
  .box60 ,
  .area60 ,
  select ,
  .box30 ,
  textarea ,
  .box65 ,
  .area90 ,
  .box20 ,
  .area80 {
    width: 100%;
  }
  .area75 ,
  .area90 {
    width: 100%;
  }
  select[name=year] ,
  select[name=month] ,
  select[name=day] {
    width: calc(100% - 1.5em);
    margin: 0.25em 0;
  }
  .bl_columnInput {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
  .bl_columnInput input {
    margin-right: 0;
  }
  .page_rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0.5em;
    -moz-column-gap: 0.5em;
    column-gap: 0.5em;
  }
  .page_rows select {
    width: auto;
  }
  .toggle_button {
    width: 4em;
    height: 2em;
    margin-right: 0;
  }
  .toggle_label {
    width: 100%;
    height: 100%;
  }
  .toggle_label::after {
    left: 0.25em;
    top: auto;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .toggle_input:checked + .toggle_label::after {
    left: 2.25em;
  }
  .el_caution {
    display: block;
  }
  .contents-main .btn-area {
    padding: 4%;
  }
  .btn-area .bl_listsBtn {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .btn-action ,
  a.btn-action:link ,
  a.btn-action:visited {
    font-size: 14px;
  }
  .btn-action .btn-next ,
  .btn-action .btn-prev ,
  a.btn-action:link .btn-next ,
  a.btn-action:link .btn-prev ,
  a.btn-action:visited .btn-next ,
  a.btn-action:visited .btn-prev {
    font-size: 100%;
  }
  .btn-action + .btn-action ,
  .btn-action + a.btn-action:link ,
  .btn-action + a.btn-action:visited ,
  a.btn-action:link + .btn-action ,
  a.btn-action:link + a.btn-action:link ,
  a.btn-action:link + a.btn-action:visited ,
  a.btn-action:visited + .btn-action ,
  a.btn-action:visited + a.btn-action:link ,
  a.btn-action:visited + a.btn-action:visited {
    margin-top: 0.5em;
    margin-left: 0;
  }
  .bl_formUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-column-gap: 0.25em;
    -moz-column-gap: 0.25em;
    column-gap: 0.25em;
  }
  .bl_inputRange {
    display: grid;
    grid-template-columns: 1fr 1em 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.25em;
    -moz-column-gap: 0.25em;
    column-gap: 0.25em;
  }
  .el_btn {
    margin: 0;
    padding: 0.5em;
  }
  #login {
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #outside {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #out-wrap {
    position: relative;
    width: 100%;
    height: auto;
  }
  #error {
    border: 1px solid var(--color-gray);
    border-radius: 10px;
    overflow: auto;
  }
  #error .contents {
    border: none;
  }
  #error .contents .message {
    padding: 4%;
  }
  #error .out-top {
    width: 100%;
    background: none;
    display: none;
  }
  #error .btn-area-top {
    width: 100%;
    display: none;
  }
  #error .btn-area {
    background: #f6f8f7;
  }
  #error .btn-area ul {
    width: 100%;
    background: none;
    padding: 4%;
  }
  #error .btn-area ul li {
    display: inline-block;
  }
  #error .btn-area-bottom {
    width: 100%;
    display: none;
  }
  .seminar {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25em;
  }
  .seminar input {
    margin-right: 0;
  }
  .bl_cat {
    display: block;
  }
  .bl_cat_list_hide {
    display: block;
    text-align: center;
    padding: 1em 0.5em 0.5em;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 0)), color-stop(50%, rgba(243, 243, 243, 0.9)), to(#f3f3f3));
    background: -webkit-linear-gradient(top, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.9) 50%, #f3f3f3 100%);
    background: linear-gradient(to bottom, rgba(243, 243, 243, 0) 0%, rgba(243, 243, 243, 0.9) 50%, #f3f3f3 100%);
    position: absolute;
    bottom: calc(10px + 1em);
    left: 0;
    right: 0;
  }
  .bl_cat_list_hide.is_active {
    display: none;
  }
  .bl_cat_item {
    overflow: hidden;
    height: 12em;
  }
  .bl_cat .now_dir {
    margin-bottom: 10px;
  }
  .bl_cat_box {
    margin-top: 40px;
  }
  .bl_cat_btn {
    margin-top: 1em;
    width: 100%;
    text-align: center;
  }
}
