* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  min-width:1070px;
  background: #fff;
  color: #6e7a87;
  /*font-family: HiraKakuProN-W6, HiraKakuProN, Meiryo, sans-serif;*/
  font-family: sans-serif;
}

a {color: #4facdb;}

a.comp {
  color: #fff;
  min-width: auto;
  text-decoration: none;
  border-bottom: solid 0.2rem #6f7685;
  border-radius: 8px;
  background-color: #84849d;
  padding: 8px 20px;
}

button {
  padding: 0;
  outline: none;
  background: none;
  border: none;
  cursor:pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
button#button-csvdownload {
  color:#fff;
  min-width: 60px;
  padding: 8px 10px;
}

button.flat-button {
  display: block;
  margin: auto;
  padding: 0.75em 0;
  border: none;
}

button.text-link-button {
  text-decoration: underline;
}

.main, .header {
  margin-left: 11.5rem;
}

.header {
  border-bottom: solid thin #c9d2d8;
}
.header .header-logo-layout {
  display: block;
  margin: auto;
  padding: 1rem 0;
  width: 82px;
  height: auto;
}
.header .header-logout-button-layout {
  position: absolute;
  top: calc(24px + 1rem);
  right: 0;
  width: 10rem;
  height: auto;
}

.header .header-username-layout {
  position: absolute;
  top: calc(24px + 1rem);
  left: 16.5rem;
  width:auto;
  top:20px;
  height: auto;
}
.header .header-logout-button-layout {
  position: absolute;
  top: calc(24px + 1rem);
  right: 4.5rem;
  width: auto;
  height: auto;
}

.notice {
  color: #ff3e3e;
}
.notice02 {
  color: #ff3e3e;
  text-align: left;
  margin:0 0 30px 0;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 6rem;
  width: 11.5rem;
  min-height: 100vh;
  overflow: auto;
  z-index: 10;
  background: #565b63;
  color: #fff;
}
.sidebar ul {
  padding: 0;
}
.sidebar ul.sidebar-list2 {
  display: none;
  background: #454a53;
  color: #6d7583;
}
.sidebar li {
  position: relative;
  list-style-type: none;
  line-height: 3.75rem;
  display: block;
}
.sidebar li.sidebar-list1.selected {
  background: #ff7200;
  color: #fff;
}
.sidebar li.sidebar-list1.selected > ul.sidebar-list2 {
  display: block;
}
.sidebar li.sidebar-list2.selected {
  background: #454a53;
  color: #ffa200;
}
.sidebar li > button,
.sidebar li > .sidebar-list-item {
  display: block;
  width: 100%;
  height: 3.75rem;
  padding: 0 1rem;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sidebar li.sidebar-list1 > button::after {
  content: '';
  position: absolute;
  top: calc((3.75rem - 12px) / 2);
  right: 1.25rem;
  background-image: url("../cms/img/cms_chevron_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 12px;
}
.sidebar li.sidebar-list1.selected > button::after {
  content: none;
}
.sidebar li.sidebar-list1.has-sublist.selected > button::after {
  content: '';
  position: absolute;
  top: calc((3.75rem - 7px) / 2);
  right: 1rem;
  background-image: url("../cms/img/cms_chevron_down.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 7px;
}
.sidebar-link {
  color: #fff;
  text-decoration: none;
  padding-left: 1rem;
  display: block;
}
.sidebar-link.active {
  color: #ff7200;
}

.cms-content {
  padding: 40px 90px;
}
.cms-content .comp-mes {
  width: 610px;
  margin-right:auto;
  margin-left:auto;
}

.cms-list-search-content {
  margin-bottom: 30px;
}

.cms-form {
  /* width: 540px; */
}

.cms-form-item {
  width: 540px;
  margin:0 auto 10px auto;
}

.cms-form-item-title {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
}

.cms-form-item-data {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.cms-input-box {
  padding: 10px;
  width: 400px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.cms-input-box.search-box {
  padding: 13px 50px 13px 13px;
  width: 300px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
}
.cms-input-box.smart {
  border: 0;
  background-color: #f1f5fa;
}
.cms-input-box.cms-error, .cms-select.cms-error {
  background-color: #fee8e8;
}

.cms-select {
  position: relative;
  min-width: 400px;
  padding:10px 40px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border:1px solid #ccc;
  border-radius: 8px;
}
.cms-select::-ms-expand {
  display: none;
}

.cms-select-wrapper  {
  position: relative;
  display: block;
}
.cms-select-wrapper:before {
  content: '';
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-top: 10px solid #ff7200;
  border-left: 8px solid transparent;
  z-index: 1;
  pointer-events: none;
  margin: auto 0;
}

.cms-checkbox {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-left: 5px;
  -webkit-appearance: none;
  vertical-align: bottom;
}
.cms-checkbox:checked::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-right: 3px solid #ff7200;
  border-bottom: 3px solid #ff7200;
  border-radius: 2px;
  transform: rotate(45deg);
}
.cms-file-area {
  position: absolute;
  top: 0;
  left: 0;
  height: 5000px;
  width: 5000px;
  opacity: 0;
}

.cms-form-caution {
  width:540px;
  text-align: center;
  margin:40px auto 0 auto;
}

.cms-form-caution-link {
  color: #4facdb;
}

.cms-error-messages {
  width:540px;
  text-align: center;
  margin:0 auto;
}

.cms-form-option {
  width: 530px;
  margin-right: 5px;
  text-align: right;
}

.cms-form-operation  {
  width:540px;
  text-align: center;
  margin:60px auto 0 auto;
}
.btn-back{
  width:540px;
  text-align: center;
  margin:30px auto 0 auto;
}
.cms-form-operation div{
  padding:0 !important;
}
.cms-form-operation input[type="button"],
.cms-form-operation input[type="submit"] {
  margin: 0 10px;
}
.cms-form-operation div a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
}
/* .cms-form-operation button {
  margin: 0 10px;
  padding: 16px 20px;
} */

.cms-form-checkbox-wrapper {
  width: 540px;
  margin-top: 20px;
  color: #ff3e3e;
  text-align: center;
}

.cms-required::after {
  content: '*';
  margin-left: 5px;
  color: #ff3e3e;
}

.cms-content-header {
  margin-bottom: 20px;
}

.cms-list-heading {
  font-size: 18px;
  font-weight: normal;
}

.cms-list-table-wrapper {
  position: relative;
}

.cms-list-table {
  width: 100%;
  background-color: #80838a;
  table-layout:fixed;
  word-wrap:break-word;
}
.cms-list-table th {
  height: 30px;
  background: #565a63;
  color: #fff;
  font-weight: normal;
  padding:5px 0;
}
.cms-list-table.member-list th:first-child {
  width:107px;
}
.cms-list-table.member-list th:nth-child(2) {
  width:210px;
}
.cms-list-table.member-list th:nth-child(5) {
  width:45px;
}
.cms-list-table.mediator-list th:first-child {
  width:210px;
}
.cms-list-table.mediator-list th:nth-child(4) {
  width:130px;
}
.cms-list-table th:last-child {
    width:121px;
}
.cms-list-table th button {
    color:#fff;
    border-style:none;
    background:none;
    cursor:pointer;
    margin:0 0 0 5px;
    padding:0;
}
.cms-list-table.member-list th button {
    margin:0;
}
.cms-list-table td {
  background-color: #fff;
  padding: 10px;
  color: #333;
}
.cms-list-table.cms-select-table td {
  padding: 0;
}
.cms-list-table.cms-select-table td.normal-cell {
  padding: 10px;
}
.cms-list-table.cms-select-table td.normal-cell form{
	display: inline-block;
}

.cms-list-table.permission-list th:nth-child(2),
.cms-list-table.permission-list th:nth-child(3),
.cms-list-table.permission-list th:nth-child(4),
.cms-list-table.permission-list th:nth-child(5),
.cms-list-table.permission-list th:nth-child(6),
.cms-list-table.permission-list th:nth-child(7),
.cms-list-table.permission-list th:nth-child(8) {
  width: 85px;
}
.cms-list-table.permission-list th:last-child {
  width: 150px;
}

.cms-table-center {
  text-align: center;
}

.cms-list-pager {
  margin-top: 40px;
}

.cms-select-table-block {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.cms-select-table-block.selected {
  background-color: #e6faff;
}

.cms-list-table-balloon {
  position: absolute;
  top: 60px;
  left: 5px;
  width: 150px;
  padding: 10px 0;
  border-radius: 4px;
  background-color: #565a63;
  font-size: 16px;
  color: #fff;
  display: none;
  z-index: 1;
}
.cms-list-table-balloon.active {
  display: block;
}
.cms-list-table-balloon .left-content,
.cms-list-table-balloon .right-content {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.cms-list-table-balloon .left-content button {
	width: 100%;
	padding: 16px;
}
.cms-list-table-balloon::before {
  content: '';
  position: absolute;
  display: block;
  top: -12px;
  left: 32px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #565a63;
  border-left: 6px solid transparent;
}

.cms-select-table-link {
  cursor: pointer;
  color: #fff;
}

.cms-btn-active {
  min-width: 200px;
  /* padding: 16px 20px; */
  background-color: #ff7200;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 0.2rem #d1591c;
  border-left: 0;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
}
.cms-btn-active.middle{
  min-width: 200px;
  padding: 8px 10px;
  border-radius: 8px;
}
.cms-btn-active.small {
  min-width: 60px;
  padding: 8px 10px;
  border-radius: 8px;
}
.cms-btn-active.mini {
  min-width: auto;
  padding: 8px 10px;
  border-radius: 8px;
}
.cms-btn-active.link-small {
  min-width: 60px;
  border-radius: 8px;
}
.cms-btn-active.link-mini {
  min-width: auto;
  border-radius: 8px;
}
.cms-btn-active a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
}

.cms-btn-negative {
  min-width: 200px;
  padding: 16px 20px;
  background-color: #84849d;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 0.2rem #6f7685;
  border-left: 0;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
}
.cms-btn-negative.small {
  min-width: 60px;
  padding: 8px 10px;
  border-radius: 8px;
}
.cms-btn-negative.mini {
  min-width: auto;
  padding: 8px 10px;
  border-radius: 8px;
}
.cms-btn-negative.mini a{
  color:#fff;
  text-decoration:none;
}
.cms-btn-negative.mini button{
  color:#fff;
  text-decoration:none;
}

.cms-btn-table-block-toggle {
  display: block;
  width: 100%;
  height: 35px;
}

.cms-data-import-area {
  position: relative;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f1f5f8;
  text-align: center;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.left-content {
  position: relative;
  float: left;
}
.right-content {
  position: relative;
  float: right;
}
.left-content .search-btn,
.right-content .search-btn {
  width: 18px;
  height: 18px;
  background: url("../cms/img/search-box-icon.png") no-repeat;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.separator {
  border-right: 1px solid #888;
}

/* アクセス制限 */
.restriction .textArea {
  width:420px;
  height:120px;
  background:url("../cms/img/bg_restriction.jpg") no-repeat left center;
  background-size:120px 120px;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  margin:auto;
}
.restriction .textArea .errTitle {
  font-size:26px;
  font-weight:bold;
  margin:22px 0 10px 140px;
}
.restriction .textArea .errMes {
  font-size:18px;
  line-height:1.6;
  margin:0 0 0 140px;
}
