@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;
}

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

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

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);
}

/*----------------------------------------
	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: 0px 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: 0;
  }
}
.primary.full {
  width: 100%;
  padding: 0;
}
.primary .head {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #fff 50%, #fafafa 100%);
  /* hamburger button */
}
.primary .head h2 {
  color: #414141;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
}
.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 {
  width: 18px;
  height: 16px;
  padding: 14px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  -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.active, .primary .head .hamburger:hover {
  background: #eee;
}
@media only screen and (max-width: 659px) {
  .primary .head .hamburger {
    position: fixed;
    top: 10px;
    right: 10px;
    margin: 0;
  }
}
.primary .head .hamburger div {
  width: 18px;
  height: 16px;
  z-index: 9;
  cursor: pointer;
  position: relative;
}
.primary .head .hamburger div span {
  width: 18px;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: block;
}
.primary .head .hamburger div span:first-child {
  top: 0px;
}
.primary .head .hamburger div span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.primary .head .hamburger div span:last-child {
  bottom: 0px;
}
.primary .head .hamburger div.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.primary .head .hamburger div.active span:nth-child(2) {
  transform: translateX(-100px);
  background: rgba(255, 255, 255, 0);
}
.primary .head .hamburger div.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.primary .pad {
  padding: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@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 {
  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;
  word-break: break-all;
}
.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;
}

/*----------------------------------------
	header
----------------------------------------*/
/*
header{
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: fixed;
	top: 0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	z-index: 100;
	@include sp{
		height: 100px;
	}//sp

	.logo{
		float: left;
		text-align: center;
		height: 60px;
		width: 240px;
		background: linear-gradient(45deg, #1691f5 0%, #3369E6 100%);
		@include sp{
			float: none;
			width: auto;
		}//sp

		img{
			width: 120px;
			height: auto;
			padding-top: 15px;
			@include sp{
				padding-top: 15px;
			}//sp
		}//img
	}//.logo

	h1{
		float: left;
		color: #414141;
		@include fs(16);
		letter-spacing: .5px;
		line-height: 60px;
		text-indent: 20px;
		@include sp{
			float: none;
			@include fs(14);
			line-height: 40px;
			text-indent: 15px;
		}//sp
	}//h1

	aside{
		float: right;
		height: 60px;
		padding: 0 20px;
		border-left: 2px solid #e9e9e9;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		@include transition(all 0.4s ease);
		@include clear;
		@include sp{
			float: none;
			height: auto;
			padding: 0;
			border-left: none;
			position: absolute;
			top: 12px;
			right: 15px;
		}//sp

		.avator{
			float: left;
			margin: 14px 15px 0 0;
			@include sp{
				float: none;
				margin: 0;
			}//sp

			img{
				width: 36px;
				height: 36px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
			}//img
		}//.avator

		.name{
			float: left;
			color: #414141;
			@include fs(14);
			font-weight: bold;
			letter-spacing: .5px;
			line-height: 60px;
			margin-right: 10px;
			@include sp{
				display: none;
			}//sp
		}//.name

	}//aside

}//header
*/
/*----------------------------------------
	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;
  left: 0;
  z-index: 9;
  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);
  background: #fff;
  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: linear-gradient(45deg, #981323 50%, #c50176 100%);
}
.sidebar:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.sidebar.blue {
  background: linear-gradient(45deg, #00cbff 50%, #3369e6 100%);
}
.sidebar.pink {
  background: linear-gradient(45deg, #ef87ff 50%, #336fe6 100%);
}
.sidebar.orange {
  background: linear-gradient(45deg, #ff8787 50%, #e69233 100%);
}
.sidebar.green {
  background: linear-gradient(45deg, #86d475 50%, #33b1e6 100%);
}
.sidebar.deactive {
  left: -100%;
}
.sidebar .logo {
  text-align: center;
  padding: 30px 0 15px 0;
  color: #fff;
}
.sidebar .logo span {
  display: block;
  color: #fff;
}
.sidebar .logo img {
  width: 90px;
  height: auto;
}
.sidebar .profile {
  margin: 20px;
}
.sidebar .profile span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #50ae54;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border: 2px solid #fcfcfc;
}
.sidebar .profile p {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.sidebar .gnavi {
  height: 100vh;
  padding-bottom: 20px;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}
.sidebar .gnavi ul li dl dt {
  color: #fff;
  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);
}
@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 {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  content: "";
  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: #fff;
  display: block;
}
.sidebar .gnavi ul li dl dt i {
  color: #fff;
  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: #fff;
}
.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: #fff;
}
.sidebar .gnavi ul li dl dd ul li a {
  color: #fff;
  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: #fff;
  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(0, 0, 0, 0.2);
  /*
  dt{
  	background-color: #f5f5f5;
  	color:#3369e6;

  	a{
  		color:#3369e6;
  	}//a

  	i{
  		color: #3369e6;
  	}//i

  	&:after{
  		content: "\f078";
  		color: #3369e6;
  	}//after

  	&:hover{
  		background-color: #e9e9e9;
  	}//:hover

  }//dt

  dd{
  	display: block;
  }//dd
  */
}
.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 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 dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 659px) {
  .edit_content dl dd {
    overflow: scroll;
    margin-bottom: 20px;
  }
}
.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;
}

/*----------------------------------------
	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 .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;
}
input[type=submit].green,
button.green {
  background-color: #50ae54;
}
input[type=submit].yellow,
button.yellow {
  background-color: #fcd748;
}
input[type=submit].red,
button.red {
  background-color: #f2453d;
}
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;
}

/*----------------------------------------
	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;
}
.list_card .column-primary h4 span a {
  color: #fff;
}
.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;
}

/*----------------------------------------
	panel
----------------------------------------*/
.panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  width: calc(100% - 20px);
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@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: 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) {
  .panel h3 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 40px;
    text-indent: 15px;
    height: 40px;
  }
}
.panel .inner {
  padding: 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 {
  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%;
  padding: 10px 0;
}
.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: block;
}
.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;
}

/*----------------------------------------
	markdown editor
----------------------------------------*/
#marked {
  margin: 0 0 60px 0;
}
#marked .editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
#marked a {
  background: none;
  color: #ff0000;
  box-shadow: none;
  padding: 0;
  margin: 0;
  display: inline;
}
#marked a:hover {
  text-decoration: underline;
}
#marked h1 {
  font-size: 24px;
  font-size: 1.5rem;
}
#marked h2 {
  font-size: 22px;
  font-size: 1.375rem;
}
#marked h3 {
  font-size: 20px;
  font-size: 1.25rem;
  background: none;
  padding: 0;
  height: auto;
  line-height: normal;
  text-indent: inherit;
}
#marked h1, #marked h2, #marked h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#marked h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
#marked h5 {
  font-size: 16px;
  font-size: 1rem;
}
#marked ul {
  padding-inline-start: 20px;
}
#marked ul li {
  list-style: disc;
}

/*----------------------------------------
	login
----------------------------------------*/
.login_wrap {
  height: 100vh;
  position: relative;
  background: linear-gradient(45deg, #981323 50%, #c50176 100%);
}
.login_wrap.blue {
  background: linear-gradient(45deg, #00cbff 50%, #3369e6 100%);
}
.login_wrap.pink {
  background: linear-gradient(45deg, #ef87ff 50%, #336fe6 100%);
}
.login_wrap.orange {
  background: linear-gradient(45deg, #ff8787 50%, #e69233 100%);
}
.login_wrap.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: 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) {
  .login_wrap .inner {
    padding: 30px;
    width: 280px;
  }
}
.login_wrap .inner h1 {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 659px) {
  .login_wrap .inner h1 {
    margin-bottom: 20px;
  }
}
.login_wrap .inner h1 img {
  width: 200px;
  height: auto;
}
@media only screen and (max-width: 659px) {
  .login_wrap .inner h1 img {
    width: 180px;
  }
}
.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 .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;
}
.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;
  }
}

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