@charset "UTF-8";
.simpleMarkList {
  margin-left: 1em;
}

.simpleMarkList_item:before {
  margin-right: .5em;
  content: '・';
}

.simpleMarkList_item_lv1:before {
  content: '●';
}

.simpleMarkList_item_lv2:before {
  content: '○';
}

@media (max-width: 1024px) {
  img {
    max-width: 100%;
  }
}

.btncolor {
  background: #0073AA;
  color: #fff;
}
.btncolor:hover {
  background: #006798;
}

.login {
  width: 380px;
  margin: 30px auto 5px;
  padding: 25px;
  background: #f7f7f7;
  border-radius: 6px;
}
.login button {
  width: 330px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .login {
    width: 100%;
  }
  .login .input, .login button {
    width: 90%;
    margin: 0 auto;
  }
}

fieldset {
  border: none;
  padding: 0 0 20px;
}

.loginLogo {
  text-align: center;
  margin: 60px 0 0;
}

.version {
  font-size: 14px;
  text-align: center;
  margin: 0 0 60px;
}

.pleaselogin {
  margin: 10px 0;
  text-align: center;
  color: #666;
}

.message.error {
  font-size: 12px;
  text-align: center;
  color: #f00;
  margin: 0 0 10px;
}

input[type="text"].loginName, input[type="password"].loginPass {
  margin: 0;
  line-height: 2.4em;
  height: auto;
  width: 100%;
  padding: 5px;
}

input[type="text"].loginName {
  border-radius: 6px 6px 0 0;
}

input[type="password"].loginPass {
  border-radius: 0 0 6px 6px;
}

.copyright {
  text-align: center;
  width: 360px;
  margin: 0 auto;
  font-size: 12px;
  color: #666;
}

.menuList li.group {
  margin-right: auto;
}
.menuList li .searchWrap {
  margin: 8px 12px;
  padding: 4px 10px;
  border-radius: 3px;
  border: 1px solid #b3b3b3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
}
.menuList li .searchWrap form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.menuList li .searchWrap input[type="text"] {
  border: none;
  width: 200px;
  font-size: 12px;
}
.menuList li .searchWrap .submitBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: #003e8d;
}

.inner {
  margin: 20px 0 100px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}
.inner article {
  margin-bottom: 40px;
}
.inner article.menber {
  margin-top: 35px;
}

.mierukatopInner {
  margin-top: 40px;
}

.contentTitle {
  color: #333;
  font-size: 36px;
  padding-bottom: 40px;
}
.contentTitle .englishTitle {
  color: #ccc;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 4px;
}
.contentTitle .titleDescription {
  font-size: 15px;
  margin: 0;
  font-weight: normal;
  display: block;
}

.mierukatopContentTitle {
  display: none;
}

.contentHeader {
  color: #353535;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 8px;
  border-left: 5px solid #3287D2;
}

.search form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.search label {
  background: #000;
  color: #fff;
  padding: 0 0 0 15px;
  position: relative;
  font-family: "Pathway Gothic One",sans-serif,"arial","meiryo";
  font-size: 18px;
}
.search label:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000;
  top: 0;
  bottom: 0;
  left: 85px;
  margin: auto;
}
.search input[type="text"] {
  padding: 12px;
  width: 680px;
  margin: 0;
  display: inline-block;
}
.search select {
  margin: 0 0 0 20px;
  width: 315px;
  display: none;
}
.search .submitBtn {
  font-family: "Pathway Gothic One",sans-serif,"arial","meiryo";
  margin: 0 0 0 20px;
  background: #3287D2;
  color: #fff;
  border-style: none;
  padding: 0 10px;
  cursor: pointer;
  width: 280px;
  font-size: 18px;
  position: relative;
  border-radius: 30px;
}
.search .submitBtn:hover {
  opacity: 0.8;
}
.search .fa-search {
  position: absolute;
  left: 2em;
  top: 0;
  bottom: 4px;
  margin: auto;
  height: 1em;
  width: 1em;
}

.opinionForm .submitBtn {
  font-family: "Pathway Gothic One",sans-serif,"arial","meiryo";
  background: #3287D2;
  color: #fff;
  border-style: none;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  width: 165px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 0 auto;
}
.opinionForm .submitBtn:hover {
  background: #666;
}
.opinionForm textarea {
  width: 100%;
  margin: 20px 0;
}

.searchEtc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 12px;
  margin: 10px 0;
  display: none;
}
.searchEtc ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.searchEtc ul li a {
  font-size: 12px;
  display: block;
  margin: 0 5px;
}

.popularSearch {
  font-size: 12px;
  margin: 0 20px 0 0;
}

.detailSearch {
  margin: 0 0 0 520px;
}

.hide {
  display: none;
}

.tree {
  position: relative;
}
.tree .tab {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style-type: none;
  font-size: 14px;
  margin: 0;
}
.tree .tab li {
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #a4d4e8;
  border-left: 1px solid #a4d4e8;
  border-bottom: 1px solid #a4d4e8;
  padding: 8px 0;
  cursor: pointer;
  background: #d9e7ec;
  font-family: "Pathway Gothic One",sans-serif,"arial","meiryo";
  font-size: 18px;
  border-bottom: 1px solid #a4d4e8;
}
.tree .tab li:last-child {
  border-right: 1px solid #a4d4e8;
}
.tree .tab li.select {
  background: #fff;
  border-bottom: none;
}

.seeMyteam {
  display: block;
  background: #fff;
  font-weight: bold;
  color: #003e8d;
  border: 1.5px solid #003e8d;
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 9px 50px;
  border-radius: 30px;
  text-align: center;
  display: none;
}
.seeMyteam:hover {
  opacity: 0.8;
}

.tableTree .header th {
  background-color: #003e8d;
  border-bottom: none;
}

.treeItemRoot {
  background: #fff;
  border: 1px solid #29abe2;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.treeItemRoot:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100px;
  background: #29abe2;
  z-index: 2;
}
.treeItemRoot.processTabTree:before, .treeItemRoot.mindTabTree:before {
  display: none;
}
.treeItemRoot td {
  font-size: 15px;
  line-height: 1.5em;
  padding: 0.5em 0;
  vertical-align: baseline;
}
.treeItemRoot td.contents:hover {
  text-decoration: none;
}
.treeItemRoot td.contents a:hover {
  color: #fc9047;
}

.treeList {
  padding: 60px 0 30px 30px;
  position: relative;
}
.tabTree .treeList {
  padding: 60px 30px 30px 30px;
}

.groupTree_processes {
  padding: 0;
}
.underLine .groupTree_processes {
  display: none;
}
.underLine.under-on .groupTree_processes {
  display: block;
}
.groupTree_processes .groupTree_processes_list {
  font-size: 14px;
  padding-left: 1em;
}
.groupTree_processes .treeGenerator {
  padding-left: 3em;
}

.treeItem {
  display: none;
}
.treeItem.show {
  display: block;
}
.treeItem .mygroup {
  margin-left: -30px;
  padding-left: 30px;
}
.treeItem .line, .treeItem .branch, .treeItem .blank, .treeItem .lastBranch {
  width: 2em;
}
.treeItem .line {
  background: url("../../img/mieruka/line.png") center 0 repeat-y;
}
.treeItem .branch {
  background-image: url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center .4em, right 1.2em;
  background-repeat: repeat-y, no-repeat;
}
.treeItem .branch.parent.icon-close {
  background-image: url("../../img/mieruka/mieruka_plus.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center .4em, center 0, right 1.2em;
  background-repeat: no-repeat, repeat-y, no-repeat;
  cursor: pointer;
}
.treeItem .branch.parent.icon-close:hover {
  background-image: url("../../img/mieruka/mieruka_plushov.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
}
.treeItem .branch.parent.icon-open {
  background-image: url("../../img/mieruka/mieruka_minus.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center .4em, center 0, right 1.2em;
  background-repeat: no-repeat, repeat-y, no-repeat;
  cursor: pointer;
}
.treeItem .branch.parent.icon-open:hover {
  background-image: url("../../img/mieruka/mieruka_minushov.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
}
.treeItem .lastBranch {
  background-image: url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center 0, right 1.2em;
  background-repeat: no-repeat, no-repeat;
}
.treeItem .lastBranch.parent.icon-close {
  background-image: url("../../img/mieruka/mieruka_plus.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center .4em, center 0, right 1.2em;
  background-repeat: no-repeat, no-repeat, no-repeat;
  cursor: pointer;
}
.treeItem .lastBranch.parent.icon-close:hover {
  background-image: url("../../img/mieruka/mieruka_plushov.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
}
.treeItem .lastBranch.parent.icon-open {
  background-image: url("../../img/mieruka/mieruka_minus.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
  background-position: center .4em, center 0, right 1.2em;
  background-repeat: no-repeat, no-repeat, no-repeat;
  cursor: pointer;
}
.treeItem .lastBranch.parent.icon-open:hover {
  background-image: url("../../img/mieruka/mieruka_minushov.png"), url("../../img/mieruka/line.png"), url("../../img/mieruka/liney.png");
}
.treeItem .contents.underLine.under-on {
  position: relative;
  overflow: hidden;
}
.treeItem .contents.underLine.under-on:after {
  content: "";
  width: 1%;
  height: 100%;
  top: 2.5em;
  left: 1em;
  position: absolute;
  background: url("../../img/mieruka/line.png") repeat-y;
}
.treeItem .urlboxWrap {
  position: relative;
  display: inline-block;
}
.treeItem .urlbox {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 13px 0 0;
}
.treeItem .urlbox .linkurl {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.treeItem .urlbox .linkurl:focus {
  outline: none;
}
.treeItem .urlbox .linkurl:after {
  content: url("../../img/link_1.png");
  color: #333;
  position: absolute;
  top: -15px;
  left: 0;
  padding-left: 5px;
}
.treeItem .urlbox.open .urlboxitem {
  display: block;
}
.treeItem .urlbox.manualbox .linkurl:after {
  content: url("../../img/manual_1.png");
}
.treeItem .urlboxitem {
  padding: 5px;
  background: #fff;
  position: absolute;
  border: 2px solid #aaa;
  width: 500px;
  color: #333;
  z-index: 10;
  top: 20px;
  display: none;
}
.treeItem .urlboxitem:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #aaa transparent;
  position: absolute;
  top: -10px;
  left: 6px;
}
.treeItem .urlboxitem a {
  display: block;
  font-size: 12px;
}
.treeItem .addPlus, .treeItem .linkbox .linktext, .treeItem .linkurl {
  color: #f7fcff;
  padding: 0 5px;
  position: relative;
}
.firstTable .treeItem .addPlus, .firstTable .treeItem .linkbox .linktext, .firstTable .treeItem .linkurl {
  color: #daf0fe;
}
.treeItem .missionCopy {
  width: 300px;
  border-left: 1px solid #a4d4e8;
  padding: 0.5em;
}
.treeItem .missionCopy p {
  margin: 0;
}
.treeItem .member {
  width: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0.5em;
}
.treeItem .member .memberPhotoFrame {
  overflow: hidden;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0 auto;
  background: #dfdfdf;
  border-radius: 50%;
}
.treeItem .member .memberPhotoFrame img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.treeItem table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: none;
}
.treeItem table a {
  color: #04c;
}
.treeItem table tr {
  border: none;
}
.treeItem table tr.header {
  cursor: default;
}
.treeItem table.firstTable tr {
  background: #daf0fe;
}
.treeItem table td:hover {
  text-decoration: underline;
}

.header th {
  color: #fff;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.headerMember {
  width: 100px;
  margin: 0 0 0 auto;
}

.headerMission {
  width: 300px;
  border-left: 1px solid #a4d4e8;
}

.buttons {
  position: absolute;
  left: 30px;
  top: 65px;
  padding-bottom: 10px;
  background: url("../../img/mieruka/line.png") 0.95em 0 repeat-y;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.detailTree .buttons, .processTabTree .buttons {
  top: 21px;
}
.buttons .buttonsall {
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: right;
  padding: 4px 10px 4px 30px;
  background-color: #f7f7f7;
  background-image: url("../../img/mieruka/plusminusicon.gif");
  background-repeat: no-repeat;
  background-position: right center;
  color: #04c;
}
.buttons .buttonsall:hover {
  color: #fc9047;
}
.buttons .buttonsall.close {
  background-position: 0 1px;
  cursor: pointer;
}
.buttons .buttonsall.close:hover {
  background-position: 0 -26px;
}
.buttons .buttonsall.open {
  background-position: 0 -51px;
  cursor: pointer;
  margin-right: 10px;
}
.buttons .buttonsall.open:hover {
  background-position: 0 -77px;
}
.buttons .linkToCompany {
  font-size: 14px;
  padding: 4px 10px;
}
.buttons .linkToCompany a {
  margin-right: 10px;
}
.buttons .changedisplay {
  background: #FFF;
  color: #04c;
  cursor: pointer;
  margin-left: 10px;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  text-align: right;
  padding: 4px 10px 4px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.buttons .changedisplay:hover {
  color: #fc9047;
}
.buttons .changedisplay .hideProcesses, .buttons .changedisplay .hideMetadata {
  margin-right: 10px;
}

.groupTree_processes_header {
  background: #317ec2;
  padding: 2px 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-left: 1em;
  font-weight: bold;
}
.groupTree_processes_header.gth2 {
  background: none;
  font-size: inherit;
  color: inherit;
  padding: 0;
  font-weight: normal;
}
.mykindid8 .groupTree_processes_header.gth2 {
  display: none !important;
}
.groupTree_processes_header.metaLineNo2 {
  position: relative;
}
.groupTree_processes_header.metaLineNo2:after {
  position: absolute;
  width: 1px;
  height: 2.5em;
  top: -2.6em;
  left: .45em;
  background: #666;
}
.groupTree_processes_header.metaLineNo3 {
  position: relative;
}
.groupTree_processes_header.metaLineNo3:after {
  position: absolute;
  width: 1px;
  height: 4em;
  top: -4em;
  left: .45em;
  background: #666;
}
.groupTree_processes_header.metaLineNo4 {
  position: relative;
}
.groupTree_processes_header.metaLineNo4:after {
  position: absolute;
  width: 1px;
  height: 5.5em;
  top: -5.6em;
  left: .45em;
  background: #666;
}
.groupTree_processes_header.metaLineNo5 {
  position: relative;
}
.groupTree_processes_header.metaLineNo5:after {
  position: absolute;
  width: 1px;
  height: 7em;
  top: -7em;
  left: .45em;
  background: #666;
}
.groupTree_processes_header.metaLineNo6 {
  position: relative;
}
.groupTree_processes_header.metaLineNo6:after {
  position: absolute;
  width: 1px;
  height: 8.5em;
  top: -8.6em;
  left: .45em;
  background: #666;
}
.groupTree_processes_header.metaLineNo7 {
  position: relative;
}
.groupTree_processes_header.metaLineNo7:after {
  position: absolute;
  width: 1px;
  height: 10em;
  top: -10em;
  left: .45em;
  background: #666;
}

.teamList-case, .memberList-case {
  width: 900px;
  margin: 0 auto;
}

.memberList, .teamList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.memberList li, .teamList li {
  width: 250px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 10px;
  margin: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
}
.memberList .memberInfo, .teamList .memberInfo {
  width: 240px;
}

.teamList li {
  padding-top: 70px;
  padding-bottom: 40px;
}

.memberInfo {
  width: 215px;
}

.memberName {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: -10px;
  padding-left: 10px;
}
.memberName span {
  font-weight: normal;
  display: block;
  font-size: 12px;
  color: #777;
}

.memberDepartment {
  font-size: 13px;
  margin: 0;
}

.memberImage {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: relative;
}
.teamList .memberImage {
  width: 60px;
  height: 60px;
}
.memberImage img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.memberDate {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0;
  font-size: 12px;
  color: #777;
}

.teamName {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  margin: 10px;
  border: 1px solid #ccc;
  background: #f7fcff;
  display: block;
}
.teamName:hover {
  background: #c9e9fc;
}

.prevBtn, .nextBtn {
  text-indent: -9999px;
  background: #fff;
  width: 20px;
  position: absolute;
  height: 100%;
  border: 1px solid #ccc;
  top: 0;
  padding: 0;
  margin: 0;
  z-index: 5;
}

.prevBtn {
  left: -45px;
  border-radius: 4px 0 0 4px;
}
.prevBtn:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #ccc transparent transparent;
}

.nextBtn {
  right: -45px;
  border-radius: 0 4px 4px 0;
}
.nextBtn:after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ccc;
}

.newsList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.newsList ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.newsList ul li:first-child {
  border-top: 1px solid #ccc;
}

.date {
  margin: 0 10px 0 0;
}

/* detail */
.breadcrumb {
  margin: 10px 0 30px;
  font-size: 12px;
}

.detailTitle {
  background: #3287D2;
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
  padding: 9px 12px;
}
.detailTitle span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}

.contentSection {
  padding: 20px;
  border: 1px solid #29abe2;
}

.contentSection2 {
  padding: 20px;
  border: 1px solid #29abe2;
}

.mykindid8 .detailTitle {
  margin-bottom: 0;
}
.mykindid8 .tree {
  margin-bottom: 0;
}
.mykindid8 .contentSection2 {
  border-bottom: none;
}

.memberListDetail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  height: 126px;
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.memberListDetail.open {
  height: auto;
}
.memberListDetail li {
  border: 1px solid #eaeaea;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 0 0;
}
.memberListDetail li.leader {
  border: 1px solid #3287d2;
}
.memberListDetail li.memberEtc {
  border: none;
}
.memberListDetail li.memberEtc.close {
  padding: 36px 0 0;
}
.memberListDetail li.memberEtc.close a:before {
  top: 29px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.memberListDetail li.memberEtc a {
  display: block;
  width: 68px;
  height: 68px;
  text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: #fff;
  color: #ccc;
  margin: 0 15px 15px;
  border: 1px solid;
}
.memberListDetail li.memberEtc a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  left: 24px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.memberListDetail li.memberEtc a:hover {
  background: #eee;
}
.memberListDetail li .memberLinkPhotoFrame, .memberListDetail li span {
  display: block;
  width: 68px;
  height: 68px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: #ccc;
  margin: 0 11px 15px;
}
.memberListDetail li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

.memberNameDetail {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

.missionSec {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  margin-bottom: 10px;
  padding: 0 15px;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.missionSec.hover {
  height: 5px;
  border-bottom: 1px solid #333;
}
.missionSec p {
  color: #454545;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}

.missionItem.open .missionSec {
  border-bottom: 1px solid #333;
  height: auto;
  padding: 15px;
}

.missionTitle {
  position: relative;
  line-height: 1em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
.missionTitle.other {
  margin: 40px 0 0;
}
.missionTitle.other:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px;
  border-color: transparent transparent #eaeaea transparent;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.missionTitle .missionTitleHeader {
  background: #202020;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  position: relative;
  min-width: 320px;
}
.missionTitle .missionTitleHeader .kind {
  font-family: "Pathway Gothic One",sans-serif,"arial","meiryo";
  font-size: 24px;
  display: block;
}
.missionTitle .missionTitleHeader .name {
  display: block;
  font-size: 12px;
  border-top: 1px solid #fff;
  margin-top: 10px;
  padding-top: 5px;
  color: #fff;
  position: relative;
}
.missionTitle .missionTitleHeader .highergroup:after {
  content: ">>";
  position: absolute;
  right: 0;
  color: #fff;
}
.missionTitle a.missionTitleHeader:hover {
  background: #666;
}
.missionTitle a.missionTitleHeader:hover:after {
  border-color: transparent transparent transparent #666;
}
.missionTitle .missionTitleHeader:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #202020;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5px;
}

.missionTitleContent {
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 40px 10px 20px;
  display: block;
  width: 100%;
  margin-left: -10px;
}
.haveMission .missionTitleContent {
  cursor: pointer;
}
.haveMission .missionTitleContent:before {
  content: url("../../img/arrow_down.png");
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 25px;
  height: 30px;
}
.haveMission .missionTitleContent:hover:before {
  content: url("../../img/arrow_down_hover.png");
  position: absolute;
}
.haveMission.open .missionTitleContent:before {
  content: url("../../img/arrow_up.png");
  position: absolute;
}

.checkSend {
  height: 1.5em;
  color: #d33c44;
  font-size: 14px;
  margin: -10px 0 5px;
}

.tabTree {
  padding: 20px;
  border-left: 1px solid #a4d4e8;
  border-right: 1px solid #a4d4e8;
  border-bottom: 1px solid #a4d4e8;
}
.processTree .tabTree, .mindTree .tabTree {
  border-top: 1px solid #a4d4e8;
}
.tabTree .treeItemRoot {
  width: 100%;
}

/* search */
.searchResultList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.processSearch .searchResultList, .mindSearch .searchResultList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.processSearch .searchResultList li, .mindSearch .searchResultList li {
  width: 48%;
  margin: 0 1%;
}
.processSearch .searchResultList li:nth-of-type(2), .mindSearch .searchResultList li:nth-of-type(2) {
  border-top: 1px solid #ccc;
}
.processSearch .searchResultList li:nth-of-type(even), .mindSearch .searchResultList li:nth-of-type(even) {
  background: none;
}
.searchResultList li {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.searchResultList li:first-child {
  border-top: 1px solid #ccc;
}
.searchResultList li:nth-of-type(even) {
  background: #f9f9f9;
}

.genreTitle {
  margin: 40px 0 0;
  font-size: 24px;
}

.resultNo {
  margin: 10px 0;
}

.resultPaginator {
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style-type: none;
  justify-content: center;
  margin: 10px 0;
}
.resultPaginator li a {
  display: block;
  padding: 2px 8px;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 5px;
  border-radius: 4px;
  color: #555;
}
.resultPaginator li.active a {
  background: #dbf6fc;
}
.resultPaginator li.disabled a {
  background: #eee;
  cursor: default;
}

.checkAll {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin: 0 0 0 5px;
}

.searchResultLink {
  font-size: 18px;
}
.userpath .searchResultLink {
  font-size: 14px;
}

.searchResultPath {
  font-size: 14px;
  color: #aaa;
  padding: 0;
  margin: 0;
}

.resultusername {
  font-size: 20px;
}

.searchTag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style-type: none;
  margin: 15px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.searchTag p, .searchTag a {
  padding: 4px 0;
  width: 150px;
  text-align: center;
  display: block;
  font-size: 14px;
  color: #333;
}
.searchTag a:hover {
  color: #111;
  font-style: italic;
}
.searchTag.select p {
  color: #0073aa;
  font-weight: bold;
  border-bottom: 3px solid #0073aa;
}
.searchTag .noSearch p {
  color: #bbb;
}

.manualList ul, .linkList ul {
  list-style-type: none;
  border: 1px solid #a4d4e8;
  padding-left: 10px;
  padding-right: 10px;
}
.manualList ul li, .linkList ul li {
  padding: 8px;
  border-bottom: 1px solid #a4d4e8;
}
.manualList ul li:last-child, .linkList ul li:last-child {
  border: none;
}

.manualList ul li a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  line-height: 1.8em;
}
.manualList ul li a[href$=".xls"], .manualList ul li a[href$=".xlsx"], .manualList ul li a.xls, .manualList ul li a.xlsx {
  background: url(../../img/icn_excel.png) no-repeat left center;
}
.manualList ul li a[href$=".doc"], .manualList ul li a[href$=".docx"], .manualList ul li a.doc, .manualList ul li a.docx {
  background: url(../../img/icn_word.png) no-repeat left center;
}
.manualList ul li a[href$=".ppt"], .manualList ul li a[href$=".pptx"], .manualList ul li a.ppt, .manualList ul li a.pptx {
  background: url(../../img/icn_powerpoint.png) no-repeat left center;
}
.manualList ul li a[href$=".pdf"], .manualList ul li a.pdf {
  background: url(../../img/icn_pdf.png) no-repeat left center;
}
.manualList ul li a[href$=".zip"], .manualList ul li a.zip {
  background: url(../../img/icn_zip.png) no-repeat left center;
}
.manualList ul li a[href$=".png"], .manualList ul li a[href$=".jpg"], .manualList ul li a[href$=".gif"], .manualList ul li a.png, .manualList ul li a.jpg, .manualList ul li a.gif {
  background: url(../../img/icn_pic.png) no-repeat left center;
}
.manualList ul li a[href$=".txt"], .manualList ul li a.txt {
  background: url(../../img/icn_text.png) no-repeat left center;
}
.manualList .filename a, .manualList .filename p {
  display: inline-block;
  padding-left: 25px;
}
.manualList .xls, .manualList .xlsx {
  background: url(../../img/icn_excel.png) no-repeat left center;
}
.manualList .doc, .manualList .docx {
  background: url(../../img/icn_word.png) no-repeat left center;
}
.manualList .ppt, .manualList .pptx {
  background: url(../../img/icn_powerpoint.png) no-repeat left center;
}
.manualList .pdf {
  background: url(../../img/icn_pdf.png) no-repeat left center;
}
.manualList .zip {
  background: url(../../img/icn_zip.png) no-repeat left center;
}
.manualList .png, .manualList .jpg, .manualList .gif {
  background: url(../../img/icn_pic.png) no-repeat left center;
}
.manualList .txt {
  background: url(../../img/icn_text.png) no-repeat left center;
}

.processList .listItem, .mindList .listItem, .manualList .listItem {
  width: 100%;
  border-collapse: collapse;
}
.processList .listHeader, .mindList .listHeader, .manualList .listHeader {
  background: #f5f5f5;
}
.processList tr, .mindList tr, .manualList tr {
  border-bottom: 1px solid #aad0ea;
}
.processList th, .mindList th, .manualList th {
  padding: 8px;
  text-align: left;
}
.processList td, .mindList td, .manualList td {
  padding: 8px;
  border: none;
}
.processList .date, .mindList .date, .manualList .date {
  width: 150px;
  text-align: center;
}
.processList .filesize, .mindList .filesize, .manualList .filesize {
  text-align: right;
  width: 150px;
}

.groupmetadata {
  padding: 0 0 0 1em;
}
.underLine .groupmetadata {
  display: none;
}
.underLine.under-on .groupmetadata {
  display: block;
}
.groupmetadata .groupmetadataheader {
  display: block;
  position: relative;
}
.groupmetadata .metaContent {
  display: block;
  text-indent: -1.3em;
  margin-left: -0.7em;
  padding-left: 4em;
  position: relative;
}
.groupmetadata .metaContent.metaContentLine2 {
  position: relative;
}
.groupmetadata .metaContent.metaContentLine2:after {
  content: "";
  position: absolute;
  top: 1.45em;
  left: 4em;
}

.jumptotop {
  width: 100px;
  height: 40px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #004098;
  opacity: 0.6;
  z-index: 3;
}
.jumptotop a {
  position: relative;
  display: block;
  width: 100px;
  height: 40px;
  text-decoration: none;
}
.jumptotop a:after {
  content: '↑ TOPへ戻る';
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

a.treeHeaderNameLink {
  text-decoration: underline;
}

/*# sourceMappingURL=style.css.map */
