@charset "utf-8";
.x-no-select {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
}
h1,
.main-title {
  padding: 20px 0;
  font-size: 24px;
  font-weight: 200;
}
h1 span.action-title,
.main-title span.action-title {
  font-weight: normal;
  font-size: 16px;
}
.main-content-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 740px;
  min-height: 1px;
  float: left;
  margin-right: 30px;
}
.sub-content-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 230px;
  float: left;
}
a:link,
a:visited {
  color: #cd1824;
}
.next-action {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  background: #FBF8EF;
  border: 1px solid #DEC5A2;
  margin-bottom: 20px;
}
.next-action p {
  line-height: 1.5em;
  word-break: break-all;
}
.next-action p:before {
  content: url(/assets/img/icon/action_check.png);
  position: relative;
  margin-right: 5px;
  top: 1px;
}
.next-action.sub-color {
  background: rgba(162, 187, 222, 0.2);
  border-color: #a2bbde;
}
.next-action.alert-color {
  border: 1px solid #cd1824;
  background: #fbe0e1;
}
.next-action.alert-color p {
  line-height: 1.5em;
  word-break: break-all;
}
.next-action.alert-color p:before {
  content: '　';
  background-image: url(/assets/img/icon/e_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-right: 5px;
  top: 4px;
  width: 10px;
  height: 5px;
}
.user_name {
  margin-top: 10px;
}
.user_name .company-name {
  color: #888;
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: 0px;
  padding-right: 20px;
}
.user_name .name {
  display: inline-block;
}
.user_name img {
  border-radius: 50%;
  position: relative;
  top: -5px;
  margin-right: 2px;
}
.service-cat {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  line-height: 24px;
  padding: 0px 10px;
  background: #343434;
  color: #fff;
  text-align: center;
  margin-left: 10px;
  margin-left: 0px!important;
  display: inline-block;
}
.case-title {
  line-height: 1.0em;
  width: 580px;
  width: 500px;
  display: inline-block;
}
.attachment-files-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: right;
}
.attachment-files-area .clip-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.attachment-files-area .attachment-file {
  position: relative;
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 8px;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 3px;
}
.attachment-files-area .attachment-file:last-child {
  margin-right: 0;
}
.attachment-files-area .attachment-file img {
  margin-right: 8px;
  width: 15px;
}
.attachment-files-area .attachment-file .extension {
  position: absolute;
  top: 15px;
  left: 10px;
  font-size: 8px;
  color: #fff;
}
.more-add-file .clip-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.add-file-label {
  height: 36px;
  line-height: 36px;
  border-radius: 3px;
  background: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0 6px;
  margin-right: 6px;
  margin-bottom: 8px;
  cursor: pointer;
}
.add-file-label input {
  cursor: pointer;
}
.content-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  background: #544C4A;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.content-title a {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.content-title a:link,
.content-title a:visited {
  color: #fff;
}
.case-status-4label span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 2px 6px;
  font-size: 12px;
  position: relative;
  top: -5px;
  margin-left: 10px;
  font-weight: normal;
}
.case-status-4label span.open {
  background: #cd1824;
  color: #fff;
}
.case-status-4label span.close {
  background: #888;
  color: #fff;
}
.case-status-4label span.apply {
  background: #3ea73e;
  color: #fff;
}
.event-label {
  padding: 4px 8px;
  border: 1px solid #ccc;
  position: relative;
  top: -2px;
  margin-left: 10px;
  font-size: 12px;
}
.case-summary-info,
.pref-name,
.user-budget {
  font-size: 13px;
}
h1,
h3 {
  font-size: 24px;
  padding-bottom: 10px;
}
h1.icon-chat:before,
h3.icon-chat:before {
  content: url(/assets/img/icon/chat.png);
  width: 100px;
  height: 100px;
  position: relative;
  margin-right: 8px;
  top: 4px;
}
h1 a:link,
h3 a:link,
h1 a:visited,
h3 a:visited,
h1 a:active,
h3 a:active {
  color: #000;
}
.service-cat {
  margin-left: 0;
  margin-left: 10px;
}
.case-title {
  color: #000;
  width: auto;
}
.list h1,
.list h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.list h1.icon-chat,
.list h3.icon-chat {
  padding-bottom: 2px;
}
.list h1.icon-chat:before,
.list h3.icon-chat:before {
  content: '';
  background-image: url(/assets/img/icon/chat.png);
  background-size: 25px 20px;
  width: 25px;
  height: 20px;
  position: relative;
  margin-right: 4px;
  top: 2px;
  display: inline-block;
}
.list h3.icon-chat:before {
  margin-right: 5px;
}
.list .label.opened,
.list .label.created {
  background: #cd1824;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding: 0 15px;
  font-size: 12px;
  color: #fff;
  position: relative;
  top: -3px;
}
.list .label.closed,
.list .label.cancelled,
.list .label.cutted-off {
  background: #bbb;
}
.list .service-cat {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: relative;
  padding-top: 1px;
}
.list .case-title {
  font-size: 14px;
  color: #999;
}
.progress-bar-bg {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 8px;
  width: 100%;
  margin-top: 15px;
  background: #ccc;
  border-radius: 3px;
}
.progress-bar-bg .progress-bar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 0%;
  background: #cd1824;
  border-radius: 3px;
  transition: 1s;
}
.progress {
  text-align: right;
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.progress span {
  font-size: 20px;
  letter-spacing: 0;
}
.cmd-close-modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  line-height: 30px!important;
  padding-bottom: 6px;
  background: #cd1824;
  position: absolute;
  top: -15px;
  right: -15px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
}
.case-summary .budget {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 3px;
  margin-top: 15px;
}
.case-summary .budget .budget-range {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
}
.case-summary .case-description .case-desc-toggle .title {
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  font-weight: bold;
}
.case-summary .case-description .well {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px 10px;
  line-height: 1.5em;
}
.case-summary .case-description .well ul {
  text-align: right;
}
.case-summary .case-description .well ul li {
  display: inline-block;
}
.case-summary .case-description .well {
  position: relative;
  background: #fff;
  border: 1px solid #544C4A;
  border: 1px solid #ccc;
}
.case-summary .case-description .well .user-budget {
  padding-bottom: 8px;
}
.case-summary .case-description .well .user-message-title {
  padding-top: 8px;
  border-top: 1px solid #CCC;
}
.case-summary .case-description .well:after,
.case-summary .case-description .well:before {
  bottom: 100%;
  left: 8%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.case-summary .case-description .well:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}
.case-summary .case-description .well:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 7px;
  margin-left: -7px;
}
.case-sp-box .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background: #544C4A;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.case-sp-box .body {
  border: 1px solid #544C4A;
  margin-bottom: 20px;
}
.case-sp-box .left-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70px;
  margin: 10px;
  margin-left: 15px;
  margin-right: 0px;
}
.case-sp-box .left-box img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.case-sp-box .right-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 110px;
  margin: 10px;
  margin-top: 15px;
  margin-left: 10px;
}
.case-sp-box .right-box .company-name {
  line-height: 1.2em;
  color: #888;
  font-size: 12px;
}
.case-sp-box .right-box .name {
  font-size: 13px;
  margin-top: 5px;
}
.sub-content-box .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  background: #544C4A;
  height: 32px;
  line-height: 32px;
  text-align: left;
  border-radius: 0!important;
}
.sub-content-box .title.plan:first-child {
  margin-top: 0;
}
.sub-content-box .title p a {
  position: relative;
}
.sub-content-box .title p a:link,
.sub-content-box .title p a:visited {
  font-size: 12px;
  color: #fff;
}
.sub-content-box .body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.sub-content-box .body img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.sub-content-box .body .list-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  font-size: 11px;
}
.sub-content-box .body .list-item a {
  font-size: 11px;
  color: #444;
  text-decoration: none;
}
.sub-content-box .body .list-item a:hover {
  text-decoration: underline;
}
.sub-content-box .body .est-remain-count {
  font-size: 20px;
  color: #cd1824;
  display: inline-block;
  margin: 0 4px;
}
.sub-content-box .body .recommend-upgrade {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  border: 1px solid #cd1824;
  padding: 10px;
  text-align: left;
  margin: 10px auto;
  background: #fce8e9;
}
.sub-content-box .body.sp-status {
  padding: 0;
}
.sub-content-box .body.sp-status .status-value {
  width: 100%;
  background: #ddd;
}
.sub-content-box .performance table {
  font-weight: bold;
  font-size: 11px;
}
.sub-content-box .performance table th {
  width: 130px;
  padding: 5px 0 5px 10px;
  font-weight: bold;
}
.sub-content-box .performance table td {
  width: 100px;
  padding: 5px 10px 0 10px;
  text-align: right;
}
.sub-content-box .profile-progress-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-top: 20px;
}
.sub-content-box .profile-progress-box .progress-val {
  font-size: 18px;
  font-weight: bold;
  margin-right: 2px;
}
.sub-content-box .profile-progress-box .progress-bar-bg {
  margin-top: 5px;
}
.sub-content-box .prof-edit {
  text-align: right;
  margin-top: 15px;
}
.sub-content-box .side-list p {
  line-height: 1.5em;
}
.sub-content-box .side-list .date-font {
  color: #000;
}
.sub-content-box .side-list .body {
  border: none;
}
.survey_modal {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 900px;
  position: fixed;
  top: 40px;
  left: 100px;
  z-index: 130;
  display: none;
  background: #fff;
}
.survey_modal .survey-title {
  width: 100%;
  background: #343434;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.survey_modal .modal-catname-and-progress {
  padding: 10px 0;
}
.survey_modal .modal-catname-and-progress .right-box {
  width: 300px!important;
}
.survey_modal .modal-catname-and-progress .right-box .progress-bar-bg,
.survey_modal .modal-catname-and-progress .right-box .progress {
  display: inline-block;
}
.survey_modal .modal-catname-and-progress .right-box .progress-bar-bg {
  width: 140px;
}
.survey_modal .modal-catname-and-progress .right-box .progress {
  position: relative;
  top: 4px;
  margin-left: 0px;
}
.survey_modal .modal-inner {
  padding: 0 20px 20px;
}
.survey_modal .modal-inner .page-info {
  width: 400px;
}
.survey_modal .survey_page {
  max-height: 400px;
  position: relative;
}
.survey_modal .survey_page .well {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #eee;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.survey_modal .survey_page .scroll-area {
  max-height: 350px;
  overflow-y: auto;
}
.survey_modal .modal-paging {
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.survey_modal .cmd_close_survey_modal {
  margin: 0 auto;
  padding: 0 100px;
}
.survey_modal .right-box {
  width: 60%;
  margin-right: 10px;
}
.survey_modal .form-item-group:first-child {
  margin-top: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a:link,
.pagination li a:visited,
.pagination li a:active {
  text-decoration: none;
  font-weight: bold;
}
.pagination li.disabled a {
  font-weight: normal;
  color: #000;
}
