@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000000;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #EBEEF2;
}

a {
  text-decoration: none;
  -webkit-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.1s ease, false, false, false, false, false, false, false, false, false);
}

/*----------------------------------------
	main
----------------------------------------*/
.main:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.trumbowyg button {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  line-height: auto;
  color: #222;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  height: 60px;
  background: #002353;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
}
header.yellow {
  background-color: yellow;
}
header.yellow ul li {
  color: #000;
}
header.yellow ul li a {
  color: #000;
}
header.yellow ul li a i {
  color: #000;
}
header h1 {
  margin-left: 20px;
}
header h1 a {
  display: block;
  line-height: 0;
}
header h1 a img {
  width: 160px;
}
header ul {
  margin-left: auto;
}
@media only screen and (max-width: 659px) {
  header ul {
    display: none;
  }
}
header ul li {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
}
header ul li a {
  color: #fff;
}
header ul li a i {
  color: #fff;
  margin-right: 6px;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  padding: 0 10px 0 0;
}
footer .copyright {
  text-align: right;
  color: #bcbcbc;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 20px;
}

/*----------------------------------------
	sidebar
----------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9;
  width: 240px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  background: #fff;
}
.sidebar:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.sidebar.deactive {
  left: -100%;
}
.sidebar .gnavi {
  height: 100vh;
  padding-bottom: 60px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #dbdbdb;
}
.sidebar .gnavi ul li dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 54px;
  height: 50px;
  display: block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  color: #222;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 44px;
    height: 40px;
  }
}
.sidebar .gnavi ul li dl dt:hover {
  opacity: 0.6;
}
.sidebar .gnavi ul li dl dt:after {
  font-size: 11px;
  font-size: 0.6875rem;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0px;
  right: 20px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt:after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.sidebar .gnavi ul li dl dt a {
  color: #222;
  display: block;
}
.sidebar .gnavi ul li dl dt i {
  color: #333;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  text-align: center;
  width: 25px;
  margin-left: 20px;
  margin-right: 5px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dt i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.sidebar .gnavi ul li dl dt.noarrow:after {
  display: none;
}
.sidebar .gnavi ul li dl dd {
  display: none;
  /*background:#fff;*/
}
.sidebar .gnavi ul li dl dd.force {
  display: block !important;
}
.sidebar .gnavi ul li dl dd ul li {
  border-bottom: none;
}
.sidebar .gnavi ul li dl dd ul li.active a {
  color: #222;
}
.sidebar .gnavi ul li dl dd ul li.active a:hover {
  /*background-color: #e9e9e9;*/
}
.sidebar .gnavi ul li dl dd ul li.active a i {
  color: #333;
}
.sidebar .gnavi ul li dl dd ul li a {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 17px 20px 17px 40px;
  display: block;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dd ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 12px 15px 12px 35px;
  }
}
.sidebar .gnavi ul li dl dd ul li a i {
  color: #333;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  width: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 659px) {
  .sidebar .gnavi ul li dl dd ul li a i {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.sidebar .gnavi ul li dl dd ul li a:hover {
  /*background-color: #f5f5f5;*/
}
.sidebar .gnavi ul li dl dd ul li:last-child {
  margin-bottom: 0;
}
.sidebar .gnavi ul li dl.active {
  background: rgba(197, 197, 197, 0.2);
}
.sidebar .gnavi ul li dl.active dd {
  display: block;
}

/*----------------------------------------
	scrollbar(*chrome)
----------------------------------------*/
::-webkit-scrollbar {
  overflow: hidden;
  width: 4px;
  background: #fafafa;
}
::-webkit-scrollbar:horizontal {
  height: 4px;
}

::-webkit-scrollbar-button {
  display: none;
}

::-webkit-scrollbar-piece {
  background: #eee;
}
::-webkit-scrollbar-piece:start {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-corner {
  background: #333;
}

/*----------------------------------------
	edit
----------------------------------------*/
.edit h4 {
  margin: 0 0 20px 0;
}
.edit p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.edit dl {
  margin-bottom: 15px;
}
.edit dl dt {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 10px;
}
.edit dl dt span {
  font-size: 12px;
  font-size: 0.75rem;
  color: red;
  margin-left: 10px;
}
.edit dl dd {
  font-size: 16px;
  font-size: 1rem;
}
.edit dl dd .note {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 10px;
}
@media only screen and (max-width: 659px) {
  .edit dl dd .note {
    margin-top: 5px;
  }
}
.edit dl dd label {
  margin: 0 5px 10px 0;
}
.edit dl dd figure {
  margin: 15px 0;
}
.edit dl dd figure img {
  width: 100%;
  max-width: 250px;
}
.edit .headline {
  background-color: #F6F8FB;
  padding: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  margin-bottom: 30px;
}
.edit .button {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 10px 0;
}
.table.on table th, .table.on table td {
  display: none;
}
.table.on table th.fixed, .table.on table th.switch, .table.on table td.fixed, .table.on table td.switch {
  display: table-cell;
}
.table table {
  width: 100%;
  min-width: 900px;
}
.table table tr:nth-child(odd) {
  background-color: #F6F8FB;
}
.table table th, .table table td {
  min-width: 100px;
}
.table table th.switch, .table table td.switch {
  display: none;
}
.table table th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px;
}
@media only screen and (max-width: 659px) {
  .table table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
.table table th i {
  margin-left: 5px;
}
.table table td {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  .table table td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
.table table td.left {
  text-align: left;
}
.table table td.center {
  text-align: center;
}
.table table td.right {
  text-align: right;
}
.table table td.status span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 0;
}
.table table td.status span.progress {
  border: 1px solid #0000ff;
  color: #0000ff;
}
.table table td.action a {
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 29px;
  background-color: #F6F8FB;
}
.table table td.action a i {
  color: #ccc;
}
.table .switches {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.table .switches .switch {
  position: relative;
  width: 78px;
  height: 38px;
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
.table .switches .switch input[type=checkbox] {
  display: none;
}
.table .switches .switch:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #f45e55;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.table .switches .switch:after {
  content: "OFF";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50px;
  background: #fff;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
  padding: 11px 0 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  color: #df4c43;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
.table .switches .switch.checked:before {
  background: #24e89c;
}
.table .switches .switch.checked:after {
  content: "ON";
  left: 41px;
  color: #16d088;
  padding: 11px 0 0 1px;
}

/*----------------------------------------
	pagination
----------------------------------------*/
.pagination {
  margin-bottom: 20px;
}
@media only screen and (max-width: 659px) {
  .pagination {
    padding: 10px 0 0;
  }
}
.pagination ul {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.pagination ul li {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
}
.pagination ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  width: 50px;
  height: 50px;
  background-color: #bfbfbf;
  display: block;
  position: relative;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
.pagination ul li a i {
  color: #fff;
}
.pagination ul li a:hover, .pagination ul li a.active {
  background-color: #349aed;
}
.pagination ul li a:active {
  top: 1px;
}

/*----------------------------------------
	option
----------------------------------------*/
.option {
  padding: 15px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*background-color: #efefef;*/
}
.option:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 659px) {
  .option {
    padding: 15px 15px;
    display: block;
  }
}
@media only screen and (max-width: 659px) {
  .option .search {
    margin-bottom: 10px;
  }
}
.option .search form {
  font-size: 0px;
  font-size: 0rem;
}
.option .search form input {
  font-size: 12px;
  font-size: 0.75rem;
  text-indent: 0;
  width: 160px;
  height: 40px;
  line-height: 1;
  margin-right: 10px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 659px) {
  .option .search form input {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option .search form input:focus {
  border-color: #51c6f3;
}
.option .search form input::-webkit-input-placeholder {
  color: #999;
}
.option .search form input::-moz-placeholder {
  color: #999;
}
.option .search form input:-ms-input-placeholder {
  color: #999;
}
.option .search form select {
  width: 160px;
}
@media only screen and (max-width: 659px) {
  .option .search form select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option .search form button {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin-left: 1px;
  background-color: #2c98f0;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 659px) {
  .option .search form button {
    width: 100%;
  }
}
.option .search form button i {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.option .add-new.mr {
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .option .add-new.mr {
    margin-right: 0px;
    margin: 10px 0;
  }
}
.option .add-new button {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
  width: auto;
  height: 40px;
  margin: 0;
  background-color: #50ae54;
  display: block;
  border-radius: 3px;
  position: relative;
}
@media only screen and (max-width: 659px) {
  .option .add-new button {
    width: 100%;
  }
}
.option .add-new button.trash {
  background-color: #e64e4e;
}
.option .add-new button.blue {
  background-color: #2c98f0;
}
.option .add-new button a {
  padding: 0 20px;
}
.option .add-new button i {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

/*----------------------------------------
	component
----------------------------------------*/
/* size */
.size10 {
  width: 10%;
}

.size20 {
  width: 20%;
}

.size30 {
  width: 30%;
}

.size40 {
  width: 40%;
}

.size50 {
  width: 50%;
}

.size100 {
  width: 100%;
}

/* common */
input[type=email],
input[type=password],
input[type=search],
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

button,
input {
  overflow: visible;
}

/* input[type="text"] */
input[type=email],
input[type=password],
input[type=search],
input[type=text] {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #dfdfdf;
  outline: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border-radius: 3px;
}
@media only screen and (max-width: 659px) {
  input[type=email],
input[type=password],
input[type=search],
input[type=text] {
    width: 100% !important;
  }
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus {
  border-color: #51c6f3;
}

/* selectbox */
select {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  margin-right: 10px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  outline: 0;
  border-radius: 3px;
  /*
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  */
  box-sizing: border-box;
  cursor: pointer;
}
@media only screen and (max-width: 659px) {
  select {
    width: 100% !important;
  }
}
select:focus {
  border-color: #51c6f3;
}

/* textarea */
textarea {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 10px;
  width: calc(100% - 20px);
  height: 120px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  outline: 0;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 140%;
}
@media only screen and (max-width: 659px) {
  textarea {
    width: 100% !important;
  }
}
textarea:focus {
  border-color: #51c6f3;
}

/* checkbox */
label.check {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 5px;
  padding: 10px 15px 10px 10px;
  border-radius: 3px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  label.check {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
  }
}
label.check:hover {
  background-color: #efefef;
}
label.check input[type=checkbox] {
  width: auto;
  margin-right: 3px;
}

/* radio button */
label.radio {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-right: 5px;
  padding: 10px 15px 10px 10px;
  border-radius: 25px;
  background-color: #fafafa;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 659px) {
  label.radio {
    font-size: 11px;
    font-size: 0.6875rem;
    display: block;
  }
}
label.radio:hover {
  background-color: #efefef;
}
label.radio input[type=radio] {
  width: auto;
  margin-right: 3px;
}

/* button */
input[type=submit],
button {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  width: 160px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  background-color: #999;
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  input[type=submit],
button {
    width: 100%;
  }
}
input[type=submit]:hover,
button:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
input[type=submit]:focus,
button:focus {
  outline: none;
}
input[type=submit].blue,
button.blue {
  background-color: #2c98f0 !important;
}
input[type=submit].navy,
button.navy {
  background-color: #112245 !important;
}
input[type=submit].green,
button.green {
  background-color: #50ae54 !important;
}
input[type=submit].yellow,
button.yellow {
  background-color: #fcd748 !important;
}
input[type=submit].red,
button.red {
  background-color: #f2453d !important;
}
input[type=submit].gray,
button.gray {
  background-color: #ccc !important;
}
input[type=submit].orange,
button.orange {
  background-color: orange !important;
}
input[type=submit].black,
button.black {
  background-color: #000 !important;
}
input[type=submit].white,
button.white {
  background-color: #fff !important;
  color: #222;
}
input[type=submit] i,
button i {
  color: #fff;
  margin-right: 5px;
}
input[type=submit] a,
button a {
  color: #fff;
  display: block;
}

/* file upload */
.file_upload {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file_upload + label {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  border: 2px dashed #c7ccd5;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}
.file_upload + label span {
  color: #666;
}
.file_upload + label i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}

.img-preview {
  margin: 10px 0;
  border: 1px solid #ccc;
  padding: 10px;
}

/*----------------------------------------
	manual
----------------------------------------*/
.manual {
  padding: 20px;
  background-color: #fff;
  width: calc(100% - 60px);
  margin: 20px auto 0 auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.manual p {
  font-size: 14px;
  margin: 4px 0;
}
.manual ul {
  margin: 10px 0;
}
.manual ul li {
  font-size: 14px;
}
.manual a {
  color: blue;
  text-decoration: underline;
}
.manual dl {
  margin-bottom: 5px;
}
.manual dl dt {
  display: inline-block;
  font-weight: bold;
  width: 100px;
}
.manual dl dd {
  display: inline-block;
  width: calc(100% - 120px);
}

/*----------------------------------------
	primary
----------------------------------------*/
.primary {
  padding: 60px 0 0 240px;
  position: relative;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
@media only screen and (max-width: 659px) {
  .primary {
    width: auto;
    min-width: 100%;
    padding: 60px 0 0 0;
  }
}
.primary.full {
  width: 100%;
  padding: 60px 0 0 0;
}
.primary .head {
  padding: 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbdbdb;
}
.primary .head h2 {
  color: #414141;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.primary .head h2 i {
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
}
@media only screen and (max-width: 659px) {
  .primary .head h2 i {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
  }
}
.primary .head .hamburger {
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  vertical-align: middle;
  padding: 4px 8px;
  -webkit-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -moz-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -o-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  -ms-transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
  transition: compact(all 0.3s ease, false, false, false, false, false, false, false, false, false);
}
.primary .head .hamburger i {
  margin-right: 4px;
}
.primary .head .hamburger.active {
  background: #ccc;
}
.primary .pad {
  width: calc(100% - 60px);
  margin: 20px auto;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
  padding: 20px;
}
/*----------------------------------------
	tab
----------------------------------------*/
.tab {
  margin: 0 0 30px 0;
}
.tab ul {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 40px;
}
.tab ul li a {
  color: #222;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 10px;
}
.tab ul li a.active, .tab ul li a:hover {
  border-bottom: 2px solid #348BCC;
}

/*----------------------------------------
	grid
----------------------------------------*/
.grid {
  display: grid;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.grid--two {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .grid--two {
    grid-template-columns: 1fr;
  }
}
.grid--three {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 659px) {
  .grid--three {
    grid-template-columns: 1fr 1fr;
  }
}
.grid--bg {
  background: #F6F8FB;
  padding: 20px;
  margin-bottom: 20px;
}
/*----------------------------------------
	edit
----------------------------------------*/
.thanks h4 {
  margin: 0 0 20px 0;
}
.thanks p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 20px 0;
}
.thanks .button {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*----------------------------------------
	modal
----------------------------------------*/
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 110;
}
.modal .overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.modal .inner {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .inner .box {
  width: 550px;
  background-color: #fff;
  border-radius: 5px;
}
.modal .inner .box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.modal .inner .box dl dt {
  color: #414141;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px 5px 0 0;
}
.modal .inner .box dl dd {
  padding: 25px;
}
.modal .inner .box dl dd textarea, .modal .inner .box dl dd input, .modal .inner .box dl dd select {
  width: 100%;
  margin-bottom: 10px;
}
.modal .inner .box dl dd ul {
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------
	login
----------------------------------------*/
.login {
  height: 100vh;
  position: relative;
}
.login .inner {
  width: 340px;
  padding: 50px;
  background-color: #002353;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  box-sizing: border-box;
}
.login .inner--yellow {
  background-color: yellow;
}
@media only screen and (max-width: 659px) {
  .login .inner {
    padding: 30px;
    width: 280px;
  }
}
.login .inner h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 659px) {
  .login .inner h1 {
    margin-bottom: 10px;
  }
}
.login .inner h1 img {
  width: 100%;
  height: auto;
}
.login .inner dl {
  margin-top: 10px;
}
.login .inner dl dt {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.login .inner dl dd {
  margin-bottom: 20px;
}
.login .inner dl dd select {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
.login .inner p {
  margin: 0;
  color: #f44336;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.login .inner .notice {
  color: #f44336;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.login .inner button {
  margin: 0 auto;
  display: block;
}
.login .copyright {
  color: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

/*----------------------------------------
	index
----------------------------------------*/
.dashboard li {
  color: #7a8f99;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 15px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 659px) {
  .dashboard li {
    padding: 10px 15px;
  }
}
.dashboard li span {
  color: #7a8f99;
  font-weight: bold;
  letter-spacing: 1px;
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .dashboard li span {
    line-height: 1;
    margin: 0 0 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    display: block;
  }
}

/*----------------------------------------
	errors
----------------------------------------*/
.errors {
  margin: 20px 0;
}
.errors ul li {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid red;
  border-radius: 2px;
  padding: 4px 10px;
  background-color: #fae8eb;
  margin-bottom: 5px;
}

/*----------------------------------------
	media contents editor
----------------------------------------*/
.pad.media_wrapper {
  max-width: initial;
  width: 96%;
}

.upload_image {
  margin-bottom: 50px;
}
.upload_image p.note {
  font-size: 12px;
}

.strage {
  margin-bottom: 50px;
}
.strage table {
  box-sizing: border-box;
  margin: 0;
  width: 30%;
}
.strage table tr td {
  box-sizing: border-box;
  border: none;
  height: 20px;
  background: #ccc;
  padding: 0;
}
.strage table tr td div {
  width: 0;
  height: 100%;
  background: #000;
  transition: all 0.6s linear;
}

.media_area {
  font-size: 0;
  display: table;
  width: 100%;
}
.media_area__list, .media_area__edit {
  display: table-cell;
  vertical-align: top;
}
.media_area__list {
  width: 80%;
}
.media_area__list ul {
  font-size: 0;
  margin: 20px;
}
.media_area__list ul li {
  display: inline-block;
  width: 8.33%;
  padding: 5px;
  box-sizing: border-box;
}
.media_area__list ul li .thumbnail {
  border: 3px solid #FFFFFF;
  background: #f0f0f1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.media_area__list ul li .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.media_area__list ul li .thumbnail img.is-vertical {
  width: 100%;
  height: auto;
}
.media_area__list ul li .thumbnail img.is-horizontal {
  width: auto;
  height: 100%;
}
.media_area__list ul li .folder,
.media_area__list ul li .document {
  border: 3px solid #FFFFFF;
  background: #f0f0f1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.media_area__list ul li .folder a,
.media_area__list ul li .document a {
  display: inline-block;
}
.media_area__list ul li .folder div,
.media_area__list ul li .document div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.media_area__list ul li .folder div i,
.media_area__list ul li .document div i {
  font-size: 60px;
}
.media_area__list ul li .folder div span,
.media_area__list ul li .document div span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.media_area__list ul li:hover {
  cursor: pointer;
}
.media_area__list ul li.is-active .thumbnail,
.media_area__list ul li.is-active .document {
  border: 3px solid #000;
}
.media_area__edit {
  width: 20%;
  background: #f6f7f7;
  border-left: 1px solid #dcdcde;
  padding: 20px;
}
.media_area__edit h4 {
  font-size: 12px;
  font-weight: 600;
  color: #646970;
  margin-bottom: 8px;
}
.media_area__edit img {
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 16px;
}
.media_area__edit i {
  font-size: 65px;
  margin-bottom: 8px;
}
.media_area__edit p {
  font-size: 12px;
  color: #646970;
}
.media_area__edit p.filename {
  color: #3c434a;
  font-weight: 600;
}
.media_area__edit button {
  font-size: 12px;
  color: red;
  margin: 0;
  padding: 0;
  line-height: 1;
  height: auto;
  background: transparent;
  width: auto;
  box-shadow: none;
  margin-top: 10px;
}

.image_panel {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #FFFFFF;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  box-sizing: border-box;
  transition: all 0.3s linear;
}
.image_panel.is-active {
  opacity: 1;
  pointer-events: initial;
}
.image_panel__inner {
  background: #FFF;
  height: 100%;
  overflow-y: scroll;
  position: relative;
}
.image_panel__inner__header {
  padding: 16px;
  border-bottom: 1px solid #dcdcde;
  position: relative;
}
.image_panel__inner__header h4 {
  font-size: 22px;
}
.image_panel__inner__header .close {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
.image_panel__inner__footer {
  /* position: absolute;
  width: 100%; */
  bottom: 0;
  left: 0;
  background: #FFF;
  border-top: 1px solid #dcdcde;
  text-align: right;
  padding: 16px;
  box-sizing: border-box;
  position: fixed;
  margin: 0 30px 30px;
  width: 100%;
  width: calc(100% - 62px);
}
.image_panel__inner__footer button {
  pointer-events: none;
}
.image_panel__inner__footer button.blue {
  pointer-events: initial;
}
.image_panel__inner__body {
  display: table;
  width: 100%;
  height: calc(100% - 69px);
  padding-bottom: 100px;
}
.image_panel__inner__body__list, .image_panel__inner__body__detail {
  display: table-cell;
  vertical-align: top;
}
.image_panel__inner__body__list {
  width: 80%;
}
.image_panel__inner__body__list ul {
  font-size: 0;
  margin: 20px;
}
.image_panel__inner__body__list ul li {
  display: inline-block;
  width: 8.33%;
  padding: 5px;
  box-sizing: border-box;
}
.image_panel__inner__body__list ul li .thumbnail {
  border: 3px solid #FFFFFF;
  background: #f0f0f1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.image_panel__inner__body__list ul li .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.image_panel__inner__body__list ul li .thumbnail img.is-vertical {
  width: 100%;
  height: auto;
}
.image_panel__inner__body__list ul li .thumbnail img.is-horizontal {
  width: auto;
  height: 100%;
}
.image_panel__inner__body__list ul li .document {
  border: 3px solid #FFFFFF;
  background: #f0f0f1;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.image_panel__inner__body__list ul li .document div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.image_panel__inner__body__list ul li .document div i {
  font-size: 60px;
}
.image_panel__inner__body__list ul li .document div span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}
.image_panel__inner__body__list ul li:hover {
  cursor: pointer;
}
.image_panel__inner__body__list ul li.is-active .thumbnail,
.image_panel__inner__body__list ul li.is-active .document {
  border: 3px solid #000;
}
.image_panel__inner__body__detail {
  width: 20%;
  height: 100%;
  background: #f6f7f7;
  border-left: 1px solid #dcdcde;
  padding: 20px;
}
.image_panel__inner__body__detail h4 {
  font-size: 12px;
  font-weight: 600;
  color: #646970;
  margin-bottom: 8px;
}
.image_panel__inner__body__detail i {
  font-size: 65px;
  margin-bottom: 8px;
}
.image_panel__inner__body__detail img {
  max-width: 250px;
  max-height: 250px;
  margin-bottom: 16px;
}
.image_panel__inner__body__detail p {
  font-size: 12px;
  color: #646970;
}
.image_panel__inner__body__detail p.filename {
  color: #3c434a;
  font-weight: 600;
}

.open_image_list,
.clear_image {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 10px;
}

.clear_image {
  border: 1px solid #f2453d;
  color: #f2453d;
}

.image_disp a {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.image_disp img {
  margin-top: 10px;
  max-width: 120px;
  max-height: 120px;
}

/*----------------------------------------
	chat
----------------------------------------*/
.primary .head h2.head-chat button {
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 30px;
  background-color: #50ae54;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  position: relative;
  vertical-align: top;
  margin: 5px 0 0 0;
}
.primary .head h2.head-chat button i {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.chat {
  height: 100%;
  overflow: hidden;
  border-top: 1px solid #efefef;
  position: relative;
}
.chat .talk {
  overflow: auto;
}
.chat .talk .bubble {
  padding: 15px 20px;
  border-bottom: 1px solid #efefef;
  background: #fcfcfc;
  position: relative;
}
.chat .talk .bubble:hover {
  background: #fff;
}
.chat .talk .bubble aside {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.chat .talk .bubble .author {
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.chat .talk .bubble .speech {
  font-size: 14px;
  font-size: 0.875rem;
}
.chat .talk .bubble .speech .to {
  display: block;
  margin: 0 0 4px 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.chat .talk .bubble .speech .to span {
  color: #fff;
  background: #50ae54;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-right: 4px;
}
.chat .talk .bubble .speech .file {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ccc;
}
.chat .talk .bubble .speech .file h4 {
  padding: 6px;
  background: #efefef;
}
.chat .talk .bubble .speech .file a {
  padding: 6px;
  display: block;
}
.chat .send {
  width: 100%;
  border-top: 1px solid #efefef;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background: #fff;
  padding: 5px 10px;
}
.chat .send .toolbar {
  margin: 0 10px 5px 0;
}
.chat .send .toolbar ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.chat .send .toolbar ul li {
  float: left;
  margin-left: 15px;
}
.chat .send .toolbar ul li i {
  font-size: 16px;
  font-size: 1rem;
  color: #2c98f0;
  line-height: 30px;
}
.chat .send .toolbar ul li input {
  line-height: 30px;
}
.chat .send .toolbar ul li:last-child {
  float: right;
}
.chat .send .toolbar input[type=submit],
.chat .send .toolbar input[type=button] {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  height: 30px;
  background-color: #2c98f0;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: bottom;
  position: relative;
  vertical-align: top;
}
.chat .send .user {
  position: absolute;
  border: 1px solid #efefef;
  background: #fff;
  z-index: 2;
  top: -180px;
  left: 20px;
  width: 160px;
  height: 150px;
  overflow: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px;
  box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.1);
  display: none;
}
.chat .send .user.active {
  display: block;
}
.chat .send .user ul li {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 4px 0;
}
.chat .send .user ul li i {
  margin-right: 10px;
}

/*----------------------------------------
	page
----------------------------------------*/
.page dl dt {
  position: relative;
  margin-bottom: 10px;
}
.page dl dt .full-btn {
  background: #00c370;
  padding: 7px;
  border-radius: 5px;
  position: absolute;
  right: 105px;
  bottom: 0px;
  min-width: 85px;
  text-align: center;
}
.page dl dt .full-btn i, .page dl dt .full-btn span {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.page dl dt .preview-btn {
  background: #51c6f3;
  padding: 7px;
  border-radius: 5px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  min-width: 85px;
  text-align: center;
}
.page dl dt .preview-btn i, .page dl dt .preview-btn span {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.page dl dd .contents .tools {
  padding: 10px 0 20px 20px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  box-sizing: border-box;
  background: #fff;
}
.page dl dd .contents .tools ul li {
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
}
.page dl dd .contents .tools ul li a {
  color: #bbb;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 1px;
  line-height: 1;
  width: 90px;
  padding: 15px 0;
  border: none;
  background-color: #f5f5f5;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.1s ease;
}
.page dl dd .contents #contentsContainer {
  width: 100%;
  min-height: 300px;
  padding: 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  box-sizing: border-box;
  border-radius: 0 0 5px 5px;
}
.page dl dd .contents #contentsContainer .sortable {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}
.page dl dd .contents #contentsContainer .sortable .handler {
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
}
.page dl dd .contents #contentsContainer .sortable .handler .column-aside li {
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}
.page dl dd .contents #contentsContainer .sortable .handler .column-aside li a {
  text-align: center;
  line-height: 30px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 5px;
  position: relative;
}
.page dl dd .contents #contentsContainer .sortable .handler .column-aside li.conf a {
  background-color: #f6d26c;
}
.page dl dd .contents #contentsContainer .sortable .handler .column-aside li.del a {
  background-color: #e64e4e;
}
.page .sp-notice {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 659px) {
  .page .sp-notice {
    display: block;
  }
}

/*----------------------------------------
	success
----------------------------------------*/
.success {
  margin: 20px 0;
}
.success ul li {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #34a84c;
  border-radius: 2px;
  padding: 4px 10px;
  background-color: #f9fff9;
  margin-bottom: 5px;
}
