@charset "UTF-8";
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.common__menu__link.common__menu__link--freeplan {
  padding: 0 0.5em 0 1.3em;
}
.common__menu__link .c-planup-icon {
  width: 21px;
  height: 25px;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .common__menu__link .c-planup-icon {
    width: 15px;
    height: 19px;
    margin-right: 7px;
  }
}

.menu__simple .c-planup-icon {
  margin-right: 5px;
}
.menu__simple .common__menu__link--freeplan {
  padding: 0 0.5em 0 1.3em !important;
}

/* レイアウト */
.visible__pc__block {
  display: block;
}

.visible__pc__inline {
  display: inline;
}

.visible__pc__inline-block {
  display: inline-block;
}

.hidden__pc__block,
.hidden__pc__inline,
.hidden__pc__inline-block {
  display: none;
}

.common__blackout, .common__contents__modal__inner, .common__contents__modal__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20013;
  display: none;
}
.common__blackout.common__blackout__firstset__complete, .common__blackout__firstset__complete.common__contents__modal__inner, .common__blackout__firstset__complete.common__contents__modal__background {
  display: block;
  pointer-events: none;
  z-index: 20022;
}

.common__blackout__display {
  display: block;
  pointer-events: none;
}

.common__blackout__tutorial__display {
  display: block;
  pointer-events: none;
  z-index: 20022;
}

.common__loading__whiteout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 105%;
  background-color: rgba(249, 249, 239, 0.9);
  z-index: 30000;
  display: none;
}

.common__loading__whiteout__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
  text-align: center;
  padding-top: 100px;
  box-sizing: border-box;
}

.common__loading__whiteout__text {
  font-size: 18px;
  color: #726e54;
  font-weight: bold;
  display: block;
  padding-top: 15px;
}

.common__loading__whiteout__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.common__loading__whiteout__icon {
  position: relative;
  font-size: 54px;
  width: 54px;
  height: 54px;
  display: inline-block;
  font-weight: normal;
  color: #f7dc14;
  animation: rotation 1.2s linear infinite;
}
.common__loading__whiteout__icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin-left: -27px;
  margin-top: -27px;
}

.common__contents__modal__background {
  z-index: 20100;
  text-align: center;
}

.common__contents__modal__inner {
  position: relative;
  z-index: 20101;
  display: block;
  background-color: transparent;
  height: 100%;
}

.common__contents__modal__box {
  position: absolute;
  width: 600px;
  height: 400px;
  left: 50%;
  top: 60px;
  margin-left: -300px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px #000;
  box-sizing: border-box;
  z-index: 20102;
  overflow: scroll;
  text-align: left;
  padding: 20px;
}
.common__contents__modal__box .common__modal__contents__wrap {
  display: block;
  opacity: 0;
}

.common__modal__frame {
  border: none;
  width: 100%;
  display: block;
  height: 100%;
}

.common__modal__contents__wrap {
  display: none;
}

.common__modal__contents {
  width: 600px;
  height: 400px;
  padding: 30px;
  box-sizing: border-box;
}

.common__contents__modal__close__icon {
  color: #fff;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 35px;
  padding: 10px;
  cursor: pointer;
  z-index: 20003;
}

#staff-alert {
  position: relative;
}

.common__contents__area {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.common__contents__area__unclickable {
  pointer-events: none;
}

.is__responsive .common__contents__area {
  display: flex;
}

.common__contents__area__empty {
  position: relative;
  height: auto;
  min-height: 100%;
}

.common__contents__menu__wrap {
  display: table-cell;
  width: 200px;
  height: auto;
  position: relative;
  vertical-align: top;
}

.common__contents__main__area {
  display: table-cell;
  height: auto;
  min-height: 100%;
  vertical-align: top;
  position: relative;
  min-width: 950px;
}
#top .common__contents__main__area {
  background-color: #fcfcfc;
}

.is__responsive .common__contents__main__area {
  width: 100%;
  min-width: 0;
}
@media screen and (min-width: 851px) {
  .is__responsive .common__contents__main__area {
    display: block;
    width: calc(100% - 200px);
  }
}

.common__contents__main__area__empty {
  padding: 0 30px 60px;
  position: relative;
}

.common__contents__main__admin__area {
  padding: 25px 0 140px;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .common__contents__main__admin__area {
    padding: 5px 0 140px;
  }
}
@media screen and (max-width: 850px) {
  .common__contents__main__admin__area {
    margin: 0;
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .common__contents__main__admin__area {
    padding-top: 58px;
  }
}

.common__contents__sub__menu {
  position: absolute;
  background-color: #f5f6f7;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 30px 0;
  box-sizing: border-box;
}

.common__contents__sub__list {
  display: inline-block;
  margin-right: 5px;
}

.common__contents__sub__link {
  display: inline-block;
  background-color: #fff;
  padding: 6px 8px;
  text-align: center;
  border: 1px solid #e4e7eb;
  border-bottom-color: #eaeadf;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  font-size: 13px;
}

a.common__contents__sub__link:hover {
  background-color: #e6f1fa;
}

a.common__contents__sub__link__current,
a.common__contents__sub__link__current:hover {
  color: #333;
  background-color: #fff;
  border-bottom-color: #fff;
  cursor: default;
}

.common__contents__description {
  padding: 0 30px 15px;
  color: #1c1e1f;
}

.common__contents__subtitle {
  font-size: 18px;
  margin: 0 30px 10px;
}
@media screen and (max-width: 480px) {
  .common__contents__subtitle {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.common__text__cancellation {
  text-decoration: line-through;
}

.common__contents__sub__menu + .common__contents__description,
.common__contents__sub__menu__area + .common__contents__description {
  padding-top: 45px;
}

/* ブラウザ */
.common__browser {
  position: relative;
  box-sizing: border-box;
  background-color: #e3e3e3;
  border: #d7d7c3 solid 1px;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding-top: 22px;
  z-index: 4;
}

.common__browser__button {
  position: absolute;
  display: inline-block;
  left: 8px;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ff5c5c;
  z-index: 5;
}
.common__browser__button:before {
  content: " ";
  position: absolute;
  left: 13px;
  top: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #f7dc14;
}
.common__browser__button:after {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 27px;
  top: 0;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #26843f;
}

.common__browser__form__wrap {
  padding: 0 5px 20px;
}

.common__browser__form {
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  border: #c7c7c7 solid 1px;
  padding: 8px 10px;
  box-sizing: border-box;
  width: 100%;
  line-height: 22px;
  font-size: 18px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

/* ブロック */
.common__contents__wrap {
  padding: 30px 0;
  border-top: 1px solid #e4e7eb;
}

.common__contents__wrap__modal {
  padding: 0;
}

.common__contents__promotion__wrap {
  padding: 0 30px;
}

.common__form > .common__contents__wrap:first-child,
.common__form > input + .common__contents__wrap,
.common__contents__main__admin__area > .common__contents__wrap:first-child {
  padding-top: 15px;
}

/* ヘッダー */
.common__header__area {
  position: relative;
  border-bottom: 1px solid #eaeadf;
  padding: 15px 30px 10px;
  background-color: #fff;
}
@media only screen and (max-width: 1030px) {
  .common__header__area {
    border-bottom: 0;
  }
}

.common__header__title {
  font-size: 24px;
  max-height: 999999px;
}

.common__header__title__wrap {
  display: flex;
  align-items: center;
}

.common__header__title__sub__title {
  font-size: 14px;
}

.common__header__help__icon {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #a3a084;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
.common__header__help__icon::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 13px;
  opacity: 0;
  bottom: -19px;
  border-color: transparent transparent #a3a084;
  z-index: 2000;
}
.common__header__area__help__checkbox:checked ~ .common__header__help__icon::before {
  opacity: 1;
}
.common__header__help__icon::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 13px;
  opacity: 0;
  bottom: -20px;
  border-color: transparent transparent #fff;
  z-index: 2001;
}
.common__header__area__help__checkbox:checked ~ .common__header__help__icon::after {
  opacity: 1;
}
.common__header__help__icon:hover {
  background-color: rgba(163, 160, 132, 0.1);
}
.common__header__area__help__checkbox:checked ~ .common__header__help__icon {
  background-color: rgba(163, 160, 132, 0.1);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.common__header__help__description {
  position: absolute;
  z-index: 2000;
  font-size: 14px;
  width: 300px;
  padding: 20px 15px;
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(163, 160, 132, 0.5);
  border: 1px solid #a3a084;
  top: 48px;
  right: -20px;
  box-sizing: border-box;
  border-radius: 5px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s;
}
.common__header__area__help__checkbox:checked ~ .common__header__help__description {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 850px) {
  .common__header__help__description {
    top: 52px;
    right: 0;
    left: 0px;
    width: 100%;
  }
}

.common__header__navi__area {
  position: absolute;
  right: 30px;
  top: 19px;
}

.common__preview__button__wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 19px;
  right: -400px;
}

.common__preview__button__area {
  position: relative;
}

.common__preview__icon {
  font-size: 16px;
  margin-right: 5px;
}

/* 申し込み完了時のモーダル */
.firstset__complete__wrap {
  position: absolute;
  width: 500px;
  top: 5em;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 20023;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .firstset__complete__wrap {
    width: 90%;
  }
}

.firstset__complete {
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .firstset__complete {
    padding: 20px 10px;
  }
}

.firstset__complete__catch img {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .firstset__complete__catch img {
    width: 100%;
  }
}

.firstset__complete__title {
  padding: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #26843f;
}
@media screen and (max-width: 480px) {
  .firstset__complete__title {
    font-size: 16px;
  }
}
.firstset__complete__title img {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

.firstset__complete__close__icon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #9e9e9e;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .firstset__complete__close__icon {
    right: 10px;
    top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .firstset__complete__description {
    font-size: 12px;
  }
}

/* 初回表示の吹き出し */
.firstset__tips__wrap {
  position: absolute;
  max-width: 300px;
  width: 300px;
  z-index: 1000;
  opacity: 0;
}

.firstset__tips__wrap__button {
  top: 55px;
  left: 50%;
  margin-left: -150px;
}

.firstset__tips__wrap__tutorial {
  top: -130px;
  left: 0;
}

.firstset__tips__inner {
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 15px 20px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
  border: #f7dc14 solid 3px;
}
.firstset__tips__inner:before {
  content: "";
  position: absolute;
  z-index: 1001;
}
.firstset__tips__inner:after {
  content: "";
  position: absolute;
  z-index: 1002;
}

.firstset__tips__inner__button:before {
  top: -32px;
  left: 50%;
  margin-left: -16px;
  border: transparent solid 16px;
  border-bottom-color: #f7dc14;
}
.firstset__tips__inner__button:after {
  top: -28px;
  left: 50%;
  margin-left: -16px;
  border: transparent solid 16px;
  border-bottom-color: #fff;
}

.firstset__tips__inner__tutorial:before {
  bottom: -32px;
  left: 50%;
  margin-left: -16px;
  border: transparent solid 16px;
  border-top-color: #f7dc14;
}
.firstset__tips__inner__tutorial:after {
  bottom: -28px;
  left: 50%;
  margin-left: -16px;
  border: transparent solid 16px;
  border-top-color: #fff;
}

.firstset__caption {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border: 1px solid transparent;
  border-bottom-color: #eaeadf;
}

.firstset__close__icon {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  background-color: #d1b907;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  cursor: pointer;
}

.firstset__tips__display {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fade-in;
}

.firstset__tips__hidden {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fade-out;
}

@media screen and (max-width: 1030px) {
  .firstset__tips__wrap__button {
    top: 55px;
    left: auto;
    right: 15px;
    margin-left: 0;
  }

  .firstset__tips__inner__button:before {
    left: auto;
    right: 70px;
  }
  .firstset__tips__inner__button:after {
    left: auto;
    right: 70px;
  }
}
@media screen and (max-width: 480px) {
  .firstset__tips__wrap__button {
    width: 260px;
    max-width: 260px;
    right: -25px;
    top: 45px;
  }

  .firstset__tips__wrap__tutorial {
    left: 10px;
  }

  .firstset__caption {
    font-size: 14px;
  }

  .firstset__description {
    font-size: 12px;
  }

  .firstset__close__icon {
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    top: 15px;
    right: 12px;
  }
}
.common__header__navi__wrap {
  display: inline-block;
  position: relative;
}

.common__header__navi__list {
  display: inline-block;
  margin-right: 1em;
}
.common__header__navi__list:last-child {
  margin-right: 0;
}

.common__header__navi__list__user {
  padding-left: 1em;
}

.common__header__navi__link {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  line-height: 34px;
}
@media screen and (max-width: 480px) {
  .common__header__navi__link {
    padding: 17px 10px 17px 0;
    line-height: 1;
  }
}
.common__header__navi__link:hover {
  color: #7c7c7c;
}

.common__header__navi__info {
  position: relative;
  margin-right: 0.6em;
  padding: 0;
}
.common__header__navi__info:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1060px) {
  .common__header__navi__info {
    margin-right: 0.8em;
  }
}

.common__header__navi__info__link {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #eaeadf;
  width: 36px;
  height: 34px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  color: #a3a084;
  font-size: 23px;
  cursor: pointer;
  outline: 0;
}
.common__header__navi__info__link:hover {
  color: #a3a084;
  border: 1px solid #a3a084;
}
.common__header__navi__info__link span {
  line-height: 32px;
}

.common__header__navi__notification {
  position: relative;
}
.common__header__navi__notification::before, .common__header__navi__notification::after {
  content: "";
  position: absolute;
  top: -6px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fc5454;
}
.common__header__navi__notification::after {
  animation-name: pulse;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  40% {
    transform: scale(1.5);
    opacity: 0.4;
  }
  60%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.common__header__navi__window {
  background-color: #f9f9ef;
  border: 1px solid #a3a084;
  border-radius: 5px;
  position: absolute;
  text-align: left;
  top: 55px;
  right: 0;
  z-index: 1001;
  width: 365px;
  display: none;
  box-shadow: 2px 2px 8px rgba(163, 160, 132, 0.5);
}
@media screen and (max-width: 768px) {
  .common__header__navi__window {
    top: 55px;
  }
}
@media screen and (max-width: 480px) {
  .common__header__navi__window {
    width: 280px;
  }
}
.common__header__navi__window:after, .common__header__navi__window:before {
  bottom: 100%;
  left: 93%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.common__header__navi__window:after {
  border-color: rgba(224, 232, 238, 0);
  border-bottom-color: #fff;
  border-width: 12px;
  margin-left: -12px;
}
.common__header__navi__window:before {
  border-color: rgba(192, 193, 194, 0);
  border-bottom-color: #a3a084;
  border-width: 13px;
  margin-left: -13px;
}

.common__header__navi__window__ticket {
  right: 4px;
}
@media screen and (max-width: 480px) {
  .common__header__navi__window__ticket {
    right: -35px;
  }
}
@media screen and (max-width: 480px) {
  .common__header__navi__window__ticket:after, .common__header__navi__window__ticket:before {
    left: 79%;
  }
}

.common__header__navi__window__news__wrap {
  background-color: #f9f9ef;
  height: 440px;
  overflow: scroll;
  overflow-x: hidden;
  border-radius: 5px;
}

.common__header__navi__window__news {
  right: -8px;
}
@media screen and (max-width: 480px) {
  .common__header__navi__window__news {
    right: 0;
  }
}

.common__header__navi__window__title {
  padding: 12px 15px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #a3a084;
  background-color: #fff;
  border-bottom: 1px solid #eaeadf;
  border-radius: 5px 5px 0 0;
}

.common__header__navi__window__contents {
  margin: 15px 0;
  border-top: 1px solid #eaeadf;
  border-bottom: 1px solid #eaeadf;
  background-color: #fff;
}
.common__header__navi__window__contents:hover {
  background-color: #f5fafc;
}

.common__header__navi__window__link {
  display: block;
  box-sizing: border-box;
  padding: 20px 15px;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.header__navi__window__news {
  text-align: center;
}
.header__navi__window__news:hover .header__navi__window__news__button {
  background-color: #0a5be4;
  border: #0a5be4 1px solid;
}
.header__navi__window__news img {
  width: 240px;
  height: 105px;
  margin-bottom: 15px;
}

.app-announcement img {
  width: 80px;
  height: auto;
}

.header__navi__window__news__title {
  margin-bottom: 1em;
  font-weight: bold;
}

.header__navi__window__news__description {
  margin-bottom: 1em;
  text-align: left;
}

.header__navi__window__news__description--note {
  margin: 5px 0 0;
  text-align: center;
}

.header__navi__window__news__button {
  padding: 5px 0;
  background-color: #26843f;
  color: #fff;
  border-radius: 5px;
  border: #26843f 1px solid;
}

.hidden {
  display: none;
}

.common__admin__logo {
  display: block;
  text-align: center;
  position: absolute;
  width: 200px;
  z-index: 1;
  left: 0;
  top: 10px;
}

.common__admin__logo__horizontal__wrap {
  display: block;
  text-align: center;
  position: absolute;
  width: 200px;
  z-index: 1;
  left: 0;
  top: 0;
}

.common__admin__logo__horizontal {
  width: 170px;
  height: 64px;
  display: inline-block;
}

.common__logo:not(.common__admin__logo__horizontal) {
  width: 120px;
  height: 64px;
  display: inline-block;
}

.common__logo__sp {
  width: 182px;
  height: 48px;
  display: none;
}

.common__logo__image {
  width: 82px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

.common__logo__sp__2x {
  width: 75px;
  height: 40px;
  display: none;
}

.common__admin__logo__link {
  display: inline-block;
}

/* パーツ */
.visible__pc__block {
  display: block;
}

.visible__pc__inline {
  display: inline;
}

.visible__pc__inline_block {
  display: inline-block;
}

.hidden__pc__block,
.hidden__pc__inline,
.hidden__pc__inline_block {
  display: none;
}

.common__pink__text {
  color: #ff5c5c;
}

.common__text__alert {
  color: #ff5c5c;
}

.common__text__success {
  color: #1897c4;
}

.common__manual__link__wrap {
  position: fixed;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  display: none;
}

.common__manual__link {
  background-color: rgba(255, 255, 255, 0.8);
  border: #5392c2 solid 1px;
  display: inline-block;
  padding: 0 6px 0 27px;
  font-size: 14px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}

a.common__manual__link:hover {
  border: #2b6999 solid 1px;
  background-color: #f7fbff;
}

.common__manual__icon:before {
  left: 8px;
  top: 7px;
  font-size: 16px;
  position: absolute;
}

.common__loading__text__wrap {
  padding: 30px 0 0;
  text-align: center;
  color: #615e3e;
}

.common__link__preview__wrap {
  padding: 0 30px 10px;
  text-align: right;
}

.common__page__preview__icon,
.common__facebook__post__icon {
  margin-right: 5px;
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}

.common__link__preview {
  margin-left: 12px;
}

.common__required {
  display: inline-block;
  line-height: 1;
  color: #ff2c2c;
  margin: 0 5px;
  font-size: 12px;
}

.common__icon__text {
  display: inline-block;
}

.common__iframe {
  border: none;
}

.datepicker {
  position: relative;
}

.common__icon__area {
  padding-top: 15px;
}

.common__icon__group {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.icon__description__wrap {
  padding-bottom: 10px;
}

/* ヘッダー */
#header {
  line-height: 20px;
  white-space: nowrap;
}

#header span {
  margin-right: 20px;
  letter-spacing: 1px;
  display: block;
  float: left;
}

#header a,
#header label {
  font-family: Arial "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
  padding: 5px 5px 4px;
  background-color: #fff;
  text-decoration: none;
  margin-left: 3px;
  letter-spacing: 0;
}

#header a:hover {
  text-decoration: underline;
  letter-spacing: 0;
}

/* 残り契約日数アラート */
a.common__contact__alert__link {
  background-color: #fff992;
  display: block;
  color: #666;
  text-align: center;
  padding: 10px;
}

a.common__contact__alert__link:hover {
  background-color: #fff000;
}

.headline-initialcost-cp {
  background-image: linear-gradient(145deg, #ffda00, #ffb200);
  display: block;
  text-align: center;
  color: #222;
  padding: 10px;
  cursor: pointer;
}
.headline-initialcost-cp:hover {
  color: currentColor;
}
.headline-initialcost-cp span {
  display: inline-block;
  margin-right: 0.3em;
}
.headline-initialcost-cp button {
  border: 0;
  background-color: #fff;
  color: #ff8e00;
  font-weight: bold;
  padding: 0.4em 1em;
  border-radius: 4px;
  cursor: pointer;
}

/* アラート非表示 */
.close-contract-alert {
  position: absolute;
  right: 10px;
  top: 5px;
}

.close-contract-alert:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/* staffログインアラート */
#staff-alert-text {
  background: #ff5309;
  position: relative;
  width: 100%;
  top: 0;
  text-align: center;
}

#staff-alert-text p {
  padding: 5px;
}

/* 汎用 アラート(赤背景) */
.common__alert__setting__notice__link:link, .common__alert__setting__notice__link:visited {
  background-color: #ff4242;
  text-decoration: none;
}
.common__alert__setting__notice__link:hover, .common__alert__setting__notice__link:active {
  background-color: #ff0000;
}
.common__alert__setting__notice__text {
  font-weight: bold;
  color: #fff;
}
.common__alert__setting__notice__text .common__alert__ssl__icon {
  position: relative;
  top: 2px;
  font-size: 18px;
}

.remaining_days {
  margin: 0px 2px;
  color: #333;
  font-weight: bold;
}

.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* SSLアラート */
a.common__alert__ssl__link .common__alert__ssl__icon {
  font-size: 18px;
  color: #fffdcb;
  background-color: #26843f;
  border-radius: 30px;
  padding: 5px;
  margin-right: 8px;
  vertical-align: middle;
  font-weight: normal;
}

a.common__alert__ssl__link:link,
a.common__alert__ssl__link:visited {
  border-bottom: #f7dc14 solid 2px;
  background-color: #fffdcb;
  text-decoration: none;
  font-weight: bold;
  line-height: 18px;
  vertical-align: middle;
  padding: 10px 15px 10px 10px;
  color: #333;
}

a.common__alert__ssl__link:hover,
a.common__alert__ssl__link:active {
  background-color: #f9f6a3;
  text-decoration: none;
  color: #333 !important;
}

/* 紹介制度アラート */
.common__alert__introduce__link {
  position: relative;
  background: #f7dc14;
  font-weight: bold;
}
.common__alert__introduce__link.top__alert__link__one__line {
  padding: 10px 10px 10px 42px;
  border-bottom: 1px solid #fff;
}
.common__alert__introduce__link:hover, .common__alert__introduce__link:active {
  background: #f9e345;
}
.common__alert__introduce__link.alert__introduce__bonus {
  background: #f9e75b;
}
.common__alert__introduce__link.alert__introduce__bonus:hover, .common__alert__introduce__link.alert__introduce__bonus:active {
  background: #fbee8c;
}

.common__alert__introduce__icon {
  position: absolute;
  left: 8px;
  top: 6px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 0;
  background: #26843f;
  border-radius: 50%;
  text-align: center;
  vertical-align: -3px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}

#top .fadeInDown {
  animation-name: fadeInDown;
}

.fa-exclamation-triangle {
  margin: 0 5px;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/* 見出し */
.common__block__caption {
  font-size: 20px;
  margin-bottom: 10px;
  max-height: 999999px;
}

.common__caption__huge {
  background: none;
  border: none;
  padding: 0;
  font-size: 18px;
  margin: 0 0 5px;
  max-height: 999999px;
}

.common__caption__large {
  background: none;
  border: none;
  padding: 0;
  font-size: 16px;
  margin: 0 0 5px;
  max-height: 999999px;
}

/* Button */
.common__run__button__wrap {
  padding-top: 30px;
  box-sizing: border-box;
}

.common__run__button__inner {
  text-align: center;
}

.common__run__button__wrap__fix {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
@media screen and (min-width: 851px) {
  .common__run__button__wrap__fix {
    left: 200px;
  }
}
.common__run__button__wrap__fix .common__run__button__inner {
  padding: 15px;
  box-sizing: border-box;
  border-top: #f5f5ee solid 1px;
  background-color: rgba(255, 255, 255, 0.9);
}
.common__run__button__wrap__fix .common__run__button__inner .common__run__button {
  width: 180px;
  padding: 12px 0;
  font-size: 16px;
}

.common__button {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #5392c2;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #5392c2;
  line-height: 1;
  color: #fff;
}
.common__button:hover {
  background-color: #2b6999;
  border-color: #2b6999;
}

.common__button__gray {
  background-color: #909599;
  border-color: #909599;
}
.common__button__gray:hover {
  background-color: #64686b;
  border-color: #64686b;
}

.common__button__light_gray {
  background-color: #cecece;
  border-color: #cecece;
  cursor: default;
}
.common__button__light_gray:hover {
  background-color: #cecece;
  border-color: #cecece;
}

.common__button__white {
  background-color: #fff;
  color: #5392c2;
}
.common__button__white:hover {
  background-color: #fff;
  border-color: #2b6999;
  color: #2b6999;
}

.common__button__decision {
  background-color: #ff5c5c;
  border-color: #ff5c5c;
}
.common__button__decision:hover {
  background-color: #ff4040;
  border-color: #ff4040;
}

.common__button__sub {
  border: #1897c4 solid 1px;
  font-weight: bold;
  color: #1897c4;
  background-color: #fff;
  font-size: 16px;
}
.common__button__sub:hover {
  border: #24acd1 solid 1px;
  color: #24acd1;
  background-color: #fff;
}

.common__button__inactive {
  background-color: #cecece;
  color: #fff;
  border: none;
}
.common__button__inactive:hover {
  background-color: #cecece;
  color: #fff;
  border: none;
}

a.common__button {
  color: #fff;
}
a.common__button:hover {
  color: #fff;
}
a.common__button__white {
  color: #5392c2;
}
a.common__button__white:hover {
  background-color: #f7fbff;
  color: #2b6999;
}

input.common__button {
  color: #fff;
  cursor: pointer;
}
input.common__button:hover {
  color: #fff;
}
input.common__button__white {
  color: #5392c2;
  cursor: pointer;
}
input.common__button__white:hover {
  background-color: #f7fbff;
  color: #2b6999;
}

.common__run__button {
  padding: 18px 0;
  margin: 0 10px;
  font-size: 18px;
  width: 200px;
}

.common__button__from {
  padding: 5px 15px;
  line-height: 1;
  font-weight: bold;
}

a.common__button__active {
  background-color: #f7dc14;
  border-color: #f7dc14;
  color: #fff;
  cursor: default;
}
a.common__button__active:hover {
  background-color: #f7dc14;
  border-color: #f7dc14;
  color: #fff;
}

.common__button__disabled,
a.common__button__disabled,
input.common__button__disabled {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #f5f5f5;
  cursor: default;
}
.common__button__disabled:hover,
a.common__button__disabled:hover,
input.common__button__disabled:hover {
  background-color: #cdcdcd;
  border-color: #cdcdcd;
  color: #f5f5f5;
}

.button_gray:hover {
  background: #7b7b7b;
}

.button_lightgray:hover {
  background: #f7f7f7;
}

.btn_area {
  width: 800px;
  margin: 0 auto;
}

.admin_btn {
  background: #639dff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

a.admin_btn_save,
input.admin_btn_save {
  background-color: transparent;
  display: block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #639dff;
  border-radius: 4px;
  cursor: pointer;
}

.admin_btn_buy {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
}

.admin_btn:hover {
  background: #2e7cff;
}

a.admin_btn {
  color: #fff;
  text-decoration: none;
}

.admin_btn_cancel {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #868686;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  margin: 0 0 40px 20px;
  padding: 0 50px;
  cursor: pointer;
}

.admin_btn_cancel:hover {
  background: #737373;
}

a.admin_btn_cancel {
  color: #fff;
  text-decoration: none;
}

.admin_btn_back {
  font-size: 14px;
  font-weight: bold;
  background: #868686;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  margin: 0 0 40px;
  padding: 0 40px;
  cursor: pointer;
}

.admin_btn_back:hover {
  background: #737373;
}

.admin_btn_back a {
  color: #fff;
  text-decoration: none;
}

a.admin_btn,
input.admin_btn,
a.admin_btn_save,
input.admin_btn_save {
  border: #639dff solid 1px;
}

a.admin_btn_cancel,
input.admin_btn_cancel,
a.admin_btn_back,
input.admin_btn_back {
  border: #868686 solid 1px;
}

.common__sub__button__wrap {
  padding: 10px 0;
}

.common__button__middle {
  line-height: 40px;
  padding: 0 25px;
  font-size: 18px;
}

.common__button__small {
  padding: 8px 10px;
  font-size: 14px;
}

.common__button__x_small {
  padding: 6px 8px;
  font-size: 14px;
}

.twitter__follow__btn {
  padding: 5px 10px;
}
.twitter__follow__btn .icon-twitter {
  font-size: 18px;
  vertical-align: middle;
}

/* Link */
:hover {
  transition: 0.1s;
}

option:hover {
  transition: none;
}

a.link_normal {
  cursor: pointer;
  color: #626262;
  text-decoration: none;
}

a.link_gray {
  text-decoration: none;
  cursor: pointer;
  color: #3d3d3d;
}

a.link_gray:hover {
  color: #2e7cff;
}

a.common__text__link__black {
  color: #333;
}

a.common__text__link__black:hover {
  color: #a8a8a8;
}

a.link_white {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}

a.link_blue {
  text-decoration: none;
  cursor: pointer;
  color: #2e7cff;
  font-weight: bold;
}

a.link_blue:hover {
  color: #0a5be4;
}

a img:hover {
  opacity: 0.8;
}

a.link_darkblue {
  text-decoration: none;
  cursor: pointer;
  color: #5885d1;
  font-weight: bold;
}

a.link_darkblue:hover {
  color: #2f66c0;
}

/*deleteボタンにトランジションが当たってしまう。*/
a.btn_del:hover {
  transition: none;
}

.admin_loading {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  text-align: center;
  padding: 0 50px;
  height: 50px;
  line-height: 50px;
  width: auto;
  margin: 0 auto 40px;
}

.admin_loading:before {
  content: url(/img/first/loading.gif);
}

/* メイン・タブメニュー */
.explain {
  color: #6a6a4f;
  margin: 0 0 15px;
  letter-spacing: 1px;
  line-height: 1.6;
  max-height: 999999px;
}

.register__tab__list__wrap {
  border-bottom: 1px solid #b7b49e;
}

.register__tab__list {
  display: block;
  float: left;
  position: relative;
}

a.register__tab__link {
  background: #eaeadf;
  background: linear-gradient(to bottom, #fff 0%, #eaeadf 100%);
  padding: 6px 14px;
  margin: 0 2px -1px 0;
  text-decoration: none;
  border: solid 1px #b7b49e;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: inline-block;
  color: #666;
}

a.register__tab__link:hover {
  background: #fff;
  color: #666;
}

a.register__tab__link__current {
  border-color: #b7b49e #b7b49e #fff #b7b49e;
  border-style: solid;
  border-width: 1px;
  background: #fff;
  cursor: default;
}

/* ソートメニュー */
.common__sort__list__wrap {
  padding-bottom: 10px;
}

.common__sort__list {
  display: inline-block;
  margin-right: 4px;
}

.common__sort__link {
  display: inline-block;
  padding: 0 6px;
  line-height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  border: #2e7cff solid 1px;
  box-sizing: border-box;
  background-color: #fff;
}

.common__sort__link:hover {
  background-color: #ffffec;
}

a.common__sort__link__current,
a.common__sort__link__current:hover {
  position: relative;
  color: #333;
  background-color: #ffffec;
  cursor: default;
  border: #dbc100 solid 1px;
  padding-left: 24px;
}

.common__sort__link__current:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #dbc100;
  z-index: 100;
  bottom: -14px;
  left: 50%;
  margin-left: -7.5px;
}

.common__sort__link__current:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #ffffec;
  z-index: 100;
  bottom: -13px;
  left: 50%;
  margin-left: -7.5px;
}

.common__sort__link__current .common__icon {
  font-size: 16px;
  position: relative;
}

.common__sort__link__current .common__icon:before {
  position: absolute;
  left: -17px;
  top: 2px;
}

.common__contents__description__list__wrap {
  margin-top: 10px;
}

.common__contents__description__list {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}

/* 必須入力項目 */
span.requier {
  color: #f48180;
  margin: 0 5px;
}

/* フォーム */
input:focus,
textarea:focus {
  outline: none;
}

.frm_text {
  background: #f4f4f4;
  border-color: #dddddd #eeeeee #eeeeee #dddddd;
  border-style: solid;
  border-width: 1px;
  color: #535353;
  font-family: "Arial", Tahoma, Verdana;
  font-size: 24px;
  padding: 4px;
  width: 255px;
}

.frm_num {
  ime-mode: disabled;
}

.fmt_low {
  text-transform: lowercase;
}

select.frm_text {
  font-size: 14px;
  height: 30px;
  line-height: 20px;
}

*:first-child + html select.frm_text {
  margin-top: 8px;
}

textarea.frm_text {
  font-size: 14px;
  height: 80px;
}

.frm_file {
  border: solid 1px #dddddd;
  background-color: #fff;
  padding: 7px;
  width: 275px;
  font-size: 13px;
}

.common__input__text__wrap {
  padding: 10px 10px 9px;
  border: #bfbfbf solid 1px;
  border-radius: 5px;
  background-color: #fbfbfb;
  box-sizing: border-box;
}

.common__input__wrap__large {
  width: 100%;
}

.common__input__wrap__middle {
  width: 50%;
}

.common__input__wrap__small {
  width: 15%;
}

.common__input__wrap__small_date {
  width: 27%;
  position: relative;
}

.common__input__wrap__x_small {
  width: 6%;
}

.common__input__text__wrap__hover {
  background-color: #fff8d2;
  border: #e2c100 solid 1px;
}

.common__input__checkbox__wrap {
  display: inline-block;
  background-color: #f1f1e8;
  padding: 10px;
  border-radius: 5px;
}

.common__input__text {
  width: 100%;
  margin: -2px 0;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .common__input__text {
    font-size: 16px;
  }
}
.common__input__text:-moz-placeholder-shown {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
.common__input__text:placeholder-shown {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .common__input__text:-moz-placeholder-shown {
    font-size: 14px;
  }
  .common__input__text:placeholder-shown {
    font-size: 14px;
  }
}
.common__input__text::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .common__input__text::-webkit-input-placeholder {
    font-size: 14px;
  }
}
.common__input__text:-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .common__input__text:-moz-placeholder {
    font-size: 14px;
  }
}
.common__input__text::-moz-placeholder {
  opacity: 1;
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .common__input__text::-moz-placeholder {
    font-size: 14px;
  }
}
.common__input__text:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .common__input__text:-ms-input-placeholder {
    font-size: 14px;
  }
}

.common__textarea {
  height: 150px;
}

.common__input__checkbox,
.common__input__radio {
  display: inline-block;
  margin-right: 5px;
  border: #bfbfbf solid 1px;
}

.common__input__text__line {
  display: inline-block;
  margin-right: 5px;
}

.common__input__text__description {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .common__input__text__description {
    margin-top: 10px;
  }
}

.common__input__radio__text,
.common__input__checkbox__text {
  font-weight: bold;
  padding: 10px 10px 10px 0;
  cursor: pointer;
}

.common__input__error__wrap {
  margin-top: -1px;
  display: none;
}

.common__input__error__inner {
  background-color: #f7dc14;
  line-height: 1;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.common__input__error__inner:before {
  content: " ";
  position: absolute;
  top: -20px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: transparent solid 10px;
  border-bottom: #f7dc14 solid 10px;
}

.common__select_box {
  height: 32px;
  line-height: 1;
  font-size: 16px;
  width: 180px;
  border: 1px solid #c8c8c8;
  background: #fff;
  display: inline-block;
}

/* hiddenのフォームをテキスト表示する箇所 */
.frm_text_disp_hidden {
  color: #535353;
  font-family: "Arial", Tahoma, Verdana;
  font-size: 24px;
  margin: 0px;
  padding: 4px;
  float: left;
}

.frm_text_disp_link {
  margin: 0px;
  padding: 4px;
  float: left;
}

/* テキストエリア伸縮 */
div.grippie {
  background: #eeeeee url(/img/common/grippie.png) no-repeat scroll center 2px;
  border-color: #dddddd;
  border-style: solid;
  border-width: 0pt 1px 1px;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.resizable-textarea textarea {
  display: block;
  margin-bottom: 0pt;
  width: 98.5%;
  __width: 100%;
}

/* フォーム注意事項 */
ul.attention {
  display: none;
  margin: 8px 0 15px;
  list-style-type: none;
}

ul.attention li {
  background: url(/img/att.gif) no-repeat top left;
  color: #ff6060;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: 16px;
}

ul.attention li.rei {
  background: none;
  color: #ff6060;
  padding-left: 0px;
}

ul.attention li a {
  color: #ff6060;
  margin: 0 3px;
}

ul.att {
  margin: 10px 0;
  list-style-type: none;
}

ul.att li {
  background: url(/img/att.gif) no-repeat top left;
  color: #ff6060;
  padding: 0 0 5px 20px;
  line-height: 18px;
}
@media screen and (max-width: 480px) {
  ul.att li {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 0 6px 22px;
  }
}

ul.att li a {
  color: #ff6060;
  margin: 0 3px;
}

ul.att li.rei {
  background: none;
  color: #ff6060;
  padding-left: 0px;
}

p.att {
  background: url(/img/att.gif) no-repeat top left;
  color: #ff6060;
  padding-left: 20px;
}

ul.att_s {
  margin: 8px 0 0;
  list-style-type: none;
}

ul.att_s li {
  background: url(/img/att.gif) no-repeat top left;
  color: #ff6060;
  padding-left: 20px;
}

/* WISWIG下書き */
.wysiwyg_info {
  margin: 1em 0 0;
  line-height: 1.6;
}

.wysiwyg_info dd {
  padding-left: 1.5em;
}

.wysiwyg_info dd span {
  font-weight: bold;
}

/* Setting Top */
#cover-image .cover-preview {
  text-align: center;
  padding: 5px 0;
  background: #333;
}

#cover-message textarea {
  width: 98%;
  height: 100px;
  font-size: 13px;
}

/* Setting Design */
table.table-design th {
  width: 320px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

table.table-design td {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

table.table-design td div.name {
  margin: 0 0 10px;
  font-size: 18px;
}

table.table-design td div.creator {
  margin: 0 0 10px;
  font-size: 11px;
}

table.table-design td div.note {
  margin: 0 0 10px;
  font-size: 12px;
}

#pay_template_info {
  margin: 20px 0 5px;
}

#pay_template_info a {
  display: block;
  padding: 10px 10px 8px;
  border: 3px solid #ccc;
}

#pay_template_info img {
  display: block;
  float: left;
  width: 120px;
  height: 80px;
  margin-right: 10px;
}

#pay_template_info .summary {
  display: block;
  float: left;
  height: 50px;
  margin: 14px 20px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

#pay_template_info .summary b {
  color: #df1637;
}

#pay_template_info .button {
  display: block;
  float: left;
  height: 50px;
  margin: 15px 0 0;
  padding: 0 20px;
  background: #4aa40a;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  border-radius: 4px;
}

#pay_template_info .button:hover {
  background: #398504;
}

body#design .button-area {
  margin-top: 10px !important;
}

/* Setting Logo */
.logo-preview {
  text-align: center;
  background: #fff;
  padding: 50px 0;
  border: 3px solid #ccc;
}

/* Button Area */
div.button-area {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0 auto;
  width: 96%;
  padding: 10px;
  text-align: center;
}

div.button-area span.center {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 180;
}

div.button-area span.left {
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 190;
}

div.button-area span.right {
  position: absolute;
  top: 10px;
  left: 0px;
  text-align: right;
  width: 100%;
  z-index: 170;
}

/* Error Message */
.err_box {
  background: #db0101;
  padding: 10px;
  margin: 10px 0;
}

.err_box ul {
  list-style-type: none;
  text-align: left;
}

.err_box ul li {
  margin: 3px 0;
  padding: 0 0 0 20px;
  color: #fff;
  background: url(/img/err.gif) no-repeat top left;
  text-shadow: 1px 3px 3px #2f2f2f;
  letter-spacing: 1px;
  line-height: 1.3;
}

.err_box ul li a {
  color: #fff;
  text-shadow: 1px 3px 3px #2f2f2f;
}

div.box .err_box {
  margin: 10px 0px;
}

/* 注意メッセージ */
.attention_box {
  border: solid 5px #ff6060;
  padding: 7px;
  margin: 10px 0;
}

.attention_box ul {
  list-style-type: none;
  text-align: left;
}

.attention_box ul li {
  margin: 3px 0;
}

div.box .attention_box {
  margin: 10px 0px;
}

/* 処理終了メッセージ */
.success_box {
  background: #00ccff;
  padding: 10px;
  margin: 10px 0;
}

.success_box ul {
  list-style-type: none;
  text-align: left;
}

.success_box ul li {
  margin: 3px 0 3px;
  padding: 0 0 0 0px;
  color: #fff;
}

.success_box ul li a {
  color: #fff;
}

div.box .success_box {
  margin: 10px 0px;
}

.common__attention__block {
  border: #ff4242 solid 1px;
  border-radius: 5px;
  color: #ff4242;
  padding: 10px;
  display: block;
  margin: 5px 0;
}

/* ボックス */
.corner_box {
  background-color: #fff;
}

.corner_box .box_top {
  background: url(/img/common/box_top_left.gif) no-repeat top left;
  height: 6px;
  overflow: hidden;
  font-size: 1px;
  text-decoration: none;
  display: block;
  padding-left: 6px;
}

.corner_box .box_top div {
  background: url(/img/common/box_top_right.gif) no-repeat top right;
  height: 6px;
  overflow: hidden;
  font-size: 1px;
  text-decoration: none;
  display: block;
}

th .corner_box .box_top {
  background: url(/img/common/box_top_left_h.gif) no-repeat top left;
}

th .corner_box .box_top div {
  background: url(/img/common/box_top_right_h.gif) no-repeat top right;
}

.corner_box .box_bottom {
  background: url(/img/common/box_bottom_left.gif) no-repeat top left;
  height: 6px;
  overflow: hidden;
  font-size: 1px;
  text-decoration: none;
  display: block;
  padding-left: 6px;
}

.corner_box .box_bottom div {
  background: url(/img/common/box_bottom_right.gif) no-repeat top right;
  height: 6px;
  overflow: hidden;
  font-size: 1px;
  text-decoration: none;
  display: block;
}

.text_box {
  padding: 10px;
  border: solid 1px #ccc;
  margin: 10px auto;
}

.text_box b {
  color: #ff3355;
}

.common__pagination {
  position: relative;
  height: 32px;
  margin: 30px 0 0;
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .common__pagination {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}
.common__pagination__item {
  box-sizing: border-box;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 10px;
  padding: 0;
  background: #f8f8f0;
  border: #d3d3c5 solid 1px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}
.common__pagination__item:hover {
  background: #fff;
}
.common__pagination__item:first-child {
  margin-left: 0;
}
.common__pagination__item__current {
  cursor: default;
  background: #fff;
  border-color: #d3d3c5;
  color: #b7b49e;
}
.common__pagination__item__disabled {
  display: none;
}
@media screen and (max-width: 768px) {
  .common__pagination__item__disabled {
    display: block;
    opacity: 0.2;
  }
}
@media screen and (max-width: 768px) {
  .common__pagination__item {
    display: none;
    margin-left: 0;
  }
  .common__pagination__item__current, .common__pagination__item__next, .common__pagination__item__prev {
    position: absolute;
    display: block;
  }
  .common__pagination__item__current {
    left: 50%;
    margin-left: -16px;
    border-color: #fff;
  }
  .common__pagination__item__prev, .common__pagination__item__next:first-child {
    left: 0;
  }
  .common__pagination__item__next:last-child {
    right: 0;
  }
}
.common__pagination__note {
  margin: 5px 0 0;
  text-align: center;
  font-size: 12px;
  color: #656565;
}

/* ライン */
div.line_1 {
  background-color: #dddddd;
  height: 1px;
  font-size: 1px;
  overflow: hidden;
}

div.line_dot_1 {
  background: url(/img/line_dot_1.gif) repeat-x top left;
  height: 3px;
  font-size: 3px;
  overflow: hidden;
}

/* やじるし */
a.page_link {
  background: url(/img/question.gif) no-repeat center left;
  padding-left: 17px;
}

/* フッター */
.common__footer__area {
  border-top: 1px solid #eaeadf;
  padding: 15px 0;
  position: absolute;
  top: auto;
  right: 30px;
  bottom: 0;
  left: 30px;
}

.common__footer__navi__link__wrap {
  padding-bottom: 5px;
}

a.common__footer__navi__link {
  color: #333;
  margin: 0 5px;
}

.common__footer__navi__link__wrap a.common__footer__navi__link:first-child {
  margin-left: 0;
}

a.common__footer__navi__link:hover {
  color: #a8a8a8;
}

.common__footer__area__simple {
  background-color: #ddddd1;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

.common__button__change__sp__wrap {
  position: fixed;
  left: 0;
  bottom: 15px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

.common__button__change__sp {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 70px;
  font-size: 30px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #1897c4;
  padding: 0 30px;
  border-radius: 5px;
}

.common__button__change__sp__hover {
  background-color: #24acd1;
}

/* ペパボフッター */
#paperboy_footer {
  color: #666666;
  font-size: 10px;
  margin: 30px 5px 0 0;
}

#paperboy_footer .paperboy_logo {
  float: left;
  padding: 13px 30px 80px 10px;
}

#paperboy_footer .pepabo_service {
  float: left;
  margin-bottom: 45px;
}

#paperboy_footer dl {
  text-align: left;
}

#paperboy_footer dt {
  float: left;
  font-weight: bold;
  margin-right: 5px;
  width: 150px;
  font-size: 10px;
}

#paperboy_footer dd {
  line-height: 130%;
}

#paperboy_footer dd ul {
  list-style-type: none;
  padding-left: 170px;
}

#paperboy_footer dd li {
  display: inline;
  padding: 0 3px 0 0;
}

#paperboy_footer a:visited {
  color: #07acc8;
  text-decoration: none;
}

#paperboy_footer dd li a {
  color: #07acc8;
  text-decoration: none;
  font-size: 10px;
}

#paperboy_footer dd li a:hover {
  text-decoration: underline;
}

#paperboy_footer dd li {
  display: inline;
  padding: 0 5px 5px 0;
}

/* フッター */
dl#help {
  margin: 10px;
  width: 545px;
}

dl#help dt {
  float: left;
  width: 35px;
}

dl#help dd {
  float: left;
  width: 510px;
  line-height: 20px;
  margin-top: 5px;
}

dl#help dd a {
  color: #66a7b3;
}

/* admin user */
body.admin_user {
  background-color: #ff3355;
}

body.admin_user #global {
  background-color: #000;
}

body.admin_user #tbl_design th {
  background: #ff3355;
}

/* pepabo_staff */
body.pepabo_staff {
  background-color: #ffecb3;
}

body.pepabo_staff #global {
  background-color: #000;
}

/* tiny_mce 画像選択 */
#icon_image {
  position: relative;
  top: 0px;
  left: 0px;
}

#icon_image a {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #f0f0ee;
  padding: 3px 3px 2px;
}

#icon_image a:hover {
  border: solid 1px #0a246a;
  background-color: #b2bbd0;
}

/* tiny_mce PDF選択 */
#icon_pdf {
  position: relative;
  top: 0px;
  left: 0px;
}

#icon_pdf a {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px #f0f0ee;
  padding: 3px 3px 2px;
}

#icon_pdf a:hover {
  border: solid 1px #0a246a;
  background-color: #b2bbd0;
}

/* リスト */
ul.list1 {
  list-style-type: none;
}

ul.list-help {
  list-style-type: none;
}

ul.list-help li {
  line-height: 1.5em;
}

.label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  webkit-border-radius: 3px;
  moz-border-radius: 3px;
  border-radius: 3px;
}

.new {
  background-color: #b94a48;
}

/* 装飾 */
.bold1 {
  color: #009aa3;
  font-family: Arial Black;
  font-size: 16px;
  letter-spacing: -1px;
  margin-right: 5px;
}

/* メンテナンステキスト */
.maintenance_txt {
  border: 3px solid #ff6060;
  margin: 20px;
  padding: 20px;
  color: #ff6060;
}

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

#support_end_year {
  margin: 10px 0px;
  padding: 15px 15px 14px;
  border: 3px solid #de6f78;
  moz-border-radius: 6px;
}

#support_end_year dt {
  color: #de6f78;
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}

#support_end_year ul {
  list-style-type: disc;
  margin: 1em 1.5em;
  line-height: 1.5em;
}

.support_end_year_strong {
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
}

.support_end_year_strong_date {
  font-size: 13px;
  font-weight: bold;
  color: #de6f78;
}

.common__alert__wrap {
  padding: 15px;
  border-radius: 5px;
}

.common__alert__warning {
  background-color: #f5c6ca;
}

.common__alert__caution {
  background-color: #fceb4e;
}

.common__alert__caution__hover {
  background-color: #f7dd14;
}

.common__alert__info {
  background-color: #c7dff2;
}

.alert {
  padding: 8px 14px;
  margin-top: 9px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  webkit-border-radius: 4px;
  moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-title {
  background: url(/img/att.gif) no-repeat top left;
  padding: 0 0 5px 24px;
  line-height: 18px;
  font-weight: bold;
}

.alert a {
  color: #c09853;
  text-decoration: underline;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success a {
  color: #468847;
  text-decoration: underline;
}

.alert-info {
  color: #333;
  background-color: #c5e8ff;
  border-color: #fff;
}

.alert-info a {
  color: #333;
  text-decoration: underline;
  font-weight: bolder;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-error a {
  color: #b94a48;
  text-decoration: underline;
}

.alert ul {
  margin-left: 1em;
  list-style-type: disc;
}

.alert ul li {
  line-height: 1.7em;
}

.tac {
  text-align: center;
}

.btn {
  padding: 3px 6px;
}

.err {
  color: #db0101;
}

.ok {
  color: #00ccff;
}

ul.ulist {
  list-style-type: square;
  margin: 15px 0 15px 17px;
}

ul.ulist li {
  line-height: 1.5em;
  color: #333;
  font-size: 12px;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}

.tbl tr {
  background: #fff;
}

.tbl th {
  color: #000;
  font-weight: normal;
  padding: 8px 15px;
  background-color: #eee;
  line-height: 120%;
}

.tbl td {
  padding: 8px 15px;
  line-height: 120%;
}

.tbl-stripe tr:nth-child(2n+1) {
  background: #f5f5f5;
}

.tbl-tac th,
.tbl-tac td {
  text-align: center;
}

.tbl-border th,
.tbl-border td {
  border: 1px solid #b9b9b9;
}

.common__error__wrap {
  background-color: transparent;
  border: solid 1px #de6f78;
  border-radius: 5px;
  color: #de6f78;
  margin: 15px 0;
  padding: 15px;
}

.common__caution__wrap {
  border: #f7dc14 solid 1px;
  background-color: #fffde1;
  border-radius: 5px;
  color: #6a6a4f;
  margin: 15px 0;
  padding: 15px;
}

.common__success__wrap {
  border: solid 1px #1897c4;
  border-radius: 5px;
  color: #1897c4;
  margin: 15px 0;
  padding: 15px;
  background-color: #e1f7ff;
}

.common__error__wrap a {
  text-decoration: none;
  font-weight: bold;
}

.common__error__wrap a.admin_btn,
.common__error__wrap a.admin_btn:hover,
.common__error__wrap input.admin_btn {
  color: #fff;
}

.editor {
  width: 99%;
  height: 281px;
}

.editor_changer {
  text-align: right;
  padding: 5px;
  font-size: 12px;
}

.editor_changer span {
  color: #333;
}

.editor_changer span.mode_now {
  font-weight: bold;
  color: #666;
}

/* テーブル */
.common__table__line__wrap {
  border-left: 1px solid #e4e7eb;
  border-right: 1px solid #e4e7eb;
  box-sizing: border-box;
}

.common__table__line__wrap:nth-child(odd) {
  background-color: #f5f6f7;
}

.common__table__line__wrap:nth-child(1),
.common__table__caption__wrap {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #edeff2;
  border-top: 1px solid #e4e7eb;
}

.common__table__footer__wrap {
  border-top: 1px solid #e4e7eb;
}
.common__table__footer__wrap.common__table__line__wrap {
  background-color: #edeff2;
}
.common__table__footer__wrap .common__table__list {
  font-weight: bold;
}

.common__table__line__wrap:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #e4e7eb;
}

.common__table__list__wrap {
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.common__table__line__wrap__empty {
  text-align: center;
  padding: 10px;
}

.common__table__list {
  display: table-cell;
  padding: 14px 10px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-size-adjust: 100%;
}

.common__table__caption__wrap .common__table__list {
  padding: 8px 10px;
  box-sizing: border-box;
}

.common__table__caption__wrap__sort {
  padding: 0 10px;
}

.common__table__sort__list__wrap {
  background-color: #b6bbbf;
  padding: 10px;
}

.common__table__sort__list__wrap li {
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  width: 100%;
  display: table;
  box-sizing: border-box;
}

.common__table__sort__list__wrap li:last-child {
  margin-bottom: 0;
}

.common__table__sort__parts {
  padding: 5px 10px;
  vertical-align: middle;
  display: table-cell;
  box-sizing: border-box;
  word-break: break-all;
  overflow-wrap: break-word;
}

.common__table__sort__label {
  width: 44px;
  height: 44px;
  background-color: #f7dd14;
  border-radius: 5px;
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__icon__sort {
  font-size: 26px;
  color: #fff;
}

.common__icon__sample {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px 1px 2px 2px;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #f7dc14;
  border-radius: 5px;
  text-align: center;
  font-size: 19px;
}
.common__icon__sample::before {
  display: block;
}

.common__table__list__text__title,
.common__table__list__text__name {
  word-break: break-all;
}

.common__instagram__link {
  display: block;
  margin-bottom: 5px;
}

.common__info__wrap {
  border: #f1f1e8 solid 3px;
  border-radius: 5px;
  padding: 6px 10px;
  color: #6a6a4f;
}

.common__instagram__description__wrap {
  display: inline-block;
  margin-bottom: 10px;
  display: none;
}

/* 暫定的な調整 */
.common__table__wrap__adjustment {
  border-collapse: separate;
}

@media (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 479px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 479px) and (-o-min-device-pixel-ratio: 3/2), (max-width: 479px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 479px) and (min-device-pixel-ratio: 1.5) {
  .common__error__wrap {
    margin: 10px 0;
    padding: 8px;
    font-size: 14px;
  }

  .common__caution__wrap {
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.common__description__android {
  margin: 5px 0;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  display: none;
}

[class^=icon-],
[class*=" icon-"] {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.movie__thumb {
  display: block;
  width: 100%;
  max-width: 158px;
  height: 100%;
  max-height: 94px;
  margin: 10px auto;
}
.movie__thumb__wrap {
  font-size: 12px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}

.common__maintenance__title {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #333;
}
.common__maintenance__title > .icon {
  font-size: 24px;
  vertical-align: -3px;
  color: #f7dc14;
}

.common__maintenance__content {
  margin: 20px 0 0;
  padding: 20px;
  background: #f1f1e8;
  border-radius: 5px;
}
.common__maintenance__details {
  margin: 20px 0 0;
}
.common__maintenance__details p + p {
  margin: 1em 0 0;
}
.common__maintenance__details a {
  font-weight: bold;
}
.common__maintenance__button {
  margin: 20px 0 0;
}
.common__maintenance__button a {
  margin: 0;
  text-align: center;
}

.top__user__remind__email {
  top: 100px;
  width: 600px;
  height: auto;
  margin: 100px auto;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.top__user__remind__email p {
  margin: 24px 0 0 0;
  text-align: left;
}

.top__user__remind__email__wrap {
  position: fixed;
  z-index: 20014;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.top__user__remind__email h2 {
  padding: 0 0 5px;
  border-bottom: 3px solid #f1f1f1;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

ul.top__user__remind__email__address {
  margin: 24px 0;
  border: #d3d3c5 solid 1px;
}

ul.top__user__remind__email__address li {
  padding: 4px 8px;
  font-size: 14px;
  background: #f1f1e8;
  color: #77734f;
}

ul.top__user__remind__email__address li:nth-child(2n) {
  background: #fff;
  font-weight: bold;
  font-size: 18px;
  word-wrap: break-word;
  color: #333;
  padding: 8px;
}

ul.remind__email__button {
  margin: 12px auto;
  max-width: 413px;
  display: inline;
}

ul.remind__email__button li {
  display: inline-block;
  margin: 0 8px;
}

@media only screen and (max-width: 480px) {
  .top__user__remind__email {
    width: 260px;
    margin: 50px auto;
  }

  ul.top__user__remind__email__address li {
    width: 242px !important;
  }

  ul.remind__email__button li a {
    width: 300px;
    margin-bottom: 12px;
    zoom: 0.8;
  }
}
.tutorial__step__wrap {
  z-index: 1003;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: #fdfdf6;
  border-top: 3px solid #d3d3c5;
  border-left: 3px solid #d3d3c5;
  border-top-left-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .tutorial__step__wrap {
    display: block;
    width: 100%;
    padding: 15px 0;
    border-left: none;
    border-top-left-radius: 0;
  }
}

.tutorial__step__title__wrap {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3c5;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tutorial__step__title__wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.tutorial__step__title {
  font-size: 1.2em;
  color: #676753;
}
@media screen and (max-width: 480px) {
  .tutorial__step__title {
    font-size: 0.95em;
  }
}

.tutorial__step__list {
  counter-reset: number;
  color: #b3b39e;
}
@media screen and (max-width: 480px) {
  .tutorial__step__list {
    width: 95%;
    margin: 10px auto 0;
  }
}
.tutorial__step__list li {
  margin-left: 0.5em;
  line-height: 3;
}
@media screen and (max-width: 480px) {
  .tutorial__step__list li {
    text-align: center;
    display: none;
  }
}
.tutorial__step__list li:before {
  counter-increment: number;
  content: counter(number);
  margin-right: 1em;
  padding: 6px 10px;
  border-radius: 50%;
  border: 1px solid #d3d3c5;
}
.tutorial__step__list li.active {
  font-weight: bold;
  color: #26843f;
}
@media screen and (max-width: 480px) {
  .tutorial__step__list li.active {
    display: block;
  }
}
.tutorial__step__list li.active:before {
  background-color: #26843f;
  border-color: #26843f;
  color: #fff;
}
@media screen and (max-width: 480px) {
  .tutorial__step__list li.active:before {
    display: none;
  }
}
.tutorial__step__list li.complete {
  opacity: 0.3;
}
.tutorial__step__list li.complete:before {
  font-style: normal;
  background-color: #d3d3c5;
  color: #fdfdf6;
}

.tutorial__step__list__status__number {
  display: none;
}
@media screen and (max-width: 480px) {
  .tutorial__step__list__status__number {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .tutorial__step__list__status__number li {
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 6px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #d3d3c5;
    line-height: 1em;
    color: #b3b39e;
  }
  .tutorial__step__list__status__number li:last-child {
    margin-right: none;
  }
  .tutorial__step__list__status__number li.active {
    background-color: #26843f;
    border-color: #26843f;
    color: #fff;
    font-weight: bold;
  }
  .tutorial__step__list__status__number li.complete {
    opacity: 0.3;
    font-style: normal;
    background-color: #d3d3c5;
    color: #fdfdf6;
  }
}

.tutorial__tips__parent {
  position: relative;
}

.tutorial__tips__wrap {
  position: absolute;
  max-width: 300px;
  z-index: 1000;
  opacity: 0;
}

.tutorial__tips__inner {
  font-size: 14px;
  text-align: left;
  background-color: #26843f;
  color: #fff;
  box-shadow: 0 0 15px rgba(163, 160, 132, 0.5);
  padding: 15px 20px;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.tutorial__tips__inner:after {
  content: "";
  position: absolute;
  z-index: 1001;
  transform: rotate(-180deg);
  margin-left: -16px;
  border: transparent solid 16px;
  border-bottom-color: #26843f;
}

.tutorial__tips__display {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fade-in;
}

.firstset__tips__hidden {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fade-out;
}

.tutorial__tips__step1 {
  top: -60px;
  left: 10px;
}
@media screen and (max-width: 570px) {
  .tutorial__tips__step1 {
    right: 0;
    left: 0;
    margin: auto;
  }
}
.tutorial__tips__step1 .tutorial__tips__inner:after {
  left: 50%;
  bottom: -28px;
}
.tutorial__tips__step1 .tutorial__tips__description__icon {
  font-size: 0.95em;
  margin-right: 5px;
  padding: 4px;
  background: #fff;
  border-radius: 3px;
  color: #26843f;
}

.tutorial__tips__step2 {
  line-height: 1;
  top: 15px;
  right: 210px;
}
.tutorial__tips__step2 .tutorial__tips__inner:after {
  top: 0;
  right: -31.2px;
  bottom: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step2 .tutorial__tips__inner:after {
    right: -35px;
  }
}

.tutorial__tips__step3 {
  top: -80px;
  right: -80px;
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step3 {
    top: auto;
    right: 0;
    bottom: -85px;
    left: 0;
    margin: auto;
  }
}
.tutorial__tips__step3 .tutorial__tips__inner:after {
  left: 50%;
  bottom: -28px;
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step3 .tutorial__tips__inner:after {
    top: -26px;
    bottom: auto;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step3 .tutorial__tips__description {
    font-size: 0.9em;
  }
}

.tutorial__tips__step4 {
  top: 10px;
  right: 510px;
}
@media screen and (max-width: 1000px) {
  .tutorial__tips__step4 {
    right: 200px;
  }
}
@media screen and (max-width: 850px) {
  .tutorial__tips__step4 {
    right: 266px;
  }
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step4 {
    top: 60px;
    right: 15px;
  }
}
.tutorial__tips__step4 .tutorial__tips__inner:after {
  top: 0;
  right: -39.2px;
  bottom: 0;
  transform: rotate(90deg);
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step4 .tutorial__tips__inner:after {
    width: 0;
    top: -26px;
    right: 0;
    bottom: auto;
    left: 0;
    margin: auto;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 480px) {
  .tutorial__tips__step4 .tutorial__tips__description {
    font-size: 0.9em;
  }
}
