@import "layout.css";
@import "form.css";
@import "page_tour.css";
@import "deal_popup.css";
@charset "utf-8";
.x-no-select {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
}
.hide {
  display: none;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.lh {
  line-height: 1.7em;
}
.ml20 {
  margin-left: 20px;
}
.ml10 {
  margin-left: 10px;
}
.mt0 {
  margin-top: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 30px;
}
.p10 {
  padding: 10px;
}
.pt0 {
  padding-top: 0!important;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.rel {
  position: relative;
}
.key-font {
  color: #cd1824;
}
.bold {
  font-weight: bold;
}
.input-alert {
  background: #ffeff0;
}
.relative {
  position: relative;
}
.inline-block {
  display: inline-block;
}
.noto100 {
  font-weight: 100;
}
.noto200 {
  font-weight: 200;
}
.noto300 {
  font-weight: 300;
}
.noto400 {
  font-weight: 400;
}
.noto500 {
  font-weight: 500;
}
.noto600 {
  font-weight: 600;
}
.noto700 {
  font-weight: 700;
}
.noto800 {
  font-weight: 800;
}
.noto900 {
  font-weight: 900;
}
.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  font-weight: 200;
  letter-spacing: 1px;
  transition: 0.15s;
}
.btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  zoom: 1;
}
.btn.key-color {
  background: #cd1824;
  border: 1px solid #970F19;
  color: #fff;
}
.btn.sub-color {
  background: #e0e0e0;
  border: 1px solid #ccc;
  color: #444;
}
.btn.fb-color {
  background: #59689e;
  border: 1px solid #2E3C6A;
  color: #fff;
}
.btn.size-s {
  height: 22px!important;
  line-height: 20px!important;
  font-size: 14px;
  padding: 0 8px;
}
.btn.size-sm {
  height: 32px!important;
  line-height: 28px!important;
  font-size: 14px;
}
.btn.size-m {
  height: 32px!important;
  line-height: 28px!important;
  font-size: 14px;
  padding: 0 20px;
}
.btn.size-l {
  height: 46px;
  line-height: 42px;
  font-size: 14px;
  padding: 0 100px;
}
.btn.disabled {
  background: #ccc;
  color: #888;
  border: 1px solid #aaa;
}
.btn-line {
  border: 2px solid #cd1824;
  padding: 10px 25px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  background: #fff;
  color: #cd1824;
  border-radius: 30px;
  font-weight: 300;
  transition: .3s;
}
.btn-line.full,
.btn-line:hover {
  background: #cd1824;
  color: #fff;
  border-color: #9f131c;
}
.btn-line.full:link,
.btn-line:hover:link,
.btn-line.full:visited,
.btn-line:hover:visited {
  color: #fff;
}
.btn-line.full:hover,
.btn-line:hover:hover {
  background: #ea4853;
}
.btn-line.gray {
  border-color: #aaa;
  color: #aaa;
}
.btn-line.gray:link,
.btn-line.gray:visited {
  color: #aaa;
}
.btn-line.gray.full,
.btn-line.gray:hover {
  background: #aaa;
  color: #fff;
}
.btn-line.gray.full:link,
.btn-line.gray:hover:link,
.btn-line.gray.full:visited,
.btn-line.gray:hover:visited {
  color: #fff;
}
.btn-line.gray.full:hover,
.btn-line.gray:hover:hover {
  color: #fff;
}
.btn-line.black {
  border-color: #343434;
  color: #343434;
}
.btn-line.black:link,
.btn-line.black:visited {
  color: #343434;
}
.btn-line.black.full,
.btn-line.black:hover {
  background: #343434;
  color: #fff;
}
.btn-line.black.full:link,
.btn-line.black:hover:link,
.btn-line.black.full:visited,
.btn-line.black:hover:visited {
  color: #fff;
}
.btn-line.black.full:hover,
.btn-line.black:hover:hover {
  color: #fff;
}
.btn-line.white {
  border-color: #fff;
  background: none;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.btn-line.white:link,
.btn-line.white:visited {
  color: #fff;
}
.btn-line.white:hover {
  background: #fff;
  color: #888;
}
a.btn-line:link,
a.btn-line:visited {
  text-decoration: none!important;
  color: #cd1824;
}
.alert-box,
.deal-alert-message {
  background: #fff2f3 none repeat scroll 0 0;
  border: 1px solid #cd1824;
  box-sizing: border-box;
  font-weight: 200;
  font-size: 18px;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.alert-box a,
.deal-alert-message a {
  font-size: 14px;
}
.container {
  background: #eee;
  margin-bottom: 60px;
  background: #fff;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
p {
  line-height: 1.8em;
}
pre {
  font-size: 14px;
}
.date-font,
.hint-font {
  font-size: 12px;
  color: #888;
}
.no-data-font {
  color: #888;
}
.important {
  color: #cd1824;
  font-weight: bold;
}
.pagination {
  margin-top: 20px;
}
.input-ex {
  padding-top: 4px;
  padding-left: 40px;
  color: #666;
  font-size: 12px;
}
.input-xs {
  width: 90px!important;
}
.prime-est-label {
  position: relative;
  top: -3px;
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #eba2a7;
  background: #fae7e9;
  padding: 2px 4px;
  font-weight: 200;
  border: 1px solid #cd1824;
  margin-right: 4px;
}
.prime-mark {
  position: relative;
  top: -7px;
  left: -21px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0 4px;
  background-color: #cd1824;
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  width: 60px;
  margin-bottom: 6px;
}
.prime-mark::before,
.prime-mark::after {
  content: '';
  position: absolute;
}
.prime-mark::before {
  top: 100%;
  left: 0;
  border-width: 0 6px 6px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #444;
}
.prime-mark::after {
  top: 0;
  right: 0;
  z-index: 2;
  border-width: 10px 4px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
.video-ok,
.tel-ok {
  background: #d2f7e8;
  color: #1eac72;
  padding: 2px 4px;
  position: relative;
  top: -1px;
  margin-left: 12px;
  margin-right: -4px;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px;
}
.ested-label {
  position: relative;
  background: #eee;
  top: -3px;
  font-size: 12px;
  margin-left: 10px;
  border: 1px solid #aaa;
  padding: 1px 4px;
  font-weight: normal;
}
.payment_method_item {
  padding: 10px 0;
}
.payment_method_item .radio-wrapper {
  background: #efefef;
  border: 1px solid #ddd;
  padding: 10px 14px 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.new_card_input_form > div {
  padding: 5px 0;
}
.new_card_input_form > div label {
  width: 160px;
  display: inline-block;
}
.deposit-remain-amount,
.payment-check-area {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #aed8f7;
  background: #f4fafe;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 40px;
  border-radius: 4px;
}
.deposit-remain-amount .deposit-remain-title,
.payment-check-area .deposit-remain-title,
.deposit-remain-amount .payment-title,
.payment-check-area .payment-title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #999;
}
.deposit-remain-amount .small-font,
.payment-check-area .small-font {
  font-size: 20px;
  margin-left: 5px;
}
.deposit-remain-amount .payment-check-font,
.payment-check-area .payment-check-font {
  font-size: 40px!important;
  font-weight: normal!important;
}
.charge-button-area {
  padding-top: 20px;
  text-align: center;
}
.charge-button-area button {
  padding-right: 50px;
  padding-left: 50px;
}
.content-caption {
  margin-top: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #888;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.deposit-history table,
.payment-history table {
  width: 100%;
}
.deposit-history table thead tr th,
.payment-history table thead tr th {
  background: #efefef;
  padding: 8px 4px;
}
.deposit-history table tbody tr td,
.payment-history table tbody tr td {
  border-bottom: 1px solid #ccc;
  padding: 10px 4px;
}
.deposit-history table tbody tr td .paid-label,
.payment-history table tbody tr td .paid-label {
  font-size: 12px;
  padding: 2px 4px;
  border: 1px solid #888;
  color: #888;
}
.deposit-history table tbody tr td .unpaid-label,
.payment-history table tbody tr td .unpaid-label {
  font-size: 12px;
  border: 1px solid #cd1824;
  color: #cd1824;
}
.content-title2 {
  font-size: 24px;
  padding-left: 10px;
  border-left: 4px solid #cd1824;
  margin-bottom: 10px;
  margin-top: 20px;
}
.area-title {
  font-size: 36px;
  color: #fff;
  font-weight: 200;
  text-align: center;
  position: relative;
}
.area-title:after {
  content: '';
  background-image: url(/assets/img/top_new/title_redline.png);
  position: relative;
  width: 101px;
  height: 2px;
  display: block;
  margin: 0 auto;
}
.expire-date {
  color: #cd1824;
  font-weight: 300;
}
.sp-status {
  margin-bottom: 10px;
  background: #f8f8f8 none repeat scroll 0 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 10px;
  font-size: 12px;
}
.sp-status .deposit-remain .amount {
  font-size: 24px;
}
.sp-status .deposit-remain .amount .small-font {
  font-size: 12px;
}
.sp-status .status-value {
  font-size: 24px;
  color: #000;
}
.sp-status .status-value.plan-label {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 2px;
  font-size: 16px;
  width: 209px;
  display: inline-block;
  text-align: left;
  color: #444;
  padding: 3px 15px;
  background: #ccc;
}
.sp-status .status-value.PREMIUM {
  background: #000;
}
.sp-status .status-value.TRIAL {
  background: #4f800d;
}
.sp-status .status-value.FREE {
  background: #116bae;
}
.sp-status hr {
  margin: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.switchuser_area {
  width: 100%;
  text-align: center;
  background: #cd1824;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 10px;
  color: #fff;
}
.switchuser_area div {
  display: inline-block;
}
.switchuser_area.develop-mode {
  background: green;
}
.switchuser_area .company-name {
  font-size: 14px;
  color: #fff!important;
  display: inline-block;
  padding-right: 0;
}
.switchuser_area .btn {
  background: #fff;
}
.switchuser_area img {
  display: none;
}
.switchuser_area .user_name {
  color: #fff;
}
.switchuser_area .user_name a:link,
.switchuser_area .user_name a:visited {
  color: #fff;
}
.popup-hint-message {
  display: none;
  position: absolute;
  border: 2px solid #cd1824;
  background: #fff;
  padding: 1px 8px;
  border-radius: 4px;
}
.popup-hint-message:after,
.popup-hint-message:before {
  top: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-hint-message:after {
  border-color: rgba(239, 239, 239, 0);
  border-top-color: #efefef;
  border-width: 4px;
  margin-left: -4px;
}
.popup-hint-message:before {
  border-color: rgba(205, 24, 36, 0);
  border-top-color: #cd1824;
  border-width: 7px;
  margin-left: -7px;
}
.hint-icon {
  position: relative;
  width: 15px;
  height: 15px;
  cursor: pointer;
  margin-left: 3px;
  top: -3px;
}
.hint-message {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  padding: 5px 8px;
  color: #fff;
  font-size: 11px;
  text-align: left;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  border-radius: 4px;
}
header {
  position: relative;
  z-index: 100;
}
header.user-switch-mode {
  margin-top: 60px!important;
}
header .header-top {
  width: 100%;
  height: 100px;
  height: 60px;
  background: #fff;
}
header .header-top .logo {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  margin-top: 15px;
  width: 180px;
}
header .header-top .notification-area li {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 40px;
}
header .header-top .notification-area li .todo {
  margin-bottom: 2px;
}
header .header-top .notification-area li .info {
  margin-bottom: 1px;
}
header .header-top .notification-area li .budge {
  display: none;
  position: absolute;
  right: -18px;
  top: -10px;
  height: 20px;
  padding: 0px 6px;
  background: #cd1824;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
header .header-top .notification-area li .support {
  position: relative;
  top: 0px;
}
header .header-top .notification-area .tel {
  position: relative;
  bottom: 8px;
}
header .header-top img.todo,
header .header-top img.info {
  cursor: pointer;
}
header .header-top .todo-list,
header .header-top .info-list {
  background: #fff;
  border: 1px solid #ADADB2;
}
header .header-top .todo-list li,
header .header-top .info-list li {
  background: #FAF8EF;
  background: #FFF2F3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  zoom: 1;
  margin-top: 0;
  font-size: 12px;
  line-height: 1.1em;
  border-bottom: 1px solid #eee;
}
header .header-top .todo-list li .notice-title,
header .header-top .info-list li .notice-title {
  color: #555;
  font-weight: bold;
}
header .header-top .todo-list li .date-font,
header .header-top .info-list li .date-font {
  font-size: 10px;
  margin-top: 3px;
}
header .header-top .todo-list li.no-list-message,
header .header-top .info-list li.no-list-message {
  color: #666;
  padding: 0px 0 20px;
  text-align: center;
  border-bottom: none;
}
header .header-top .todo-list li.no-list-message p,
header .header-top .info-list li.no-list-message p {
  background: #efefef;
  padding: 10px 0;
}
header .header-top .todo-list li.no-list-message .hint-text,
header .header-top .info-list li.no-list-message .hint-text {
  padding: 10px 20px;
}
header .header-top .todo-list li.read,
header .header-top .info-list li.read {
  background: #fff;
  border-left: none;
}
header .header-top .todo-list li.read .notice-title,
header .header-top .info-list li.read .notice-title {
  color: #000;
  font-weight: normal;
}
header .header-top .todo-list li:hover,
header .header-top .info-list li:hover {
  background: #fff;
}
header .header-top .todo-list {
  right: 325px;
  margin-top: 5px;
}
header .header-top .info-list {
  right: 190px;
  margin-top: 5px;
}
header .header-top .btn-faq a {
  display: block;
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px 0 30px;
  position: relative;
  top: -6px;
}
header .header-top .btn-faq a:before {
  content: "　";
  background: url(/assets/img/faq/q_icon.png) no-repeat;
  background-size: 16px 16px;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 8px;
}
header .header-top .btn-faq a:link,
header .header-top .btn-faq a:visited {
  color: #444;
  font-size: 12px;
  text-decoration: none;
}
header .header-top .btn-faq a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  zoom: 1;
}
header .gmenu {
  background: #000;
}
header .gmenu ul li {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  float: left;
}
header .gmenu ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 58px;
  line-height: 58px;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 15px;
  background: inherit;
  color: #fff;
  text-align: center;
}
header .gmenu ul li a:link,
header .gmenu ul li a:visited {
  color: #fff;
  text-decoration: none;
}
header .gmenu ul li a .home {
  margin-bottom: 14px;
  margin-right: 10px;
}
header .gmenu ul li:first-child a {
  padding: 0 20px;
}
header .gmenu ul li:last-child {
  border: none;
}
header .gmenu ul li:hover,
header .gmenu ul li.active {
  background: #cd1824;
  opacity: 1;
  filter: alpha(opacity=100);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=100)";
  /* ie 8 */
  -moz-opacity: 1;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 1;
  /* Safari 1.x */
  zoom: 1;
}
header .gmenu ul li.create-case {
  background: #cd1824;
}
header .gmenu ul li.create-case:hover {
  background: #e7313d;
}
header .gmenu ul li.login-user-name {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  cursor: pointer;
  float: right;
  color: #fff;
  width: 300px;
  padding-top: 3px;
  text-align: right;
}
header .gmenu ul li.login-user-name:hover {
  background: #000!important;
}
header .gmenu ul li.login-user-name .user_name {
  margin-top: 0;
}
header .gmenu ul li.login-user-name .name {
  display: inline-block;
  position: relative;
  top: 1px;
}
header .gmenu ul li.login-user-name img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  border-radius: 50%;
  position: relative;
  top: 3px;
  margin-right: 2px;
}
header .gmenu ul li.login-user-name span {
  position: relative;
  top: 0px;
}
header .gmenu ul li.login-user-name:after {
  content: url(/assets/img/common/menu_arrow_down.png);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  margin-left: 6px;
  width: 10px;
  height: 8px;
}
header .gmenu ul .login-btn {
  margin-top: 6px;
}
header .register-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 20px 20px 20px;
  position: absolute;
  width: 400px;
  top: 10px;
  background: #f3f3f5;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  border-radius: 3px;
}
header .register-panel input {
  width: 310px;
}
header .register-panel input.input-s {
  width: 150px;
}
header .register-panel label {
  font-size: 14px;
}
header .register-panel .register-btn {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
header .register-panel .register-btn.fb-color {
  font-size: 17px;
  line-height: 50px;
}
header .register-panel .check-rule {
  margin-bottom: 10px;
  text-align: center;
}
header .register-panel .agreement-area {
  text-align: center;
  margin-top: 10px 0;
  padding-bottom: 15px;
}
header .register-panel .agreement-area input {
  cursor: pointer;
  width: 0px;
}
header .register-panel .agreement-area label {
  width: 20px;
  padding: 0;
  position: relative;
  top: 2px;
}
header .register-panel hr.white {
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
header .register-panel .coupon-input-text {
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: -15px;
  text-align: right;
}
header .register-panel .freee-register {
  text-align: center;
  padding-right: 0;
  padding-left: 60px;
  width: 100%;
  background: #2583D8;
  border-color: #06026C;
  border-width: 1px;
  color: #06026C;
  background: #fff;
  background: #cbecf6;
  position: relative;
}
header .register-panel .freee-register:before {
  content: '　';
  background: url(/assets/img/common/freee.png) no-repeat;
  background-size: 84px 28px;
  width: 84px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: 30px;
}
header .register-panel .or-line {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
header .register-panel .or-line hr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #999;
}
header .register-panel .or-line .or-text {
  width: 100%;
  color: #999;
  position: absolute;
  top: -9px;
  text-align: center;
}
header .register-panel .or-line .or-text span {
  padding: 0 20px;
  background: #f3f3f5;
  display: inline-block;
  margin: 0 auto;
}
header .register-panel:after,
header .register-panel:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header .register-panel:after {
  border-color: rgba(243, 243, 245, 0);
  border-bottom-color: #f3f3f5;
  border-width: 10px;
  margin-left: -10px;
}
header .register-panel:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
header .login-panel {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 10px 20px 10px;
  position: absolute;
  top: 10px;
  right: 0;
  width: 400px;
  height: 340px;
  background: #f3f3f5;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.4);
  border: 1px solid #ccc;
  border-radius: 3px;
}
header .login-panel input {
  width: 100%;
}
header .login-panel label {
  font-size: 15px;
}
header .login-panel .login-btn {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  width: 100%;
}
header .login-panel .login-btn.fb-color {
  font-size: 17px;
  line-height: 50px;
}
header .login-panel .reminder-info,
header .login-panel .register-info {
  text-align: center;
  padding: 15px 0;
}
header .login-panel:after,
header .login-panel:before {
  bottom: 100%;
  left: 88%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header .login-panel:after {
  border-color: rgba(243, 243, 245, 0);
  border-bottom-color: #f3f3f5;
  border-width: 10px;
  margin-left: -10px;
}
header .login-panel:before {
  border-color: rgba(221, 221, 221, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
header ul.user-menu,
header ul.todo-list,
header ul.info-list {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 160px;
  position: absolute;
  top: 60px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 110;
}
header ul.user-menu a:link,
header ul.todo-list a:link,
header ul.info-list a:link,
header ul.user-menu a:visited,
header ul.todo-list a:visited,
header ul.info-list a:visited {
  color: #000;
  text-decoration: none;
}
header ul.user-menu li,
header ul.todo-list li,
header ul.info-list li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  width: 100%;
  margin-top: 5px;
  float: none;
  padding: 10px 15px;
  position: relative;
}
header ul.user-menu li img,
header ul.todo-list li img,
header ul.info-list li img {
  position: relative;
  top: 0px;
  margin-right: 10px;
}
header ul.user-menu li:hover,
header ul.todo-list li:hover,
header ul.info-list li:hover {
  background: #eee;
}
header ul.user-menu li.logout,
header ul.todo-list li.logout,
header ul.info-list li.logout {
  border-top: 1px solid #ccc;
  color: #888;
}
header ul.user-menu li {
  padding: 5px;
}
header ul.user-menu img {
  position: relative;
  top: -6px !important;
  margin-right: 3px!important;
}
header ul.todo-list,
header ul.info-list {
  width: 300px;
}
header ul.user-menu:after,
header ul.user-menu:before,
header ul.todo-list:after,
header ul.todo-list:before,
header ul.info-list:after,
header ul.info-list:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
header ul.user-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
header ul.todo-list:after,
header ul.info-list:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FAF8EF;
  border-width: 10px;
  margin-left: -10px;
}
header ul.user-menu:before,
header ul.todo-list:before,
header ul.info-list:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.breadcrumb {
  width: 100%;
  background: #F1F1F1;
}
.breadcrumb .inner {
  text-align: left;
  font-size: 12px;
  padding: 10px 0;
}
.breadcrumb .trial-message {
  text-align: right;
}
.recommend-upgrade {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  border: 1px solid #cd1824;
  padding: 10px;
  text-align: left;
  margin: 10px auto;
  background: #fce8e9;
  text-align: center;
  margin-top: 40px;
}
.subscription-title {
  position: relative;
  top: -2px;
  display: inline-block;
  background: #cd1824;
  color: #fff;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 2px;
  text-align: center;
  margin-left: 10px;
}
.subscription-title {
  background: #0097e6;
}
.FREE .subscription-title {
  background: #13639f;
}
.PREMIUM_R_ECO .subscription-title,
.PREMIUM_C_ECO .subscription-title,
.PREMIUM_H_ECO .subscription-title,
.PREMIUM_K_ECO .subscription-title,
.PREMIUM_Z_ECO .subscription-title {
  background: #15b5aa;
}
.PREMIUM_R_STD .subscription-title,
.PREMIUM_C_STD .subscription-title,
.PREMIUM_H_STD .subscription-title,
.PREMIUM_K_STD .subscription-title,
.PREMIUM_Z_STD .subscription-title {
  background: #cd1824;
}
.PREMIUM_R_SVR .subscription-title,
.PREMIUM_C_SVR .subscription-title,
.PREMIUM_H_SVR .subscription-title,
.PREMIUM_K_SVR .subscription-title,
.PREMIUM_Z_SVR .subscription-title {
  background: #c0c0c0;
}
.PREMIUM_R_GOLD .subscription-title,
.PREMIUM_C_GLD .subscription-title,
.PREMIUM_H_GLD .subscription-title,
.PREMIUM_K_GLD .subscription-title,
.PREMIUM_Z_GLD .subscription-title {
  background: #ccac00;
}
.message-link.attention {
  font-weight: 400;
}
.chat_remarks .remark {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  padding: 6px 15px 4px;
}
.chat_remarks .remark:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.chat_remarks .remark .list-view.close {
  padding-bottom: 0;
  cursor: pointer;
  padding: 4px 15px 4px;
}
.chat_remarks .remark .list-view.close:hover {
  background: #eee;
}
.chat_remarks .remark .remark-body {
  padding: 10px 0px 20px 30px;
  word-break: break-all;
}
.chat_remarks .remark .remark-date {
  position: relative;
  top: 4px;
}
.chat_remarks .remark.list-mode.close {
  background: #eee;
  transition: .3s;
  cursor: pointer;
}
.chat_remarks .remark.list-mode.close .remark-body {
  padding: 0 0 0 30px;
  color: #444;
  font-size: 12px;
}
.chat_remarks .remark.list-mode.close:hover {
  background: #fff;
}
.chat_remarks .remark .hide-message.on {
  cursor: pointer;
}
.chat_remarks .user_name {
  margin-top: 0;
}
.chat_remarks .alert-warning {
  border-top: 1px solid #e0e0e0;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background: #f8f8f8;
  font-size: 12px;
}
.chat_remarks .text-muted {
  color: #888;
  font-size: 12px;
  font-weight: normal;
}
.send-area {
  margin-top: 20px;
}
.messages {
  border-top: 1px solid #e0e0e0;
  background: #fff;
}
.messages .alert {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  padding: 6px 0;
  text-align: center;
}
.messages .alert.alert-success {
  background: #E7FBF2;
  border-bottom: 1px solid #C7F1DE;
  color: #2C9967;
}
.messages .alert.alert-info {
  background: #E7F3FA;
  border-bottom: 1px solid #C7E5F8;
  color: #3093CB;
}
.messages .alert.alert-error,
.messages .alert.alert-danger {
  background: #FFEFF0;
  border-bottom: 1px solid #FAD7D6;
  color: #D3323D;
}
.messages .alert.alert-warning {
  background: #feeddb;
  border-bottom: 1px solid #fddcb8;
  color: #f8850b;
}
.messages .alert img {
  position: relative;
  margin-right: 5px;
  top: -3px;
}
.messages .alert .close-message {
  color: #000;
  cursor: pointer;
}
.messages form {
  display: inline-block;
  position: relative;
}
.normal-link {
  background-color: rgba(0, 0, 0, 0);
  color: #cd1824;
  text-decoration: underline;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.overlay {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 120;
}
.popup-alert,
.login-check-popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  top: 100px;
  position: fixed;
  width: 400px;
  display: none;
  z-index: 130;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
.popup-alert.popup-alert,
.login-check-popup.popup-alert {
  z-index: 140;
}
.popup-alert .title,
.login-check-popup .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  background: #cd1824;
  background: #343434;
  color: #fff;
}
.popup-alert .body,
.login-check-popup .body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
}
.popup-alert .popup-close-btn-area,
.login-check-popup .popup-close-btn-area {
  margin-top: 40px;
  text-align: center;
}
.popup-alert {
  text-align: center;
}
.login-check-popup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 600px;
}
.login-check-popup input {
  width: 100%;
}
.faq-mark {
  position: relative;
  margin-left: 20px;
}
.faq-mark:before {
  content: '　';
  background-image: url(/assets/img/faq/q_icon.png);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  left: -16px;
  top: 1px;
}
.pager {
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}
.pager p {
  display: inline-block;
}
footer {
  background: #f1f1f1;
}
footer .page-top-btn {
  position: absolute;
  right: 0;
  top: -25px;
}
footer .page-top-btn:link,
footer .page-top-btn:visited {
  text-decoration: none;
}
footer .page-top-btn:before {
  content: url(/assets/img/common/arrow_up.png);
  position: relative;
  top: -1px;
}
footer .copyright-area {
  height: 72px;
  line-height: 72px;
  background: #231816;
  color: #fff;
  font-size: 11px;
}
footer ul.clearfix {
  padding: 40px 0;
}
footer ul.clearfix li.menu-box {
  float: left;
  width: 190px;
  margin-right: 40px;
}
footer ul.clearfix li.menu-box:last-child {
  margin-right: 0;
}
footer ul.clearfix li.menu-box .list-title {
  border-bottom: 1px solid #000;
  font-size: 18px;
}
footer ul.clearfix li.support-info {
  float: right;
}
footer ul.list {
  padding-top: 10px;
}
footer ul.list li:before {
  content: '-';
  position: relative;
  margin-right: 5px;
  color: #9A9A9A;
}
footer ul.list a {
  line-height: 1.8em;
}
footer ul.list a:link,
footer ul.list a:visited {
  color: #9A9A9A;
  text-decoration: none;
}
footer ul.list a:hover {
  color: #cd1824;
}
footer .copyright-mark {
  font-size: 18px;
  position: relative;
  top: 3px;
}
#mypage_search form.search-case {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #f8f8f8;
  padding: 15px 20px;
}
#mypage_search form.search-case .form-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  float: left;
  font-weight: bold;
  margin-right: 20px;
}
#mypage_search form.search-case .form-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 600px;
}
#mypage_search form.search-case .form-body .form-item-group {
  display: inline-block;
  margin: 0px 20px 10px 0;
}
#page1011 table {
  display: block;
  width: 500px;
  margin: 0 auto 10px;
}
#page1011 table th,
#page1011 table td {
  padding: 10px;
}
#page_rule h2,
#page_policy h2,
#page_system_rule h2 {
  font-size: 20px;
  padding-top: 4px;
  font-weight: 200;
  margin-left: 5px;
  margin-bottom: 0;
  border-left: 4px solid #cd1824;
  padding-left: 15px;
}
#page_rule h4,
#page_policy h4,
#page_system_rule h4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-weight: 200;
  background: #efefef;
  border-bottom: 1px solid #aaa;
  font-size: 17px;
  padding: 7px 12px 4px;
  margin: 5px 0;
}
.appear-in-notification {
  z-index: 1000;
  border-radius: 4px;
  border: 2px solid #cd1824;
  position: fixed;
  right: 20px;
  top: 20px;
  background: #FFEEF0;
  background: #fff;
  background: #fdf5f5;
  padding: 10px 20px;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    background: #f9dfe1;
  }
  100% {
    background: #fff;
  }
}
@-moz-keyframes blink {
  0% {
    background: #f9dfe1;
  }
  100% {
    background: #fff;
  }
}
@keyframes blink {
  0% {
    background: #f9dfe1;
  }
  100% {
    background: #fff;
  }
}
.function-list li,
.faq-list li {
  float: left;
  display: inline-block;
  width: 435px;
  margin: 40px 20px;
  margin-left: 80px;
  text-align: left;
}
.function-list li:nth-child(2n+1),
.faq-list li:nth-child(2n+1) {
  margin-left: 10px;
}
.function-list li .title,
.faq-list li .title {
  font-size: 20px;
  font-weight: 200;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  border-bottom: 2px solid #cd1824;
  text-align: left;
}
.function-list li .image-wrapper,
.faq-list li .image-wrapper {
  margin-top: 5px;
  height: 240px;
  overflow: hidden;
  background: #efefef;
}
.function-list li .image-wrapper img,
.faq-list li .image-wrapper img {
  width: 100%;
  height: auto;
}
.function-list li .content,
.faq-list li .content {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  text-align: left;
  padding-top: 12px;
  line-height: 1.5em;
  height: 80px;
}
.function-list li {
  margin-bottom: 60px;
}
.function-list li .title {
  border: none;
  border-bottom: 2px solid #cd1824;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.function-list li .function-plan-hint {
  margin-left: 10px;
  font-size: 14px;
  color: #cd1824;
}
.function-list li .image-wrapper {
  margin-bottom: 40px;
}
.function-list li .content {
  border-top: none;
  background: #efefef;
  padding: 10px;
  height: 130px;
}
.faq-list li .title {
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 200;
  border: none;
}
.faq-list li .content {
  margin-top: 0;
  border: none;
}
.faq-list li .question {
  font-weight: 100;
  font-size: 24px;
}
.plan-summary {
  width: 100%;
  margin-bottom: 60px;
  border: 1px solid #efefef;
  border-width: 1px 0 0 1px;
}
.plan-summary th,
.plan-summary td {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid #efefef;
  border-width: 0 1px 1px 0;
}
.plan-summary th.no-wrap,
.plan-summary td.no-wrap {
  white-space: nowrap;
}
.plan-summary th {
  background: #efefef;
}
.postscript-area .remark:first-child {
  margin-top: 20px;
}
button.cmd_send_thankyou {
  background: none;
  text-align: right;
  cursor: normal!important;
}
.thankyou_label_unsend,
.thankyou_label_sent {
  font-family: meiryo;
  color: #cd1824;
  text-decoration: underline;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 21px;
  border-radius: 10px;
  padding-right: 10px;
}
.thankyou_label_unsend .thankyou-text,
.thankyou_label_sent .thankyou-text {
  position: relative;
  top: 3px;
}
.thankyou-icon {
  display: inline-block;
  background: #cd1824;
  margin-right: 5px;
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}
.thankyou-icon.for-sp {
  position: relative;
  top: -1px;
}
.thankyou-icon.for-sp img {
  position: relative;
  top: -2px;
}
.sp-thankyou-icon {
  position: relative;
  top: -5px;
}
.sp-thankyou-message {
  coclor: #aaa!important;
}
.thankyou_label_unsend {
  cursor: pointer;
}
.thankyou_label_sent {
  color: #888;
  cursor: normal;
  text-decoration: none;
}
.thankyou_label_sent .thankyou-icon {
  background: #ccc;
}
.recommend-estimate-area {
  padding-top: 10px;
  padding-bottom: 10px;
}
.recommend-estimate-area .user_name {
  display: inline-block;
}
.recommend-estimate-area .company-name {
  display: none;
}
.recommend-estimate-area .recommend-estimate-block {
  color: #666;
  background: #efefef;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px 20px;
  display: inline-block;
  width: 500px;
  margin: 0 auto;
}
.case-start-date {
  color: #888;
  font-size: 12px;
  padding-right: 15px;
}
.flat-user-name .user_name {
  display: inline-block;
  margin-top: 0;
}
.flat-user-name .company-name {
  padding-right: 0;
}
.thankyou-text-red {
  color: #cd1824;
}
.kopt-label {
  position: absolute;
  bottom: -60px;
  left: 70px;
  padding: 2px 8px;
  border: 0px solid #CD1824;
  background: rgba(205, 24, 36, 0.3);
}
.kopt-label a:link,
.kopt-label a:visited {
  color: #fff;
}
.sp-lab-article .body {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 12px;
  border: none;
}
.sp-lab-article .body .date-font {
  font-size: 10px;
  color: #888;
}
.sp-lab-article .lab-article {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.sp-lab-article .lab-article .article-image {
  width: 50px;
  height: 50px;
  overflow: hidden;
}
.sp-lab-article .lab-article .article-image img {
  height: 100%;
}
.sp-lab-article .lab-article .article-body {
  line-height: 1.5em;
  margin-left: 10px;
  width: 160px;
  font-size: 11px;
  color: #444;
}
.sp-lab-article .lab-article .article-body:hover {
  text-decoration: underline;
}
.survey-item-label {
  font-size: 16px;
}
