@charset "UTF-8";
/* line 43, ../sass/_base-function.scss */
.group.applyCase-info ul, .group.form .content .info .list, .base.listPage > ul > li .content.files > ul,
.base.listPage .form > li .content.files > ul, .base.listPage > ul > li .content.files > ul > li .file ul,
.base.listPage .form > li .content.files > ul > li .file ul {
  margin: 0;
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

/* line 53, ../sass/_base-function.scss */
.group.applyCase-info ul, .group.form .content .info .list, .base.listPage > ul > li .content.files > ul,
.base.listPage .form > li .content.files > ul, .base.listPage > ul > li .content.files > ul > li .file ul,
.base.listPage .form > li .content.files > ul > li .file ul {
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: normal;
  transition: initial;
}
/* line 64, ../sass/_base-function.scss */
.group.applyCase-info ul:before, .group.form .content .info .list:before, .base.listPage > ul > li .content.files > ul:before,
.base.listPage .form > li .content.files > ul:before, .base.listPage > ul > li .content.files > ul > li .file ul:before,
.base.listPage .form > li .content.files > ul > li .file ul:before {
  content: none;
}
/* line 68, ../sass/_base-function.scss */
.group.applyCase-info ul:after, .group.form .content .info .list:after, .base.listPage > ul > li .content.files > ul:after,
.base.listPage .form > li .content.files > ul:after, .base.listPage > ul > li .content.files > ul > li .file ul:after,
.base.listPage .form > li .content.files > ul > li .file ul:after {
  content: none;
}

/* line 80, ../sass/_base-function.scss */
.group.form .g.row:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

/* line 96, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a {
  text-indent: -9999px;
  font: 0/0 a;
  color: transparent;
}

@keyframes down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 1, ../sass/_md-pageTitle.scss */
.md.pageTitle {
  display: inline-block;
}
/* line 6, ../sass/_md-pageTitle.scss */
.md.pageTitle h2, .md.pageTitle .text {
  font-size: 1.7em;
  font-weight: bold;
  color: #1a1a1a;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
/* line 13, ../sass/_md-pageTitle.scss */
.md.pageTitle h2::after, .md.pageTitle .text::after {
  content: "​";
  height: 4px;
  width: 100%;
  background: #FF8346;
  display: block;
  border-radius: 50px;
}

/* line 1, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs {
  text-align: right;
}
/* line 3, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
/* line 7, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul::before {
  content: "​";
  width: 15px;
  height: 15px;
  background: url(/images/breadCrumbsIcon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 17, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li {
  display: inline-block;
}
/* line 19, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li a {
  color: #343434;
  text-decoration: none;
  transition: 150ms;
}
/* line 23, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li a:hover {
  text-decoration: underline;
}
/* line 28, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li + li::before {
  content: '>';
  margin: 0 5px;
}
/* line 34, ../sass/_md-breadCrumbs.scss */
.md.breadCrumbs ul li:last-child a {
  color: #FF8346;
}

/* line 4, ../sass/_md-caseInquire.scss */
.md.caseInquire .in {
  background: #ffffff;
  box-shadow: 4px 0px 13px #e4e4e4;
  padding: 10px 30px;
  border-radius: 10px;
}
/* line 14, ../sass/_md-caseInquire.scss */
.md.caseInquire .form {
  max-width: 500px;
  margin: 50px auto 50px auto;
}
/* line 18, ../sass/_md-caseInquire.scss */
.md.caseInquire .form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 24, ../sass/_md-caseInquire.scss */
.md.caseInquire .form li {
  display: inline-block;
  vertical-align: middle;
}
/* line 29, ../sass/_md-caseInquire.scss */
.md.caseInquire .form .text, .md.caseInquire .form input[type="text"] {
  line-height: 2em;
  margin-right: 10px;
}
/* line 34, ../sass/_md-caseInquire.scss */
.md.caseInquire .form .objBut {
  position: relative;
  top: -2px;
}
/* line 38, ../sass/_md-caseInquire.scss */
.md.caseInquire .form .objBut.ok {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
/* line 27, ../sass/_base-function.scss */
.md.caseInquire .form .objBut.ok:hover {
  opacity: 0.8;
}
/* line 42, ../sass/_md-caseInquire.scss */
.md.caseInquire .form .objBut.close {
  background: #646464;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
/* line 27, ../sass/_base-function.scss */
.md.caseInquire .form .objBut.close:hover {
  opacity: 0.8;
}
/* line 48, ../sass/_md-caseInquire.scss */
.md.caseInquire .form .check .img {
  display: inline-block;
}
/* line 55, ../sass/_md-caseInquire.scss */
.md.caseInquire .warning .field-validation-error {
  background: #ffd3d3;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 10px 0;
}
/* line 63, ../sass/_md-caseInquire.scss */
.md.caseInquire .warning > span {
  display: block;
  margin: 5px 0;
}
/* line 72, ../sass/_md-caseInquire.scss */
.md.caseInquire #liVerCode input,
.md.caseInquire #liVerCode img {
  vertical-align: middle;
}

/* line 1, ../sass/_md-pageForm.scss */
.md.pageForm {
  border-top: 3px solid #FF8346;
}
/* line 3, ../sass/_md-pageForm.scss */
.md.pageForm .row {
  background: #ffffff;
}
/* line 5, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell {
  box-sizing: border-box;
  margin-top: 0 !important;
  display: flex;
  border-top: 1px solid #FF8346;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) {
  float: left;
  width: 50%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell {
  float: left;
  width: 50%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) {
  float: left;
  width: 33.3333333333%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell {
  float: left;
  width: 33.3333333333%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) {
  float: left;
  width: 25%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell {
  float: left;
  width: 25%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) {
  float: left;
  width: 20%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell {
  float: left;
  width: 20%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) {
  float: left;
  width: 16.6666666667%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell {
  float: left;
  width: 16.6666666667%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) {
  float: left;
  width: 14.2857142857%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell {
  float: left;
  width: 14.2857142857%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) {
  float: left;
  width: 12.5%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell {
  float: left;
  width: 12.5%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) {
  float: left;
  width: 11.1111111111%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell {
  float: left;
  width: 11.1111111111%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) {
  float: left;
  width: 10%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell {
  float: left;
  width: 10%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) {
  float: left;
  width: 9.0909090909%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell {
  float: left;
  width: 9.0909090909%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) {
  float: left;
  width: 8.3333333333%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell {
  float: left;
  width: 8.3333333333%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) {
  float: left;
  width: 7.6923076923%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell {
  float: left;
  width: 7.6923076923%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) {
  float: left;
  width: 7.1428571429%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell {
  float: left;
  width: 7.1428571429%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) {
  float: left;
  width: 6.6666666667%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell {
  float: left;
  width: 6.6666666667%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) {
  float: left;
  width: 6.25%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell {
  float: left;
  width: 6.25%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) {
  float: left;
  width: 5.8823529412%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell {
  float: left;
  width: 5.8823529412%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) {
  float: left;
  width: 5.5555555556%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell {
  float: left;
  width: 5.5555555556%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) {
  float: left;
  width: 5.2631578947%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell {
  float: left;
  width: 5.2631578947%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell .list .optionsItem {
  width: 55%;
}
/* line 13, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) {
  float: left;
  width: 5%;
}
/* line 17, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) .list .optionsItem {
  width: 55%;
}
/* line 27, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell {
  float: left;
  width: 5%;
}
/* line 31, ../sass/_md-pageForm.scss */
.md.pageForm .row .cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell .list .optionsItem {
  width: 55%;
}
@media screen and (max-width: 768px) {
  /* line 5, ../sass/_md-pageForm.scss */
  .md.pageForm .row .cell {
    width: 100% !important;
    float: none;
  }
}
/* line 43, ../sass/_md-pageForm.scss */
.md.pageForm .row .title {
  flex: 1;
  background: #f0f0f0;
  max-width: 150px;
  padding: 15px 5px 15px 15px;
}
/* line 49, ../sass/_md-pageForm.scss */
.md.pageForm .row .ct {
  flex: 1;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 10px;
}
/* line 57, ../sass/_md-pageForm.scss */
.md.pageForm .upDate {
  text-align: right;
  margin: 10px 0;
}

/* line 2, ../sass/_md-list-info.scss */
.md.list-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  display: grid;
}
@supports (display: grid) {
  /* line 2, ../sass/_md-list-info.scss */
  .md.list-info ul {
    grid-template-columns: repeat(6, 1fr);
  }
  @media screen and (max-width: 768px) and (min-width: 561px) {
    /* line 2, ../sass/_md-list-info.scss */
    .md.list-info ul {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media screen and (max-width: 560px) {
    /* line 2, ../sass/_md-list-info.scss */
    .md.list-info ul {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
/* line 18, ../sass/_md-list-info.scss */
.md.list-info ul li {
  padding: 15px 0;
  flex: 1;
}
@media screen and (max-width: 768px) and (min-width: 561px) {
  /* line 18, ../sass/_md-list-info.scss */
  .md.list-info ul li {
    flex: 33.333333%;
  }
}
@media screen and (max-width: 560px) {
  /* line 18, ../sass/_md-list-info.scss */
  .md.list-info ul li {
    flex: 50%;
  }
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .flow {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .flow::before {
  content: "​";
  background: #FFD58A url(../images/icon-listFlow.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .description {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .description::before {
  content: "​";
  background: #C5E99B url(../images/icon-listDescription.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .download {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .download::before {
  content: "​";
  background: #D9E1E8 url(../images/icon-listDownload.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .example {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .example::before {
  content: "​";
  background: #FFDFDB url(../images/icon-listExample.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .link {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .link::before {
  content: "​";
  background: #8CE1F2 url(../images/icon-listLink.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}
/* line 31, ../sass/_md-list-info.scss */
.md.list-info ul .bid {
  vertical-align: middle;
}
/* line 33, ../sass/_md-list-info.scss */
.md.list-info ul .bid::before {
  content: "​";
  background: #F7E797 url(../images/icon-listBid.png) no-repeat;
  background-size: auto 75%;
  background-position: center;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: 14px;
  margin-right: 5PX;
}

/* line 3, ../sass/_md-page-info.scss */
.md.page-info .hd h3 {
  font-size: 1.2em;
  color: #FF8346;
  font-weight: bold;
}
/* line 11, ../sass/_md-page-info.scss */
.md.page-info .ct {
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #b6b6b6;
  margin: 15px 0;
}
/* line 18, ../sass/_md-page-info.scss */
.md.page-info .ct .myData li {
  list-style: none;
}
/* line 21, ../sass/_md-page-info.scss */
.md.page-info .ct .myData li::before {
  content: "​";
  width: 10px;
  height: 10px;
  background: #9FCCA3;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -3px;
}
@media screen and (max-width: 768px) {
  /* line 34, ../sass/_md-page-info.scss */
  .md.page-info .ct img {
    width: 100%;
  }
}
/* line 41, ../sass/_md-page-info.scss */
.md.page-info .ft {
  text-align: center;
}

/* line 1, ../sass/_md-text-link02.scss */
.md.text-link02 {
  margin: 20px 0;
}
/* line 5, ../sass/_md-text-link02.scss */
.md.text-link02 .hd h3 {
  margin: 0;
  padding: 5px 3px;
}
/* line 9, ../sass/_md-text-link02.scss */
.md.text-link02 .hd h3::before {
  content: "​";
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: -5px;
  background: #FF8346;
  border-radius: 50px;
  margin-right: 10px;
}
/* line 28, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 34, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li {
  margin: 5px 0;
  background: #ffffff;
  border: 1px solid #FF8346;
  border-left: 3px solid #FF8346;
  transition: 150ms;
}
/* line 44, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li:hover {
  border-left: 10px solid #FF8346;
}
/* line 48, ../sass/_md-text-link02.scss */
.md.text-link02 .ct ul li a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
  color: #343434;
}

/* line 2, ../sass/_group-search.scss */
.group-search > .in {
  background: #ffffff url(/images/page-search-bg.png) no-repeat;
  background-position: right bottom;
  background-size: contain;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 0px 13px #e4e4e4;
}
/* line 12, ../sass/_group-search.scss */
.group-search .ct .list {
  margin: 20px 0;
}
/* line 15, ../sass/_group-search.scss */
.group-search .ct .input {
  display: inline-block;
}
/* line 18, ../sass/_group-search.scss */
.group-search .ct .block {
  display: inline-block;
  margin-right: 15px;
}
/* line 21, ../sass/_group-search.scss */
.group-search .ct .block label {
  vertical-align: middle;
  margin-right: 5px;
}
/* line 25, ../sass/_group-search.scss */
.group-search .ct .block select {
  font-size: 1em;
  padding: 4px 8px;
  border-radius: 4px;
}
/* line 30, ../sass/_group-search.scss */
.group-search .ct .block input {
  border-radius: 4px;
  border: 1px solid #b6b6b6;
  padding: 7px 10px;
}
@media screen and (max-width: 560px) {
  /* line 30, ../sass/_group-search.scss */
  .group-search .ct .block input {
    width: auto !important;
  }
}

/* line 3, ../sass/_group-fullPage.scss */
.group.applyCase-info ul {
  list-style: none;
}
/* line 10, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in > .item {
  padding: 20px 0;
}
/* line 13, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in > .item + .item {
  border-top: 1px solid #FFBD9C;
}
/* line 19, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in > .item.download .ct > ul li {
  margin: 10px 0;
}
/* line 30, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .title {
  font-weight: bold;
  font-size: 1.1em;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  /* line 36, ../sass/_group-fullPage.scss */
  .group.applyCase-info .ct > .in .title.memo {
    display: block;
  }
}
/* line 41, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .title::before {
  content: "​";
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: #1a1a1a;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 5px;
}
/* line 54, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p {
  padding: 5px 0;
}
/* line 60, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .tag-list ul li {
  display: inline-block;
  margin: 5px 0;
  margin-right: 15px;
}
/* line 66, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .tag-list ul li span {
  display: block;
  background-color: #FF9953;
  color: #ffffff;
  border-radius: 4px 0 0 4px;
  position: relative;
  padding: 2px 7px;
}
/* line 74, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .tag-list ul li span::before, .group.applyCase-info .ct > .in .p .tag-list ul li span::after {
  content: "​";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  right: -15px;
}
/* line 85, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .tag-list ul li span::before {
  top: 0;
  border-width: 20px 15px 0 0;
  border-color: #FF9953 transparent transparent transparent;
}
/* line 94, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .tag-list ul li span::after {
  bottom: 0;
  border-width: 20px 0 0 15px;
  border-color: transparent transparent transparent #FF9953;
}
/* line 106, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .p .apply-fun a {
  padding-left: 40px !important;
  padding-right: 40px !important;
  margin-right: 10px;
  box-shadow: 0 0 8px #b6b6b6;
}
/* line 115, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block {
  background-color: #ffffff;
  box-shadow: 4px 0px 13px #e4e4e4;
  padding: 20px;
  border-radius: 10px;
}
/* line 120, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .hd {
  color: #646464;
  border-bottom: 3px solid #b6b6b6;
  display: inline-block;
  padding-bottom: 4px;
  margin: 3px 0;
}
/* line 130, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .ct > ul > li::before {
  content: "​";
  height: 7px;
  width: 7px;
  display: inline-block;
  background-color: #343434;
  border-radius: 50px;
  vertical-align: middle;
  margin-right: 7px;
}
/* line 140, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .ct > ul > li .name {
  display: inline-block;
  vertical-align: middle;
}
/* line 144, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .ct > ul > li .file {
  display: inline-block;
}
/* line 147, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .ct > ul > li .file ul li {
  display: inline-block;
  margin: 5px 0;
}
/* line 153, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .ct > ul > li .file ul li a {
  padding: 0 5px 0 6px;
}
/* line 162, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .mark {
  background-color: #ffd5b9;
  display: inline-block;
  padding: 3px 5px;
  margin: 3px 0;
}
/* line 168, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .item {
  padding: 15px 0;
}
/* line 169, ../sass/_group-fullPage.scss */
.group.applyCase-info .ct > .in .block .item + .item {
  border-top: 1px solid #b6b6b6;
}
/* line 185, ../sass/_group-fullPage.scss */
.group.applyCase-info .ft {
  margin-top: 15px;
  text-align: center;
}

/* line 7, ../sass/_group_form.scss */
.group.form textarea {
  min-height: 100px;
}
/* line 11, ../sass/_group_form.scss */
.group.form label span {
  color: #c41212;
}
/* line 15, ../sass/_group_form.scss */
.group.form .is-danger,
.group.form #Column001-error {
  color: #c41212;
}
/* line 21, ../sass/_group_form.scss */
.group.form .ps {
  background: #e0f1ff;
  border-radius: 10px;
  padding: 5px 10px;
}
/* line 28, ../sass/_group_form.scss */
.group.form .form-info {
  background-color: #ffffff;
  box-shadow: 4px 0px 13px #e4e4e4;
  border-radius: 8px;
  padding: 10px 15px;
}
/* line 34, ../sass/_group_form.scss */
.group.form .form-info .hd {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
/* line 40, ../sass/_group_form.scss */
.group.form .form-info .hd .detail {
  flex: 2;
}
/* line 44, ../sass/_group_form.scss */
.group.form .form-info .hd .but {
  flex: 1;
  text-align: right;
}
@media screen and (max-width: 560px) {
  /* line 44, ../sass/_group_form.scss */
  .group.form .form-info .hd .but {
    flex: 100%;
    text-align: center;
  }
}
/* line 53, ../sass/_group_form.scss */
.group.form .form-info .hd .but ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 58, ../sass/_group_form.scss */
.group.form .form-info .hd .but ul li {
  display: inline-block;
}
/* line 62, ../sass/_group_form.scss */
.group.form .form-info .hd .but ul a {
  box-shadow: 0 0 8px #b6b6b6;
}
/* line 78, ../sass/_group_form.scss */
.group.form .frame {
  box-shadow: 4px 0px 13px #e4e4e4;
  margin-top: 14px;
}
/* line 82, ../sass/_group_form.scss */
.group.form .frame.otherFrom {
  margin-top: 0;
}
/* line 86, ../sass/_group_form.scss */
.group.form .frame .frameTitle {
  background-color: #FF9953;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  padding: 15px;
  position: relative;
  z-index: 1;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 1px;
}
/* line 98, ../sass/_group_form.scss */
.group.form .frame .title {
  border: none !important;
  padding: 5px 0;
  font-size: 1.05em;
  font-weight: bold;
  word-break: break-all;
}
/* line 105, ../sass/_group_form.scss */
.group.form .frame .title .p {
  background: white;
  color: #343434;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1.1em;
}
/* line 118, ../sass/_group_form.scss */
.group.form .frame .simP,
.group.form .frame .div_blue {
  margin: 0;
  color: #646464;
  word-break: break-all;
}
/* line 129, ../sass/_group_form.scss */
.group.form .frame .form_title {
  background: #FFBD9C !important;
  color: #1a1a1a;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.1em;
  border-top: 1px solid #FF8346;
  border-bottom: 1px solid #FF8346;
}
/* line 143, ../sass/_group_form.scss */
.group.form .frame.baseData .content, .group.form .frame.connection .content {
  display: flex;
  display: grid;
  border: none;
}
/* line 150, ../sass/_group_form.scss */
.group.form .frame.baseData .content .info[type="text"], .group.form .frame.baseData .content .info[type="input"], .group.form .frame.baseData .content .info[type="number"], .group.form .frame.connection .content .info[type="text"], .group.form .frame.connection .content .info[type="input"], .group.form .frame.connection .content .info[type="number"] {
  width: 200px !important;
}
@supports (display: grid) {
  /* line 143, ../sass/_group_form.scss */
  .group.form .frame.baseData .content, .group.form .frame.connection .content {
    grid-template-columns: 200px minmax(auto, auto);
    width: 100%;
  }
  /* line 165, ../sass/_group_form.scss */
  .group.form .frame.baseData .content .sub, .group.form .frame.connection .content .sub {
    width: initial;
  }
  /* line 169, ../sass/_group_form.scss */
  .group.form .frame.baseData .content.noSub, .group.form .frame.connection .content.noSub {
    grid-template-columns: minmax(auto, auto);
  }
  @media screen and (max-width: 768px) {
    /* line 143, ../sass/_group_form.scss */
    .group.form .frame.baseData .content, .group.form .frame.connection .content {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
  }
}
/* line 183, ../sass/_group_form.scss */
.group.form .content {
  width: 100%;
}
/* line 186, ../sass/_group_form.scss */
.group.form .content .sub {
  padding: 5px 3px;
  align-items: center;
  padding-left: 10px;
  width: 170px;
}
/* line 193, ../sass/_group_form.scss */
.group.form .content .info {
  flex-direction: column;
  justify-content: center;
  padding: 3px;
  flex: 1;
  padding-left: 10px;
}
/* line 199, ../sass/_group_form.scss */
.group.form .content .info input {
  line-height: 1.7;
  margin: 3px 0;
  vertical-align: middle;
}
/* line 206, ../sass/_group_form.scss */
.group.form .content .info input[type="text"], .group.form .content .info input[type="input"], .group.form .content .info input[type="number"], .group.form .content .info input[type="email"] {
  padding: 3px 3px;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
}
/* line 216, ../sass/_group_form.scss */
.group.form .content .info input[type="button"] {
  background: #FFBD9C;
  border-radius: 4px;
  color: #1a1a1a;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
/* line 27, ../sass/_base-function.scss */
.group.form .content .info input[type="button"]:hover {
  opacity: 0.8;
}
/* line 220, ../sass/_group_form.scss */
.group.form .content .info input[type="text"] {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  /* line 199, ../sass/_group_form.scss */
  .group.form .content .info input {
    padding: 5px 5px;
  }
  /* line 228, ../sass/_group_form.scss */
  .group.form .content .info input[type="text"] {
    width: auto !important;
    max-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  /* line 243, ../sass/_group_form.scss */
  .group.form .static-form {
    border: none;
  }
}
/* line 256, ../sass/_group_form.scss */
.group.form .static-form .content .sub,
.group.form .static-form .content .info {
  display: flex;
  width: auto;
}
@media screen and (max-width: 768px) {
  /* line 252, ../sass/_group_form.scss */
  .group.form .static-form .content {
    display: block;
  }
}
/* line 272, ../sass/_group_form.scss */
.group.form .static-form .content.noSub .sub {
  display: none;
}
/* line 276, ../sass/_group_form.scss */
.group.form .static-form .content.noSub .info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  /* line 252, ../sass/_group_form.scss */
  .group.form .static-form .content {
    background: transparent;
  }
  /* line 287, ../sass/_group_form.scss */
  .group.form .static-form .content .sub {
    width: 100%;
    background: transparent;
    padding: 5px 3px;
    align-items: center;
    border-right: none;
  }
}
/* line 302, ../sass/_group_form.scss */
.group.form .static-form.is-right .content {
  display: flex;
  display: grid;
  flex: 1;
}
/* line 307, ../sass/_group_form.scss */
.group.form .static-form.is-right .content .sub {
  width: 200px;
}
@supports (display: grid) {
  /* line 302, ../sass/_group_form.scss */
  .group.form .static-form.is-right .content {
    grid-template-columns: minmax(auto, 150px) minmax(auto, auto);
    grid-template-rows: minmax(60px, auto);
  }
  /* line 315, ../sass/_group_form.scss */
  .group.form .static-form.is-right .content .sub {
    width: initial;
  }
  /* line 319, ../sass/_group_form.scss */
  .group.form .static-form.is-right .content.noSub {
    grid-template-columns: minmax(auto, auto);
  }
  @media screen and (max-width: 768px) {
    /* line 302, ../sass/_group_form.scss */
    .group.form .static-form.is-right .content {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
    }
  }
}
/* line 337, ../sass/_group_form.scss */
.group.form .files {
  padding: 5px 0 0 0 !important;
}
/* line 340, ../sass/_group_form.scss */
.group.form .files a {
  cursor: pointer;
  border: 1px solid #343434;
  background: #e4e4e4;
  border-radius: 10px;
  padding: 3px 8px !important;
}
/* line 349, ../sass/_group_form.scss */
.group.form .btn-area {
  margin: 8px 0;
}
/* line 352, ../sass/_group_form.scss */
.group.form .btn-area.is-gray .btn {
  background-color: #e4e4e4;
  border: 1px solid #646464;
  padding: 3px 10px;
}
/* line 358, ../sass/_group_form.scss */
.group.form .btn-area .btn {
  background: #FFBD9C;
  border-radius: 4px;
  color: #1a1a1a;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
/* line 27, ../sass/_base-function.scss */
.group.form .btn-area .btn:hover {
  opacity: 0.8;
}
/* line 362, ../sass/_group_form.scss */
.group.form .btn-area input[type="file"] {
  display: none;
}
/* line 366, ../sass/_group_form.scss */
.group.form .btn-area span {
  margin: 0 5px;
}
/* line 374, ../sass/_group_form.scss */
.group.form .dynamic-table .freeTitle {
  display: none;
}
/* line 378, ../sass/_group_form.scss */
.group.form .dynamic-table.is-on .freeTitle {
  display: block;
}
@media screen and (max-width: 1920px) and (min-width: 0px) {
  /* line 377, ../sass/_group_form.scss */
  .group.form .dynamic-table.is-on {
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 1920px) and (min-width: 0px) {
  /* line 204, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on thead {
    display: none;
  }
}
@media screen and (max-width: 1920px) and (min-width: 0px) {
  /* line 210, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody {
    display: block;
  }
  /* line 214, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody th {
    display: none;
  }
  /* line 218, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody tr {
    display: block;
  }
  /* line 221, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody tr + tr {
    margin-top: 8px;
  }
  /* line 232, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody td {
    text-align: left !important;
    display: flex;
    border: none;
    padding: 0 !important;
  }
  /* line 238, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody td + td {
    border-top: 1px dashed #e4e4e4;
  }
  /* line 242, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody td span {
    flex: 2;
    padding: 5px 8px;
  }
  /* line 251, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody td .freeTitle {
    flex: 1;
    padding: 6px;
    background-color: #FF8346;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
  }
  /* line 260, ../sass/_base-function.scss */
  .group.form .dynamic-table.is-on tbody td .freeTitle label {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  /* line 373, ../sass/_group_form.scss */
  .group.form .dynamic-table {
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  /* line 204, ../sass/_base-function.scss */
  .group.form .dynamic-table thead {
    display: none;
  }
}
@media screen and (max-width: 768px) and (min-width: 0px) {
  /* line 210, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody {
    display: block;
  }
  /* line 214, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody th {
    display: none;
  }
  /* line 218, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody tr {
    display: block;
  }
  /* line 221, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody tr + tr {
    margin-top: 8px;
  }
  /* line 232, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody td {
    text-align: left !important;
    display: flex;
    border: none;
    padding: 0 !important;
  }
  /* line 238, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody td + td {
    border-top: 1px dashed #e4e4e4;
  }
  /* line 242, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody td span {
    flex: 2;
    padding: 5px 8px;
  }
  /* line 251, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody td .freeTitle {
    flex: 1;
    padding: 6px;
    background-color: #FF8346;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
  }
  /* line 260, ../sass/_base-function.scss */
  .group.form .dynamic-table tbody td .freeTitle label {
    width: 100%;
    height: 100%;
  }
}
/* line 387, ../sass/_group_form.scss */
.group.form .dynamic-table tr + tr td {
  border-top: 1px solid #b6b6b6;
}
/* line 392, ../sass/_group_form.scss */
.group.form .dynamic-table th {
  padding: 5px;
  border-bottom: 1px solid #b6b6b6;
  border-top: 3px solid #FF8346;
  background-color: #e0f1ff;
  color: #FF9953;
}
/* line 402, ../sass/_group_form.scss */
.group.form .dynamic-table td {
  padding: 5px;
  text-align: center;
}
/* line 409, ../sass/_group_form.scss */
.group.form .dynamic-table td:nth-child(1) input[type="button"] {
  background: #f5651f;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  color: #ffffff;
  transition: 150ms;
  cursor: pointer;
}
/* line 418, ../sass/_group_form.scss */
.group.form .dynamic-table td:nth-child(1) input[type="button"]:hover {
  background: #d74d0a;
}
/* line 426, ../sass/_group_form.scss */
.group.form .dynamic-table td div input {
  width: 95% !important;
}
/* line 433, ../sass/_group_form.scss */
.group.form .dynamic-table td input[type="checkbox"], .group.form .dynamic-table td input[type="radio"] {
  display: inline-block;
  width: auto !important;
}
/* line 441, ../sass/_group_form.scss */
.group.form .dynamic-table .addBtn {
  text-align: center;
  padding: 15px;
}
/* line 445, ../sass/_group_form.scss */
.group.form .dynamic-table .addBtn input {
  background: #FFBD9C !important;
  border: none;
  padding: 5px 20px;
  border-radius: 4px;
  color: #1a1a1a;
  cursor: pointer;
}
/* line 453, ../sass/_group_form.scss */
.group.form .dynamic-table .addBtn input:hover {
  background: #ff9b69 !important;
}
@media screen and (max-width: 768px) {
  /* line 462, ../sass/_group_form.scss */
  .group.form .dynamic-table tr {
    border: 2px solid #FFBD9C;
  }
  /* line 466, ../sass/_group_form.scss */
  .group.form .dynamic-table tr:last-child {
    border: none !important;
  }
  /* line 471, ../sass/_group_form.scss */
  .group.form .dynamic-table td {
    border: 1px solid dashed !important;
    text-align: left !important;
  }
  /* line 476, ../sass/_group_form.scss */
  .group.form .dynamic-table td::before {
    background: transparent;
    color: #9FCCA3;
    max-width: 130px;
  }
}
/* line 486, ../sass/_group_form.scss */
.group.form select {
  padding: 5px;
}
/* line 494, ../sass/_group_form.scss */
.group.form .Dynamic > .g.row > div:nth-child(odd) {
  background-color: #e4e4e4;
}
/* line 501, ../sass/_group_form.scss */
.group.form .g.row {
  width: 100%;
  background-color: #ffffff;
}
/* line 507, ../sass/_group_form.scss */
.group.form .g.row + .g.row > .cell,
.group.form .g.row + .g.row > .static-form {
  border-top: none;
}
/* line 514, ../sass/_group_form.scss */
.group.form .g.row > .g.cell {
  box-sizing: border-box;
  margin-top: 0 !important;
  display: flex;
  flex: 1;
}
/* line 520, ../sass/_group_form.scss */
.group.form .g.row > .g.cell .static-form {
  flex: 1;
  display: flex;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(2) {
  float: left;
  width: 50%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(2) ~ .g.cell {
  float: left;
  width: 50%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(3) {
  float: left;
  width: 33.3333333333%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(3) ~ .g.cell {
  float: left;
  width: 33.3333333333%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(4) {
  float: left;
  width: 25%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(4) ~ .g.cell {
  float: left;
  width: 25%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(5) {
  float: left;
  width: 20%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(5) ~ .g.cell {
  float: left;
  width: 20%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(6) {
  float: left;
  width: 16.6666666667%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(6) ~ .g.cell {
  float: left;
  width: 16.6666666667%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(7) {
  float: left;
  width: 14.2857142857%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(7) ~ .g.cell {
  float: left;
  width: 14.2857142857%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(8) {
  float: left;
  width: 12.5%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(8) ~ .g.cell {
  float: left;
  width: 12.5%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(9) {
  float: left;
  width: 11.1111111111%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(9) ~ .g.cell {
  float: left;
  width: 11.1111111111%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(10) {
  float: left;
  width: 10%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(10) ~ .g.cell {
  float: left;
  width: 10%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(11) {
  float: left;
  width: 9.0909090909%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(11) ~ .g.cell {
  float: left;
  width: 9.0909090909%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(12) {
  float: left;
  width: 8.3333333333%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(12) ~ .g.cell {
  float: left;
  width: 8.3333333333%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(13) {
  float: left;
  width: 7.6923076923%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(13) ~ .g.cell {
  float: left;
  width: 7.6923076923%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(14) {
  float: left;
  width: 7.1428571429%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(14) ~ .g.cell {
  float: left;
  width: 7.1428571429%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(15) {
  float: left;
  width: 6.6666666667%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(15) ~ .g.cell {
  float: left;
  width: 6.6666666667%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(16) {
  float: left;
  width: 6.25%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(16) ~ .g.cell {
  float: left;
  width: 6.25%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(17) {
  float: left;
  width: 5.8823529412%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(17) ~ .g.cell {
  float: left;
  width: 5.8823529412%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(18) {
  float: left;
  width: 5.5555555556%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(18) ~ .g.cell {
  float: left;
  width: 5.5555555556%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(19) {
  float: left;
  width: 5.2631578947%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(19) ~ .g.cell {
  float: left;
  width: 5.2631578947%;
}
/* line 526, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(20) {
  float: left;
  width: 5%;
}
/* line 531, ../sass/_group_form.scss */
.group.form .g.row > .g.cell:nth-of-type(1):nth-last-of-type(20) ~ .g.cell {
  float: left;
  width: 5%;
}
@media screen and (max-width: 768px) {
  /* line 545, ../sass/_group_form.scss */
  .group.form .g.row .row {
    display: block !important;
  }
  /* line 549, ../sass/_group_form.scss */
  .group.form .g.row .cell {
    float: none !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
  }
}
/* line 561, ../sass/_group_form.scss */
.group.form .baseData .cell {
  float: none !important;
  display: inline-block !important;
  width: 49% !important;
}

/* line 569, ../sass/_group_form.scss */
.chackList {
  margin-top: 15px;
}
/* line 572, ../sass/_group_form.scss */
.chackList input {
  height: 21px;
  padding: 5px;
}
/* line 577, ../sass/_group_form.scss */
.chackList .reload {
  background: #FFBD9C;
  border-radius: 4px;
  color: #1a1a1a;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
/* line 27, ../sass/_base-function.scss */
.chackList .reload:hover {
  opacity: 0.8;
}
/* line 581, ../sass/_group_form.scss */
.chackList .img {
  display: inline-block;
  vertical-align: top;
}
/* line 585, ../sass/_group_form.scss */
.chackList .img img {
  border: 1px solid #343434;
  vertical-align: top;
  height: 32px;
}
/* line 591, ../sass/_group_form.scss */
.chackList .img input {
  vertical-align: middle;
  height: 34px;
}
@media screen and (max-width: 560px) {
  /* line 598, ../sass/_group_form.scss */
  .chackList > div {
    text-align: right !important;
    padding: 5px;
  }
  /* line 602, ../sass/_group_form.scss */
  .chackList > div .img {
    margin-top: 5px;
  }
}

/* line 2, ../sass/_base-block-list.scss */
.base-block-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 16, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 10px;
  transition: 150ms;
  padding: 20px 15px 15px 15px;
  min-height: 115px;
  box-shadow: 4px 0px 13px #e4e4e4;
}
/* line 25, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in a {
  color: #1a1a1a;
}
/* line 28, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in .title {
  font-weight: bold;
  font-size: 1.3em;
}
/* line 34, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in .p {
  margin: 5px 0;
  margin-top: 20px;
}
/* line 37, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in .p .dept, .base-block-list > ul > li > .in .p .date {
  display: inline-block;
}
/* line 41, ../sass/_base-block-list.scss */
.base-block-list > ul > li > .in:hover {
  background: #e2efe3;
}
/* line 46, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun {
  margin-top: 3px;
  text-align: right;
}
/* line 49, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li {
  display: inline-block;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(1) a {
  color: #bb3e00;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(2) a {
  color: #cb4300;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(3) a {
  color: #da4800;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(4) a {
  color: #e94d00;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(5) a {
  color: #f85200;
}
/* line 53, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li:nth-child(6) a {
  color: #ff5a09;
}
/* line 59, ../sass/_base-block-list.scss */
.base-block-list > ul > li .fun li a {
  text-decoration: none;
  font-weight: bold;
  background-color: #ffffff;
  box-shadow: 0 0 8px #b6b6b6;
  border-radius: 4px;
}

/* line 3, ../sass/_base-listPage.scss */
.base.listPage > ul,
.base.listPage .form {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 9, ../sass/_base-listPage.scss */
.base.listPage > ul > li,
.base.listPage .form > li {
  box-shadow: 0 0 8px #b6b6b6;
  margin-bottom: 15px;
  display: block;
}
/* line 15, ../sass/_base-listPage.scss */
.base.listPage > ul > li .title,
.base.listPage .form > li .title {
  width: auto !important;
  display: block;
}
/* line 20, ../sass/_base-listPage.scss */
.base.listPage > ul > li .title,
.base.listPage .form > li .title {
  background: #FFBD9C;
  border-radius: 4px 4px 0 0;
  padding: 5px 10px;
  display: flex;
  align-items: center;
}
/* line 29, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content,
.base.listPage .form > li .content {
  flex: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  background-color: #ffffff;
}
/* line 38, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content input,
.base.listPage .form > li .content input {
  padding: 2px 5px;
}
/* line 42, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content span,
.base.listPage .form > li .content span {
  display: block;
}
/* line 46, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content select,
.base.listPage .form > li .content select {
  width: 100px;
}
/* line 51, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content .obj .div,
.base.listPage .form > li .content .obj .div {
  display: inline-block;
  vertical-align: middle;
}
/* line 57, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul,
.base.listPage .form > li .content.files > ul {
  list-style: none;
}
/* line 60, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul > li,
.base.listPage .form > li .content.files > ul > li {
  padding: 10px 0;
}
/* line 63, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul > li + li,
.base.listPage .form > li .content.files > ul > li + li {
  border-top: 1px dotted #b6b6b6;
}
/* line 66, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul > li .name,
.base.listPage .form > li .content.files > ul > li .name {
  display: inline-block;
  margin-right: 10px;
}
/* line 70, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul > li .file,
.base.listPage .form > li .content.files > ul > li .file {
  display: inline-block;
}
/* line 74, ../sass/_base-listPage.scss */
.base.listPage > ul > li .content.files > ul > li .file ul li,
.base.listPage .form > li .content.files > ul > li .file ul li {
  display: inline-block;
  margin-right: 5px;
}

/* line 1, ../sass/_base-SitMap.scss */
.base.SitMap {
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 0px 13px #e4e4e4;
}
/* line 8, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in ul {
  list-style: none;
}
/* line 11, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul {
  margin: 0;
  padding: 0;
}
/* line 15, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li + li {
  margin-bottom: 15px;
}
/* line 18, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > a {
  background-color: #f0f0f0;
  padding: 10px 5px;
  border-radius: 4px;
}
/* line 24, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > a::before {
  content: "​";
  width: 20px;
  height: 20px;
  background: url(/images/icon-arrow.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 33, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > a:hover {
  background-color: #F9D6BE;
}
/* line 37, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > ul {
  margin: 10px 0;
}
/* line 40, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > ul li + li {
  border-top: 1px dotted #b6b6b6;
}
/* line 45, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul > li > ul li a:hover {
  background-color: #f0f0f0;
}
/* line 55, ../sass/_base-SitMap.scss */
.base.SitMap .ct > .in > ul li a {
  display: block;
  text-decoration: none;
  color: #343434;
  transition: 150ms;
  padding: 10px 5px;
}

/* line 1, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum {
  /*.md*/
  margin: 30px 0 70px 0;
}
/* line 6, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum > .in {
  text-align: center;
}
/* line 10, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow1 {
  display: inline-block;
  vertical-align: middle;
}
/* line 15, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow1 .pagination-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 22, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow1 .pagination-container ul li.active {
  background-color: #FF8346;
  color: #ffffff;
  border-color: #FF9953;
}
/* line 28, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow1 .pagination-container ul li a {
  box-sizing: border-box;
  transition: 150ms;
  color: #1a1a1a;
  cursor: pointer;
}
/* line 41, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 {
  display: inline-block;
  vertical-align: middle;
}
/* line 45, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 select {
  padding: 5px;
}
/* line 49, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow2 button {
  padding: 5px 8px;
}
/* line 54, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 {
  display: inline-block;
  vertical-align: -6px;
}
/* line 59, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul {
  padding: 0;
  margin: 0;
}
/* line 63, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li {
  display: inline-block;
  vertical-align: text-bottom;
}
/* line 67, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li span,
.simple-text.pageNum .pageshow3 .pagination-container ul li a {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  display: inline-flex;
  width: 25px;
  height: 25px;
  margin-right: 3px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
/* line 27, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li span:hover,
.simple-text.pageNum .pageshow3 .pagination-container ul li a:hover {
  opacity: 0.8;
}
/* line 88, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.active a {
  background: #FF9953;
  color: #ffffff;
}
/* line 100, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a, .simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a {
  background-size: 70% !important;
  height: 25px;
  width: 25PX;
  padding: 0 !important;
  border: none;
}
/* line 110, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  background: #FF8346 url(/images/away-right-transparent.png) no-repeat center;
}
/* line 27, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToNext a:hover {
  opacity: 0.8;
}
/* line 121, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  background: #FF8346 url(/images/away-left-transparent.png) no-repeat center;
}
/* line 27, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToPrevious a:hover {
  opacity: 0.8;
}
/* line 130, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  background: #FF8346 url(/images/away-right-2.png) no-repeat center;
}
/* line 27, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToLast a:hover {
  opacity: 0.8;
}
/* line 139, ../sass/_simple-text-pageNum.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a {
  background: #FF8346;
  border-radius: 4px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  background: #FF8346 url(/images/away-left-2.png) no-repeat center;
  box-shadow: 0 5px #ff6113;
  padding: 3px 0;
}
/* line 27, ../sass/_base-function.scss */
.simple-text.pageNum .pageshow3 .pagination-container ul li.PagedList-skipToFirst a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  /* line 1, ../sass/_base-left-menu.scss */
  .base-left-menu {
    display: none;
  }
}
/* line 6, ../sass/_base-left-menu.scss */
.base-left-menu > .in ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 11, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 4px 0px 13px #e4e4e4;
  padding: 5px 15px;
}
/* line 19, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li.is-active .ct {
  display: block;
}
/* line 24, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li ~ li {
  border-top: 1px solid #FFBD9C;
}
/* line 28, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .hd a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: #1a1a1a;
}
/* line 33, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .hd a .img {
  margin-right: 5px;
}
/* line 36, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .hd a .img, .base-left-menu > .in > ul > li .hd a .p {
  vertical-align: middle;
}
/* line 41, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .ct {
  display: none;
}
/* line 45, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .ct ul li {
  margin: 5px 0;
}
/* line 47, ../sass/_base-left-menu.scss */
.base-left-menu > .in > ul > li .ct ul li a {
  background-color: #FEF2EC;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #1a1a1a;
  border-radius: 4px;
}

/* line 1, ../sass/_base-attach.scss */
.base-attach {
  flex: 1;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/_base-attach.scss */
  .base-attach {
    display: none;
  }
}
/* line 6, ../sass/_base-attach.scss */
.base-attach > .in {
  padding-right: 15px;
}

/* line 1, ../sass/_base-page-content.scss */
.base-page-content {
  flex: 4;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  /* line 1, ../sass/_base-page-content.scss */
  .base-page-content {
    padding-left: 0;
    padding: 0 10px;
  }
}

/* line 2, ../sass/_group-child.scss */
.group-child {
  position: relative;
}
/* line 4, ../sass/_group-child.scss */
.group-child .download {
  display: inline-block;
  margin-right: 10px;
}
/* line 7, ../sass/_group-child.scss */
.group-child .download a {
  background-color: #FF8346;
  font-size: 1.4em;
  color: #ffffff;
  box-shadow: 0 0 8px #b6b6b6;
  padding: 3px 8px;
}
/* line 14, ../sass/_group-child.scss */
.group-child .download ~ .p {
  display: inline-block;
  width: 88%;
  vertical-align: middle;
}
/* line 21, ../sass/_group-child.scss */
.group-child a.cusBut {
  box-shadow: 0 0 8px #b6b6b6;
  color: #ffffff !important;
  min-width: 3em;
  padding: 5px 20px;
  text-align: center;
}
/* line 27, ../sass/_group-child.scss */
.group-child a.cusBut.is-blue {
  background-color: #61B2F1;
}
/* line 30, ../sass/_group-child.scss */
.group-child a.cusBut.is-gray {
  background-color: #b6b6b6;
}
/* line 33, ../sass/_group-child.scss */
.group-child a.cusBut.is-major {
  background-color: #FF8346;
}
/* line 36, ../sass/_group-child.scss */
.group-child a.cusBut.is-green {
  background-color: #44a967;
}
/* line 39, ../sass/_group-child.scss */
.group-child a.cusBut.is-pink {
  background-color: #df8080;
}
/* line 46, ../sass/_group-child.scss */
.group-child .group.applyCase-info .ct .item {
  padding: 10px 0;
}
/* line 48, ../sass/_group-child.scss */
.group-child .group.applyCase-info .ct .item .title, .group-child .group.applyCase-info .ct .item .p {
  display: inline-block;
}
/* line 55, ../sass/_group-child.scss */
.group-child .search .item {
  display: inline-block;
  margin-right: 5px;
}
/* line 58, ../sass/_group-child.scss */
.group-child .search .item input[type="text"], .group-child .search .item select {
  border: 1px solid #b6b6b6;
  border-radius: 2px;
}
/* line 63, ../sass/_group-child.scss */
.group-child .search .item input[type="text"] {
  padding: 7px 3px;
}
/* line 66, ../sass/_group-child.scss */
.group-child .search .item select {
  padding: 5px 3px;
}
