@charset "utf-8";

/*** component ***/
h3 {
    position: relative;
    margin: 20px 0;
}

h3::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 5px solid #2d30b2;
    border-radius: 50%;
    margin: 5px auto;
}

h3 span, h3 a {
    color: #2d30b2;
    padding-left: 26px;
    font-weight: 500;
    font-size: 22px;
}

h3 a:hover {
    text-decoration: underline;
}

h4 {
    color: #2d30b2;
    font-size: 24px;
}

.field-label {
    font-size: 16px;
}

.txt-center {
    text-align: center;
}

.txt-greeting-user {
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: right;
}

.txt-greeting-user .chara-icon {
    width: 20px;
    height: auto;
    margin: 0 10px 3px 0;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .txt-greeting-user {
        margin-top: 8px;
        padding-left: 1rem !important;
        text-align: left;
    }
}

.txt-category {
  background-color: #2cb6ea;
  color: #fff;
  padding: 0 4px;
  top: 0;
  font-size: 12px;
}

.txt-category.important {
  background-color: #ffaa2a;
}

.txt-category.normal {
  background-color: #a5c9e8;
}

.txt-category.advertisement {
  background-color: #bbd458;
}

.flex-area {
    display: flex;
}

.flex-area > div + div {
    margin: 0 0 0 5%;
}

@media (max-width: 1200px) {
    .flex-area {
        display: block;
    }

    .flex-area > div {
        width: 100% !important;
        margin: 0 !important;
    }
}


.btn-blue {
    color: #fff;
    background-color: #2d30b2;
    border-color: #2d30b2;
    border: 1px solid transparent;
    padding: 0.375rem 1.5rem;
    border-radius: 1rem;
    font-weight: 500;
}

.btn-white{
    color: #2d30b2;
    background-color: #fff;
    border-color: #2d30b2;
    border: 1px solid;
    padding: 0.375rem 1.5rem;
    border-radius: 1rem;
    font-weight: 600;
}

.btn-shadow {
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}


input.form-control-file {
    display: none;
}

.file-wrapper {
    position: relative;
    margin-top: 10px;
}

.file-wrapper label.upload-icon {
    display: block;
    width: 32px;
    min-height: 32px;
    max-height: 32px;
    text-indent: 30px;
    background-color: #fff;
    background-image: url(/images/icon_upload.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 18px 18px;
    border: solid 1px #ccc;
    border-radius: 20px;
    cursor: pointer;
}

.file-wrapper .upload-text {
    position: absolute;
    display: block;
    top: 5px;
    left: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: gray;
    vertical-align: middle;
    font-size: 14px;
}

.file-wrapper:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.5;
}

.file-wrapper .download-txt::before {
    content: "";
    display: block;
    width: 32px;
    min-height: 32px;
    max-height: 32px;
    text-indent: 30px;
    background-color: #fff;
    background-image: url(/images/icon_download.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 18px 18px;
    border: solid 1px #ccc;
    border-radius: 20px;
    cursor: pointer;
}

.file-wrapper .download-txt .upload-name {
    position: absolute;
    display: block;
    top: 5px;
    left: 38px;
    width: 88%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: gray;
    vertical-align: middle;
    font-size: 14px;
}

.file-remove {
    font-size: 15px;
    text-decoration: underline;
}

.history-link-area {
    text-align: right;
    padding: 6px 0;
}

.history-link {
    color: #2d30b2;
    padding: 0 15px;
}

.history-link + .history-link {
    border-left: 1px solid #2d30b2;
}

.history-link:last-child {
    padding-right : 0;
}

.block-area {
    padding: 10px 20px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 40px;
    background-color: white;
    margin: 0 8px;
}

.vertical-stack-area {
    padding: 10px 20px 0px 20px;
    border-top: 1px solid #2d30b2;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.vertical-stack-area .stack-block {
    border-bottom: 1px dashed #bfbebe;
    /* height: 100%; */
    padding: 20px 0 30px;
}

.vertical-stack-area .stack-block:last-child {
    border-bottom: 0;
}

.vertical-stack-area .card-body {
    padding: 0;
    padding-top: 4px;
}

.vertical-stack-area .stack-block .task-block-content,
.vertical-stack-area .stack-block .notice-block-content {
    display: inline-block;
    width: 90%;
}

.vertical-table-area {
    border-top: 1px solid #2d30b2;
    background-color: white;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
}

.vertical-table-area .table {
    margin: 0;
    color: #6c757d;
    overflow: hidden;
}

.vertical-table-area .table thead {
    height: 2em;
    background: #f0f0f0;
    border-bottom: 1px dotted #dee2e6;
}

.vertical-table-area .table thead th {
    border-bottom: none;
    vertical-align: middle;
    padding: 20px 10px;
}

.vertical-table-area .table th {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .vertical-table-area .table {
        font-size: 14px;
    }

    .vertical-table-area .table.scroll-table {
        overflow-x: scroll;
        white-space: nowrap;
    }
}

.vertical-table-area .table tr {
    border-top: 1px dotted #dee2e6;

}

.vertical-table-area:not(.no-link-table) .table tbody tr:hover {
    background: #dee2e6;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.vertical-table-area .table td {
    border-top: 1px dotted #dee2e6;
    height: 60px;
    vertical-align: middle;
    padding: 0 10px;
}

.vertical-table-area .table td a {
    display: flex;
    align-items: center;
    width:100%;
    height:100%;
    color: #6c757d;
}


.vertical-table-area .table .close-row {
    background: #e4e9ef;
}

.vertical-table-area .table .attention-row {
    background: #ffffe6;
}

.vertical-table-area.user-table .table td a {
    justify-content: center;
}

.vertical-table-area .table tbody td:last-child {
    position: relative;
}

.vertical-table-area.profile-table th,
.vertical-table-area.profile-table td {
    text-align: center;
    border: 1px dotted #dee2e6;
}

.vertical-table-area.profile-table thead th {
    padding: 4px;
    font-size: 14px;
    width: 25%;
}

.vertical-table-area.profile-table .mail-check-area {
    margin: 0;
    font-size: 14px;
}

.vertical-table-area.profile-table .table td {
    padding: 0;
}

.vertical-table-area.profile-table .mail-check-area input {
    width: auto;
    display: inline-block;
    vertical-align:middle;
}

.vertical-table-area.profile-table .mail-check-area input +
.vertical-table-area.profile-table .mail-check-area input {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .tab-content > .tab-pane {
      overflow-x: scroll;
    }
}

.task-area .tab-content > .tab-pane {
  overflow: visible;
}

.right-arrow {
    position: absolute;
    padding-left: 20px;
    right: 0;
    top: 50%;
}

.right-arrow::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 1px rgba(0, 0, 0, 0.25);
  border-right: solid 1px rgba(0, 0, 0, 0.25);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.vertical-table-area .right-arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .vertical-table-area .right-arrow {
    display: none;
  }
}

.task-block, .notice-block {
    position: relative;
}

.task-block .card-title {
    font-size: 20px;
}

.task-block img {
    width: 20%;
    min-width: 150px;
    height: auto;
    border: 0;
    float: right;
    margin: 10px 10px 10px 30px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .task-block img {
        min-width: 60px;
        margin: 7px;
    }
}

.task-block.clear::before {
    position: absolute;
    content: "";
    width: 140px;
    height: 177px;
    text-indent: 30px;
    background-image: url(/images/icon_medal.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 140px 177px;
    top: -8px;
    right: -20px;
    z-index: 100;
    filter: drop-shadow(0 0 0.25rem gray);
}

.task-block:first-child.clear::before {
    top: -18px;
}

@media (max-width: 767px) {
    .task-block.clear::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 126px;
        background-size: 100px 126px;
        top: -6px;
        right: -20px;
        z-index: 100;
    }

    .task-block:first-child.clear::before {
        top: -18px;
    }
}


@media (min-width: 1200px) {
    .container:not(.mypage) .task-block.clear::before {
        width: 180px;
        height: 228px;
        background-size: 180px 228px;
        top: -10px;
    }

    .container:not(.mypage) .task-block:first-child.clear::before {
        top: -20px;
    }
}

.clear-ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 0;
  margin: 0;
  padding: 2px 0;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 15px;
  background: linear-gradient(#e95738 0%, #f7141f 100%);
  border-radius: 2px 0 0 0;
  filter: drop-shadow(0 0 0.1rem gray);
}

.task-block:first-child.clear .clear-ribbon {
    top: -16px;
}

.clear-ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #f7141f;
  border-right: solid 6px transparent;
}
.clear-ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #f7141f;
  border-right: 20px solid #f7141f;
  border-bottom: 10px solid transparent;
}

.clear-ribbon + a {
    margin-top: 20px;
}

.posted-date, .posted-info {
    margin: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}

.posted-title {
    font-size: 22px;
    color: #2f3235;
}

.confirm-item-name {
    font-size: 16px;
    font-weight: 500;
    color: #2d30b2;
}

.source-code-area {
    display: block;
    margin: 20px 0;
    background: #fff;
}

.modal-inline-trigger {
    display: contents;
}

.source-code-area ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid gray;
}

.source-code-area .prettyprint ol.linenums > li {
    list-style-type: decimal;
    list-style-position: outside;
    border-left: 1px #707070 solid;
    margin-left: 2rem;
    padding-left: 1rem;
    color: #2f3235;
    white-space: initial;
}

.comment-wrapper .source-code-area {
    margin: 0;
    text-align: left;
    border: 1px #707070 solid;
    padding: 4px;
}

.comment-wrapper .source-code-area .prettyprint li.L1,
.comment-wrapper .source-code-area .prettyprint li.L3,
.comment-wrapper .source-code-area .prettyprint li.L5,
.comment-wrapper .source-code-area .prettyprint li.L7,
.comment-wrapper .source-code-area .prettyprint li.L9 {
    background: #fff;
}

.navbar .container {
    position: relative;
}

.navbar .container .nav-register{
    position: absolute;
    right: 10px;
}

@media (max-width: 767px) {
    #navbarSupportedContent .header-btn-list .dropdown {
        width: 100%;
    }

    #navbarSupportedContent .menu-content li {
        position: relative;
        padding: 6px 6px 6px 30px;
    }

    #navbarSupportedContent .menu-content li + li {
        border-top: dotted 1px #ccc;
    }

    #navbarSupportedContent .menu-content li a:before {
        position: absolute;
        content: "";
        top: 12px;
        left: 10px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media (max-width: 575.98px) {
  .task-area .nav-tabs .nav-link,
  .nav-tabs .nav-link {
     font-size: 14px;
     padding: 8px 10px;
  }
}

.form-group ul li {
    display: inline-block;
    margin: 0 15px 10px 0;
    width: 150px;
    vertical-align: top;
}

.form-group img {
    max-width: 150px;
    height: auto;
    margin: 10px 10px 10px 0;
}

body.loading::before {
    content: "";
    position: fixed;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background-image: url(/images/icon_loading.gif);
    z-index: 300;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 40px 40px;
}

@media (min-width: 768px) {
    .is-sp {
      display: none;
    }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

/*** login ***/

.doui-area-inner h3:before {
    border: 0;
    margin: 0;
}

.login-block-wrapper {
    position: relative;
    text-align: center;
    margin: 40px 0;
}
.login-block-wrapper .login-block {
    display: inline-block;
    text-align: left;
    width: 80%;
    min-width: 350px;
    max-width : 600px;
    padding: 40px 100px 40px 100px;
    border: none;
    border-top: 1px solid;
    border-top-color: #2d30b2;
    border-radius: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.login-block-wrapper .login-block h3 {
    margin-bottom: 1rem;
    font-weight: 900;
}

.login-block-wrapper .login-block .remember-pass-txt {
    margin-left: 10px;
}

@media (max-width: 767px) {
  .header-btn-list {
    margin: 10px;
    justify-content: center;
  }

  .login-block-wrapper .login-block {
    padding: 30px 38px;
  }

  .login-block-wrapper .login-block .remember-pass-txt {
      display: block;
      position: relative;
      margin: 0;
      margin-top: 10px;
      font-size: 14px;
      width: 100%;
  }
}

/* mypage */

.mypage {
    margin-bottom: 80px;
}

.mypage .contact-area {
    flex-basis: 100%;
}

.mypage .task-area {
    flex: 2;
}

.mypage .notice-area {
    flex: 1;
}

/* task */
.task-progress-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 2rem 0 3rem 0;
}

.task-progress-bar li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #2d30b2;
  font-weight: 600;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid gray;
}
.task-progress-bar li:first-child,
.task-progress-bar li:last-child {
  flex: 1;
}
.task-progress-bar li:last-child {
  text-align: right;
}
.task-progress-bar li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: gray;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  z-index: 3;
  transition: all .2s ease-in-out;
}
.task-progress-bar li:first-child:before {
  left: 0;
}
.task-progress-bar li:last-child:before {
  right: 0;
  left: auto;
}
.task-progress-bar span {
  transition: opacity .3s ease-in-out;
}
.task-progress-bar li:not(.is-active) span {
  opacity: 0;
}
.task-progress-bar .is-complete:not(:first-child):after,
.task-progress-bar .is-active:not(:first-child):after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: -50%;
  z-index: 2;
  border-bottom: 2px solid #2d30b2;
}
.task-progress-bar li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}

.task-progress-bar .is-complete:last-child:after,
.task-progress-bar .is-active:last-child:after {
  width: 200%;
  left: -100%;
}

.task-progress-bar .is-complete:before {
  background-color: #2d30b2;
}

.task-progress-bar .is-active:before,
.task-progress-bar li:hover:before,
.task-progress-bar .is-hovered:before {
  background-color: #fff;
  border-color: #2d30b2;
}
.task-progress-bar li:hover:before,
.task-progress-bar .is-hovered:before {
  transform: scale(1.33);
}

.task-progress-bar li:hover span,
.task-progress-bar li.is-hovered span {
  opacity: 1;
}

.task-progress-bar:hover li:not(:hover) span {
  opacity: 0;
}

.task-search-area > input {
    width: 32px;
    min-height: 32px;
    max-height: 32px;
    text-indent: 30px;
    background-color: #fff;
    background-image: url(/images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-size: 18px 18px;
    border: solid 1px #ccc;
    border-radius: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.task-search-area > input.is-open {
    min-width: 240px;
    cursor: auto;
    color: #222;
    border-color: #2d30b2;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}

.no-result {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;
    border-left: double 7px #2d30b2;
    border-right: double 7px #2d30b2;
}

.no-result p {
    margin: 0;
    padding: 0;
}

.task-search-area > .task-search-btn-area {
    flex : 1;
    text-align: center;
}

.task-show .task-area {
    flex: 5;
}

.task-show .comment-area {
    flex: 3.5;
}

.comment-area .like-button {
    background-color: #fff;
    border: none;
}

.task-title {
    font-size: 28px;
    color: #2f3235;
    font-weight: 500;
}

.chat-area {
    width: 100%;
    margin: 0.5em 0;
    overflow: hidden;
}

@media (max-width: 767px) {
    .chat-area .comment-wrapper {
        max-width: 80%;
    }
}

.chat-area .comment-wrapper .comment-content {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 20px;
    border-radius: 30px;
    max-width: 100%;
    word-break: break-all;
    text-align: left;
}

.chat-area .comment-wrapper .comment-info {
    color: gray;
    font-size: 12px;
    margin-top: 6px
}

.chat-area .comment-wrapper .comment-image {
    display: block;
}

.chat-area .comment-wrapper .comment-image img {
    width: 100%;
    height: auto;
    max-width: 150px;
    padding: 10px;
    cursor: pointer;
}

.chat-area .comment-wrapper.general-says {
    text-align: right;
    margin:0 0 0 auto;
}

.chat-area .update-message {
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.chat-area .update-message .update-date {
    font-size: 13px;
    font-weight: initial;
}

.chat-area .comment-wrapper.general-says .comment-content {
    background: #e0e1fc;
    border-radius: 30px 30px 0 30px;
}

.chat-area .comment-wrapper.general-says .comment-info {
    margin-right: 10px;
}

.chat-area .comment-wrapper.admin-says .comment-content {
    position: relative;
    margin: 5px 0 0 15px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #f0f0f0;
    border-radius: 30px 30px 30px 0;
}

.chat-area .comment-wrapper.admin-says .comment-info {
    margin-left: 15px;
}

.status-close {
    position: relative;
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px 0 #fff;
  margin: 40px 0 0;
}

.max-width {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right;
}

.task-image {
    object-fit: cover;
    height: 250px;
}

.modal-button {
    padding-right: 10px;
    padding-bottom: 10px;
}

#change-answer-wrapper {
    padding: 25px 10px 0 0;
}

/* contact */
.contact-show .contact-area {
    flex: 2;
}

.contact-show .comment-area {
    flex: 1;
}


​.link {
    position: relative;
    z-index: 1; /* リンク要素の重なりのベース順序指定 */
}

.link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* リンク要素の重なりのベース順序指定 */
}

/* -- 個人情報の同意エリア -- */
.doui-area {
    height: 250px;
    margin-bottom: 20px;
    background: #fff;
    border: solid 1px #ccc;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.doui-area-inner {
    padding: 20px;
}

.doui-area h3 {
    margin-bottom: 20px;
    padding: 0 5px;
    font-size: 110%;
    text-decoration: underline;
    text-align: center;
    font-weight: normal;
}

.doui-area h4 {
    margin-bottom: 8px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 100%;
    font-weight: bold;
}

.doui-area .txt {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 100%;
    font-weight: normal;
}

.doui-area .txt.none {
    margin-bottom: 0;
}

.doui-area .box {
    width: auto;
    margin: 0 10px 20px 15px;
    padding: 10px 5px;
    font-size: 100%;
    border: solid 1px #ccc;
    text-align: center;
}

.doui {
    font-size: 120%;
    font-weight: bold;
}

/* -- お知らせ一覧 -- */

/*
.notices-area {
    padding: 10px 20px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 40px;
    background-color: white;
}

.notice-block {
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px dashed #bfbebe;
}
.notice-block:last-child {
    border-bottom: none;
}
.notice-block p {
    margin: 0;
}
*/

/* -- お問い合わせ -- */
.contact-confirm-area {
    padding: 10px 20px 0px 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    margin-bottom: 40px;
    background-color: white;
}
.contact-confirm-item-block {
    display: block;
    padding: 10px 0 5px;
    border-bottom: 1px dashed #bfbebe;
}
.contact-confirm-item-block:last-child {
    border-bottom: none;
}
.contact-confirm-item-name {
    margin: 0;
}
.modal-header.contact{
    display: block;
}

.contact .modal-header{
    display: block;
}

.contact .modal-body{
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.admin-radio-area input {
    width: auto;
    display: inline-block;
    vertical-align:middle;
    margin: 0 10px 0 10px;
}

.admin-select-area {
    display: none;
}

.admin-select-area label {
    margin: 0 10px 0 0;
}

footer#footer {
    position: relative;
    clear: both;
    background-color: #333;
    color: #fff;
    font-size: 80%;
    text-align: center;
    z-index: 110;
    height: 250px;
}

@media (max-width: 1200px) {
    footer#footer {
        height: 350px;
    }
}

.footer-wrapper {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 23px 0;
}

.footer-wrapper .link-list li{
    display: inline-block;
    margin: 0 0 20px;
    padding: 0 20px 0;
}

.footer-wrapper .link-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-wrapper .company-info-area {
    color: #767676;
}

.footer-wrapper .company-info-area .company-name {
    font-size: 40px;
    margin: 0;
    font-family: "sans-serif";
    font-weight: 100;
}

.footer-wrapper .company-info-area .company-name a {
    color: #767676 !important;
}

.footer-wrapper .company-info-area .company-name span {
    font-weight: 900;
}

@media (max-width: 767px) {
    footer#footer {
        height: auto;
    }

    .footer-wrapper {
        padding: 10px 0;
    }

    .footer-wrapper .link-list li {
        margin: 0 0 10px;
        padding: 0 0 0;
        border-bottom: solid 1px #555;
        text-align: left;
        width: 100%;
    }

    .footer-wrapper .link-list li a {
        position: relative;
        display: block;
        padding: 10px 28px;
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-weight: normal;
        line-height: 1.2;
    }

    footer#footer ul li a:before {
        position: absolute;
        content: "";
        top: 12px;
        left: 10px;
        width: 7px;
        height: 7px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
