/**************************************************
 *  _____ ____ __  __       _ _
 * |  ___/ ___|  \/  | __ _(_) | ___ _ __
 * | |_ | |   | |\/| |/ _` | | |/ _ \ '__|
 * |  _|| |___| |  | | (_| | | |  __/ |
 * |_|   \____|_|  |_|\__,_|_|_|\___|_|
 *
 **************************************************
 *
 * FCMailer - 2017
 *
 * StyleName: FCMailer.css
 *
 * PackageName: FCMailer
 * Version: 3.6
 *
 * FoodConnection
 * http://foodconnection.jp/
 * http://foodconnection.vn/
 *
 ***************************************************/

.fc-form {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.fc-form * {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.fc-form .form-parse-text {
}
.fc-form .form-parse-number {
}
.fc-form .form-parse-date {
}
.fc-form .form-parse-time {
}
.fc-form .form-parse-datetime {
}
.fc-form .parse-line label {
  display: inline-block;
}
.fc-form .form-remove {
}
.fc-form .form-remove-empty,
.fc-confirm .form-remove-empty {
  padding-top: 0 !important;
}
.fc-form .confirm-hide {
}
.fc-form .confirm-show {
  display: none;
}
.fc-form .form-row {
  position: relative;
}
.fc-form .form-value {
  position: relative;
}

.fc-form a:link{
  color: #0c7cd6;
  text-decoration: underline;
}
.fc-form button  {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fc-form button {
  font-weight: 700;
  background-color: #ff7800;
  font-size: 22px;
  line-height: 3.64;
  position: relative;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  height: auto;
  max-width: 440px;
  margin: auto;
  padding: 0;
}
.form-submit span {
  font-size: 85%;
  color: #ffd800;
}

.fc-form button::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  content: "";
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.2s;
  transform: rotate(45deg);
}
.fc-form button:hover::after {
  right: 0.5em;
}
.submit-confirm .form-submit {
  background: #cd0019;
}

.fc-form .form-back {
}
.fc-form [class^="error"] {
  display: none;
  color: #f44336;
  font-weight: 600;
  margin-left: 10px;
  /* position: absolute;
  left: 0;
  bottom: 0; */
}
.fc-form .submit-confirm {
  display: none !important;
}

.fc-confirm {
  display: none;
  margin: auto;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.fc-confirm * {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.fc-confirm.display-fixed {
  background: rgba(0, 0, 0, 0.8) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
body.confirm-fixed {
  pointer-events: none !important;
  overflow: hidden !important;
}
.fc-confirm [class^="error"] {
  display: none !important;
}
.fc-confirm.display-fixed .confirm-main {
  pointer-events: visible !important;
  margin-right: -50%;
  padding: 1.5em;
  color: #bfbfbf;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  max-width: 1000px;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: visible;
}
.fc-confirm input,
.fc-confirm select,
.fc-confirm textarea {
  cursor: default;
}
.fc-confirm .confirm-value {
  display: inline-block;
}
.fc-confirm .confirm-empty {
  opacity: 0;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.3) !important;
}
.fc-form[data-debug="true"] + .fc-confirm .confirm-empty {
  opacity: 1;
}
.fc-confirm .confirm-hide {
  display: none !important;
}
.fc-confirm .form-attachment .attachment-button,
.fc-confirm .form-attachment .attachment-remove {
  display: none !important;
}
.fc-confirm .confirm-show {
  display: block;
}
.fc-confirm .submit-confirm + .submit-form {
  display: none !important;
}
.fc-confirm button {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

body.debugger {
  overflow: hidden !important;
}
#fc-debug {
  pointer-events: visible !important;
  opacity: 0;
  margin: auto;
  color: #303030;
  font-size: 12px;
  font-family: arial, verdana, tahoma, sans-serif, serif;
  line-height: 1.428571429;
  letter-spacing: 0;
  text-align: initial;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  visibility: hidden;
  z-index: 99999;
}
body.debugger #fc-debug {
  opacity: 1;
  visibility: visible;
}
#fc-debug * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#fc-debug .debug-main {
  background: #fefefe;
  color: #303030;
  width: 800px;
  min-height: 450px;
  position: absolute;
  top: 0;
  right: -800px;
  bottom: 0;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
  /* overflow-y: auto; */
}
body.debugger #fc-debug .debug-main {
  right: 0;
}
#fc-debug .debug-head {
  margin: 0 0 10px;
}
#fc-debug .debug-menu {
  min-height: 45px;
  position: relative;
  z-index: 2;
}
#fc-debug .debug-close {
  cursor: pointer;
  margin: auto;
  color: #fefefe;
  font-size: 25px;
  /* font-family: fantasy, tahoma, verdana, arial, sans-serif, serif; */
  line-height: 25px;
  text-align: center;
  background: #f55a4e;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 10px;
  right: 10px;
  box-shadow: inset 0 0 0 1px #fefefe, 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 0 1px #fefefe, 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0 1px #fefefe, 0 0 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 2;
}
#fc-debug .debug-menu > .debug-close {
  top: 0;
  bottom: 0;
}
#fc-debug .debug-close:hover {
  background: #f32b1e;
}
#fc-debug .debug-menu .debug-local {
  margin: auto;
  color: #009688;
  font-size: 15px;
  font-weight: 600;
  font-variant: small-caps;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#fc-debug .debug-menu .debug-local > * {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 10px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 500;
  font-variant: normal;
  text-transform: uppercase;
  line-height: 1;
  background: #2196f3;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 0 1px #0c7cd6;
  -moz-box-shadow: 0 0 0 1px #0c7cd6;
  -webkit-box-shadow: 0 0 0 1px #0c7cd6;
}
#fc-debug .debug-tab {
  padding: 10px 20px;
  background: #efefef;
  box-shadow: inset 0 -1px #dfdfdf;
  -moz-box-shadow: inset 0 -1px #dfdfdf;
  -webkit-box-shadow: inset 0 -1px #dfdfdf;
}
#fc-debug .debug-tab > * {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  color: #afafaf;
  font-size: 16px;
  text-align: center;
  background: #fefefe;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #cfcfcf, 0 0 3px rgba(0, 0, 0, 0.1);
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-tab > *:hover,
#fc-debug .debug-tab > *.active {
  color: #fefefe;
  background: #bfbfbf;
  box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #bfbfbf, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
}
#fc-debug .debug-tab > * + * {
  margin-left: 15px;
}
#fc-debug .debug-button {
  margin-right: 20px;
  padding: 5px 20px;
  color: #fefefe;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: 1px;
  background: #3f51b5;
  box-shadow: inset 0 0 0 1px #3f51b5, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px #3f51b5, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #3f51b5, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
}
#fc-debug .debug-button:before {
  content: "";
  margin: auto;
  background: #795548;
  width: 1px;
  position: absolute;
  top: 1px;
  right: -18px;
  bottom: 1px;
  box-shadow: 3px 0 #795548, -3px 0 #795548;
  -moz-box-shadow: 3px 0 #795548, -3px 0 #795548;
  -webkit-box-shadow: 3px 0 #795548, -3px 0 #795548;
}
#fc-debug .debug-button:hover {
  background: #673ab7;
  box-shadow: inset 0 0 0 1px #673ab7, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px #673ab7, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 0 1px #673ab7, inset 0 0 0 2px #fefefe,
    0 0 1px rgba(0, 0, 0, 0.1);
}
#fc-debug .debug-url {
  margin: auto;
  padding: 5px 20px;
  font-size: 125%;
  background: #f0f0f0;
  position: relative;
  box-shadow: inset 0 1px #fefefe, inset 0 -1px #dfdfdf, inset 0 -2px #fefefe;
  -moz-box-shadow: inset 0 1px #fefefe, inset 0 -1px #dfdfdf,
    inset 0 -2px #fefefe;
  -webkit-box-shadow: inset 0 1px #fefefe, inset 0 -1px #dfdfdf,
    inset 0 -2px #fefefe;
  z-index: 2;
}
#fc-debug .debug-url > * {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
}
#fc-debug .debug-url a {
  color: #ff5722;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-url a:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid #ff5722;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-url a:hover {
  color: #009688;
}
#fc-debug .debug-url a:hover:before {
  margin: -3px 7px -3px 0;
  border-left-color: #009688;
  border-top-width: 8px;
  border-left-width: 8px;
  border-bottom-width: 8px;
}
#fc-debug .debug-url .debug-path-config {
  margin: auto;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
#fc-debug .debug-url .debug-path-config * + * {
  margin-left: 10px;
}
#fc-debug .debug-url small {
  display: inline-block;
  padding: 0 5px;
  color: #fefefe;
  font-size: 12px;
  font-weight: 600;
  font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace,
    sans-serif, serif;
  line-height: 20px;
  letter-spacing: 0.25px;
  height: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: relative;
  top: 3px;
}
#fc-debug .debug-url small:before {
  margin-right: 5px;
}
#fc-debug .debug-url .debug-path-missing {
  font-style: italic;
  background: #f44336;
}
#fc-debug .debug-url .debug-path-missing:before {
  content: "\2717";
  font-style: normal;
}
#fc-debug .debug-url .debug-path-loaded {
  background: #8bc34a;
}
#fc-debug .debug-url .debug-path-loaded:before {
  content: "\2713";
}
#fc-debug .debug-tab-target {
  display: none;
}
#fc-debug .debug-tab-target.active {
  display: block;
}
#fc-debug .debug-mail {
  margin: 10px 0;
  padding: 0 20px;
  position: relative;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 1;
}
#fc-debug .debug-block {
  display: table;
  width: 100%;
}
#fc-debug .debug-block > * {
  display: table-cell;
  padding: 3px 5px;
  width: 50%;
}
#fc-debug .debug-caption {
  color: #909090;
  text-align: right;
  width: 30%;
  position: relative;
}
#fc-debug .debug-change {
  cursor: pointer;
  color: #f44336;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 50px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 2;
}
#fc-debug .debug-change:before {
  content: "";
  margin: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZmlsbD0icmVkIj48dGl0bGU+Rm9vZENvbm5lY3Rpb24gLSBEZXYgdGVhbTwvdGl0bGU+PHBhdGggZD0iTTQ0Ny45OTksMjU2YzAtMTItMS4yNS0yMy42NTYtMy4zNDQtMzUuMDMxbDY1LjAzMS0zNy41MzFsLTY0LTExMC44NzVsLTY1LjAzMSwzNy41NjMgYy0xNy43MTktMTUuMTI2LTM4LjI1LTI3LjAzMi02MC42NTYtMzQuOTdWMGgtMTI4djc1LjE1NmMtMjIuNDA2LDcuOTM4LTQyLjkzOCwxOS44NDQtNjAuNjU2LDM0Ljk2OUw2Ni4zMTIsNzIuNTYzbC02NCwxMTAuODc1IEw2Ny4zNDMsMjIxYy0yLjA5NCwxMS4zNDQtMy4zNDQsMjMtMy4zNDQsMzVjMCwxMS45NjksMS4yNSwyMy42MjUsMy4zNDQsMzVMMi4zMTIsMzI4LjU2Mmw2NCwxMTAuODc1bDY1LjA2My0zNy41NjIgYzE3LjcxOSwxNS4xNTYsMzguMjE5LDI3LjAzMSw2MC42MjUsMzQuOTY5VjUxMmgxMjh2LTc1LjE1NmMyMi40MDYtNy45MzgsNDIuOTM5LTE5LjgxMiw2MC42MjUtMzQuOTY5bDY1LjA2NCwzNy41NjJsNjQtMTEwLjg3NSBsLTY1LjAzMS0zNy41M0M0NDYuNzQ5LDI3OS42NTYsNDQ3Ljk5OSwyNjcuOTY5LDQ0Ny45OTksMjU2eiBNNDY1Ljk2OCwzNDAuMjgxbC0zMiw1NS40MzhsLTM3LjM0NC0yMS41NjJsLTE5LjYyNS0xMS4zMTIgbC0xNy4xODgsMTQuNzE5Yy0xNC44MTQsMTIuNzItMzEuODE0LDIyLjUtNTAuNSwyOS4xMjVsLTIxLjMxMiw3LjUzMXYyMi42MjVWNDgwaC02NHYtNDMuMTU2di0yMi42MjVsLTIxLjMxMy03LjUzMSBjLTE4LjY1Ni02LjYyNS0zNS42MjUtMTYuNDA1LTUwLjUtMjkuMTI1bC0xNy4xODctMTQuNzE5bC0xOS42MjUsMTEuMzEzTDc4LjAyOSwzOTUuNzJsLTMyLjAzMS01NS40MzhsMzcuMzQ0LTIxLjU2MyBsMTkuNTYzLTExLjMxMmwtNC4wOTQtMjIuMjJjLTEuODc1LTEwLjI0OC0yLjgxMy0xOS44MTEtMi44MTMtMjkuMTg2czAuOTM4LTE4LjkzOCwyLjgxMy0yOS4xODhsNC4wOTQtMjIuMjE5bC0xOS41NjMtMTEuMjgxIEw0NS45OTksMTcxLjc1bDMyLjAzMS01NS40NjlsMzcuMzEzLDIxLjUzMWwxOS41OTQsMTEuMzEzbDE3LjE4OC0xNC42NTZjMTQuOTM4LTEyLjc1LDMxLjkzOC0yMi41MzEsNTAuNTYzLTI5LjE1NmwyMS4zMTEtNy41NjMgVjc1LjE1NlYzMmg2NHY0My4xNTZWOTcuNzVsMjEuMzEyLDcuNTYzYzE4LjYyNSw2LjYyNSwzNS42NTYsMTYuNDA2LDUwLjU2MiwyOS4xNTZsMTcuMjE5LDE0LjY1NmwxOS41NjQtMTEuMzEzbDM3LjMxMi0yMS41MzEgbDMyLDU1LjQzOGwtMzcuMzEyLDIxLjUzMWwtMTkuNTY0LDExLjMxM2w0LjA5NiwyMi4xODhjMS45MDQsMTAuMzEyLDIuODExLDE5Ljg3NCwyLjgxMSwyOS4yNDlzLTAuOTA2LDE4LjkzOC0yLjgxMiwyOS4yNSBsLTQuMDk2LDIyLjIxOWwxOS41NjQsMTEuMjgxTDQ2NS45NjgsMzQwLjI4MXoiLz48cGF0aCBkPSJNMjU1Ljk5OSwxOTJjMzUuMjgyLDAsNjQsMjguNjg4LDY0LDY0YzAsMzUuMjgxLTI4LjcxOSw2NC02NCw2NGMtMzUuMzEzLDAtNjQtMjguNzE5LTY0LTY0IEMxOTEuOTk5LDIyMC42ODgsMjIwLjY4NywxOTIsMjU1Ljk5OSwxOTIgTTI1NS45OTksMTYwYy01MywwLTk2LDQzLTk2LDk2czQzLDk2LDk2LDk2YzUzLDAsOTYtNDMsOTYtOTZTMzA4Ljk5OSwxNjAsMjU1Ljk5OSwxNjAgTDI1NS45OTksMTYweiIvPjwvc3ZnPg==)
    no-repeat center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
}
#fc-debug .debug-change:after {
  content: "0";
  margin-left: 10px;
  padding: 3px 5px;
  color: #fefefe;
  font-size: 11px;
  line-height: 1;
  background: #00bcd4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: -5px;
  left: 100%;
}
#fc-debug .debug-change[data]:after {
  content: attr(data);
}
#fc-debug .debug-change:hover {
  opacity: 0.75;
}
#fc-debug .debug-config {
  margin: auto;
  opacity: 0;
  padding: 50px 10px 10px;
  background: rgba(255, 255, 255, 0.9);
  width: 500px;
  position: absolute;
  top: -10px;
  left: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: hidden;
  z-index: 1;
}
#fc-debug .debug-config.active {
  opacity: 1;
  visibility: visible;
}
#fc-debug .debug-config .d-config-button {
  cursor: pointer;
  margin: auto;
  padding: 5px 10px;
  color: #fefefe;
  font-variant: small-caps;
  line-height: 1;
  background: #ff5722;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-config .d-config-button:hover {
  background: #f44336;
}
#fc-debug .debug-config .d-config-main {
  max-height: 200px;
  overflow: auto;
}
#fc-debug .debug-config .d-config-main::-webkit-scrollbar {
  background: rgba(255, 255, 255, 0.25);
}
#fc-debug .debug-config .d-config-main::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
#fc-debug .debug-config .d-config-main::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}
#fc-debug .debug-config .d-config-main hr {
  margin: 10px 5px 10px 10px;
  border: none;
  border-top: 1px dashed #909090;
}
#fc-debug .debug-config .d-config-block {
  padding: 0 5px;
  position: relative;
}
#fc-debug .debug-config .d-config-block + .d-config-block {
  margin-top: 10px;
}
#fc-debug .debug-config .d-config-remove,
#fc-debug .debug-config .d-config-select {
  cursor: pointer;
  margin: auto;
  padding: 3px;
  color: #fefefe;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  background: #607d8b;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-config .d-config-remove:hover,
#fc-debug .debug-config .d-config-select:hover {
  background: #7a96a3;
}
#fc-debug .debug-config .d-config-add {
}
#fc-debug
  .debug-config
  .d-config-add
  .d-config-block:last-child
  .d-config-remove {
  cursor: not-allowed;
  opacity: 0.25;
}
#fc-debug .debug-config .d-config-select label {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fc-debug .debug-config .d-config-select input {
  cursor: pointer;
  opacity: 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fc-debug .debug-config .d-config-select span {
  margin: auto;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-config .d-config-select input:checked ~ span {
  opacity: 1;
}
#fc-debug .debug-config .d-config-select span:before {
  content: "";
  margin: auto;
  width: 3px;
  height: 6px;
  border: 0 solid #fefefe;
  border-right-width: 2px;
  border-bottom-width: 2px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-config .d-config-input {
  margin-left: 40px;
  padding: 5px 10px;
  color: #606060;
  font-size: 12px;
  line-height: 15px;
  background: #fefefe;
  height: 25px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 0 1px #909090;
  -moz-box-shadow: inset 0 0 0 1px #909090;
  -webkit-box-shadow: inset 0 0 0 1px #909090;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  overflow: hidden;
}
#fc-debug .debug-config .d-config-block.selected .d-config-input {
  color: #009688;
  background: #f3ffe4;
  box-shadow: inset 0 0 0 1px #009688;
  -moz-box-shadow: inset 0 0 0 1px #009688;
  -webkit-box-shadow: inset 0 0 0 1px #009688;
}
#fc-debug .debug-config .d-config-input input {
  padding: 0 !important;
  color: #606060 !important;
  font-size: 12px !important;
  font-family: sans-serif, serif;
  background: transparent !important;
  height: 15px !important;
  min-height: auto !important;
  border: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  position: relative !important;
  top: -1px !important;
}
#fc-debug .debug-config .d-config-input input:-moz-placeholder {
  opacity: 1;
  color: #c9c9c9;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: visible;
}
#fc-debug .debug-config .d-config-input input::-moz-placeholder {
  opacity: 1;
  color: #c9c9c9;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: visible;
}
#fc-debug .debug-config .d-config-input input::-webkit-input-placeholder {
  opacity: 1;
  color: #c9c9c9;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: visible;
}
#fc-debug
  .debug-config
  .d-config-input
  input:focus:not(:read-only):not(:disabled):-moz-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden;
}
#fc-debug
  .debug-config
  .d-config-input
  input:focus:not(:read-only):not(:disabled)::-moz-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden;
}
#fc-debug
  .debug-config
  .d-config-input
  input:focus:not(:read-only):not(:disabled)::-webkit-input-placeholder {
  opacity: 0;
  left: 5%;
  visibility: hidden;
}
/*
#fc-debug .debug-config .d-config-input.d-config-error {
	box-shadow: inset 0 0 0 1px #F44336;
	-moz-box-shadow: inset 0 0 0 1px #F44336;
	-webkit-box-shadow: inset 0 0 0 1px #F44336;
}
#fc-debug .debug-config .d-config-input.d-config-error input {
	color: #F44336;
}
*/
#fc-debug .debug-value {
  color: #607d8b;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  width: 70%;
}
#fc-debug .debug-value mark {
  display: inline-block;
  margin: -3px 0;
  padding: 5px 10px;
  color: #fefefe;
  font-weight: 600;
  line-height: 1;
  background: #ff9800;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 0 1px #ff9800, inset 0 0 0 2px #fefefe;
  -moz-box-shadow: inset 0 0 0 1px #ff9800, inset 0 0 0 2px #fefefe;
  -webkit-box-shadow: inset 0 0 0 1px #ff9800, inset 0 0 0 2px #fefefe;
}
#fc-debug .debug-value .email-test {
  display: block;
  color: #f44336;
}
#fc-debug .debug-subject {
  margin: 10px 20px;
  padding: 5px 10px;
  color: #fefefe;
  font-size: 150%;
  font-weight: 600;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  background: #607d8b;
  box-shadow: inset 0 0 0 1px #607d8b, inset 0 0 0 2px #fefefe;
  -moz-box-shadow: inset 0 0 0 1px #607d8b, inset 0 0 0 2px #fefefe;
  -webkit-box-shadow: inset 0 0 0 1px #607d8b, inset 0 0 0 2px #fefefe;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#fc-debug .debug-content {
  margin: auto;
  opacity: 0;
  background: #fefefe;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 1s ease-in, top 0.1s ease-out;
  -moz-transition: opacity 1s ease-in, top 0.1s ease-out;
  -webkit-transition: opacity 1s ease-in, top 0.1s ease-out;
}
#fc-debug .debug-content.active {
  opacity: 1;
}
#fc-debug .debug-segment {
  display: none;
  margin: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fc-debug .debug-segment.active {
  display: block;
}
#fc-debug .debug-segment > * {
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
#fc-debug .debug-segment > *.active {
  display: block;
}
#fc-debug .debug-segment > *:before,
#fc-debug .debug-segment > *:after {
  pointer-events: none;
  opacity: 0;
  margin: auto;
  position: absolute;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-debug .debug-segment > *:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25),
    inset 0 0 0 2px rgba(255, 255, 255, 0.25);
  z-index: 1;
}
#fc-debug .debug-segment.unavailable.active > *.active:before {
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fc-debug .debug-segment > *:after {
  content: "inactive";
  font-size: 0;
  font-weight: 600;
  font-family: sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.25),
    0 10px 25px rgba(255, 255, 255, 0.25), 10px 0 25px rgba(255, 255, 255, 0.25),
    0 -10px 25px rgba(255, 255, 255, 0.25),
    -10px 0 25px rgba(255, 255, 255, 0.25),
    10px 10px 25px rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 2;
}
#fc-debug .debug-segment.unavailable.active > *.active:after {
  opacity: 0.5;
  color: rgba(245, 65, 55, 0.5);
  font-size: 1000%;
}
#fc-debug .debug-switch {
  cursor: pointer;
  opacity: 0.1;
  margin: auto;
  padding: 3px 5px;
  color: #303030;
  line-height: 1;
  background: #dfdfdf;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0 0 0 1px #cfcfcf;
  -moz-box-shadow: 0 0 0 1px #cfcfcf;
  -webkit-box-shadow: 0 0 0 1px #cfcfcf;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  z-index: 1;
}
#fc-debug .debug-segment > *:hover .debug-switch {
  opacity: 1;
  color: #4caf50;
  background: #f3f3f3;
  box-shadow: 0 0 0 1px #dcdcdc;
  -moz-box-shadow: 0 0 0 1px #dcdcdc;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc;
}
#fc-debug iframe {
  margin: auto;
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#fc-debug pre {
  margin: auto;
  font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace,
    sans-serif, serif;
  white-space: pre-line;
  word-wrap: break-word;
  word-break: break-all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
#fc-debug pre::-webkit-scrollbar {
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-debug pre:hover::-webkit-scrollbar {
  background: #f0f0f0;
}
#fc-debug pre::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-debug pre:hover::-webkit-scrollbar-thumb {
  background: #bfbfbf;
}
#fc-debug pre::-webkit-scrollbar-track {
  background: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-debug pre:hover::-webkit-scrollbar-track {
  background: #efefef;
}
#fc-debug .debug-attachment {
  margin: auto;
  padding: 10px;
  background: #efefef;
  max-width: 210px;
  max-height: 115px;
  position: absolute;
  top: 100px;
  right: 10px;
  box-shadow: inset 0 0 0 1px #efefef, inset 0 0 0 2px #fefefe;
  -moz-box-shadow: inset 0 0 0 1px #efefef, inset 0 0 0 2px #fefefe;
  -webkit-box-shadow: inset 0 0 0 1px #efefef, inset 0 0 0 2px #fefefe;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
#fc-debug .debug-attachment::-webkit-scrollbar {
  background: #bfbfbf;
}
#fc-debug .debug-attachment::-webkit-scrollbar-thumb {
  background: #909090;
}
#fc-debug .debug-attachment::-webkit-scrollbar-track {
  background: #e3e3e3;
}
#fc-debug .debug-attach-item {
  display: inline-block;
  margin: 10px;
  background: rgba(0, 0, 0, 0.15);
  width: 70px;
  height: 70px;
  position: relative;
}
#fc-debug .debug-attach-item:before {
  content: "";
  margin: auto;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
#fc-debug .debug-attach-item[data]:after {
  content: attr(data);
  margin: auto;
  padding: 3px 5px;
  color: #dfdfdf;
  font-size: 11px;
  font-weight: 500;
  font-family: sans-serif;
  text-align: center;
  text-transform: uppercase;
  line-height: 15px;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.95);
  overflow: hidden;
  z-index: 2;
}
#fc-debug .debug-attach-item img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#fc-messages-error {
  opacity: 0;
  margin: auto;
  color: #909090;
  font-size: 12px;
  line-height: 1.428571429;
  letter-spacing: 0;
  font-family: arial, verdana, tahoma, sans-serif, serif;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  z-index: 999999999999999999999;
}
body.debugger #fc-messages-error {
  opacity: 1;
  visibility: visible;
}
#fc-messages-error .messages-close {
  cursor: pointer;
  margin: auto;
  color: #efefef;
  font-size: 20px;
  font-variant: small-caps;
  line-height: 30px;
  text-align: center;
  background: rgba(255, 0, 0, 0.5);
  width: 120px;
  height: 30px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 0, 0, 0.5),
    inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 0, 0, 0.5), inset 0 0 0 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#fc-messages-error .messages-close:hover {
  color: #fefefe;
  background: rgba(255, 0, 0, 0.75);
}
#fc-messages-error .messages-title {
  padding: 10px;
  color: #9c27b0;
  font-size: 150%;
  text-align: center;
  border-bottom: 1px solid #303030;
}
#fc-messages-error .messages-main {
  margin-right: -50%;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 800px;
  max-height: 50%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.75),
    0 0 0 2px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.75),
    0 0 0 2px rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(0, 0, 0, 0.75),
    0 0 0 2px rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  overflow-y: auto;
}
#fc-messages-error .messages-main::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-messages-error .messages-main::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-messages-error .messages-main::-webkit-scrollbar-track {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#fc-messages-error pre {
  padding: 1.5em;
  font-family: Consolas, Menlo, Monaco, Courier, "Courier New", monospace,
    sans-serif, serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.fc-loading {
  opacity: 0;
  margin: auto;
  color: #303030;
  font-size: 12px;
  line-height: 1.428571429;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  visibility: hidden;
  z-index: 999999999;

}
.fc-loading.active {
  opacity: 1;
  visibility: visible;
}
.fc-loading:before {
  content: "Loading...";
  color: rgba(255, 255, 255, 0.5);
  font-size: 100%;
  text-align: center;
  line-height: 100px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0id2hpdGUiPjx0aXRsZT5Gb29kQ29ubmVjdGlvbiAtIERldiB0ZWFtPC90aXRsZT48cGF0aCBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz48cGF0aCBkPSJNMTYgMCBBMTYgMTYgMCAwIDEgMzIgMTYgTDI4IDE2IEExMiAxMiAwIDAgMCAxNiA0eiI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTYgMTYiIHRvPSIzNjAgMTYgMTYiIGR1cj0iMC44cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+PC9wYXRoPjwvc3ZnPg==)
    no-repeat center;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;	
}
.fc-loading[data]:before {
  content: attr(data);
}
.fc-loading.no-text:before {
  content: "";
}

.video {
  position: relative;
  width: 80% !important;
  min-height: 315px;
  margin: 0 auto 5%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 560px;
  height: 315px;
  margin: 0 auto;
}

/*****************************
 *
 * Plugin extended
 *
 *****************************/

.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/* For IE8 or lower */
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:first-child {
  border-top-width: 0;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}
.xdsoft_datetimepicker
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}
.xdsoft_scroller_box {
  position: relative;
}
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_label
  > .xdsoft_select
  > div
  > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_calendar
  td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark
  .xdsoft_timepicker
  .xdsoft_time_box
  > div
  > div:hover {
  color: #000 !important;
  background: #007fff !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fff),
    color-stop(73%, #f4f8fa)
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #fff 0%,
    #f4f8fa 73%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%); /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0); /* IE6-9 */
}
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: linear-gradient(to bottom, #f4f8fa 0%, #fff 73%); /* W3C */
  background: -o-linear-gradient(top, #f4f8fa 0%, #fff 73%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #fff 73%); /* IE10+ */
  background: -moz-linear-gradient(top, #f4f8fa 0%, #fff 73%); /* FF3.6+ */
  background: -webkit-linear-gradient(
    top,
    #f4f8fa 0%,
    #fff 73%
  ); /* Chrome10+, Safari5.1+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #f4f8fa),
    color-stop(73%, #fff)
  ); /* Chrome, Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0); /* IE6-9 */
}

:-ms-input-placeholder {
  color: #a5a5a5;
}
:-moz-placeholder {
  color: #a5a5a5;
}
::-moz-placeholder {
  color: #a5a5a5;
}
::-webkit-input-placeholder {
  color: #a5a5a5;
}

input,
select,
textarea,
button {
  position: relative;
  top: 0;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
  margin: 0 0 0px 0;
  color: #666;
  line-height: 100%;
}
input,
textarea {
  width: 100% !important;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #afaeae;
  font-size: 15px;
  line-height: 2;
  margin-top: 4px;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  width: auto !important;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  display: inline-block;
  margin-top: -4px;
  margin-right: 5px;
}
select {
  width: 52%;
  padding: 3px 5px;
}
textarea {
  resize: none;
}
.contact_form_shared button {

  border: none;
  color: #fff !important;
  cursor: pointer;
  line-height: 3.63;
  font-size: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  font-weight: bold;
  width: 100%;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.contact_form_shared button + button {
  margin-left: 7%;
}
.contact_form_shared button:hover {
  background: #ff5a00;
  color: #fff;
}
.contact_form_shared .dl_file_form_key img
{
      max-width: 100%;
    height: auto;
}
label {
  /*display: table;*/
  display: inline;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  /*position: relative;*/
  margin: 0 10px 8px 0;
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  line-height: 45px;
}



#mail {
  box-sizing: border-box;
  padding: 0 4.5%;
  margin: 9px auto;
}

#mail .row > .col {
  display: flex;
  border-bottom: 1px solid #cfc7ba;
  padding: 10px 0;
}
#mail .mark-require {
  color: #fff;
  font-size: 14px;
  line-height: 0;
  background: #ff9900;
  padding: 3px 8px;
  border-radius: 4px;
  line-height: 1;
  display: inline-block;
}
#mail .caption {
  width: 37.66%;
  font-weight: bold;
  color: #292725;
  line-height: 24px;
  font-weight: bold;
}
#mail .caption em {
  font-style: normal;
  display: block;
  font-size: 14px;
}
#mail .input {
  width: 62.34%;
}

#mail .submit {
  text-align: center;
}

/*
 * Custom mailform
 *
 */

#mail [class^="error"] {
  right: : 0;
  bottom: 0;
  position: absolute;
}
#mail .form-value + .form-value {
  margin-top: 10px;
}
#mail .form-value > [class^="error"] {
  bottom: -12px;
}

#mail .yubin-bango {
}
#mail .yubin-postal-code {
}
#mail .yubin-postal-mark {
  padding: 5px;
  line-height: 1;
}
#mail .yubin-postal-input {
  padding: 5px;
}
#mail .yubin-locate {
  padding: 5px;
}

#mail .input > .form-value,
#mail .form-parse-date > .form-value {
  display: inline-block;
}
#mail .form-attachment .attachment-preview {
  background: #252525;
  border: 1px dashed #363636;
  box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-browse {
  color: #fefefe;
  background: #606060;
  max-width: 120px;
  box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
  -moz-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
  -webkit-box-shadow: inset 0 0 0 1px #202020, inset 0 0 0 2px #909090;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#mail .form-attachment .attachment-browse:hover {
  background: #404040;
}
#mail .form-attachment .attachment-caption input {
  margin: 5px 0;
  padding: 5px 10px;
  background: #404040;
  color: #909090;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
  -moz-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
  -webkit-box-shadow: inset 0 0 0 1px #303030, inset 0 0 0 2px #202020;
}
#mail .form-attachment .attachment-list {
  background: #252525;
  min-height: 75px;
  border: 1px dashed #363636;
  box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-item {
  background: #252525;
  border: 1px dotted #363636;
  box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment .attachment-item:nth-of-type(even) {
  background: #212121;
}
#mail .form-attachment .attachment-remove {
  background: #303030;
  border: 1px solid #363636;
  box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -moz-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
  -webkit-box-shadow: 0 0 0 1px #181818, inset 0 0 0 1px #181818;
}
#mail .form-attachment.multiple .attachment-remove {
}
#mail .form-attachment .attachment-remove:before {
  color: #909090;
}
#mail .form-attachment .attachment-remove:hover {
  background: #282828;
}

#mail .fc-confirm hr {
  display: none;
}
#mail .fc-confirm button {
  width: 49%;
  display: inline-block;
}
#mail #caution .caption {
  width: 0;
  padding: 0;
}
#mail #caution .row > .col {
  padding: 0;
}
#mail #caution {
  position: relative;
  margin-top: 20px;
  color: #292725;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.13em;
}

#mail .fc-confirm #caution {
  display: none;
}
#mail #privacy_checkbox_box {
  text-align: center;
  font-weight: bold;
  margin: 10px auto 0;
  float: none;
  width: 355px;
}
#mail #privacy_checkbox input {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 14px 15px 13px;
  box-sizing: border-box;
  width: auto !important;
}
#mail #privacy_checkbox label {
  display: inline;
  background: none;
  padding: 0;
  margin: 0;
}
#mail #privacy_checkbox .error {
  position: relative;
}

.privacy {
  width: 100%;
  /* overflow: auto; */
  height: 200px;
  /* background-color: #f3f3f3; */
  margin-top: 20px;
}

.privacy .cont-rule a {
  color: #0056b3;
  text-decoration: underline; /* 下線を除去する場合 */
}
.privacy .cont-rule a:hover {
  color: #2ca0ee;
  text-decoration: underline; /* 下線を追加する場合 */
}
.privacy .cont-rule a:visited {
  color: #3887cb;
}
.privacy .cont-rule a:active {
  color: #05029c;
} 
.privacy .cont-rule {
  /* border: 1px solid #ececeb; */
  font-size: 14px;
  line-height: 24px;
  /* background-color: #f3f3f3; */
}
.privacy .cont-rule h3 {
  font-size: 16px;
  position: relative;
  padding: 15px 37px;
  font-weight: bold;
  text-align: left;
}
.privacy .cont-rule h3:before,
.privacy .cont-rule h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #000;
}
.privacy .cont-rule h3:before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.privacy .cont-rule.active h3:before {
  transform: rotate(45deg);
}
.privacy .cont-rule.active h3:after {
  transform: rotate(-45deg);
}
.privacy .cont-rule h3:after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
.privacy .cont-rule h3:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}
.privacy .cont-rule p {
  padding: 0px 15px 25px;
}
.privacy .input .sp {
  display: none;
}
  .privacy .cont-rule {
  font-size: 12px;
  line-height: 20px;
}


@media screen and (max-width: 767px) {
  #mail .caption,
  #mail .input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #mail .fc-confirm button {
    width: 100%;
  }
  #mail .fc-confirm button + button {
    margin-top: 10px;
    margin-left: 0;
  }
}

.consultation label {
  background: none;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.consultation label + label {
  margin-top: 12px;
}
.provincial {
  position: relative;
  width: 52%;
}
.provincial select {
  width: 100%;
}
.provincial span:last-child {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #2e2e2e transparent transparent transparent;
  transform: translateY(-50%);
  pointer-events: none;
}
#mail .row > .col.messages {
  padding: 28px 0 15px;
}
#mail .row > .col.submit-form {
  padding-top: 61px;
  border: 0;
}
#mail .row:last-child .col {
  border: none;
}
@media screen and (max-width: 767px) {
  #mail {
    margin: 0;
  }
  #mail .row > .col {
    display: block;
    padding: 5vw 0;
  }
  #mail .caption {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    /* margin-bottom: 10px; */
  }
  #mail .mark-require {
    display: block;
    margin-left: 10px;
  }
  #mail #privacy_checkbox_box {
    width: 100%;
    margin: 8vw 0 3vw;
  }
  .fc-form .form-submit {
    font-size: 5vw;
  }
  #mail .row > .col.submit-form {
    padding: 10vw 0;
  }
}


.contact-form {
  background: #fff;
  /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  box-sizing: border-box; */
  padding-bottom: 26px;
}
.contact-form h3 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin-top: -32px !important;
}
.contact-form dl.note {
  border: 1px solid #cfc7ba;
  padding: 16px;
}
.contact-form dl.note dd {
  margin-top: 5px;
  font-size: 12px;
  line-height: 22px;
}
.contact-form dl.note dt {
  position: relative;
}
.contact-form dl.note dt::before {
  content: "▲";
  transform: translateY(-50%) scaleY(-1);
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 10px;
}
.contact-form dl.note.active dt::before {
  transform: translateY(-50%) scaleY(1);
}
.contact-left {
  font-weight: bold;
  color: #292725;
  line-height: 2.625;
  text-align: center;
}
.contact-left .contact-left__inner{
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
}
.contact-left .contact-left__inner h3 {
  padding-left: 15px;
  border-left: 2px solid #000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }
.contact-left .contact-left__inner h4 {
  margin: 0 0 10px;
    /* font-size: 16px; */
    background: #afafaf;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
  }
.contact-left .contact-left__inner ul {
  list-style-type: disc;
  list-style-position:inside;
  margin-bottom: 15px;
}
.contact-left .contact-left__inner p {
    margin-bottom: 20px;
  }
.contact-left .contact-txt {
  margin-top: 50px;
  text-align: center;
}
.contact-tel {
  background: #fff;
  border: 4px solid #ffa325;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 8px 20px 17px;
  font-weight: bold;
}
.contact-tel span {
  display: block;
}
.contact-tel span:nth-child(1) {
  font-size: 24px;
  line-height: 2;
}
.contact-tel span:nth-child(2) {
  margin: auto;
  width: 100%;
  max-width: 396px;
}
.contact-tel span:nth-child(2) img {
  width: 100%;
  height: auto;
}
.contact-tel span:nth-child(3) {
  font-size: 18px;
  line-height: 3.2;
  color: #3f3f3f;
}
.contact-icon {
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .contact-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    justify-content: space-between;;
  }
  .contact-left {
    width: 44.83%;
    
 
    margin-top: 7px;
  }
  .contact-tel {
    margin-top: 35px;
  }
  .contact-form {
    width: 53.75%;
  
  }
}
@media screen and (max-width: 767px) {

  .contact-tel {
    /* margin-top: 13vw;     */
    padding: 4vw 0 2vw;
  }
  .contact-tel span:nth-child(2) {
    margin: auto;
    width: 84%;
  }
  .contact-tel span:nth-child(1) {
    font-size: 4.5vw;
    line-height: 1.5;
  }
  .contact-tel span:nth-child(3) {
    font-size: 3vw;
    line-height: 3;
  }
  .contact-left__inner {
    position: static !important;
    width: 100% !important;
  }
  .contact-form {
    /* margin-top: 16vw; */
  }
  .contact-form h3 {
    font-size: 5.2vw;
    margin-top: -15vw !important;
  }
  .contact-icon {
    margin: auto;
    width: 44px;
    padding-top: 50px;
    transform: translateY(-70px);
  }
}


#thanks {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
  box-sizing: border-box;
  padding: 100px 8.33% 182px;
  text-align: center;
  font-weight: bold;
  line-height: 1.875;
  letter-spacing: 0.09em;
}
#thanks h3 {
  text-align: center;
  font-weight: 700 !important;
  font-size: 26px;
  letter-spacing: 0.1em;

}
#thanks .contact-txt {
  margin-top: 39px;
}
#thanks .contact-txt p + p {
  margin-top: 1.875em;
}
#thanks .contact-tel {
  margin: 46px auto 0;
  max-width: 550px;
}
.contact_form_shared  {
  padding-top: 0px;
}
.contact_form_shared .wrap {
  max-width:1200px;
}
.contact_form_shared h2 {
    background-color: #ffebd0;
    font-size: 33px;
    font-weight: bold !important;
    line-height: 90px;
    margin-bottom: 30px !important;
    text-align: center;

}
@media screen and (min-width: 768px) {
  #thanks .thanks-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 45px 0 42px;

  }
  #thanks .thanks-btn li {
    width: 47.8%;
  }
  #thanks .thanks-btn li a {
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 767px) {
  #thanks {
    margin-top: 65px;
    padding: 15vw 4% 35vw;
  }
  #thanks h3 {
    font-size: 5.2vw;
    margin-top: -5vw !important;
  }
  #thanks .contact-txt,
  #thanks .contact-txt2 {
    text-align: left;
  }
  #thanks .contact-txt p + p,
  #thanks .contact-txt2 p + p {
    margin-top: 5vw;
  }
  #thanks .btn_link {
    margin-top: 5vw;
  }
  #thanks .thanks-btn {
    margin-bottom: 8vw;
    margin-top: 8vw;
  }
  #thanks .contact-tel {
    margin-top: 8vw;
  }
	.contact_form_shared {
		padding-top: 130px;
	}
  .contact_form_shared h2 {
    font-size: 5.5vw;
    line-height: 1.4;
    padding: 5vw 0 4vw!important;
  }
}

#page-12781  #fixed_right_banner #page-12781 #fixed_right_bannerSP, #page-12781  .module ,#page-12781 .l-drawer,#page-12781  .l-sitemap,#page-12781 .l-container, #page-12781  #footer,#page-12781 #fixed_right_banner, #page-12781 #fixed_right_bannerSP
#page-12785  #fixed_right_banner #page-12785 #fixed_right_bannerSP, #page-12785  .module ,#page-12785 .l-drawer,#page-12785  .l-sitemap,#page-12785 .l-container, #page-12785  #footer,#page-12785 #fixed_right_banner, #page-12785 #fixed_right_bannerSP
#page-12783  #fixed_right_banner #page-12783 #fixed_right_bannerSP, #page-12783  .module ,#page-12783 .l-drawer,#page-12783  .l-sitemap,#page-12783 .l-container, #page-12783  #footer ,#page-12783 #fixed_right_banner, #page-12783 #fixed_right_bannerSP
 #page-12787 #fixed_right_banner #page-12787 #fixed_right_bannerSP, #page-12787  .module ,#page-12787 .l-drawer,#page-12787  .l-sitemap,#page-12787 .l-container, #page-12787  #footer ,#page-12787 #fixed_right_banner, #page-12787 #fixed_right_bannerSP

 #page-13616 #fixed_right_banner #page-13616 #fixed_right_bannerSP, #page-13616  .module ,#page-13616 .l-drawer,#page-13616  .l-sitemap,#page-13616 .l-container, #page-13616  #footer ,#page-13616 #fixed_right_banner, #page-13616 #fixed_right_bannerSP

{
  display: none;
}

.is-error {
  border: 1px solid #fc1520;
  background: #fee6e7;
  box-sizing: border-box;
}

#mail [class^='error'] {
  color: #fff;
  background-color: #ff9900;
  font-size: 0.9em;
  line-height: 2.2;
  position: absolute;
  z-index: 999;
  padding: 0 12px;
  border-radius: 2px;
  max-width: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 37.66%;
  top: 96%;
  bottom: auto;
  letter-spacing: 2px;
}
#mail [class^='error']::before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 5px;
  content: '';
  border: 5px solid transparent;
  border-bottom-color: #ffa325;
}
.thanks-confirm  {
	padding-bottom: 30px;	
	max-width: 1000px;
	margin: 0 auto;	
	width: 90%;	
}
.thanks-confirm dl {
  display: table;
  width: 100%;
  border: 1px solid;
  border-bottom: none;

}
.thanks-confirm dl:last-child {
  border-bottom: 1px solid;
}
.thanks-confirm dl dt, .thanks-confirm dl dd {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
  padding: 	10px;
}
.thanks-confirm dl dt {
  width: 35%;
  border-right: 1px solid;
}




.page-template-contact_form_restaurant_closing-php #banner_list,
.page-template-contact_form_restaurant_closing-php footer,
.page-template-contact_form_restaurant_closing-php header,
 .page-template-tpl-thanks-restaurant-php #banner_list,
 .page-template-tpl-thanks-restaurant-php footer,
 .page-template-tpl-thanks-restaurant-php header {
	 display: none;
 }
