@charset "UTF-8";
/*
.sub-cont {
  width: 100%;
  flex: 1;
}

.content_sub__board .sub-cont {
  width: 100%;
  flex: 1;
}


.board-view {
  margin-top: 2.4rem;
  border-top: 2px solid #111111;
}
.board-view .tit-depth__04 {
  padding: 2.4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
}
.board-view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1.7rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #CBCBCB;
}
.board-view__info > li {
  font-size: 1.6rem;
  line-height: 160%;
  color: #111111;
}
.board-view__info > li + li {
  margin-left: 3rem;
}
.board-view__info > li > span {
  margin-right: 1rem;
  color: #545456;
}
.board-view__download {
  padding: 1.7rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #CBCBCB;
}
.board-view__download > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 160%;
  color: #545456;
}
.board-view__download > a + a {
  margin-top: 0.6rem;
}
.board-view__download > a > i {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.45rem;
  margin-right: 0.5rem;
  background: url(../img/sub/icon/icon-download.png) no-repeat center center;
  background-size: 100% 100%;
}
.board-view__download > a:hover {
  color: #464648;
  text-decoration: underline;
}
.board-view__txt {
  margin: 4rem 0 6rem;
}
.board-view__txt .img {
  display: inline-block;
  margin-bottom: 4rem;
}
.board-view__txt > p {
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}
.board-view__list {
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}
.board-view__list > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding: 1.4rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.board-view__list > a > span {
  display: inline-block;
  margin-right: 3rem;
  color: #747478;
  font-size: 1.6rem;
  line-height: 160%;
}
.board-view__list > a > p {
  font-size: 1.6rem;
  line-height: 160%;
  color: #464648;
}
.board-view__list > a + a {
  border-top: 1px solid #EAEAEA;
}


.div-table__wrap {
  width: 100%;
  margin-top: 1.6rem;
}

#cms-content .sub-cont {
  width: 100%;
  padding: 0;
  margin: 0;
}

.sub-cont__board01 {
  width: 100%;
}
.div-table__wrap .tb_01 {
  width: 9%;
}
.div-table__wrap .tb_02 {
  width: 11%;
}
.div-table__wrap .tb_03 {
  width: 47%;
}
.div-table__wrap .tb_04 {
  width: 10%;
}
.div-table__wrap .tb_05 {
  width: 14%;
}
.div-table__wrap .tb_06 {
  width: 9%;
}
.div-table__wrap .thead {
  border-top: 1px solid #111111;
}
.div-table__wrap .thead .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #A3A3A5;
}
.div-table__wrap .thead .th {
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
  font-weight: 500;
}
.div-table__wrap .tbody .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
}
.div-table__wrap .tbody .tr:hover {
  background: #EAEAEA;
}
.div-table__wrap .tbody .tr:hover .td > a {
  text-decoration: underline;
}
.div-table__wrap .tbody .td {
  padding: 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 160%;
  text-align: center;
  color: #464648;
}
.div-table__wrap .tbody .td.no-list {
  width: 100%;
  text-align: center;
}
.div-table__wrap .tbody .td.tb_03 {
  text-align: left;
}
.div-table__wrap .tbody .td > a {
  color: #111111;
}


.board-write {
  margin-top: 2.4rem;
  padding-top: 2.8rem;
  padding-bottom: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #111111;
  border-bottom: 1px solid #A3A3A5;
}
.board-write .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.board-write .form-box + .form-box {
  margin-top: 2.4rem;
}
.board-write .form-box.radio input[type=radio] {
  margin-right: 1.2rem;
}
.board-write .form-box.radio label {
  margin-right: 2.2rem;
  font-size: 1.7rem;
  line-height: 160%;
  color: #111111;
}
.board-write .form-box.radio label:last-child {
  margin-right: 0;
}
.board-write .form-box.txt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.board-write .form-box.txt .form-depth {
  margin-top: 1rem;
}
.board-write .form-box.txt .ui-textarea__flex {
  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: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
}
.board-write .form-box.txt .count_txt {
  margin-top: 0.7rem;
  font-size: 1.4rem;
  line-height: 160%;
  color: #464648;
}
.board-write .form-box.txt .count_txt > span {
  color: #0046A3;
}
.board-write .form-box.file {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.board-write .form-box.file .form-depth {
  margin-top: 1rem;
}
.board-write .form-box .at {
  margin: 0 0.4rem;
  font-size: 1.6rem;
  line-height: 160%;
  color: #111111;
}
.board-write .form-box .btn_file {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: 0.8rem;
}
.board-write .ui-input__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.board-write .ui-input__flex___01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.board-write .ui-input__flex___02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.board-write .form-depth__01 {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 7rem;
  margin-right: 5rem;
}
.board-write .notice-depth__01 {
  margin-top: 1.6rem;
}
.board-write .file-box {
  margin-top: 1.6rem;
  padding: 1.7rem 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E2E5E9;
  background: #F9F9F9;
  border-radius: 6px;
}
.board-write .file-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.board-write .file-box > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  line-height: 150%;
  color: #111111;
}
.board-write .file-box > div > a > i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
  background: url(../img/sub/icon/icon-file.png) no-repeat center center;
  background-size: 100% 100%;
}
.board-write .file-box > div > button {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 0.8rem;
  background: url(../img/sub/icon/icon-file_closed.png) no-repeat center center;
  background-size: 100% 100%;
}
*/