@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: #685448;
  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;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

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

a {
  text-decoration: none;
  color: #685448;
  -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);
}

/*----------------------------------------
	error messgaes
----------------------------------------*/
.error_messages p {
  color: #721c24;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border: #f5c6cb 1px solid;
  background-color: #f8d7da;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.error_messages p:last-of-type {
  margin-bottom: 40px;
}

.config_messages p {
  color: #1a6f2c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border: #3b944e 1px solid;
  background-color: #baffc9;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.config_messages p:last-of-type {
  margin-bottom: 40px;
}

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

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

/*----------------------------------------
	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 .warning p {
  color: #721c24;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
  border: #f5c6cb 1px solid;
  background-color: #f8d7da;
  margin-bottom: 10px;
}
.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 {
  max-width: 1100px;
  margin: 20px auto;
}
@media only screen and (min-width: 660px) and (max-width: 1199px) {
  .primary .pad {
    max-width: 900px;
  }
}
@media only screen and (max-width: 659px) {
  .primary .pad {
    padding: 10px;
  }
}
.primary .pad.pad--panel {
  font-size: 0px;
  font-size: 0rem;
  max-width: 100%;
}
.primary .pad .container {
  padding: 0px;
  word-break: break-all;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.primary .pad .container.mt-container {
  margin-top: 40px;
}
.primary .pad .container h3 {
  color: #414141;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  text-indent: 20px;
  height: 50px;
  background-color: #fafafa;
}
@media only screen and (max-width: 659px) {
  .primary .pad .container h3 {
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 0;
    padding: 10px;
    line-height: 1.6;
    height: auto;
  }
}
.primary .pad .container .meta {
  font-size: 0px;
  font-size: 0rem;
  line-height: 1;
  padding: 20px 20px 0 20px;
}
.primary .pad .container .meta li {
  color: #7a8f99;
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 15px;
  display: inline-block;
}
@media only screen and (max-width: 659px) {
  .primary .pad .container .meta li {
    line-height: 1.4;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
}
.primary .pad .container .meta li:last-child {
  margin-right: 0;
}
.primary .pad .container .meta li i {
  color: #7a8f99;
  margin-right: 5px;
}

/*----------------------------------------
	ignore
----------------------------------------*/
.xdsoft_datetimepicker button {
  box-shadow: none;
}
.xdsoft_datetimepicker button:hover {
  box-shadow: none;
}

#codeigniter_profiler {
  padding: 0 20px 0 260px !important;
  width: calc(100% - 280px);
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  height: 60px;
  background-image: linear-gradient(90deg, #e5fffe, #effbff 50%, #fcf5ff);
  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 h1 {
  width: 150px;
  margin-left: 20px;
}
header h1 a {
  display: block;
  line-height: 1;
}
header h1 a img {
  width: 100%;
  height: auto;
}
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: #685448;
}
header ul li a {
  color: #685448;
}
header ul li a i {
  color: #685448;
  margin-right: 6px;
}

/*----------------------------------------
	footer
----------------------------------------*/
footer {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
footer .copyright {
  color: #bcbcbc;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 659px) {
  footer .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/*----------------------------------------
	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);
}
.sidebar:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 659px) {
  .sidebar {
    background: #fff;
  }
}
.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: 2px;
  background: #fafafa;
}
::-webkit-scrollbar:horizontal {
  height: 1px;
}

::-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_content {
  background-color: #fff;
  padding: 40px;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 659px) {
  .edit_content {
    padding: 20px;
  }
  .edit_content button {
    margin-bottom: 10px;
  }
}
.edit_content h4 {
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  color: #414141;
}
.edit_content p.text {
  margin: 0 0 20px 0;
}
.edit_content dl dt {
  color: #7a8f99;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.edit_content dl dt span {
  font-size: 12px;
  color: red;
  margin-left: 10px;
}
.edit_content dl dd {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 659px) {
  .edit_content dl dd {
    overflow: scroll;
    margin-bottom: 20px;
  }
}
.edit_content dl dd .text {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.edit_content dl dd .note {
  color: #666;
  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_content dl dd .note {
    margin-top: 5px;
  }
}
.edit_content dl dd .note.red {
  color: #ff0000;
}
.edit_content dl dd a.button {
  background: #2c98f0;
  color: #fff;
  border-radius: 3px;
  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;
  padding: 4px 10px;
  display: inline-block;
}
.edit_content dl dd label {
  margin: 0 5px 10px 0;
}
.edit_content table.table-list tr:hover td {
  background: transparent;
}
.edit_content table.table-list tr td {
  border: 0;
  padding: 0;
}
.edit_content table.table-list tr td dl {
  margin: 0;
}
.edit_content table.table-list tr td dl dd {
  margin: 0;
}
.edit_content form {
  /* page builder */
}
@media only screen and (max-width: 659px) {
  .edit_content form .page_builder {
    display: none;
  }
}
.edit_content form .page_builder .tools {
  padding: 20px 0;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.edit_content form .page_builder .tools ul {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.edit_content form .page_builder .tools ul li {
  margin-right: 10px;
  display: inline-block;
}
.edit_content form .page_builder .tools ul li:last-child {
  margin-right: 0;
}
.edit_content form .page_builder .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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -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);
}
.edit_content form .page_builder .tools ul li a:hover {
  color: #fff;
  background-color: #51c6f3;
}
.edit_content form .page_builder .tools ul li a:hover i {
  color: #fff;
  line-height: 1;
}
.edit_content form .page_builder .tools ul li a:focus {
  outline: none;
  top: 1px;
}
.edit_content form .page_builder .tools ul li a i {
  color: #bbb;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 auto 5px;
  display: block;
}
.edit_content form .page_builder .foundation {
  width: 100%;
  min-height: 300px;
  padding: 20px 20px 0;
  border: 1px solid #dfdfdf;
  background-color: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.edit_content form .page_builder .foundation .item {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #efefef;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.edit_content form .page_builder .foundation .item .handle {
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.edit_content form .page_builder .foundation .item .handle:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.edit_content form .page_builder .foundation .item .handle .column-aside {
  float: right;
  font-size: 0px;
  font-size: 0rem;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li {
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li:last-child {
  margin-right: 0;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  width: 32px;
  height: 32px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li a:active {
  top: 1px;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li.conf a {
  background-color: #f6d26c;
}
.edit_content form .page_builder .foundation .item .handle .column-aside li.del a {
  background-color: #e64e4e;
}
.edit_content form .page_builder .foundation .item .content {
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.edit_content .sp-notice {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 659px) {
  .edit_content .sp-notice {
    display: block;
  }
}

/*----------------------------------------
	view
----------------------------------------*/
.view_content {
  background-color: #fff;
  padding: 40px;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 659px) {
  .view_content {
    padding: 20px;
  }
  .view_content button {
    margin-bottom: 10px;
  }
}
.view_content h4 {
  margin: 0 0 20px 0;
}

/*----------------------------------------
	edit
----------------------------------------*/
.thanks_content {
  background-color: #fff;
  padding: 40px;
}
.thanks_content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/*----------------------------------------
	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:first-child a {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:last-child a {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.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;
}

.current_page_message {
  max-width: 1100px;
  margin: 20px auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (min-width: 660px) and (max-width: 1199px) {
  .current_page_message {
    max-width: 900px;
  }
}
@media only screen and (max-width: 659px) {
  .current_page_message {
    padding: 10px;
  }
}

/*----------------------------------------
	option
----------------------------------------*/
.option-container {
  padding: 15px 20px;
  /*background-color: #efefef;*/
}
.option-container:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 659px) {
  .option-container {
    padding: 15px 15px;
  }
}
.option-container .search {
  float: left;
}
@media only screen and (max-width: 659px) {
  .option-container .search {
    float: none;
    margin-bottom: 10px;
  }
}
.option-container .search form {
  font-size: 0px;
  font-size: 0rem;
}
.option-container .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-container .search form input {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option-container .search form input:focus {
  border-color: #51c6f3;
}
.option-container .search form input::-webkit-input-placeholder {
  color: #999;
}
.option-container .search form input::-moz-placeholder {
  color: #999;
}
.option-container .search form input:-ms-input-placeholder {
  color: #999;
}
@media only screen and (max-width: 659px) {
  .option-container .search form select {
    width: 100%;
    margin-bottom: 5px;
  }
}
.option-container .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-container .search form button {
    width: 100%;
  }
}
.option-container .search form button i {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}
.option-container .search.grid form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.option-container .search.grid form dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
.option-container .add-new {
  float: right;
}
@media only screen and (max-width: 659px) {
  .option-container .add-new {
    float: none;
  }
}
.option-container .add-new.mr {
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .option-container .add-new.mr {
    margin-right: 0px;
    margin: 10px 0;
  }
}
.option-container .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-container .add-new button {
    width: 100%;
  }
}
.option-container .add-new button.trash {
  background-color: #e64e4e;
}
.option-container .add-new button.blue {
  background-color: #2c98f0;
}
.option-container .add-new button a {
  padding: 0 20px;
}
.option-container .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;
  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;
  height: 40px;
  padding: 0 40px 0 10px;
  width: auto;
  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] i,
button i {
  color: #fff;
  margin-right: 5px;
}
input[type=submit] a,
button a {
  color: #fff;
  display: block;
}

/* table */
table {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 659px) {
  table {
    margin-bottom: 0;
  }
}
table th {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 659px) {
  table th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
table td {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -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 td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px;
  }
}
table tr {
  /*
  &:first-of-type{
  	th,td{
  		&:first-of-type{
  			border-top-left-radius: 3px;
  		}//:first-of-type

  		&:last-of-type{
  			border-top-right-radius: 3px;
  		}//:last-of-type
  	}//
  }//:first-of-type

  &:last-of-type{
  	th,td{
  		&:first-of-type{
  			border-bottom-left-radius: 3px;
  		}//:first-of-type

  		&:last-of-type{
  			border-bottom-right-radius: 3px;
  		}//:last-of-type
  	}//
  }//:first-of-type
  */
}
table tr:hover td {
  background-color: #efefef;
}

/* 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;
}

/*----------------------------------------
	card
----------------------------------------*/
/* list card */
.list_card {
  padding: 15px;
  background-color: #fff;
  position: relative;
}
.list_card:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 659px) {
  .list_card {
    border-bottom: 1px solid #efefef;
  }
}
.list_card:nth-of-type(even) {
  background-color: #fefefe;
}
.list_card .publish {
  float: left;
  text-align: center;
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .list_card .publish {
    margin-right: 0;
  }
}
.list_card .publish a {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 32px;
  width: 35px;
  height: 35px;
  border: 2px solid #dfdfdf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
}
.list_card .publish a i {
  color: #fff;
  opacity: 0;
}
.list_card .publish a:hover, .list_card .publish a.active {
  background-color: #a6df7e;
  border-color: #a6df7e;
}
.list_card .publish a:hover i, .list_card .publish a.active i {
  opacity: 1;
}
.list_card .avator {
  float: left;
  text-align: center;
  width: 35px;
  height: 35px;
  background-color: #dfdfdf;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 659px) {
  .list_card .avator {
    margin-right: 0;
  }
}
.list_card .avator img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.list_card .column-primary {
  float: left;
}
@media only screen and (max-width: 659px) {
  .list_card .column-primary {
    float: none;
    padding: 5px 0 0 0px;
  }
}
.list_card .column-primary h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.list_card .column-primary h4 a {
  color: #414141;
}
.list_card .column-primary h4 a:hover {
  opacity: 0.6;
}
.list_card .column-primary h4 span {
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  background-color: #2c98f0;
  color: #fff;
}
.list_card .column-primary h4 span a {
  color: #fff;
}
.list_card .column-primary h4 span.blue {
  background-color: #2c98f0 !important;
}
.list_card .column-primary h4 span.navy {
  background-color: #112245 !important;
}
.list_card .column-primary h4 span.green {
  background-color: #50ae54 !important;
}
.list_card .column-primary h4 span.yellow {
  background-color: #fcd748 !important;
}
.list_card .column-primary h4 span.red {
  background-color: #f2453d !important;
}
.list_card .column-primary h4 span.gray {
  background-color: #ccc !important;
}
.list_card .column-primary h4 span.orange {
  background-color: orange !important;
}
.list_card .column-primary .meta {
  padding: 0 !important;
}
.list_card .column-aside {
  float: right;
  font-size: 0px;
  font-size: 0rem;
}
@media only screen and (max-width: 659px) {
  .list_card .column-aside {
    float: none;
    text-align: right;
    /*
    border-top: 1px solid #efefef;
    padding-top: 10px;
    */
    margin-top: 15px;
  }
}
.list_card .column-aside li {
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}
.list_card .column-aside li:last-child {
  margin-right: 0;
}
.list_card .column-aside li a {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  line-height: 50px;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  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);
}
.list_card .column-aside li a: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);
}
.list_card .column-aside li a.text {
  width: 160px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.list_card .column-aside li a i {
  color: #fff;
}
.list_card .column-aside li.conf a {
  background-color: #fcd748;
}
.list_card .column-aside li.del a {
  background-color: #f2453d;
}
.list_card .column-aside li.up a {
  background-color: #50ae54;
}
.list_card .column-aside li.view a {
  background-color: #2c98f0;
}
.list_card .column-aside li.carte a {
  background-color: #50ae54;
}
.list_card .column-aside li.copy a {
  background-color: #2c98f0;
}

/*----------------------------------------
	panel
----------------------------------------*/
.panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  background: #fff;
}
@media only screen and (max-width: 659px) {
  .panel {
    width: 100%;
  }
}
.panel.panel--two {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .panel.panel--two {
    width: 100%;
    margin-right: 0;
  }
}
.panel.panel--three {
  width: calc(33% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .panel.panel--three {
    width: 100%;
    margin-right: 0;
  }
}
.panel h3 {
  color: #414141;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  text-indent: 20px;
  height: 50px;
}
.panel h3 i {
  text-indent: 0;
  margin-right: 10px;
}
.panel .inner {
  padding: 0 20px 20px 20px;
}
.panel .inner h4 {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 15px;
  font-size: 0.9375rem;
}
.panel .inner dl dt {
  color: #7a8f99;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.panel .inner dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 659px) {
  .panel .inner dl dd {
    overflow: scroll;
    margin-bottom: 20px;
  }
}
.panel .inner dl dd .note {
  color: #666;
  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) {
  .panel .inner dl dd .note {
    margin-top: 5px;
  }
}
.panel .inner dl dd .note.red {
  color: #ff0000;
}
.panel .inner dl dd a:not(.asColorPicker-clear) {
  background: #2c98f0;
  color: #fff;
  border-radius: 3px;
  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;
  padding: 4px 10px;
  display: inline-block;
}
.panel .inner .notice {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  line-height: 1.4;
  margin-top: 10px;
}
.panel .inner .sp-notice {
  color: #999;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
@media only screen and (max-width: 659px) {
  .panel .inner .sp-notice {
    display: block;
  }
}
.panel .inner .link ul li {
  width: 100%;
  margin-bottom: 10px;
}
.panel .inner .link ul li:last-child {
  margin-bottom: 0px;
}
.panel .inner .link ul li:hover {
  opacity: 0.6;
}
.panel .inner .link ul li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 4px;
}
.panel .inner .link ul li a i {
  color: #dfdfdf;
  margin-right: 10px;
}
.panel .inner .comment {
  margin: 20px 0;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 0 10px 0;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.panel .inner .comment h5 {
  font-size: 18px;
  font-size: 1.125rem;
  background: #f5f5f5;
  width: calc(100% - 20px);
  padding: 10px;
  margin: 0 0 20px 0;
}
.panel .inner .comment p {
  line-height: 180%;
  margin: 0 0 10px 0;
  padding: 0 10px;
}
.panel .inner .comment.comment--one {
  border: 0px;
}
.panel .inner .comment.comment--two {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 12px);
  margin-right: 20px;
}
@media only screen and (max-width: 659px) {
  .panel .inner .comment.comment--two {
    width: 100%;
    margin-right: 0;
  }
}
.panel .inner .comment.comment--last {
  margin-right: 0px !important;
}
.panel .inner .comment.products ul {
  text-align: center;
}
.panel .inner .comment.products ul li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 1%;
}
.panel .inner .comment.products ul li a figure {
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  background: #f5f5f5;
  margin: 0 0 10px 0;
  display: block;
}
.panel .inner .comment.products ul li a figure img {
  width: 100%;
  height: auto;
}
.panel .inner .comment.products ul li a figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222;
  display: block;
}

/*----------------------------------------
	manual
----------------------------------------*/
.manual-container {
  padding: 20px;
  background-color: #fff;
  width: calc(100% - 80px);
  margin: 20px auto 0 auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  max-width: 1060px;
}
.manual-container p {
  font-size: 14px;
  margin: 4px 0;
}
.manual-container ul {
  margin: 10px 0;
}
.manual-container ul li {
  font-size: 14px;
}
.manual-container a {
  color: blue;
  text-decoration: underline;
}
.manual-container dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.manual-container dl:last-child {
  border: 0;
}
.manual-container dl dt {
  display: inline-block;
  font-weight: bold;
  width: 200px;
  font-size: 14px;
}
@media only screen and (max-width: 659px) {
  .manual-container dl dt {
    display: block;
    width: 100%;
  }
}
.manual-container dl dd {
  display: inline-block;
  width: calc(100% - 220px);
  font-size: 14px;
}
@media only screen and (max-width: 659px) {
  .manual-container dl dd {
    display: block;
    width: 100%;
  }
}

/*----------------------------------------
	login
----------------------------------------*/
.login_wrap {
  height: 100vh;
  position: relative;
  background-image: linear-gradient(90deg, #e5fffe, #effbff 50%, #fcf5ff);
  /*

  	background: linear-gradient(45deg, #E37417 50%, #EB9B21 100%);

  	&.blue{
  		background: linear-gradient(45deg, #00cbff 50%, #3369e6 100%);
  	}

  	&.pink{
  		background: linear-gradient(45deg, #ef87ff 50%, #336fe6 100%);
  	}

  	&.orange{
  		background: linear-gradient(45deg, #ff8787 50%, #e69233 100%);
  	}

  	&.green{
  		background: linear-gradient(45deg, #86d475 50%, #33b1e6 100%);
  	}

  */
}
.login_wrap .inner {
  width: 340px;
  padding: 50px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 6px 12px 60px;
}
@media only screen and (max-width: 659px) {
  .login_wrap .inner {
    padding: 30px;
    width: 280px;
  }
}
.login_wrap .inner h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 659px) {
  .login_wrap .inner h1 {
    margin-bottom: 10px;
  }
}
.login_wrap .inner h1 img {
  width: 100%;
  height: auto;
}
.login_wrap .inner dl {
  margin-top: 10px;
}
.login_wrap .inner dl dt {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  background-color: transparent;
  margin-bottom: 5px;
}
.login_wrap .inner dl dd {
  margin-bottom: 20px;
}
.login_wrap .inner dl dd select {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
}
.login_wrap .inner p {
  margin: 0;
  color: #f44336;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.login_wrap .inner .notice {
  color: #f44336;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}
.login_wrap .inner button {
  margin: 0 auto;
  display: block;
  background-color: #ff0071 !important;
}
.login_wrap .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;
  }
}

/*----------------------------------------
	error
----------------------------------------*/
.error {
  height: 100vh;
  position: relative;
}
.error .container {
  width: 400px;
  padding: 30px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 659px) {
  .error .container {
    padding: 30px;
    width: 280px;
  }
}
.error .container button {
  margin: 20px auto 0 auto;
  display: block;
}

/*----------------------------------------
	maintenance
----------------------------------------*/
.maintenance {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(45deg, #112244 50%, #151e62 100%);
}
.maintenance .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*----------------------------------------
	page contents editor
----------------------------------------*/
.sp-notice {
  display: none;
  text-align: center;
  line-height: 180%;
  background: rgba(21, 30, 98, 0.8);
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
  width: 100%;
  height: 100vh;
}
.sp-notice p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 90%;
  left: 5%;
}
@media only screen and (max-width: 659px) {
  .sp-notice {
    display: block;
  }
}

.page__contents {
  padding: 40px;
}
.page__contents__container {
  width: 65%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  height: 100vh;
  overflow: auto;
  text-align: left;
}
.page__contents__tool {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.page__contents__tool.is-fixed {
  position: fixed;
  right: 3%;
  top: 10%;
  width: 25.5%;
}
@media only screen and (max-width: 659px) {
  .page__contents__tool.is-fixed {
    right: -5%;
  }
}
.page__contents__tool ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.page__contents__tool ul li a {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
  border: 1px solid #fafafa;
  border-radius: 6px;
  background: #fff;
  color: #222;
}
.page__contents__tool ul li a i {
  font-size: 36px;
  font-size: 2.25rem;
  display: block;
  margin: 20px 0 5px 0;
}
.page__contents__tool ul li a.active, .page__contents__tool ul li a:hover {
  color: #50ae54;
  background: #f1fff1;
  border: 1px solid #50ae54;
}
.page__contents__tool ul li a.green {
  border: 1px solid #50ae54;
}
.page__contents__tool__editor {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100vh;
  overflow: auto;
  z-index: 99;
}
.page__contents__tool__editor:before {
  /*
  content:" ";
  display: block;
  position: fixed;
  background:rgba(0,0,0,0.8);
  top:0;
  left:0;
  width:100%;
  height:100vh;
  */
}
.page__contents__tool__editor .panel {
  display: block;
  box-shadow: none;
  border-radius: 0px;
  height: 100vh;
  position: relative;
  margin: 0;
  width: calc(100% - 40px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
  background: #fff;
}
.page__contents__tool__editor .panel .close {
  display: block;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* background:#151e62; */
  background: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  z-index: 12;
}
.page__contents__tool__editor .panel .inner {
  padding: 0;
}
.page__contents__tool__editor .panel .inner dl dt {
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 10px 0;
  color: #222;
}
.page__contents__tool__editor .panel .inner dl dd {
  margin-bottom: 20px;
}
.page__contents__tool__editor .panel .inner dl dd input[type=text], .page__contents__tool__editor .panel .inner dl dd input[type=file], .page__contents__tool__editor .panel .inner dl dd select, .page__contents__tool__editor .panel .inner dl dd textarea {
  margin-bottom: 15px;
}
.page__contents__tool__editor .panel .inner dl dd textarea {
  min-height: 8em;
  line-height: 1.3;
}
.page__contents__tool__editor .panel .inner dl dd p {
  margin-bottom: 15px;
  text-align: left;
}
.page__contents__tool__editor .panel .inner ul {
  margin-top: 20px;
}
.page__contents__tool__editor .panel .inner ul li .button--primary.edit {
  background: #f39800;
  border: 1px solid #f39800;
  box-shadow: none;
}
.page__contents__tool__editor .panel .inner .column2-wrapper {
  width: 100%;
  display: table;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column {
  width: 50%;
  display: table-cell;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd {
  margin-bottom: 15px !important;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd input,
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd select,
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd textarea {
  margin-bottom: 0 !important;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd .radio-input {
  margin-right: 15px;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd.wyz_area {
  width: calc(100% - 20px);
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd .hide-block .before_check-input {
  margin: 10px 0 !important;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd .hide-block button.before_check-input {
  margin-right: 10px !important;
}
.page__contents__tool__editor .panel .inner .column2-wrapper__column dl dd .hide-block .check-input {
  text-align: left;
  display: block;
}
.page__contents__tool__editor .panel .inner .column-type {
  margin-bottom: 15px !important;
}
.page__contents__tool__editor .panel .inner .selectbox.is-unit {
  display: inline-block;
}
.page__contents__wrapper {
  padding: 20px;
}
.page__contents__wrapper .sortable {
  position: relative;
}
.page__contents__wrapper .sortable:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.page__contents__wrapper .sortable.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(93, 255, 93, 0.1);
}
.page__contents__wrapper .sortable .handler {
  padding: 10px;
  background-color: #efefef;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}
.page__contents__wrapper .sortable .handler:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.page__contents__wrapper .sortable .handler p {
  float: left;
}
.page__contents__wrapper .sortable .handler .column-aside {
  float: right;
}
.page__contents__wrapper .sortable .handler .column-aside li {
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}
.page__contents__wrapper.preview .handler {
  display: none;
}
.page__contents__toast {
  position: fixed;
  bottom: 20px;
  left: calc(50% - 150px);
  width: 300px;
  background: #fff;
  border: 1px solid #112244;
  padding: 10px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  display: none;
}
.page__contents__toast p {
  text-align: center;
  color: #222;
}
.page__contents__navi {
  position: fixed;
  right: 20px;
  top: calc(50% - 39px);
}

.asColorPicker-trigger {
  background-image: url("../images/common/ascolorpicker/transparent.png") !important;
}

.asColorPicker-preview li {
  background-image: url("../images/common/ascolorpicker/transparent.png") !important;
}

.asColorPicker-palettes li {
  background-image: url("../images/common/ascolorpicker/transparent.png") !important;
}

.asColorPicker-saturation {
  background-image: url("../images/common/ascolorpicker/saturation.png") !important;
}

.asColorPicker-hue {
  background-image: url("../images/common/ascolorpicker/hue.png") !important;
}

.asColorPicker-alpha {
  background-image: url("../images/common/ascolorpicker/alpha.png") !important;
}

.asColorPicker-gradient-preview:after {
  background-image: url("../images/common/ascolorpicker/transparent.png") !important;
}

.asColorPicker-input {
  margin-bottom: 0 !important;
  border-radius: 3px 0px 0px 3px !important;
}

.asColorPicker-clear {
  right: 48px !important;
}

.asColorPicker-trigger {
  height: 37px !important;
  width: 37px !important;
}

/*----------------------------------------
	coenal
----------------------------------------*/
.print-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media only screen and (max-width: 659px) {
  .print-button {
    bottom: 10px;
    right: 10px;
  }
}
.print-button input[type=button] {
  width: 180px;
  height: 45px;
  margin: 0 0 10px 0;
  display: block;
  background-image: linear-gradient(90deg, #e5fffe, #effbff 50%, #fcf5ff);
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 659px) {
  .print-button input[type=button].button1p, .print-button input[type=button].button2p {
    display: none;
  }
}

.print-overray {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.print-overray p {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

#coenal {
  background: #fff;
}
#coenal .serif {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
#coenal .result .section {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 60px;
  /*border-bottom: 4px double #685448;*/
  box-sizing: border-box;
}
#coenal .result .section.separate {
  border-top: 1px solid #d4d4d2;
  padding-top: 60px;
}
#coenal .result .section .headline {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 15px;
  margin-bottom: 30px;
}
#coenal .result .section .headline figure {
  width: 50px;
  height: 50px;
}
#coenal .result .section .headline figure img {
  width: 100%;
  height: auto;
}
#coenal .result .section .headline dl dt {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1;
  color: #928773;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section .headline dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}
#coenal .result .section .headline dl dd {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  color: #928773;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section .headline dl dd {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#coenal .result .section h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}
#coenal .result .section h2.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  margin: 0 auto 40px auto;
  font-size: 40px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section h2.vertical {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
#coenal .result .section h3 {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#coenal .result .section h4 {
  font-size: 60px;
  font-size: 3.75rem;
  color: #ff6e6e;
}
@media only screen and (max-width: 659px) {
  #coenal .result .section h4 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
#coenal .result .section p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
#coenal .result .section .center {
  text-align: center;
}
#coenal .result .section .mb50 {
  margin-bottom: 50px;
}
#coenal .result .section .icon {
  width: 130px;
  height: 130px;
  margin: 0 auto 85px auto;
}
#coenal .result .section .icon img {
  width: 100%;
  height: auto;
}
#coenal .result .section .fatigue {
  background: #fff;
  border: 1px solid #a99c94;
  border-radius: 30px;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 45px;
}
#coenal .result .section .logo {
  width: 200px;
  margin: 0 auto;
}
#coenal .result .section .logo img {
  width: 100%;
  height: auto;
}
#coenal .result .section .score {
  margin: 30px auto 40px auto;
}
#coenal .result .section .score img {
  width: 100%;
  height: auto;
}
#coenal .result .impression .information {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 66% 34%;
  gap: 0px;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .information {
    grid-template-columns: 1fr;
  }
}
#coenal .result .impression .information__inner {
  padding: 80px 8%;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .information__inner {
    order: 2;
    padding: 40px 4%;
  }
}
#coenal .result .impression .information__inner--right {
  background: #fbeee8;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .information__inner--right {
    order: 1;
  }
}
#coenal .result .impression .graph {
  padding: 0em 1em 1em 1em;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .graph {
    padding: 0 0 1em 0;
  }
}
#coenal .result .impression .graph__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
  text-align: center;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .graph__inner {
    grid-template-columns: 1fr;
  }
}
#coenal .result .impression .graph .graph__image {
  padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 659px) {
  #coenal .result .impression .graph .graph__image {
    padding: 0 0 20px 0;
  }
}
#coenal .result .impression .graph .graph__image h3 {
  text-align: center;
  display: inline-block;
  margin: 0 auto 15px auto;
  padding: 0px 10px;
}
#coenal .result .impression .graph canvas {
  width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
#coenal .result .impression .qr {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
#coenal .result .impression .qr .img-qr {
  width: 115px;
  height: 115px;
}
#coenal .result .impression .qr .img-qr canvas {
  width: 100% !important;
  height: auto !important;
}

/*----------------------------------------
	recording element
----------------------------------------*/
.primary .already {
  display: none;
}
.primary .newer {
  display: block;
}
.primary button.rec {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}
.primary button.rec i {
  font-size: 50px;
  display: block;
  margin: 0;
}
.primary button.rec .count {
  font-size: 50px;
  display: block;
  color: #fff;
}
.primary #start {
  display: block;
}
.primary #loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 10;
  background: rgb(255, 255, 255);
}
.primary #loading div {
  text-align: center;
}
.primary #loading div figure {
  margin-bottom: 10px;
}
.primary #loading div p {
  color: #000;
  font-size: 18px;
}
