/**
 * @author edvin
 * @date 07.01.16
 */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
}
@font-face {
  font-family: "SsnMyPageNeoSansRegular";
  src: url("/fonts/neo-sans/2CC5E4_0_0.eot");
  src: url("/fonts/neo-sans/2CC5E4_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/neo-sans/2CC5E4_0_0.woff2") format("woff2"), url("/fonts/neo-sans/2CC5E4_0_0.woff") format("woff"), url("/fonts/neo-sans/2CC5E4_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "SsnMyPageNeoSansLight";
  src: url("/fonts/neo-sans/2CC5E4_1_0.eot");
  src: url("/fonts/neo-sans/2CC5E4_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/neo-sans/2CC5E4_1_0.woff2") format("woff2"), url("/fonts/neo-sans/2CC5E4_1_0.woff") format("woff"), url("/fonts/neo-sans/2CC5E4_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "SsnMyPageNeoSansBold";
  src: url("/fonts/neo-sans/313C3F_0_0.eot");
  src: url("/fonts/neo-sans/313C3F_0_0.eot?#iefix") format("embedded-opentype"), url("/fonts/neo-sans/313C3F_0_0.woff2") format("woff2"), url("/fonts/neo-sans/313C3F_0_0.woff") format("woff"), url("/fonts/neo-sans/313C3F_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "SsnMyPageNeoSansMedium";
  src: url("/fonts/neo-sans/313C3F_1_0.eot");
  src: url("/fonts/neo-sans/313C3F_1_0.eot?#iefix") format("embedded-opentype"), url("/fonts/neo-sans/313C3F_1_0.woff2") format("woff2"), url("/fonts/neo-sans/313C3F_1_0.woff") format("woff"), url("/fonts/neo-sans/313C3F_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "SsnMyPageTTCommonsThin";
  src: url("/fonts/tt-commons/TTCommonsThin/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsThin/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsExtraLight";
  src: url("/fonts/tt-commons/TTCommonsExtraLight/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsExtraLight/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsLight";
  src: url("/fonts/tt-commons/TTCommonsLight/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsLight/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsBook";
  src: url("/fonts/tt-commons/TTCommonsBook/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsBook/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsRegular";
  src: url("/fonts/tt-commons/TTCommonsRegular/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsRegular/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsMedium";
  src: url("/fonts/tt-commons/TTCommonsMedium/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsMedium/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsDemiBold";
  src: url("/fonts/tt-commons/TTCommonsDemiBold/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsDemiBold/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsBold";
  src: url("/fonts/tt-commons/TTCommonsBold/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsBold/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsExtraBold";
  src: url("/fonts/tt-commons/TTCommonsExtraBold/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsExtraBold/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyPageTTCommonsBlack";
  src: url("/fonts/tt-commons/TTCommonsBlack/font.woff2") format("woff2"), url("/fonts/tt-commons/TTCommonsBlack/font.woff") format("woff");
}
@font-face {
  font-family: "SsnMyAppFontAwesome";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/fonts/font-awesome/fa-solid-900.eot");
  src: url("/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/font-awesome/fa-solid-900.woff2") format("woff2"), url("/fonts/font-awesome/fa-solid-900.woff") format("woff"), url("/fonts/font-awesome/fa-solid-900.ttf") format("truetype"), url("/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg");
}
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .Vue-Toastification__container.top-left, .Vue-Toastification__container.top-right, .Vue-Toastification__container.top-center {
    top: 1em;
  }

  .Vue-Toastification__container.bottom-left, .Vue-Toastification__container.bottom-right, .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }

  .Vue-Toastification__container.top-left, .Vue-Toastification__container.bottom-left {
    left: 1em;
  }

  .Vue-Toastification__container.top-left .Vue-Toastification__toast, .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }

  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl, .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right, .Vue-Toastification__container.bottom-right {
    right: 1em;
  }

  .Vue-Toastification__container.top-right .Vue-Toastification__toast, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }

  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl, .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center, .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }

  .Vue-Toastification__container.top-center .Vue-Toastification__toast, .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }

  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }

  .Vue-Toastification__container.top-left, .Vue-Toastification__container.top-right, .Vue-Toastification__container.top-center {
    top: 0;
  }

  .Vue-Toastification__container.bottom-left, .Vue-Toastification__container.bottom-right, .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family: "Lato", Helvetica, "Roboto", Arial, sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  transition: none !important;
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover, .Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left, .Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right, .Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active.top-left, .Vue-Toastification__bounce-leave-active.bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active.top-right, .Vue-Toastification__bounce-leave-active.bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active.top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active.bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left, .Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right, .Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active.top-left, .Vue-Toastification__fade-leave-active.bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active.top-right, .Vue-Toastification__fade-leave-active.bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active.top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active.bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
/* ----------------------------------------------
 * Modified version from Animista
 * Animista is Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left, .Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right, .Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active.top-left, .Vue-Toastification__slideBlurred-leave-active.bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active.top-right, .Vue-Toastification__slideBlurred-leave-active.bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active.top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active.bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.2857142857 %;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: none;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.ssn-my-page-datepicker.datepicker {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  color: #292824;
  width: 356px;
  padding: 30px;
  box-sizing: border-box;
  z-index: 122;
  line-height: 1.5em !important;
  min-height: auto !important;
  max-width: 100vw !important;
}
@media (max-width: 415px) {
  .ssn-my-page-datepicker.datepicker {
    width: calc(100vw - 60px);
  }
}
.ssn-my-page-datepicker.datepicker .datepicker--nav {
  border: none;
}
.ssn-my-page-datepicker.datepicker .datepicker--nav .datepicker--nav-title {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
.ssn-my-page-datepicker.datepicker .datepicker--nav .datepicker--nav-title i {
  color: #292824;
}
.ssn-my-page-datepicker.datepicker .datepicker--content {
  width: 100%;
  padding: 0;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days {
  width: 100%;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--days-names {
  display: none;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells {
  width: 100%;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell-day {
  border-radius: 50%;
  width: 9.48%;
  height: 28px;
  margin: 2.4%;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-current- {
  color: inherit;
  background-color: #f0f0f0;
}
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected-,
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected-.-current-,
.ssn-my-page-datepicker.datepicker .datepicker--content .datepicker--days .datepicker--cells .datepicker--cell.-selected-.-focus- {
  color: inherit;
  border: 1px solid #584b73;
  background: inherit;
}
#ssn-mypage-app {
  /*!
   * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
   * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
   */
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  readers do not read off random characters that represent icons */
  font-family: "SsnMyPageNeoSansRegular", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  /*.ssn-data-table > div:first-child {*/
  /*  margin-top: 0;*/
  /*}*/
  /*.ssn-data-table > div:last-child {*/
  /*  margin-bottom: 0;*/
  /*}*/
  /**
    <label class="ssn-input-switch">
      <input type="checkbox" name="foo" value="1" checked />
      <i />
    </label>
   */
  /* The Modal (background) */
  /* Modal Content */
  /* Add Animation */
  /* Side menu */
  /* (Only implemented for desktop) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Checkmark Check */
  /* Checkmark Cross */
  display: flex;
  justify-content: center;
  padding: 0 15px;
}
#ssn-mypage-app .text-light {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .text-bold {
  font-family: "SsnMyPageTTCommonsBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .text-size-title {
  font-family: "SsnMyPageTTCommonsBold", sans-serif;
  font-weight: normal !important;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.2px;
  color: #17171a;
  margin: 0 0 16px 0;
}
#ssn-mypage-app .text-size-subtitle {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #5c5e60;
  margin: 0 0 60px 0;
}
#ssn-mypage-app .text-color-purple {
  color: #674bb7 !important;
}
#ssn-mypage-app .text-color-orange {
  color: #cfa54c !important;
}
#ssn-mypage-app .text-italic, #ssn-mypage-app .text-unknown {
  font-style: italic !important;
}
#ssn-mypage-app .text-dimmed, #ssn-mypage-app .text-unknown {
  opacity: 0.5 !important;
}
#ssn-mypage-app .text-semi-dimmed {
  opacity: 0.7 !important;
}
#ssn-mypage-app .text-lowercase, #ssn-mypage-app .text-unknown {
  text-transform: lowercase !important;
}
#ssn-mypage-app .fa,
#ssn-mypage-app .fas,
#ssn-mypage-app .far,
#ssn-mypage-app .fal,
#ssn-mypage-app .fad,
#ssn-mypage-app .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#ssn-mypage-app .fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
#ssn-mypage-app .fa-xs {
  font-size: 0.75em;
}
#ssn-mypage-app .fa-sm {
  font-size: 0.875em;
}
#ssn-mypage-app .fa-1x {
  font-size: 1em;
}
#ssn-mypage-app .fa-2x {
  font-size: 2em;
}
#ssn-mypage-app .fa-3x {
  font-size: 3em;
}
#ssn-mypage-app .fa-4x {
  font-size: 4em;
}
#ssn-mypage-app .fa-5x {
  font-size: 5em;
}
#ssn-mypage-app .fa-6x {
  font-size: 6em;
}
#ssn-mypage-app .fa-7x {
  font-size: 7em;
}
#ssn-mypage-app .fa-8x {
  font-size: 8em;
}
#ssn-mypage-app .fa-9x {
  font-size: 9em;
}
#ssn-mypage-app .fa-10x {
  font-size: 10em;
}
#ssn-mypage-app .fa-fw {
  text-align: center;
  width: 1.25em;
}
#ssn-mypage-app .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
#ssn-mypage-app .fa-ul > li {
  position: relative;
}
#ssn-mypage-app .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
#ssn-mypage-app .fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
#ssn-mypage-app .fa-pull-left {
  float: left;
}
#ssn-mypage-app .fa-pull-right {
  float: right;
}
#ssn-mypage-app .fa.fa-pull-left,
#ssn-mypage-app .fas.fa-pull-left,
#ssn-mypage-app .far.fa-pull-left,
#ssn-mypage-app .fal.fa-pull-left,
#ssn-mypage-app .fab.fa-pull-left {
  margin-right: 0.3em;
}
#ssn-mypage-app .fa.fa-pull-right,
#ssn-mypage-app .fas.fa-pull-right,
#ssn-mypage-app .far.fa-pull-right,
#ssn-mypage-app .fal.fa-pull-right,
#ssn-mypage-app .fab.fa-pull-right {
  margin-left: 0.3em;
}
#ssn-mypage-app .fa-spin {
  animation: fa-spin 2s infinite linear;
}
#ssn-mypage-app .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#ssn-mypage-app .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
#ssn-mypage-app .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
#ssn-mypage-app .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
#ssn-mypage-app .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
#ssn-mypage-app .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
#ssn-mypage-app .fa-flip-both, #ssn-mypage-app .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
#ssn-mypage-app :root .fa-rotate-90,
#ssn-mypage-app :root .fa-rotate-180,
#ssn-mypage-app :root .fa-rotate-270,
#ssn-mypage-app :root .fa-flip-horizontal,
#ssn-mypage-app :root .fa-flip-vertical,
#ssn-mypage-app :root .fa-flip-both {
  filter: none;
}
#ssn-mypage-app .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
#ssn-mypage-app .fa-stack-1x,
#ssn-mypage-app .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#ssn-mypage-app .fa-stack-1x {
  line-height: inherit;
}
#ssn-mypage-app .fa-stack-2x {
  font-size: 2em;
}
#ssn-mypage-app .fa-inverse {
  color: #fff;
}
#ssn-mypage-app .fa-500px:before {
  content: "\f26e";
}
#ssn-mypage-app .fa-accessible-icon:before {
  content: "\f368";
}
#ssn-mypage-app .fa-accusoft:before {
  content: "\f369";
}
#ssn-mypage-app .fa-acquisitions-incorporated:before {
  content: "\f6af";
}
#ssn-mypage-app .fa-ad:before {
  content: "\f641";
}
#ssn-mypage-app .fa-address-book:before {
  content: "\f2b9";
}
#ssn-mypage-app .fa-address-card:before {
  content: "\f2bb";
}
#ssn-mypage-app .fa-adjust:before {
  content: "\f042";
}
#ssn-mypage-app .fa-adn:before {
  content: "\f170";
}
#ssn-mypage-app .fa-adversal:before {
  content: "\f36a";
}
#ssn-mypage-app .fa-affiliatetheme:before {
  content: "\f36b";
}
#ssn-mypage-app .fa-air-freshener:before {
  content: "\f5d0";
}
#ssn-mypage-app .fa-airbnb:before {
  content: "\f834";
}
#ssn-mypage-app .fa-algolia:before {
  content: "\f36c";
}
#ssn-mypage-app .fa-align-center:before {
  content: "\f037";
}
#ssn-mypage-app .fa-align-justify:before {
  content: "\f039";
}
#ssn-mypage-app .fa-align-left:before {
  content: "\f036";
}
#ssn-mypage-app .fa-align-right:before {
  content: "\f038";
}
#ssn-mypage-app .fa-alipay:before {
  content: "\f642";
}
#ssn-mypage-app .fa-allergies:before {
  content: "\f461";
}
#ssn-mypage-app .fa-amazon:before {
  content: "\f270";
}
#ssn-mypage-app .fa-amazon-pay:before {
  content: "\f42c";
}
#ssn-mypage-app .fa-ambulance:before {
  content: "\f0f9";
}
#ssn-mypage-app .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
#ssn-mypage-app .fa-amilia:before {
  content: "\f36d";
}
#ssn-mypage-app .fa-anchor:before {
  content: "\f13d";
}
#ssn-mypage-app .fa-android:before {
  content: "\f17b";
}
#ssn-mypage-app .fa-angellist:before {
  content: "\f209";
}
#ssn-mypage-app .fa-angle-double-down:before {
  content: "\f103";
}
#ssn-mypage-app .fa-angle-double-left:before {
  content: "\f100";
}
#ssn-mypage-app .fa-angle-double-right:before {
  content: "\f101";
}
#ssn-mypage-app .fa-angle-double-up:before {
  content: "\f102";
}
#ssn-mypage-app .fa-angle-down:before {
  content: "\f107";
}
#ssn-mypage-app .fa-angle-left:before {
  content: "\f104";
}
#ssn-mypage-app .fa-angle-right:before {
  content: "\f105";
}
#ssn-mypage-app .fa-angle-up:before {
  content: "\f106";
}
#ssn-mypage-app .fa-angry:before {
  content: "\f556";
}
#ssn-mypage-app .fa-angrycreative:before {
  content: "\f36e";
}
#ssn-mypage-app .fa-angular:before {
  content: "\f420";
}
#ssn-mypage-app .fa-ankh:before {
  content: "\f644";
}
#ssn-mypage-app .fa-app-store:before {
  content: "\f36f";
}
#ssn-mypage-app .fa-app-store-ios:before {
  content: "\f370";
}
#ssn-mypage-app .fa-apper:before {
  content: "\f371";
}
#ssn-mypage-app .fa-apple:before {
  content: "\f179";
}
#ssn-mypage-app .fa-apple-alt:before {
  content: "\f5d1";
}
#ssn-mypage-app .fa-apple-pay:before {
  content: "\f415";
}
#ssn-mypage-app .fa-archive:before {
  content: "\f187";
}
#ssn-mypage-app .fa-archway:before {
  content: "\f557";
}
#ssn-mypage-app .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
#ssn-mypage-app .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
#ssn-mypage-app .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
#ssn-mypage-app .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
#ssn-mypage-app .fa-arrow-circle-down:before {
  content: "\f0ab";
}
#ssn-mypage-app .fa-arrow-circle-left:before {
  content: "\f0a8";
}
#ssn-mypage-app .fa-arrow-circle-right:before {
  content: "\f0a9";
}
#ssn-mypage-app .fa-arrow-circle-up:before {
  content: "\f0aa";
}
#ssn-mypage-app .fa-arrow-down:before {
  content: "\f063";
}
#ssn-mypage-app .fa-arrow-left:before {
  content: "\f060";
}
#ssn-mypage-app .fa-arrow-right:before {
  content: "\f061";
}
#ssn-mypage-app .fa-arrow-up:before {
  content: "\f062";
}
#ssn-mypage-app .fa-arrows-alt:before {
  content: "\f0b2";
}
#ssn-mypage-app .fa-arrows-alt-h:before {
  content: "\f337";
}
#ssn-mypage-app .fa-arrows-alt-v:before {
  content: "\f338";
}
#ssn-mypage-app .fa-artstation:before {
  content: "\f77a";
}
#ssn-mypage-app .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
#ssn-mypage-app .fa-asterisk:before {
  content: "\f069";
}
#ssn-mypage-app .fa-asymmetrik:before {
  content: "\f372";
}
#ssn-mypage-app .fa-at:before {
  content: "\f1fa";
}
#ssn-mypage-app .fa-atlas:before {
  content: "\f558";
}
#ssn-mypage-app .fa-atlassian:before {
  content: "\f77b";
}
#ssn-mypage-app .fa-atom:before {
  content: "\f5d2";
}
#ssn-mypage-app .fa-audible:before {
  content: "\f373";
}
#ssn-mypage-app .fa-audio-description:before {
  content: "\f29e";
}
#ssn-mypage-app .fa-autoprefixer:before {
  content: "\f41c";
}
#ssn-mypage-app .fa-avianex:before {
  content: "\f374";
}
#ssn-mypage-app .fa-aviato:before {
  content: "\f421";
}
#ssn-mypage-app .fa-award:before {
  content: "\f559";
}
#ssn-mypage-app .fa-aws:before {
  content: "\f375";
}
#ssn-mypage-app .fa-baby:before {
  content: "\f77c";
}
#ssn-mypage-app .fa-baby-carriage:before {
  content: "\f77d";
}
#ssn-mypage-app .fa-backspace:before {
  content: "\f55a";
}
#ssn-mypage-app .fa-backward:before {
  content: "\f04a";
}
#ssn-mypage-app .fa-bacon:before {
  content: "\f7e5";
}
#ssn-mypage-app .fa-bacteria:before {
  content: "\e059";
}
#ssn-mypage-app .fa-bacterium:before {
  content: "\e05a";
}
#ssn-mypage-app .fa-bahai:before {
  content: "\f666";
}
#ssn-mypage-app .fa-balance-scale:before {
  content: "\f24e";
}
#ssn-mypage-app .fa-balance-scale-left:before {
  content: "\f515";
}
#ssn-mypage-app .fa-balance-scale-right:before {
  content: "\f516";
}
#ssn-mypage-app .fa-ban:before {
  content: "\f05e";
}
#ssn-mypage-app .fa-band-aid:before {
  content: "\f462";
}
#ssn-mypage-app .fa-bandcamp:before {
  content: "\f2d5";
}
#ssn-mypage-app .fa-barcode:before {
  content: "\f02a";
}
#ssn-mypage-app .fa-bars:before {
  content: "\f0c9";
}
#ssn-mypage-app .fa-baseball-ball:before {
  content: "\f433";
}
#ssn-mypage-app .fa-basketball-ball:before {
  content: "\f434";
}
#ssn-mypage-app .fa-bath:before {
  content: "\f2cd";
}
#ssn-mypage-app .fa-battery-empty:before {
  content: "\f244";
}
#ssn-mypage-app .fa-battery-full:before {
  content: "\f240";
}
#ssn-mypage-app .fa-battery-half:before {
  content: "\f242";
}
#ssn-mypage-app .fa-battery-quarter:before {
  content: "\f243";
}
#ssn-mypage-app .fa-battery-three-quarters:before {
  content: "\f241";
}
#ssn-mypage-app .fa-battle-net:before {
  content: "\f835";
}
#ssn-mypage-app .fa-bed:before {
  content: "\f236";
}
#ssn-mypage-app .fa-beer:before {
  content: "\f0fc";
}
#ssn-mypage-app .fa-behance:before {
  content: "\f1b4";
}
#ssn-mypage-app .fa-behance-square:before {
  content: "\f1b5";
}
#ssn-mypage-app .fa-bell:before {
  content: "\f0f3";
}
#ssn-mypage-app .fa-bell-slash:before {
  content: "\f1f6";
}
#ssn-mypage-app .fa-bezier-curve:before {
  content: "\f55b";
}
#ssn-mypage-app .fa-bible:before {
  content: "\f647";
}
#ssn-mypage-app .fa-bicycle:before {
  content: "\f206";
}
#ssn-mypage-app .fa-biking:before {
  content: "\f84a";
}
#ssn-mypage-app .fa-bimobject:before {
  content: "\f378";
}
#ssn-mypage-app .fa-binoculars:before {
  content: "\f1e5";
}
#ssn-mypage-app .fa-biohazard:before {
  content: "\f780";
}
#ssn-mypage-app .fa-birthday-cake:before {
  content: "\f1fd";
}
#ssn-mypage-app .fa-bitbucket:before {
  content: "\f171";
}
#ssn-mypage-app .fa-bitcoin:before {
  content: "\f379";
}
#ssn-mypage-app .fa-bity:before {
  content: "\f37a";
}
#ssn-mypage-app .fa-black-tie:before {
  content: "\f27e";
}
#ssn-mypage-app .fa-blackberry:before {
  content: "\f37b";
}
#ssn-mypage-app .fa-blender:before {
  content: "\f517";
}
#ssn-mypage-app .fa-blender-phone:before {
  content: "\f6b6";
}
#ssn-mypage-app .fa-blind:before {
  content: "\f29d";
}
#ssn-mypage-app .fa-blog:before {
  content: "\f781";
}
#ssn-mypage-app .fa-blogger:before {
  content: "\f37c";
}
#ssn-mypage-app .fa-blogger-b:before {
  content: "\f37d";
}
#ssn-mypage-app .fa-bluetooth:before {
  content: "\f293";
}
#ssn-mypage-app .fa-bluetooth-b:before {
  content: "\f294";
}
#ssn-mypage-app .fa-bold:before {
  content: "\f032";
}
#ssn-mypage-app .fa-bolt:before {
  content: "\f0e7";
}
#ssn-mypage-app .fa-bomb:before {
  content: "\f1e2";
}
#ssn-mypage-app .fa-bone:before {
  content: "\f5d7";
}
#ssn-mypage-app .fa-bong:before {
  content: "\f55c";
}
#ssn-mypage-app .fa-book:before {
  content: "\f02d";
}
#ssn-mypage-app .fa-book-dead:before {
  content: "\f6b7";
}
#ssn-mypage-app .fa-book-medical:before {
  content: "\f7e6";
}
#ssn-mypage-app .fa-book-open:before {
  content: "\f518";
}
#ssn-mypage-app .fa-book-reader:before {
  content: "\f5da";
}
#ssn-mypage-app .fa-bookmark:before {
  content: "\f02e";
}
#ssn-mypage-app .fa-bootstrap:before {
  content: "\f836";
}
#ssn-mypage-app .fa-border-all:before {
  content: "\f84c";
}
#ssn-mypage-app .fa-border-none:before {
  content: "\f850";
}
#ssn-mypage-app .fa-border-style:before {
  content: "\f853";
}
#ssn-mypage-app .fa-bowling-ball:before {
  content: "\f436";
}
#ssn-mypage-app .fa-box:before {
  content: "\f466";
}
#ssn-mypage-app .fa-box-open:before {
  content: "\f49e";
}
#ssn-mypage-app .fa-box-tissue:before {
  content: "\e05b";
}
#ssn-mypage-app .fa-boxes:before {
  content: "\f468";
}
#ssn-mypage-app .fa-braille:before {
  content: "\f2a1";
}
#ssn-mypage-app .fa-brain:before {
  content: "\f5dc";
}
#ssn-mypage-app .fa-bread-slice:before {
  content: "\f7ec";
}
#ssn-mypage-app .fa-briefcase:before {
  content: "\f0b1";
}
#ssn-mypage-app .fa-briefcase-medical:before {
  content: "\f469";
}
#ssn-mypage-app .fa-broadcast-tower:before {
  content: "\f519";
}
#ssn-mypage-app .fa-broom:before {
  content: "\f51a";
}
#ssn-mypage-app .fa-brush:before {
  content: "\f55d";
}
#ssn-mypage-app .fa-btc:before {
  content: "\f15a";
}
#ssn-mypage-app .fa-buffer:before {
  content: "\f837";
}
#ssn-mypage-app .fa-bug:before {
  content: "\f188";
}
#ssn-mypage-app .fa-building:before {
  content: "\f1ad";
}
#ssn-mypage-app .fa-bullhorn:before {
  content: "\f0a1";
}
#ssn-mypage-app .fa-bullseye:before {
  content: "\f140";
}
#ssn-mypage-app .fa-burn:before {
  content: "\f46a";
}
#ssn-mypage-app .fa-buromobelexperte:before {
  content: "\f37f";
}
#ssn-mypage-app .fa-bus:before {
  content: "\f207";
}
#ssn-mypage-app .fa-bus-alt:before {
  content: "\f55e";
}
#ssn-mypage-app .fa-business-time:before {
  content: "\f64a";
}
#ssn-mypage-app .fa-buy-n-large:before {
  content: "\f8a6";
}
#ssn-mypage-app .fa-buysellads:before {
  content: "\f20d";
}
#ssn-mypage-app .fa-calculator:before {
  content: "\f1ec";
}
#ssn-mypage-app .fa-calendar:before {
  content: "\f133";
}
#ssn-mypage-app .fa-calendar-alt:before {
  content: "\f073";
}
#ssn-mypage-app .fa-calendar-check:before {
  content: "\f274";
}
#ssn-mypage-app .fa-calendar-day:before {
  content: "\f783";
}
#ssn-mypage-app .fa-calendar-minus:before {
  content: "\f272";
}
#ssn-mypage-app .fa-calendar-plus:before {
  content: "\f271";
}
#ssn-mypage-app .fa-calendar-times:before {
  content: "\f273";
}
#ssn-mypage-app .fa-calendar-week:before {
  content: "\f784";
}
#ssn-mypage-app .fa-camera:before {
  content: "\f030";
}
#ssn-mypage-app .fa-camera-retro:before {
  content: "\f083";
}
#ssn-mypage-app .fa-campground:before {
  content: "\f6bb";
}
#ssn-mypage-app .fa-canadian-maple-leaf:before {
  content: "\f785";
}
#ssn-mypage-app .fa-candy-cane:before {
  content: "\f786";
}
#ssn-mypage-app .fa-cannabis:before {
  content: "\f55f";
}
#ssn-mypage-app .fa-capsules:before {
  content: "\f46b";
}
#ssn-mypage-app .fa-car:before {
  content: "\f1b9";
}
#ssn-mypage-app .fa-car-alt:before {
  content: "\f5de";
}
#ssn-mypage-app .fa-car-battery:before {
  content: "\f5df";
}
#ssn-mypage-app .fa-car-crash:before {
  content: "\f5e1";
}
#ssn-mypage-app .fa-car-side:before {
  content: "\f5e4";
}
#ssn-mypage-app .fa-caravan:before {
  content: "\f8ff";
}
#ssn-mypage-app .fa-caret-down:before {
  content: "\f0d7";
}
#ssn-mypage-app .fa-caret-left:before {
  content: "\f0d9";
}
#ssn-mypage-app .fa-caret-right:before {
  content: "\f0da";
}
#ssn-mypage-app .fa-caret-square-down:before {
  content: "\f150";
}
#ssn-mypage-app .fa-caret-square-left:before {
  content: "\f191";
}
#ssn-mypage-app .fa-caret-square-right:before {
  content: "\f152";
}
#ssn-mypage-app .fa-caret-square-up:before {
  content: "\f151";
}
#ssn-mypage-app .fa-caret-up:before {
  content: "\f0d8";
}
#ssn-mypage-app .fa-carrot:before {
  content: "\f787";
}
#ssn-mypage-app .fa-cart-arrow-down:before {
  content: "\f218";
}
#ssn-mypage-app .fa-cart-plus:before {
  content: "\f217";
}
#ssn-mypage-app .fa-cash-register:before {
  content: "\f788";
}
#ssn-mypage-app .fa-cat:before {
  content: "\f6be";
}
#ssn-mypage-app .fa-cc-amazon-pay:before {
  content: "\f42d";
}
#ssn-mypage-app .fa-cc-amex:before {
  content: "\f1f3";
}
#ssn-mypage-app .fa-cc-apple-pay:before {
  content: "\f416";
}
#ssn-mypage-app .fa-cc-diners-club:before {
  content: "\f24c";
}
#ssn-mypage-app .fa-cc-discover:before {
  content: "\f1f2";
}
#ssn-mypage-app .fa-cc-jcb:before {
  content: "\f24b";
}
#ssn-mypage-app .fa-cc-mastercard:before {
  content: "\f1f1";
}
#ssn-mypage-app .fa-cc-paypal:before {
  content: "\f1f4";
}
#ssn-mypage-app .fa-cc-stripe:before {
  content: "\f1f5";
}
#ssn-mypage-app .fa-cc-visa:before {
  content: "\f1f0";
}
#ssn-mypage-app .fa-centercode:before {
  content: "\f380";
}
#ssn-mypage-app .fa-centos:before {
  content: "\f789";
}
#ssn-mypage-app .fa-certificate:before {
  content: "\f0a3";
}
#ssn-mypage-app .fa-chair:before {
  content: "\f6c0";
}
#ssn-mypage-app .fa-chalkboard:before {
  content: "\f51b";
}
#ssn-mypage-app .fa-chalkboard-teacher:before {
  content: "\f51c";
}
#ssn-mypage-app .fa-charging-station:before {
  content: "\f5e7";
}
#ssn-mypage-app .fa-chart-area:before {
  content: "\f1fe";
}
#ssn-mypage-app .fa-chart-bar:before {
  content: "\f080";
}
#ssn-mypage-app .fa-chart-line:before {
  content: "\f201";
}
#ssn-mypage-app .fa-chart-pie:before {
  content: "\f200";
}
#ssn-mypage-app .fa-check:before {
  content: "\f00c";
}
#ssn-mypage-app .fa-check-circle:before {
  content: "\f058";
}
#ssn-mypage-app .fa-check-double:before {
  content: "\f560";
}
#ssn-mypage-app .fa-check-square:before {
  content: "\f14a";
}
#ssn-mypage-app .fa-cheese:before {
  content: "\f7ef";
}
#ssn-mypage-app .fa-chess:before {
  content: "\f439";
}
#ssn-mypage-app .fa-chess-bishop:before {
  content: "\f43a";
}
#ssn-mypage-app .fa-chess-board:before {
  content: "\f43c";
}
#ssn-mypage-app .fa-chess-king:before {
  content: "\f43f";
}
#ssn-mypage-app .fa-chess-knight:before {
  content: "\f441";
}
#ssn-mypage-app .fa-chess-pawn:before {
  content: "\f443";
}
#ssn-mypage-app .fa-chess-queen:before {
  content: "\f445";
}
#ssn-mypage-app .fa-chess-rook:before {
  content: "\f447";
}
#ssn-mypage-app .fa-chevron-circle-down:before {
  content: "\f13a";
}
#ssn-mypage-app .fa-chevron-circle-left:before {
  content: "\f137";
}
#ssn-mypage-app .fa-chevron-circle-right:before {
  content: "\f138";
}
#ssn-mypage-app .fa-chevron-circle-up:before {
  content: "\f139";
}
#ssn-mypage-app .fa-chevron-down:before {
  content: "\f078";
}
#ssn-mypage-app .fa-chevron-left:before {
  content: "\f053";
}
#ssn-mypage-app .fa-chevron-right:before {
  content: "\f054";
}
#ssn-mypage-app .fa-chevron-up:before {
  content: "\f077";
}
#ssn-mypage-app .fa-child:before {
  content: "\f1ae";
}
#ssn-mypage-app .fa-chrome:before {
  content: "\f268";
}
#ssn-mypage-app .fa-chromecast:before {
  content: "\f838";
}
#ssn-mypage-app .fa-church:before {
  content: "\f51d";
}
#ssn-mypage-app .fa-circle:before {
  content: "\f111";
}
#ssn-mypage-app .fa-circle-notch:before {
  content: "\f1ce";
}
#ssn-mypage-app .fa-city:before {
  content: "\f64f";
}
#ssn-mypage-app .fa-clinic-medical:before {
  content: "\f7f2";
}
#ssn-mypage-app .fa-clipboard:before {
  content: "\f328";
}
#ssn-mypage-app .fa-clipboard-check:before {
  content: "\f46c";
}
#ssn-mypage-app .fa-clipboard-list:before {
  content: "\f46d";
}
#ssn-mypage-app .fa-clock:before {
  content: "\f017";
}
#ssn-mypage-app .fa-clone:before {
  content: "\f24d";
}
#ssn-mypage-app .fa-closed-captioning:before {
  content: "\f20a";
}
#ssn-mypage-app .fa-cloud:before {
  content: "\f0c2";
}
#ssn-mypage-app .fa-cloud-download-alt:before {
  content: "\f381";
}
#ssn-mypage-app .fa-cloud-meatball:before {
  content: "\f73b";
}
#ssn-mypage-app .fa-cloud-moon:before {
  content: "\f6c3";
}
#ssn-mypage-app .fa-cloud-moon-rain:before {
  content: "\f73c";
}
#ssn-mypage-app .fa-cloud-rain:before {
  content: "\f73d";
}
#ssn-mypage-app .fa-cloud-showers-heavy:before {
  content: "\f740";
}
#ssn-mypage-app .fa-cloud-sun:before {
  content: "\f6c4";
}
#ssn-mypage-app .fa-cloud-sun-rain:before {
  content: "\f743";
}
#ssn-mypage-app .fa-cloud-upload-alt:before {
  content: "\f382";
}
#ssn-mypage-app .fa-cloudflare:before {
  content: "\e07d";
}
#ssn-mypage-app .fa-cloudscale:before {
  content: "\f383";
}
#ssn-mypage-app .fa-cloudsmith:before {
  content: "\f384";
}
#ssn-mypage-app .fa-cloudversify:before {
  content: "\f385";
}
#ssn-mypage-app .fa-cocktail:before {
  content: "\f561";
}
#ssn-mypage-app .fa-code:before {
  content: "\f121";
}
#ssn-mypage-app .fa-code-branch:before {
  content: "\f126";
}
#ssn-mypage-app .fa-codepen:before {
  content: "\f1cb";
}
#ssn-mypage-app .fa-codiepie:before {
  content: "\f284";
}
#ssn-mypage-app .fa-coffee:before {
  content: "\f0f4";
}
#ssn-mypage-app .fa-cog:before {
  content: "\f013";
}
#ssn-mypage-app .fa-cogs:before {
  content: "\f085";
}
#ssn-mypage-app .fa-coins:before {
  content: "\f51e";
}
#ssn-mypage-app .fa-columns:before {
  content: "\f0db";
}
#ssn-mypage-app .fa-comment:before {
  content: "\f075";
}
#ssn-mypage-app .fa-comment-alt:before {
  content: "\f27a";
}
#ssn-mypage-app .fa-comment-dollar:before {
  content: "\f651";
}
#ssn-mypage-app .fa-comment-dots:before {
  content: "\f4ad";
}
#ssn-mypage-app .fa-comment-medical:before {
  content: "\f7f5";
}
#ssn-mypage-app .fa-comment-slash:before {
  content: "\f4b3";
}
#ssn-mypage-app .fa-comments:before {
  content: "\f086";
}
#ssn-mypage-app .fa-comments-dollar:before {
  content: "\f653";
}
#ssn-mypage-app .fa-compact-disc:before {
  content: "\f51f";
}
#ssn-mypage-app .fa-compass:before {
  content: "\f14e";
}
#ssn-mypage-app .fa-compress:before {
  content: "\f066";
}
#ssn-mypage-app .fa-compress-alt:before {
  content: "\f422";
}
#ssn-mypage-app .fa-compress-arrows-alt:before {
  content: "\f78c";
}
#ssn-mypage-app .fa-concierge-bell:before {
  content: "\f562";
}
#ssn-mypage-app .fa-confluence:before {
  content: "\f78d";
}
#ssn-mypage-app .fa-connectdevelop:before {
  content: "\f20e";
}
#ssn-mypage-app .fa-contao:before {
  content: "\f26d";
}
#ssn-mypage-app .fa-cookie:before {
  content: "\f563";
}
#ssn-mypage-app .fa-cookie-bite:before {
  content: "\f564";
}
#ssn-mypage-app .fa-copy:before {
  content: "\f0c5";
}
#ssn-mypage-app .fa-copyright:before {
  content: "\f1f9";
}
#ssn-mypage-app .fa-cotton-bureau:before {
  content: "\f89e";
}
#ssn-mypage-app .fa-couch:before {
  content: "\f4b8";
}
#ssn-mypage-app .fa-cpanel:before {
  content: "\f388";
}
#ssn-mypage-app .fa-creative-commons:before {
  content: "\f25e";
}
#ssn-mypage-app .fa-creative-commons-by:before {
  content: "\f4e7";
}
#ssn-mypage-app .fa-creative-commons-nc:before {
  content: "\f4e8";
}
#ssn-mypage-app .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
#ssn-mypage-app .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
#ssn-mypage-app .fa-creative-commons-nd:before {
  content: "\f4eb";
}
#ssn-mypage-app .fa-creative-commons-pd:before {
  content: "\f4ec";
}
#ssn-mypage-app .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
#ssn-mypage-app .fa-creative-commons-remix:before {
  content: "\f4ee";
}
#ssn-mypage-app .fa-creative-commons-sa:before {
  content: "\f4ef";
}
#ssn-mypage-app .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
#ssn-mypage-app .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
#ssn-mypage-app .fa-creative-commons-share:before {
  content: "\f4f2";
}
#ssn-mypage-app .fa-creative-commons-zero:before {
  content: "\f4f3";
}
#ssn-mypage-app .fa-credit-card:before {
  content: "\f09d";
}
#ssn-mypage-app .fa-critical-role:before {
  content: "\f6c9";
}
#ssn-mypage-app .fa-crop:before {
  content: "\f125";
}
#ssn-mypage-app .fa-crop-alt:before {
  content: "\f565";
}
#ssn-mypage-app .fa-cross:before {
  content: "\f654";
}
#ssn-mypage-app .fa-crosshairs:before {
  content: "\f05b";
}
#ssn-mypage-app .fa-crow:before {
  content: "\f520";
}
#ssn-mypage-app .fa-crown:before {
  content: "\f521";
}
#ssn-mypage-app .fa-crutch:before {
  content: "\f7f7";
}
#ssn-mypage-app .fa-css3:before {
  content: "\f13c";
}
#ssn-mypage-app .fa-css3-alt:before {
  content: "\f38b";
}
#ssn-mypage-app .fa-cube:before {
  content: "\f1b2";
}
#ssn-mypage-app .fa-cubes:before {
  content: "\f1b3";
}
#ssn-mypage-app .fa-cut:before {
  content: "\f0c4";
}
#ssn-mypage-app .fa-cuttlefish:before {
  content: "\f38c";
}
#ssn-mypage-app .fa-d-and-d:before {
  content: "\f38d";
}
#ssn-mypage-app .fa-d-and-d-beyond:before {
  content: "\f6ca";
}
#ssn-mypage-app .fa-dailymotion:before {
  content: "\e052";
}
#ssn-mypage-app .fa-dashcube:before {
  content: "\f210";
}
#ssn-mypage-app .fa-database:before {
  content: "\f1c0";
}
#ssn-mypage-app .fa-deaf:before {
  content: "\f2a4";
}
#ssn-mypage-app .fa-deezer:before {
  content: "\e077";
}
#ssn-mypage-app .fa-delicious:before {
  content: "\f1a5";
}
#ssn-mypage-app .fa-democrat:before {
  content: "\f747";
}
#ssn-mypage-app .fa-deploydog:before {
  content: "\f38e";
}
#ssn-mypage-app .fa-deskpro:before {
  content: "\f38f";
}
#ssn-mypage-app .fa-desktop:before {
  content: "\f108";
}
#ssn-mypage-app .fa-dev:before {
  content: "\f6cc";
}
#ssn-mypage-app .fa-deviantart:before {
  content: "\f1bd";
}
#ssn-mypage-app .fa-dharmachakra:before {
  content: "\f655";
}
#ssn-mypage-app .fa-dhl:before {
  content: "\f790";
}
#ssn-mypage-app .fa-diagnoses:before {
  content: "\f470";
}
#ssn-mypage-app .fa-diaspora:before {
  content: "\f791";
}
#ssn-mypage-app .fa-dice:before {
  content: "\f522";
}
#ssn-mypage-app .fa-dice-d20:before {
  content: "\f6cf";
}
#ssn-mypage-app .fa-dice-d6:before {
  content: "\f6d1";
}
#ssn-mypage-app .fa-dice-five:before {
  content: "\f523";
}
#ssn-mypage-app .fa-dice-four:before {
  content: "\f524";
}
#ssn-mypage-app .fa-dice-one:before {
  content: "\f525";
}
#ssn-mypage-app .fa-dice-six:before {
  content: "\f526";
}
#ssn-mypage-app .fa-dice-three:before {
  content: "\f527";
}
#ssn-mypage-app .fa-dice-two:before {
  content: "\f528";
}
#ssn-mypage-app .fa-digg:before {
  content: "\f1a6";
}
#ssn-mypage-app .fa-digital-ocean:before {
  content: "\f391";
}
#ssn-mypage-app .fa-digital-tachograph:before {
  content: "\f566";
}
#ssn-mypage-app .fa-directions:before {
  content: "\f5eb";
}
#ssn-mypage-app .fa-discord:before {
  content: "\f392";
}
#ssn-mypage-app .fa-discourse:before {
  content: "\f393";
}
#ssn-mypage-app .fa-disease:before {
  content: "\f7fa";
}
#ssn-mypage-app .fa-divide:before {
  content: "\f529";
}
#ssn-mypage-app .fa-dizzy:before {
  content: "\f567";
}
#ssn-mypage-app .fa-dna:before {
  content: "\f471";
}
#ssn-mypage-app .fa-dochub:before {
  content: "\f394";
}
#ssn-mypage-app .fa-docker:before {
  content: "\f395";
}
#ssn-mypage-app .fa-dog:before {
  content: "\f6d3";
}
#ssn-mypage-app .fa-dollar-sign:before {
  content: "\f155";
}
#ssn-mypage-app .fa-dolly:before {
  content: "\f472";
}
#ssn-mypage-app .fa-dolly-flatbed:before {
  content: "\f474";
}
#ssn-mypage-app .fa-donate:before {
  content: "\f4b9";
}
#ssn-mypage-app .fa-door-closed:before {
  content: "\f52a";
}
#ssn-mypage-app .fa-door-open:before {
  content: "\f52b";
}
#ssn-mypage-app .fa-dot-circle:before {
  content: "\f192";
}
#ssn-mypage-app .fa-dove:before {
  content: "\f4ba";
}
#ssn-mypage-app .fa-download:before {
  content: "\f019";
}
#ssn-mypage-app .fa-draft2digital:before {
  content: "\f396";
}
#ssn-mypage-app .fa-drafting-compass:before {
  content: "\f568";
}
#ssn-mypage-app .fa-dragon:before {
  content: "\f6d5";
}
#ssn-mypage-app .fa-draw-polygon:before {
  content: "\f5ee";
}
#ssn-mypage-app .fa-dribbble:before {
  content: "\f17d";
}
#ssn-mypage-app .fa-dribbble-square:before {
  content: "\f397";
}
#ssn-mypage-app .fa-dropbox:before {
  content: "\f16b";
}
#ssn-mypage-app .fa-drum:before {
  content: "\f569";
}
#ssn-mypage-app .fa-drum-steelpan:before {
  content: "\f56a";
}
#ssn-mypage-app .fa-drumstick-bite:before {
  content: "\f6d7";
}
#ssn-mypage-app .fa-drupal:before {
  content: "\f1a9";
}
#ssn-mypage-app .fa-dumbbell:before {
  content: "\f44b";
}
#ssn-mypage-app .fa-dumpster:before {
  content: "\f793";
}
#ssn-mypage-app .fa-dumpster-fire:before {
  content: "\f794";
}
#ssn-mypage-app .fa-dungeon:before {
  content: "\f6d9";
}
#ssn-mypage-app .fa-dyalog:before {
  content: "\f399";
}
#ssn-mypage-app .fa-earlybirds:before {
  content: "\f39a";
}
#ssn-mypage-app .fa-ebay:before {
  content: "\f4f4";
}
#ssn-mypage-app .fa-edge:before {
  content: "\f282";
}
#ssn-mypage-app .fa-edge-legacy:before {
  content: "\e078";
}
#ssn-mypage-app .fa-edit:before {
  content: "\f044";
}
#ssn-mypage-app .fa-egg:before {
  content: "\f7fb";
}
#ssn-mypage-app .fa-eject:before {
  content: "\f052";
}
#ssn-mypage-app .fa-elementor:before {
  content: "\f430";
}
#ssn-mypage-app .fa-ellipsis-h:before {
  content: "\f141";
}
#ssn-mypage-app .fa-ellipsis-v:before {
  content: "\f142";
}
#ssn-mypage-app .fa-ello:before {
  content: "\f5f1";
}
#ssn-mypage-app .fa-ember:before {
  content: "\f423";
}
#ssn-mypage-app .fa-empire:before {
  content: "\f1d1";
}
#ssn-mypage-app .fa-envelope:before {
  content: "\f0e0";
}
#ssn-mypage-app .fa-envelope-open:before {
  content: "\f2b6";
}
#ssn-mypage-app .fa-envelope-open-text:before {
  content: "\f658";
}
#ssn-mypage-app .fa-envelope-square:before {
  content: "\f199";
}
#ssn-mypage-app .fa-envira:before {
  content: "\f299";
}
#ssn-mypage-app .fa-equals:before {
  content: "\f52c";
}
#ssn-mypage-app .fa-eraser:before {
  content: "\f12d";
}
#ssn-mypage-app .fa-erlang:before {
  content: "\f39d";
}
#ssn-mypage-app .fa-ethereum:before {
  content: "\f42e";
}
#ssn-mypage-app .fa-ethernet:before {
  content: "\f796";
}
#ssn-mypage-app .fa-etsy:before {
  content: "\f2d7";
}
#ssn-mypage-app .fa-euro-sign:before {
  content: "\f153";
}
#ssn-mypage-app .fa-evernote:before {
  content: "\f839";
}
#ssn-mypage-app .fa-exchange-alt:before {
  content: "\f362";
}
#ssn-mypage-app .fa-exclamation:before {
  content: "\f12a";
}
#ssn-mypage-app .fa-exclamation-circle:before {
  content: "\f06a";
}
#ssn-mypage-app .fa-exclamation-triangle:before {
  content: "\f071";
}
#ssn-mypage-app .fa-expand:before {
  content: "\f065";
}
#ssn-mypage-app .fa-expand-alt:before {
  content: "\f424";
}
#ssn-mypage-app .fa-expand-arrows-alt:before {
  content: "\f31e";
}
#ssn-mypage-app .fa-expeditedssl:before {
  content: "\f23e";
}
#ssn-mypage-app .fa-external-link-alt:before {
  content: "\f35d";
}
#ssn-mypage-app .fa-external-link-square-alt:before {
  content: "\f360";
}
#ssn-mypage-app .fa-eye:before {
  content: "\f06e";
}
#ssn-mypage-app .fa-eye-dropper:before {
  content: "\f1fb";
}
#ssn-mypage-app .fa-eye-slash:before {
  content: "\f070";
}
#ssn-mypage-app .fa-facebook:before {
  content: "\f09a";
}
#ssn-mypage-app .fa-facebook-f:before {
  content: "\f39e";
}
#ssn-mypage-app .fa-facebook-messenger:before {
  content: "\f39f";
}
#ssn-mypage-app .fa-facebook-square:before {
  content: "\f082";
}
#ssn-mypage-app .fa-fan:before {
  content: "\f863";
}
#ssn-mypage-app .fa-fantasy-flight-games:before {
  content: "\f6dc";
}
#ssn-mypage-app .fa-fast-backward:before {
  content: "\f049";
}
#ssn-mypage-app .fa-fast-forward:before {
  content: "\f050";
}
#ssn-mypage-app .fa-faucet:before {
  content: "\e005";
}
#ssn-mypage-app .fa-fax:before {
  content: "\f1ac";
}
#ssn-mypage-app .fa-feather:before {
  content: "\f52d";
}
#ssn-mypage-app .fa-feather-alt:before {
  content: "\f56b";
}
#ssn-mypage-app .fa-fedex:before {
  content: "\f797";
}
#ssn-mypage-app .fa-fedora:before {
  content: "\f798";
}
#ssn-mypage-app .fa-female:before {
  content: "\f182";
}
#ssn-mypage-app .fa-fighter-jet:before {
  content: "\f0fb";
}
#ssn-mypage-app .fa-figma:before {
  content: "\f799";
}
#ssn-mypage-app .fa-file:before {
  content: "\f15b";
}
#ssn-mypage-app .fa-file-alt:before {
  content: "\f15c";
}
#ssn-mypage-app .fa-file-archive:before {
  content: "\f1c6";
}
#ssn-mypage-app .fa-file-audio:before {
  content: "\f1c7";
}
#ssn-mypage-app .fa-file-code:before {
  content: "\f1c9";
}
#ssn-mypage-app .fa-file-contract:before {
  content: "\f56c";
}
#ssn-mypage-app .fa-file-csv:before {
  content: "\f6dd";
}
#ssn-mypage-app .fa-file-download:before {
  content: "\f56d";
}
#ssn-mypage-app .fa-file-excel:before {
  content: "\f1c3";
}
#ssn-mypage-app .fa-file-export:before {
  content: "\f56e";
}
#ssn-mypage-app .fa-file-image:before {
  content: "\f1c5";
}
#ssn-mypage-app .fa-file-import:before {
  content: "\f56f";
}
#ssn-mypage-app .fa-file-invoice:before {
  content: "\f570";
}
#ssn-mypage-app .fa-file-invoice-dollar:before {
  content: "\f571";
}
#ssn-mypage-app .fa-file-medical:before {
  content: "\f477";
}
#ssn-mypage-app .fa-file-medical-alt:before {
  content: "\f478";
}
#ssn-mypage-app .fa-file-pdf:before {
  content: "\f1c1";
}
#ssn-mypage-app .fa-file-powerpoint:before {
  content: "\f1c4";
}
#ssn-mypage-app .fa-file-prescription:before {
  content: "\f572";
}
#ssn-mypage-app .fa-file-signature:before {
  content: "\f573";
}
#ssn-mypage-app .fa-file-upload:before {
  content: "\f574";
}
#ssn-mypage-app .fa-file-video:before {
  content: "\f1c8";
}
#ssn-mypage-app .fa-file-word:before {
  content: "\f1c2";
}
#ssn-mypage-app .fa-fill:before {
  content: "\f575";
}
#ssn-mypage-app .fa-fill-drip:before {
  content: "\f576";
}
#ssn-mypage-app .fa-film:before {
  content: "\f008";
}
#ssn-mypage-app .fa-filter:before {
  content: "\f0b0";
}
#ssn-mypage-app .fa-fingerprint:before {
  content: "\f577";
}
#ssn-mypage-app .fa-fire:before {
  content: "\f06d";
}
#ssn-mypage-app .fa-fire-alt:before {
  content: "\f7e4";
}
#ssn-mypage-app .fa-fire-extinguisher:before {
  content: "\f134";
}
#ssn-mypage-app .fa-firefox:before {
  content: "\f269";
}
#ssn-mypage-app .fa-firefox-browser:before {
  content: "\e007";
}
#ssn-mypage-app .fa-first-aid:before {
  content: "\f479";
}
#ssn-mypage-app .fa-first-order:before {
  content: "\f2b0";
}
#ssn-mypage-app .fa-first-order-alt:before {
  content: "\f50a";
}
#ssn-mypage-app .fa-firstdraft:before {
  content: "\f3a1";
}
#ssn-mypage-app .fa-fish:before {
  content: "\f578";
}
#ssn-mypage-app .fa-fist-raised:before {
  content: "\f6de";
}
#ssn-mypage-app .fa-flag:before {
  content: "\f024";
}
#ssn-mypage-app .fa-flag-checkered:before {
  content: "\f11e";
}
#ssn-mypage-app .fa-flag-usa:before {
  content: "\f74d";
}
#ssn-mypage-app .fa-flask:before {
  content: "\f0c3";
}
#ssn-mypage-app .fa-flickr:before {
  content: "\f16e";
}
#ssn-mypage-app .fa-flipboard:before {
  content: "\f44d";
}
#ssn-mypage-app .fa-flushed:before {
  content: "\f579";
}
#ssn-mypage-app .fa-fly:before {
  content: "\f417";
}
#ssn-mypage-app .fa-folder:before {
  content: "\f07b";
}
#ssn-mypage-app .fa-folder-minus:before {
  content: "\f65d";
}
#ssn-mypage-app .fa-folder-open:before {
  content: "\f07c";
}
#ssn-mypage-app .fa-folder-plus:before {
  content: "\f65e";
}
#ssn-mypage-app .fa-font:before {
  content: "\f031";
}
#ssn-mypage-app .fa-font-awesome:before {
  content: "\f2b4";
}
#ssn-mypage-app .fa-font-awesome-alt:before {
  content: "\f35c";
}
#ssn-mypage-app .fa-font-awesome-flag:before {
  content: "\f425";
}
#ssn-mypage-app .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
#ssn-mypage-app .fa-fonticons:before {
  content: "\f280";
}
#ssn-mypage-app .fa-fonticons-fi:before {
  content: "\f3a2";
}
#ssn-mypage-app .fa-football-ball:before {
  content: "\f44e";
}
#ssn-mypage-app .fa-fort-awesome:before {
  content: "\f286";
}
#ssn-mypage-app .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
#ssn-mypage-app .fa-forumbee:before {
  content: "\f211";
}
#ssn-mypage-app .fa-forward:before {
  content: "\f04e";
}
#ssn-mypage-app .fa-foursquare:before {
  content: "\f180";
}
#ssn-mypage-app .fa-free-code-camp:before {
  content: "\f2c5";
}
#ssn-mypage-app .fa-freebsd:before {
  content: "\f3a4";
}
#ssn-mypage-app .fa-frog:before {
  content: "\f52e";
}
#ssn-mypage-app .fa-frown:before {
  content: "\f119";
}
#ssn-mypage-app .fa-frown-open:before {
  content: "\f57a";
}
#ssn-mypage-app .fa-fulcrum:before {
  content: "\f50b";
}
#ssn-mypage-app .fa-funnel-dollar:before {
  content: "\f662";
}
#ssn-mypage-app .fa-futbol:before {
  content: "\f1e3";
}
#ssn-mypage-app .fa-galactic-republic:before {
  content: "\f50c";
}
#ssn-mypage-app .fa-galactic-senate:before {
  content: "\f50d";
}
#ssn-mypage-app .fa-gamepad:before {
  content: "\f11b";
}
#ssn-mypage-app .fa-gas-pump:before {
  content: "\f52f";
}
#ssn-mypage-app .fa-gavel:before {
  content: "\f0e3";
}
#ssn-mypage-app .fa-gem:before {
  content: "\f3a5";
}
#ssn-mypage-app .fa-genderless:before {
  content: "\f22d";
}
#ssn-mypage-app .fa-get-pocket:before {
  content: "\f265";
}
#ssn-mypage-app .fa-gg:before {
  content: "\f260";
}
#ssn-mypage-app .fa-gg-circle:before {
  content: "\f261";
}
#ssn-mypage-app .fa-ghost:before {
  content: "\f6e2";
}
#ssn-mypage-app .fa-gift:before {
  content: "\f06b";
}
#ssn-mypage-app .fa-gifts:before {
  content: "\f79c";
}
#ssn-mypage-app .fa-git:before {
  content: "\f1d3";
}
#ssn-mypage-app .fa-git-alt:before {
  content: "\f841";
}
#ssn-mypage-app .fa-git-square:before {
  content: "\f1d2";
}
#ssn-mypage-app .fa-github:before {
  content: "\f09b";
}
#ssn-mypage-app .fa-github-alt:before {
  content: "\f113";
}
#ssn-mypage-app .fa-github-square:before {
  content: "\f092";
}
#ssn-mypage-app .fa-gitkraken:before {
  content: "\f3a6";
}
#ssn-mypage-app .fa-gitlab:before {
  content: "\f296";
}
#ssn-mypage-app .fa-gitter:before {
  content: "\f426";
}
#ssn-mypage-app .fa-glass-cheers:before {
  content: "\f79f";
}
#ssn-mypage-app .fa-glass-martini:before {
  content: "\f000";
}
#ssn-mypage-app .fa-glass-martini-alt:before {
  content: "\f57b";
}
#ssn-mypage-app .fa-glass-whiskey:before {
  content: "\f7a0";
}
#ssn-mypage-app .fa-glasses:before {
  content: "\f530";
}
#ssn-mypage-app .fa-glide:before {
  content: "\f2a5";
}
#ssn-mypage-app .fa-glide-g:before {
  content: "\f2a6";
}
#ssn-mypage-app .fa-globe:before {
  content: "\f0ac";
}
#ssn-mypage-app .fa-globe-africa:before {
  content: "\f57c";
}
#ssn-mypage-app .fa-globe-americas:before {
  content: "\f57d";
}
#ssn-mypage-app .fa-globe-asia:before {
  content: "\f57e";
}
#ssn-mypage-app .fa-globe-europe:before {
  content: "\f7a2";
}
#ssn-mypage-app .fa-gofore:before {
  content: "\f3a7";
}
#ssn-mypage-app .fa-golf-ball:before {
  content: "\f450";
}
#ssn-mypage-app .fa-goodreads:before {
  content: "\f3a8";
}
#ssn-mypage-app .fa-goodreads-g:before {
  content: "\f3a9";
}
#ssn-mypage-app .fa-google:before {
  content: "\f1a0";
}
#ssn-mypage-app .fa-google-drive:before {
  content: "\f3aa";
}
#ssn-mypage-app .fa-google-pay:before {
  content: "\e079";
}
#ssn-mypage-app .fa-google-play:before {
  content: "\f3ab";
}
#ssn-mypage-app .fa-google-plus:before {
  content: "\f2b3";
}
#ssn-mypage-app .fa-google-plus-g:before {
  content: "\f0d5";
}
#ssn-mypage-app .fa-google-plus-square:before {
  content: "\f0d4";
}
#ssn-mypage-app .fa-google-wallet:before {
  content: "\f1ee";
}
#ssn-mypage-app .fa-gopuram:before {
  content: "\f664";
}
#ssn-mypage-app .fa-graduation-cap:before {
  content: "\f19d";
}
#ssn-mypage-app .fa-gratipay:before {
  content: "\f184";
}
#ssn-mypage-app .fa-grav:before {
  content: "\f2d6";
}
#ssn-mypage-app .fa-greater-than:before {
  content: "\f531";
}
#ssn-mypage-app .fa-greater-than-equal:before {
  content: "\f532";
}
#ssn-mypage-app .fa-grimace:before {
  content: "\f57f";
}
#ssn-mypage-app .fa-grin:before {
  content: "\f580";
}
#ssn-mypage-app .fa-grin-alt:before {
  content: "\f581";
}
#ssn-mypage-app .fa-grin-beam:before {
  content: "\f582";
}
#ssn-mypage-app .fa-grin-beam-sweat:before {
  content: "\f583";
}
#ssn-mypage-app .fa-grin-hearts:before {
  content: "\f584";
}
#ssn-mypage-app .fa-grin-squint:before {
  content: "\f585";
}
#ssn-mypage-app .fa-grin-squint-tears:before {
  content: "\f586";
}
#ssn-mypage-app .fa-grin-stars:before {
  content: "\f587";
}
#ssn-mypage-app .fa-grin-tears:before {
  content: "\f588";
}
#ssn-mypage-app .fa-grin-tongue:before {
  content: "\f589";
}
#ssn-mypage-app .fa-grin-tongue-squint:before {
  content: "\f58a";
}
#ssn-mypage-app .fa-grin-tongue-wink:before {
  content: "\f58b";
}
#ssn-mypage-app .fa-grin-wink:before {
  content: "\f58c";
}
#ssn-mypage-app .fa-grip-horizontal:before {
  content: "\f58d";
}
#ssn-mypage-app .fa-grip-lines:before {
  content: "\f7a4";
}
#ssn-mypage-app .fa-grip-lines-vertical:before {
  content: "\f7a5";
}
#ssn-mypage-app .fa-grip-vertical:before {
  content: "\f58e";
}
#ssn-mypage-app .fa-gripfire:before {
  content: "\f3ac";
}
#ssn-mypage-app .fa-grunt:before {
  content: "\f3ad";
}
#ssn-mypage-app .fa-guilded:before {
  content: "\e07e";
}
#ssn-mypage-app .fa-guitar:before {
  content: "\f7a6";
}
#ssn-mypage-app .fa-gulp:before {
  content: "\f3ae";
}
#ssn-mypage-app .fa-h-square:before {
  content: "\f0fd";
}
#ssn-mypage-app .fa-hacker-news:before {
  content: "\f1d4";
}
#ssn-mypage-app .fa-hacker-news-square:before {
  content: "\f3af";
}
#ssn-mypage-app .fa-hackerrank:before {
  content: "\f5f7";
}
#ssn-mypage-app .fa-hamburger:before {
  content: "\f805";
}
#ssn-mypage-app .fa-hammer:before {
  content: "\f6e3";
}
#ssn-mypage-app .fa-hamsa:before {
  content: "\f665";
}
#ssn-mypage-app .fa-hand-holding:before {
  content: "\f4bd";
}
#ssn-mypage-app .fa-hand-holding-heart:before {
  content: "\f4be";
}
#ssn-mypage-app .fa-hand-holding-medical:before {
  content: "\e05c";
}
#ssn-mypage-app .fa-hand-holding-usd:before {
  content: "\f4c0";
}
#ssn-mypage-app .fa-hand-holding-water:before {
  content: "\f4c1";
}
#ssn-mypage-app .fa-hand-lizard:before {
  content: "\f258";
}
#ssn-mypage-app .fa-hand-middle-finger:before {
  content: "\f806";
}
#ssn-mypage-app .fa-hand-paper:before {
  content: "\f256";
}
#ssn-mypage-app .fa-hand-peace:before {
  content: "\f25b";
}
#ssn-mypage-app .fa-hand-point-down:before {
  content: "\f0a7";
}
#ssn-mypage-app .fa-hand-point-left:before {
  content: "\f0a5";
}
#ssn-mypage-app .fa-hand-point-right:before {
  content: "\f0a4";
}
#ssn-mypage-app .fa-hand-point-up:before {
  content: "\f0a6";
}
#ssn-mypage-app .fa-hand-pointer:before {
  content: "\f25a";
}
#ssn-mypage-app .fa-hand-rock:before {
  content: "\f255";
}
#ssn-mypage-app .fa-hand-scissors:before {
  content: "\f257";
}
#ssn-mypage-app .fa-hand-sparkles:before {
  content: "\e05d";
}
#ssn-mypage-app .fa-hand-spock:before {
  content: "\f259";
}
#ssn-mypage-app .fa-hands:before {
  content: "\f4c2";
}
#ssn-mypage-app .fa-hands-helping:before {
  content: "\f4c4";
}
#ssn-mypage-app .fa-hands-wash:before {
  content: "\e05e";
}
#ssn-mypage-app .fa-handshake:before {
  content: "\f2b5";
}
#ssn-mypage-app .fa-handshake-alt-slash:before {
  content: "\e05f";
}
#ssn-mypage-app .fa-handshake-slash:before {
  content: "\e060";
}
#ssn-mypage-app .fa-hanukiah:before {
  content: "\f6e6";
}
#ssn-mypage-app .fa-hard-hat:before {
  content: "\f807";
}
#ssn-mypage-app .fa-hashtag:before {
  content: "\f292";
}
#ssn-mypage-app .fa-hat-cowboy:before {
  content: "\f8c0";
}
#ssn-mypage-app .fa-hat-cowboy-side:before {
  content: "\f8c1";
}
#ssn-mypage-app .fa-hat-wizard:before {
  content: "\f6e8";
}
#ssn-mypage-app .fa-hdd:before {
  content: "\f0a0";
}
#ssn-mypage-app .fa-head-side-cough:before {
  content: "\e061";
}
#ssn-mypage-app .fa-head-side-cough-slash:before {
  content: "\e062";
}
#ssn-mypage-app .fa-head-side-mask:before {
  content: "\e063";
}
#ssn-mypage-app .fa-head-side-virus:before {
  content: "\e064";
}
#ssn-mypage-app .fa-heading:before {
  content: "\f1dc";
}
#ssn-mypage-app .fa-headphones:before {
  content: "\f025";
}
#ssn-mypage-app .fa-headphones-alt:before {
  content: "\f58f";
}
#ssn-mypage-app .fa-headset:before {
  content: "\f590";
}
#ssn-mypage-app .fa-heart:before {
  content: "\f004";
}
#ssn-mypage-app .fa-heart-broken:before {
  content: "\f7a9";
}
#ssn-mypage-app .fa-heartbeat:before {
  content: "\f21e";
}
#ssn-mypage-app .fa-helicopter:before {
  content: "\f533";
}
#ssn-mypage-app .fa-highlighter:before {
  content: "\f591";
}
#ssn-mypage-app .fa-hiking:before {
  content: "\f6ec";
}
#ssn-mypage-app .fa-hippo:before {
  content: "\f6ed";
}
#ssn-mypage-app .fa-hips:before {
  content: "\f452";
}
#ssn-mypage-app .fa-hire-a-helper:before {
  content: "\f3b0";
}
#ssn-mypage-app .fa-history:before {
  content: "\f1da";
}
#ssn-mypage-app .fa-hive:before {
  content: "\e07f";
}
#ssn-mypage-app .fa-hockey-puck:before {
  content: "\f453";
}
#ssn-mypage-app .fa-holly-berry:before {
  content: "\f7aa";
}
#ssn-mypage-app .fa-home:before {
  content: "\f015";
}
#ssn-mypage-app .fa-hooli:before {
  content: "\f427";
}
#ssn-mypage-app .fa-hornbill:before {
  content: "\f592";
}
#ssn-mypage-app .fa-horse:before {
  content: "\f6f0";
}
#ssn-mypage-app .fa-horse-head:before {
  content: "\f7ab";
}
#ssn-mypage-app .fa-hospital:before {
  content: "\f0f8";
}
#ssn-mypage-app .fa-hospital-alt:before {
  content: "\f47d";
}
#ssn-mypage-app .fa-hospital-symbol:before {
  content: "\f47e";
}
#ssn-mypage-app .fa-hospital-user:before {
  content: "\f80d";
}
#ssn-mypage-app .fa-hot-tub:before {
  content: "\f593";
}
#ssn-mypage-app .fa-hotdog:before {
  content: "\f80f";
}
#ssn-mypage-app .fa-hotel:before {
  content: "\f594";
}
#ssn-mypage-app .fa-hotjar:before {
  content: "\f3b1";
}
#ssn-mypage-app .fa-hourglass:before {
  content: "\f254";
}
#ssn-mypage-app .fa-hourglass-end:before {
  content: "\f253";
}
#ssn-mypage-app .fa-hourglass-half:before {
  content: "\f252";
}
#ssn-mypage-app .fa-hourglass-start:before {
  content: "\f251";
}
#ssn-mypage-app .fa-house-damage:before {
  content: "\f6f1";
}
#ssn-mypage-app .fa-house-user:before {
  content: "\e065";
}
#ssn-mypage-app .fa-houzz:before {
  content: "\f27c";
}
#ssn-mypage-app .fa-hryvnia:before {
  content: "\f6f2";
}
#ssn-mypage-app .fa-html5:before {
  content: "\f13b";
}
#ssn-mypage-app .fa-hubspot:before {
  content: "\f3b2";
}
#ssn-mypage-app .fa-i-cursor:before {
  content: "\f246";
}
#ssn-mypage-app .fa-ice-cream:before {
  content: "\f810";
}
#ssn-mypage-app .fa-icicles:before {
  content: "\f7ad";
}
#ssn-mypage-app .fa-icons:before {
  content: "\f86d";
}
#ssn-mypage-app .fa-id-badge:before {
  content: "\f2c1";
}
#ssn-mypage-app .fa-id-card:before {
  content: "\f2c2";
}
#ssn-mypage-app .fa-id-card-alt:before {
  content: "\f47f";
}
#ssn-mypage-app .fa-ideal:before {
  content: "\e013";
}
#ssn-mypage-app .fa-igloo:before {
  content: "\f7ae";
}
#ssn-mypage-app .fa-image:before {
  content: "\f03e";
}
#ssn-mypage-app .fa-images:before {
  content: "\f302";
}
#ssn-mypage-app .fa-imdb:before {
  content: "\f2d8";
}
#ssn-mypage-app .fa-inbox:before {
  content: "\f01c";
}
#ssn-mypage-app .fa-indent:before {
  content: "\f03c";
}
#ssn-mypage-app .fa-industry:before {
  content: "\f275";
}
#ssn-mypage-app .fa-infinity:before {
  content: "\f534";
}
#ssn-mypage-app .fa-info:before {
  content: "\f129";
}
#ssn-mypage-app .fa-info-circle:before {
  content: "\f05a";
}
#ssn-mypage-app .fa-innosoft:before {
  content: "\e080";
}
#ssn-mypage-app .fa-instagram:before {
  content: "\f16d";
}
#ssn-mypage-app .fa-instagram-square:before {
  content: "\e055";
}
#ssn-mypage-app .fa-instalod:before {
  content: "\e081";
}
#ssn-mypage-app .fa-intercom:before {
  content: "\f7af";
}
#ssn-mypage-app .fa-internet-explorer:before {
  content: "\f26b";
}
#ssn-mypage-app .fa-invision:before {
  content: "\f7b0";
}
#ssn-mypage-app .fa-ioxhost:before {
  content: "\f208";
}
#ssn-mypage-app .fa-italic:before {
  content: "\f033";
}
#ssn-mypage-app .fa-itch-io:before {
  content: "\f83a";
}
#ssn-mypage-app .fa-itunes:before {
  content: "\f3b4";
}
#ssn-mypage-app .fa-itunes-note:before {
  content: "\f3b5";
}
#ssn-mypage-app .fa-java:before {
  content: "\f4e4";
}
#ssn-mypage-app .fa-jedi:before {
  content: "\f669";
}
#ssn-mypage-app .fa-jedi-order:before {
  content: "\f50e";
}
#ssn-mypage-app .fa-jenkins:before {
  content: "\f3b6";
}
#ssn-mypage-app .fa-jira:before {
  content: "\f7b1";
}
#ssn-mypage-app .fa-joget:before {
  content: "\f3b7";
}
#ssn-mypage-app .fa-joint:before {
  content: "\f595";
}
#ssn-mypage-app .fa-joomla:before {
  content: "\f1aa";
}
#ssn-mypage-app .fa-journal-whills:before {
  content: "\f66a";
}
#ssn-mypage-app .fa-js:before {
  content: "\f3b8";
}
#ssn-mypage-app .fa-js-square:before {
  content: "\f3b9";
}
#ssn-mypage-app .fa-jsfiddle:before {
  content: "\f1cc";
}
#ssn-mypage-app .fa-kaaba:before {
  content: "\f66b";
}
#ssn-mypage-app .fa-kaggle:before {
  content: "\f5fa";
}
#ssn-mypage-app .fa-key:before {
  content: "\f084";
}
#ssn-mypage-app .fa-keybase:before {
  content: "\f4f5";
}
#ssn-mypage-app .fa-keyboard:before {
  content: "\f11c";
}
#ssn-mypage-app .fa-keycdn:before {
  content: "\f3ba";
}
#ssn-mypage-app .fa-khanda:before {
  content: "\f66d";
}
#ssn-mypage-app .fa-kickstarter:before {
  content: "\f3bb";
}
#ssn-mypage-app .fa-kickstarter-k:before {
  content: "\f3bc";
}
#ssn-mypage-app .fa-kiss:before {
  content: "\f596";
}
#ssn-mypage-app .fa-kiss-beam:before {
  content: "\f597";
}
#ssn-mypage-app .fa-kiss-wink-heart:before {
  content: "\f598";
}
#ssn-mypage-app .fa-kiwi-bird:before {
  content: "\f535";
}
#ssn-mypage-app .fa-korvue:before {
  content: "\f42f";
}
#ssn-mypage-app .fa-landmark:before {
  content: "\f66f";
}
#ssn-mypage-app .fa-language:before {
  content: "\f1ab";
}
#ssn-mypage-app .fa-laptop:before {
  content: "\f109";
}
#ssn-mypage-app .fa-laptop-code:before {
  content: "\f5fc";
}
#ssn-mypage-app .fa-laptop-house:before {
  content: "\e066";
}
#ssn-mypage-app .fa-laptop-medical:before {
  content: "\f812";
}
#ssn-mypage-app .fa-laravel:before {
  content: "\f3bd";
}
#ssn-mypage-app .fa-lastfm:before {
  content: "\f202";
}
#ssn-mypage-app .fa-lastfm-square:before {
  content: "\f203";
}
#ssn-mypage-app .fa-laugh:before {
  content: "\f599";
}
#ssn-mypage-app .fa-laugh-beam:before {
  content: "\f59a";
}
#ssn-mypage-app .fa-laugh-squint:before {
  content: "\f59b";
}
#ssn-mypage-app .fa-laugh-wink:before {
  content: "\f59c";
}
#ssn-mypage-app .fa-layer-group:before {
  content: "\f5fd";
}
#ssn-mypage-app .fa-leaf:before {
  content: "\f06c";
}
#ssn-mypage-app .fa-leanpub:before {
  content: "\f212";
}
#ssn-mypage-app .fa-lemon:before {
  content: "\f094";
}
#ssn-mypage-app .fa-less:before {
  content: "\f41d";
}
#ssn-mypage-app .fa-less-than:before {
  content: "\f536";
}
#ssn-mypage-app .fa-less-than-equal:before {
  content: "\f537";
}
#ssn-mypage-app .fa-level-down-alt:before {
  content: "\f3be";
}
#ssn-mypage-app .fa-level-up-alt:before {
  content: "\f3bf";
}
#ssn-mypage-app .fa-life-ring:before {
  content: "\f1cd";
}
#ssn-mypage-app .fa-lightbulb:before {
  content: "\f0eb";
}
#ssn-mypage-app .fa-line:before {
  content: "\f3c0";
}
#ssn-mypage-app .fa-link:before {
  content: "\f0c1";
}
#ssn-mypage-app .fa-linkedin:before {
  content: "\f08c";
}
#ssn-mypage-app .fa-linkedin-in:before {
  content: "\f0e1";
}
#ssn-mypage-app .fa-linode:before {
  content: "\f2b8";
}
#ssn-mypage-app .fa-linux:before {
  content: "\f17c";
}
#ssn-mypage-app .fa-lira-sign:before {
  content: "\f195";
}
#ssn-mypage-app .fa-list:before {
  content: "\f03a";
}
#ssn-mypage-app .fa-list-alt:before {
  content: "\f022";
}
#ssn-mypage-app .fa-list-ol:before {
  content: "\f0cb";
}
#ssn-mypage-app .fa-list-ul:before {
  content: "\f0ca";
}
#ssn-mypage-app .fa-location-arrow:before {
  content: "\f124";
}
#ssn-mypage-app .fa-lock:before {
  content: "\f023";
}
#ssn-mypage-app .fa-lock-open:before {
  content: "\f3c1";
}
#ssn-mypage-app .fa-long-arrow-alt-down:before {
  content: "\f309";
}
#ssn-mypage-app .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
#ssn-mypage-app .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
#ssn-mypage-app .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
#ssn-mypage-app .fa-low-vision:before {
  content: "\f2a8";
}
#ssn-mypage-app .fa-luggage-cart:before {
  content: "\f59d";
}
#ssn-mypage-app .fa-lungs:before {
  content: "\f604";
}
#ssn-mypage-app .fa-lungs-virus:before {
  content: "\e067";
}
#ssn-mypage-app .fa-lyft:before {
  content: "\f3c3";
}
#ssn-mypage-app .fa-magento:before {
  content: "\f3c4";
}
#ssn-mypage-app .fa-magic:before {
  content: "\f0d0";
}
#ssn-mypage-app .fa-magnet:before {
  content: "\f076";
}
#ssn-mypage-app .fa-mail-bulk:before {
  content: "\f674";
}
#ssn-mypage-app .fa-mailchimp:before {
  content: "\f59e";
}
#ssn-mypage-app .fa-male:before {
  content: "\f183";
}
#ssn-mypage-app .fa-mandalorian:before {
  content: "\f50f";
}
#ssn-mypage-app .fa-map:before {
  content: "\f279";
}
#ssn-mypage-app .fa-map-marked:before {
  content: "\f59f";
}
#ssn-mypage-app .fa-map-marked-alt:before {
  content: "\f5a0";
}
#ssn-mypage-app .fa-map-marker:before {
  content: "\f041";
}
#ssn-mypage-app .fa-map-marker-alt:before {
  content: "\f3c5";
}
#ssn-mypage-app .fa-map-pin:before {
  content: "\f276";
}
#ssn-mypage-app .fa-map-signs:before {
  content: "\f277";
}
#ssn-mypage-app .fa-markdown:before {
  content: "\f60f";
}
#ssn-mypage-app .fa-marker:before {
  content: "\f5a1";
}
#ssn-mypage-app .fa-mars:before {
  content: "\f222";
}
#ssn-mypage-app .fa-mars-double:before {
  content: "\f227";
}
#ssn-mypage-app .fa-mars-stroke:before {
  content: "\f229";
}
#ssn-mypage-app .fa-mars-stroke-h:before {
  content: "\f22b";
}
#ssn-mypage-app .fa-mars-stroke-v:before {
  content: "\f22a";
}
#ssn-mypage-app .fa-mask:before {
  content: "\f6fa";
}
#ssn-mypage-app .fa-mastodon:before {
  content: "\f4f6";
}
#ssn-mypage-app .fa-maxcdn:before {
  content: "\f136";
}
#ssn-mypage-app .fa-mdb:before {
  content: "\f8ca";
}
#ssn-mypage-app .fa-medal:before {
  content: "\f5a2";
}
#ssn-mypage-app .fa-medapps:before {
  content: "\f3c6";
}
#ssn-mypage-app .fa-medium:before {
  content: "\f23a";
}
#ssn-mypage-app .fa-medium-m:before {
  content: "\f3c7";
}
#ssn-mypage-app .fa-medkit:before {
  content: "\f0fa";
}
#ssn-mypage-app .fa-medrt:before {
  content: "\f3c8";
}
#ssn-mypage-app .fa-meetup:before {
  content: "\f2e0";
}
#ssn-mypage-app .fa-megaport:before {
  content: "\f5a3";
}
#ssn-mypage-app .fa-meh:before {
  content: "\f11a";
}
#ssn-mypage-app .fa-meh-blank:before {
  content: "\f5a4";
}
#ssn-mypage-app .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
#ssn-mypage-app .fa-memory:before {
  content: "\f538";
}
#ssn-mypage-app .fa-mendeley:before {
  content: "\f7b3";
}
#ssn-mypage-app .fa-menorah:before {
  content: "\f676";
}
#ssn-mypage-app .fa-mercury:before {
  content: "\f223";
}
#ssn-mypage-app .fa-meteor:before {
  content: "\f753";
}
#ssn-mypage-app .fa-microblog:before {
  content: "\e01a";
}
#ssn-mypage-app .fa-microchip:before {
  content: "\f2db";
}
#ssn-mypage-app .fa-microphone:before {
  content: "\f130";
}
#ssn-mypage-app .fa-microphone-alt:before {
  content: "\f3c9";
}
#ssn-mypage-app .fa-microphone-alt-slash:before {
  content: "\f539";
}
#ssn-mypage-app .fa-microphone-slash:before {
  content: "\f131";
}
#ssn-mypage-app .fa-microscope:before {
  content: "\f610";
}
#ssn-mypage-app .fa-microsoft:before {
  content: "\f3ca";
}
#ssn-mypage-app .fa-minus:before {
  content: "\f068";
}
#ssn-mypage-app .fa-minus-circle:before {
  content: "\f056";
}
#ssn-mypage-app .fa-minus-square:before {
  content: "\f146";
}
#ssn-mypage-app .fa-mitten:before {
  content: "\f7b5";
}
#ssn-mypage-app .fa-mix:before {
  content: "\f3cb";
}
#ssn-mypage-app .fa-mixcloud:before {
  content: "\f289";
}
#ssn-mypage-app .fa-mixer:before {
  content: "\e056";
}
#ssn-mypage-app .fa-mizuni:before {
  content: "\f3cc";
}
#ssn-mypage-app .fa-mobile:before {
  content: "\f10b";
}
#ssn-mypage-app .fa-mobile-alt:before {
  content: "\f3cd";
}
#ssn-mypage-app .fa-modx:before {
  content: "\f285";
}
#ssn-mypage-app .fa-monero:before {
  content: "\f3d0";
}
#ssn-mypage-app .fa-money-bill:before {
  content: "\f0d6";
}
#ssn-mypage-app .fa-money-bill-alt:before {
  content: "\f3d1";
}
#ssn-mypage-app .fa-money-bill-wave:before {
  content: "\f53a";
}
#ssn-mypage-app .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
#ssn-mypage-app .fa-money-check:before {
  content: "\f53c";
}
#ssn-mypage-app .fa-money-check-alt:before {
  content: "\f53d";
}
#ssn-mypage-app .fa-monument:before {
  content: "\f5a6";
}
#ssn-mypage-app .fa-moon:before {
  content: "\f186";
}
#ssn-mypage-app .fa-mortar-pestle:before {
  content: "\f5a7";
}
#ssn-mypage-app .fa-mosque:before {
  content: "\f678";
}
#ssn-mypage-app .fa-motorcycle:before {
  content: "\f21c";
}
#ssn-mypage-app .fa-mountain:before {
  content: "\f6fc";
}
#ssn-mypage-app .fa-mouse:before {
  content: "\f8cc";
}
#ssn-mypage-app .fa-mouse-pointer:before {
  content: "\f245";
}
#ssn-mypage-app .fa-mug-hot:before {
  content: "\f7b6";
}
#ssn-mypage-app .fa-music:before {
  content: "\f001";
}
#ssn-mypage-app .fa-napster:before {
  content: "\f3d2";
}
#ssn-mypage-app .fa-neos:before {
  content: "\f612";
}
#ssn-mypage-app .fa-network-wired:before {
  content: "\f6ff";
}
#ssn-mypage-app .fa-neuter:before {
  content: "\f22c";
}
#ssn-mypage-app .fa-newspaper:before {
  content: "\f1ea";
}
#ssn-mypage-app .fa-nimblr:before {
  content: "\f5a8";
}
#ssn-mypage-app .fa-node:before {
  content: "\f419";
}
#ssn-mypage-app .fa-node-js:before {
  content: "\f3d3";
}
#ssn-mypage-app .fa-not-equal:before {
  content: "\f53e";
}
#ssn-mypage-app .fa-notes-medical:before {
  content: "\f481";
}
#ssn-mypage-app .fa-npm:before {
  content: "\f3d4";
}
#ssn-mypage-app .fa-ns8:before {
  content: "\f3d5";
}
#ssn-mypage-app .fa-nutritionix:before {
  content: "\f3d6";
}
#ssn-mypage-app .fa-object-group:before {
  content: "\f247";
}
#ssn-mypage-app .fa-object-ungroup:before {
  content: "\f248";
}
#ssn-mypage-app .fa-octopus-deploy:before {
  content: "\e082";
}
#ssn-mypage-app .fa-odnoklassniki:before {
  content: "\f263";
}
#ssn-mypage-app .fa-odnoklassniki-square:before {
  content: "\f264";
}
#ssn-mypage-app .fa-oil-can:before {
  content: "\f613";
}
#ssn-mypage-app .fa-old-republic:before {
  content: "\f510";
}
#ssn-mypage-app .fa-om:before {
  content: "\f679";
}
#ssn-mypage-app .fa-opencart:before {
  content: "\f23d";
}
#ssn-mypage-app .fa-openid:before {
  content: "\f19b";
}
#ssn-mypage-app .fa-opera:before {
  content: "\f26a";
}
#ssn-mypage-app .fa-optin-monster:before {
  content: "\f23c";
}
#ssn-mypage-app .fa-orcid:before {
  content: "\f8d2";
}
#ssn-mypage-app .fa-osi:before {
  content: "\f41a";
}
#ssn-mypage-app .fa-otter:before {
  content: "\f700";
}
#ssn-mypage-app .fa-outdent:before {
  content: "\f03b";
}
#ssn-mypage-app .fa-page4:before {
  content: "\f3d7";
}
#ssn-mypage-app .fa-pagelines:before {
  content: "\f18c";
}
#ssn-mypage-app .fa-pager:before {
  content: "\f815";
}
#ssn-mypage-app .fa-paint-brush:before {
  content: "\f1fc";
}
#ssn-mypage-app .fa-paint-roller:before {
  content: "\f5aa";
}
#ssn-mypage-app .fa-palette:before {
  content: "\f53f";
}
#ssn-mypage-app .fa-palfed:before {
  content: "\f3d8";
}
#ssn-mypage-app .fa-pallet:before {
  content: "\f482";
}
#ssn-mypage-app .fa-paper-plane:before {
  content: "\f1d8";
}
#ssn-mypage-app .fa-paperclip:before {
  content: "\f0c6";
}
#ssn-mypage-app .fa-parachute-box:before {
  content: "\f4cd";
}
#ssn-mypage-app .fa-paragraph:before {
  content: "\f1dd";
}
#ssn-mypage-app .fa-parking:before {
  content: "\f540";
}
#ssn-mypage-app .fa-passport:before {
  content: "\f5ab";
}
#ssn-mypage-app .fa-pastafarianism:before {
  content: "\f67b";
}
#ssn-mypage-app .fa-paste:before {
  content: "\f0ea";
}
#ssn-mypage-app .fa-patreon:before {
  content: "\f3d9";
}
#ssn-mypage-app .fa-pause:before {
  content: "\f04c";
}
#ssn-mypage-app .fa-pause-circle:before {
  content: "\f28b";
}
#ssn-mypage-app .fa-paw:before {
  content: "\f1b0";
}
#ssn-mypage-app .fa-paypal:before {
  content: "\f1ed";
}
#ssn-mypage-app .fa-peace:before {
  content: "\f67c";
}
#ssn-mypage-app .fa-pen:before {
  content: "\f304";
}
#ssn-mypage-app .fa-pen-alt:before {
  content: "\f305";
}
#ssn-mypage-app .fa-pen-fancy:before {
  content: "\f5ac";
}
#ssn-mypage-app .fa-pen-nib:before {
  content: "\f5ad";
}
#ssn-mypage-app .fa-pen-square:before {
  content: "\f14b";
}
#ssn-mypage-app .fa-pencil-alt:before {
  content: "\f303";
}
#ssn-mypage-app .fa-pencil-ruler:before {
  content: "\f5ae";
}
#ssn-mypage-app .fa-penny-arcade:before {
  content: "\f704";
}
#ssn-mypage-app .fa-people-arrows:before {
  content: "\e068";
}
#ssn-mypage-app .fa-people-carry:before {
  content: "\f4ce";
}
#ssn-mypage-app .fa-pepper-hot:before {
  content: "\f816";
}
#ssn-mypage-app .fa-perbyte:before {
  content: "\e083";
}
#ssn-mypage-app .fa-percent:before {
  content: "\f295";
}
#ssn-mypage-app .fa-percentage:before {
  content: "\f541";
}
#ssn-mypage-app .fa-periscope:before {
  content: "\f3da";
}
#ssn-mypage-app .fa-person-booth:before {
  content: "\f756";
}
#ssn-mypage-app .fa-phabricator:before {
  content: "\f3db";
}
#ssn-mypage-app .fa-phoenix-framework:before {
  content: "\f3dc";
}
#ssn-mypage-app .fa-phoenix-squadron:before {
  content: "\f511";
}
#ssn-mypage-app .fa-phone:before {
  content: "\f095";
}
#ssn-mypage-app .fa-phone-alt:before {
  content: "\f879";
}
#ssn-mypage-app .fa-phone-slash:before {
  content: "\f3dd";
}
#ssn-mypage-app .fa-phone-square:before {
  content: "\f098";
}
#ssn-mypage-app .fa-phone-square-alt:before {
  content: "\f87b";
}
#ssn-mypage-app .fa-phone-volume:before {
  content: "\f2a0";
}
#ssn-mypage-app .fa-photo-video:before {
  content: "\f87c";
}
#ssn-mypage-app .fa-php:before {
  content: "\f457";
}
#ssn-mypage-app .fa-pied-piper:before {
  content: "\f2ae";
}
#ssn-mypage-app .fa-pied-piper-alt:before {
  content: "\f1a8";
}
#ssn-mypage-app .fa-pied-piper-hat:before {
  content: "\f4e5";
}
#ssn-mypage-app .fa-pied-piper-pp:before {
  content: "\f1a7";
}
#ssn-mypage-app .fa-pied-piper-square:before {
  content: "\e01e";
}
#ssn-mypage-app .fa-piggy-bank:before {
  content: "\f4d3";
}
#ssn-mypage-app .fa-pills:before {
  content: "\f484";
}
#ssn-mypage-app .fa-pinterest:before {
  content: "\f0d2";
}
#ssn-mypage-app .fa-pinterest-p:before {
  content: "\f231";
}
#ssn-mypage-app .fa-pinterest-square:before {
  content: "\f0d3";
}
#ssn-mypage-app .fa-pizza-slice:before {
  content: "\f818";
}
#ssn-mypage-app .fa-place-of-worship:before {
  content: "\f67f";
}
#ssn-mypage-app .fa-plane:before {
  content: "\f072";
}
#ssn-mypage-app .fa-plane-arrival:before {
  content: "\f5af";
}
#ssn-mypage-app .fa-plane-departure:before {
  content: "\f5b0";
}
#ssn-mypage-app .fa-plane-slash:before {
  content: "\e069";
}
#ssn-mypage-app .fa-play:before {
  content: "\f04b";
}
#ssn-mypage-app .fa-play-circle:before {
  content: "\f144";
}
#ssn-mypage-app .fa-playstation:before {
  content: "\f3df";
}
#ssn-mypage-app .fa-plug:before {
  content: "\f1e6";
}
#ssn-mypage-app .fa-plus:before {
  content: "\f067";
}
#ssn-mypage-app .fa-plus-circle:before {
  content: "\f055";
}
#ssn-mypage-app .fa-plus-square:before {
  content: "\f0fe";
}
#ssn-mypage-app .fa-podcast:before {
  content: "\f2ce";
}
#ssn-mypage-app .fa-poll:before {
  content: "\f681";
}
#ssn-mypage-app .fa-poll-h:before {
  content: "\f682";
}
#ssn-mypage-app .fa-poo:before {
  content: "\f2fe";
}
#ssn-mypage-app .fa-poo-storm:before {
  content: "\f75a";
}
#ssn-mypage-app .fa-poop:before {
  content: "\f619";
}
#ssn-mypage-app .fa-portrait:before {
  content: "\f3e0";
}
#ssn-mypage-app .fa-pound-sign:before {
  content: "\f154";
}
#ssn-mypage-app .fa-power-off:before {
  content: "\f011";
}
#ssn-mypage-app .fa-pray:before {
  content: "\f683";
}
#ssn-mypage-app .fa-praying-hands:before {
  content: "\f684";
}
#ssn-mypage-app .fa-prescription:before {
  content: "\f5b1";
}
#ssn-mypage-app .fa-prescription-bottle:before {
  content: "\f485";
}
#ssn-mypage-app .fa-prescription-bottle-alt:before {
  content: "\f486";
}
#ssn-mypage-app .fa-print:before {
  content: "\f02f";
}
#ssn-mypage-app .fa-procedures:before {
  content: "\f487";
}
#ssn-mypage-app .fa-product-hunt:before {
  content: "\f288";
}
#ssn-mypage-app .fa-project-diagram:before {
  content: "\f542";
}
#ssn-mypage-app .fa-pump-medical:before {
  content: "\e06a";
}
#ssn-mypage-app .fa-pump-soap:before {
  content: "\e06b";
}
#ssn-mypage-app .fa-pushed:before {
  content: "\f3e1";
}
#ssn-mypage-app .fa-puzzle-piece:before {
  content: "\f12e";
}
#ssn-mypage-app .fa-python:before {
  content: "\f3e2";
}
#ssn-mypage-app .fa-qq:before {
  content: "\f1d6";
}
#ssn-mypage-app .fa-qrcode:before {
  content: "\f029";
}
#ssn-mypage-app .fa-question:before {
  content: "\f128";
}
#ssn-mypage-app .fa-question-circle:before {
  content: "\f059";
}
#ssn-mypage-app .fa-quidditch:before {
  content: "\f458";
}
#ssn-mypage-app .fa-quinscape:before {
  content: "\f459";
}
#ssn-mypage-app .fa-quora:before {
  content: "\f2c4";
}
#ssn-mypage-app .fa-quote-left:before {
  content: "\f10d";
}
#ssn-mypage-app .fa-quote-right:before {
  content: "\f10e";
}
#ssn-mypage-app .fa-quran:before {
  content: "\f687";
}
#ssn-mypage-app .fa-r-project:before {
  content: "\f4f7";
}
#ssn-mypage-app .fa-radiation:before {
  content: "\f7b9";
}
#ssn-mypage-app .fa-radiation-alt:before {
  content: "\f7ba";
}
#ssn-mypage-app .fa-rainbow:before {
  content: "\f75b";
}
#ssn-mypage-app .fa-random:before {
  content: "\f074";
}
#ssn-mypage-app .fa-raspberry-pi:before {
  content: "\f7bb";
}
#ssn-mypage-app .fa-ravelry:before {
  content: "\f2d9";
}
#ssn-mypage-app .fa-react:before {
  content: "\f41b";
}
#ssn-mypage-app .fa-reacteurope:before {
  content: "\f75d";
}
#ssn-mypage-app .fa-readme:before {
  content: "\f4d5";
}
#ssn-mypage-app .fa-rebel:before {
  content: "\f1d0";
}
#ssn-mypage-app .fa-receipt:before {
  content: "\f543";
}
#ssn-mypage-app .fa-record-vinyl:before {
  content: "\f8d9";
}
#ssn-mypage-app .fa-recycle:before {
  content: "\f1b8";
}
#ssn-mypage-app .fa-red-river:before {
  content: "\f3e3";
}
#ssn-mypage-app .fa-reddit:before {
  content: "\f1a1";
}
#ssn-mypage-app .fa-reddit-alien:before {
  content: "\f281";
}
#ssn-mypage-app .fa-reddit-square:before {
  content: "\f1a2";
}
#ssn-mypage-app .fa-redhat:before {
  content: "\f7bc";
}
#ssn-mypage-app .fa-redo:before {
  content: "\f01e";
}
#ssn-mypage-app .fa-redo-alt:before {
  content: "\f2f9";
}
#ssn-mypage-app .fa-registered:before {
  content: "\f25d";
}
#ssn-mypage-app .fa-remove-format:before {
  content: "\f87d";
}
#ssn-mypage-app .fa-renren:before {
  content: "\f18b";
}
#ssn-mypage-app .fa-reply:before {
  content: "\f3e5";
}
#ssn-mypage-app .fa-reply-all:before {
  content: "\f122";
}
#ssn-mypage-app .fa-replyd:before {
  content: "\f3e6";
}
#ssn-mypage-app .fa-republican:before {
  content: "\f75e";
}
#ssn-mypage-app .fa-researchgate:before {
  content: "\f4f8";
}
#ssn-mypage-app .fa-resolving:before {
  content: "\f3e7";
}
#ssn-mypage-app .fa-restroom:before {
  content: "\f7bd";
}
#ssn-mypage-app .fa-retweet:before {
  content: "\f079";
}
#ssn-mypage-app .fa-rev:before {
  content: "\f5b2";
}
#ssn-mypage-app .fa-ribbon:before {
  content: "\f4d6";
}
#ssn-mypage-app .fa-ring:before {
  content: "\f70b";
}
#ssn-mypage-app .fa-road:before {
  content: "\f018";
}
#ssn-mypage-app .fa-robot:before {
  content: "\f544";
}
#ssn-mypage-app .fa-rocket:before {
  content: "\f135";
}
#ssn-mypage-app .fa-rocketchat:before {
  content: "\f3e8";
}
#ssn-mypage-app .fa-rockrms:before {
  content: "\f3e9";
}
#ssn-mypage-app .fa-route:before {
  content: "\f4d7";
}
#ssn-mypage-app .fa-rss:before {
  content: "\f09e";
}
#ssn-mypage-app .fa-rss-square:before {
  content: "\f143";
}
#ssn-mypage-app .fa-ruble-sign:before {
  content: "\f158";
}
#ssn-mypage-app .fa-ruler:before {
  content: "\f545";
}
#ssn-mypage-app .fa-ruler-combined:before {
  content: "\f546";
}
#ssn-mypage-app .fa-ruler-horizontal:before {
  content: "\f547";
}
#ssn-mypage-app .fa-ruler-vertical:before {
  content: "\f548";
}
#ssn-mypage-app .fa-running:before {
  content: "\f70c";
}
#ssn-mypage-app .fa-rupee-sign:before {
  content: "\f156";
}
#ssn-mypage-app .fa-rust:before {
  content: "\e07a";
}
#ssn-mypage-app .fa-sad-cry:before {
  content: "\f5b3";
}
#ssn-mypage-app .fa-sad-tear:before {
  content: "\f5b4";
}
#ssn-mypage-app .fa-safari:before {
  content: "\f267";
}
#ssn-mypage-app .fa-salesforce:before {
  content: "\f83b";
}
#ssn-mypage-app .fa-sass:before {
  content: "\f41e";
}
#ssn-mypage-app .fa-satellite:before {
  content: "\f7bf";
}
#ssn-mypage-app .fa-satellite-dish:before {
  content: "\f7c0";
}
#ssn-mypage-app .fa-save:before {
  content: "\f0c7";
}
#ssn-mypage-app .fa-schlix:before {
  content: "\f3ea";
}
#ssn-mypage-app .fa-school:before {
  content: "\f549";
}
#ssn-mypage-app .fa-screwdriver:before {
  content: "\f54a";
}
#ssn-mypage-app .fa-scribd:before {
  content: "\f28a";
}
#ssn-mypage-app .fa-scroll:before {
  content: "\f70e";
}
#ssn-mypage-app .fa-sd-card:before {
  content: "\f7c2";
}
#ssn-mypage-app .fa-search:before {
  content: "\f002";
}
#ssn-mypage-app .fa-search-dollar:before {
  content: "\f688";
}
#ssn-mypage-app .fa-search-location:before {
  content: "\f689";
}
#ssn-mypage-app .fa-search-minus:before {
  content: "\f010";
}
#ssn-mypage-app .fa-search-plus:before {
  content: "\f00e";
}
#ssn-mypage-app .fa-searchengin:before {
  content: "\f3eb";
}
#ssn-mypage-app .fa-seedling:before {
  content: "\f4d8";
}
#ssn-mypage-app .fa-sellcast:before {
  content: "\f2da";
}
#ssn-mypage-app .fa-sellsy:before {
  content: "\f213";
}
#ssn-mypage-app .fa-server:before {
  content: "\f233";
}
#ssn-mypage-app .fa-servicestack:before {
  content: "\f3ec";
}
#ssn-mypage-app .fa-shapes:before {
  content: "\f61f";
}
#ssn-mypage-app .fa-share:before {
  content: "\f064";
}
#ssn-mypage-app .fa-share-alt:before {
  content: "\f1e0";
}
#ssn-mypage-app .fa-share-alt-square:before {
  content: "\f1e1";
}
#ssn-mypage-app .fa-share-square:before {
  content: "\f14d";
}
#ssn-mypage-app .fa-shekel-sign:before {
  content: "\f20b";
}
#ssn-mypage-app .fa-shield-alt:before {
  content: "\f3ed";
}
#ssn-mypage-app .fa-shield-virus:before {
  content: "\e06c";
}
#ssn-mypage-app .fa-ship:before {
  content: "\f21a";
}
#ssn-mypage-app .fa-shipping-fast:before {
  content: "\f48b";
}
#ssn-mypage-app .fa-shirtsinbulk:before {
  content: "\f214";
}
#ssn-mypage-app .fa-shoe-prints:before {
  content: "\f54b";
}
#ssn-mypage-app .fa-shopify:before {
  content: "\e057";
}
#ssn-mypage-app .fa-shopping-bag:before {
  content: "\f290";
}
#ssn-mypage-app .fa-shopping-basket:before {
  content: "\f291";
}
#ssn-mypage-app .fa-shopping-cart:before {
  content: "\f07a";
}
#ssn-mypage-app .fa-shopware:before {
  content: "\f5b5";
}
#ssn-mypage-app .fa-shower:before {
  content: "\f2cc";
}
#ssn-mypage-app .fa-shuttle-van:before {
  content: "\f5b6";
}
#ssn-mypage-app .fa-sign:before {
  content: "\f4d9";
}
#ssn-mypage-app .fa-sign-in-alt:before {
  content: "\f2f6";
}
#ssn-mypage-app .fa-sign-language:before {
  content: "\f2a7";
}
#ssn-mypage-app .fa-sign-out-alt:before {
  content: "\f2f5";
}
#ssn-mypage-app .fa-signal:before {
  content: "\f012";
}
#ssn-mypage-app .fa-signature:before {
  content: "\f5b7";
}
#ssn-mypage-app .fa-sim-card:before {
  content: "\f7c4";
}
#ssn-mypage-app .fa-simplybuilt:before {
  content: "\f215";
}
#ssn-mypage-app .fa-sink:before {
  content: "\e06d";
}
#ssn-mypage-app .fa-sistrix:before {
  content: "\f3ee";
}
#ssn-mypage-app .fa-sitemap:before {
  content: "\f0e8";
}
#ssn-mypage-app .fa-sith:before {
  content: "\f512";
}
#ssn-mypage-app .fa-skating:before {
  content: "\f7c5";
}
#ssn-mypage-app .fa-sketch:before {
  content: "\f7c6";
}
#ssn-mypage-app .fa-skiing:before {
  content: "\f7c9";
}
#ssn-mypage-app .fa-skiing-nordic:before {
  content: "\f7ca";
}
#ssn-mypage-app .fa-skull:before {
  content: "\f54c";
}
#ssn-mypage-app .fa-skull-crossbones:before {
  content: "\f714";
}
#ssn-mypage-app .fa-skyatlas:before {
  content: "\f216";
}
#ssn-mypage-app .fa-skype:before {
  content: "\f17e";
}
#ssn-mypage-app .fa-slack:before {
  content: "\f198";
}
#ssn-mypage-app .fa-slack-hash:before {
  content: "\f3ef";
}
#ssn-mypage-app .fa-slash:before {
  content: "\f715";
}
#ssn-mypage-app .fa-sleigh:before {
  content: "\f7cc";
}
#ssn-mypage-app .fa-sliders-h:before {
  content: "\f1de";
}
#ssn-mypage-app .fa-slideshare:before {
  content: "\f1e7";
}
#ssn-mypage-app .fa-smile:before {
  content: "\f118";
}
#ssn-mypage-app .fa-smile-beam:before {
  content: "\f5b8";
}
#ssn-mypage-app .fa-smile-wink:before {
  content: "\f4da";
}
#ssn-mypage-app .fa-smog:before {
  content: "\f75f";
}
#ssn-mypage-app .fa-smoking:before {
  content: "\f48d";
}
#ssn-mypage-app .fa-smoking-ban:before {
  content: "\f54d";
}
#ssn-mypage-app .fa-sms:before {
  content: "\f7cd";
}
#ssn-mypage-app .fa-snapchat:before {
  content: "\f2ab";
}
#ssn-mypage-app .fa-snapchat-ghost:before {
  content: "\f2ac";
}
#ssn-mypage-app .fa-snapchat-square:before {
  content: "\f2ad";
}
#ssn-mypage-app .fa-snowboarding:before {
  content: "\f7ce";
}
#ssn-mypage-app .fa-snowflake:before {
  content: "\f2dc";
}
#ssn-mypage-app .fa-snowman:before {
  content: "\f7d0";
}
#ssn-mypage-app .fa-snowplow:before {
  content: "\f7d2";
}
#ssn-mypage-app .fa-soap:before {
  content: "\e06e";
}
#ssn-mypage-app .fa-socks:before {
  content: "\f696";
}
#ssn-mypage-app .fa-solar-panel:before {
  content: "\f5ba";
}
#ssn-mypage-app .fa-sort:before {
  content: "\f0dc";
}
#ssn-mypage-app .fa-sort-alpha-down:before {
  content: "\f15d";
}
#ssn-mypage-app .fa-sort-alpha-down-alt:before {
  content: "\f881";
}
#ssn-mypage-app .fa-sort-alpha-up:before {
  content: "\f15e";
}
#ssn-mypage-app .fa-sort-alpha-up-alt:before {
  content: "\f882";
}
#ssn-mypage-app .fa-sort-amount-down:before {
  content: "\f160";
}
#ssn-mypage-app .fa-sort-amount-down-alt:before {
  content: "\f884";
}
#ssn-mypage-app .fa-sort-amount-up:before {
  content: "\f161";
}
#ssn-mypage-app .fa-sort-amount-up-alt:before {
  content: "\f885";
}
#ssn-mypage-app .fa-sort-down:before {
  content: "\f0dd";
}
#ssn-mypage-app .fa-sort-numeric-down:before {
  content: "\f162";
}
#ssn-mypage-app .fa-sort-numeric-down-alt:before {
  content: "\f886";
}
#ssn-mypage-app .fa-sort-numeric-up:before {
  content: "\f163";
}
#ssn-mypage-app .fa-sort-numeric-up-alt:before {
  content: "\f887";
}
#ssn-mypage-app .fa-sort-up:before {
  content: "\f0de";
}
#ssn-mypage-app .fa-soundcloud:before {
  content: "\f1be";
}
#ssn-mypage-app .fa-sourcetree:before {
  content: "\f7d3";
}
#ssn-mypage-app .fa-spa:before {
  content: "\f5bb";
}
#ssn-mypage-app .fa-space-shuttle:before {
  content: "\f197";
}
#ssn-mypage-app .fa-speakap:before {
  content: "\f3f3";
}
#ssn-mypage-app .fa-speaker-deck:before {
  content: "\f83c";
}
#ssn-mypage-app .fa-spell-check:before {
  content: "\f891";
}
#ssn-mypage-app .fa-spider:before {
  content: "\f717";
}
#ssn-mypage-app .fa-spinner:before {
  content: "\f110";
}
#ssn-mypage-app .fa-splotch:before {
  content: "\f5bc";
}
#ssn-mypage-app .fa-spotify:before {
  content: "\f1bc";
}
#ssn-mypage-app .fa-spray-can:before {
  content: "\f5bd";
}
#ssn-mypage-app .fa-square:before {
  content: "\f0c8";
}
#ssn-mypage-app .fa-square-full:before {
  content: "\f45c";
}
#ssn-mypage-app .fa-square-root-alt:before {
  content: "\f698";
}
#ssn-mypage-app .fa-squarespace:before {
  content: "\f5be";
}
#ssn-mypage-app .fa-stack-exchange:before {
  content: "\f18d";
}
#ssn-mypage-app .fa-stack-overflow:before {
  content: "\f16c";
}
#ssn-mypage-app .fa-stackpath:before {
  content: "\f842";
}
#ssn-mypage-app .fa-stamp:before {
  content: "\f5bf";
}
#ssn-mypage-app .fa-star:before {
  content: "\f005";
}
#ssn-mypage-app .fa-star-and-crescent:before {
  content: "\f699";
}
#ssn-mypage-app .fa-star-half:before {
  content: "\f089";
}
#ssn-mypage-app .fa-star-half-alt:before {
  content: "\f5c0";
}
#ssn-mypage-app .fa-star-of-david:before {
  content: "\f69a";
}
#ssn-mypage-app .fa-star-of-life:before {
  content: "\f621";
}
#ssn-mypage-app .fa-staylinked:before {
  content: "\f3f5";
}
#ssn-mypage-app .fa-steam:before {
  content: "\f1b6";
}
#ssn-mypage-app .fa-steam-square:before {
  content: "\f1b7";
}
#ssn-mypage-app .fa-steam-symbol:before {
  content: "\f3f6";
}
#ssn-mypage-app .fa-step-backward:before {
  content: "\f048";
}
#ssn-mypage-app .fa-step-forward:before {
  content: "\f051";
}
#ssn-mypage-app .fa-stethoscope:before {
  content: "\f0f1";
}
#ssn-mypage-app .fa-sticker-mule:before {
  content: "\f3f7";
}
#ssn-mypage-app .fa-sticky-note:before {
  content: "\f249";
}
#ssn-mypage-app .fa-stop:before {
  content: "\f04d";
}
#ssn-mypage-app .fa-stop-circle:before {
  content: "\f28d";
}
#ssn-mypage-app .fa-stopwatch:before {
  content: "\f2f2";
}
#ssn-mypage-app .fa-stopwatch-20:before {
  content: "\e06f";
}
#ssn-mypage-app .fa-store:before {
  content: "\f54e";
}
#ssn-mypage-app .fa-store-alt:before {
  content: "\f54f";
}
#ssn-mypage-app .fa-store-alt-slash:before {
  content: "\e070";
}
#ssn-mypage-app .fa-store-slash:before {
  content: "\e071";
}
#ssn-mypage-app .fa-strava:before {
  content: "\f428";
}
#ssn-mypage-app .fa-stream:before {
  content: "\f550";
}
#ssn-mypage-app .fa-street-view:before {
  content: "\f21d";
}
#ssn-mypage-app .fa-strikethrough:before {
  content: "\f0cc";
}
#ssn-mypage-app .fa-stripe:before {
  content: "\f429";
}
#ssn-mypage-app .fa-stripe-s:before {
  content: "\f42a";
}
#ssn-mypage-app .fa-stroopwafel:before {
  content: "\f551";
}
#ssn-mypage-app .fa-studiovinari:before {
  content: "\f3f8";
}
#ssn-mypage-app .fa-stumbleupon:before {
  content: "\f1a4";
}
#ssn-mypage-app .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
#ssn-mypage-app .fa-subscript:before {
  content: "\f12c";
}
#ssn-mypage-app .fa-subway:before {
  content: "\f239";
}
#ssn-mypage-app .fa-suitcase:before {
  content: "\f0f2";
}
#ssn-mypage-app .fa-suitcase-rolling:before {
  content: "\f5c1";
}
#ssn-mypage-app .fa-sun:before {
  content: "\f185";
}
#ssn-mypage-app .fa-superpowers:before {
  content: "\f2dd";
}
#ssn-mypage-app .fa-superscript:before {
  content: "\f12b";
}
#ssn-mypage-app .fa-supple:before {
  content: "\f3f9";
}
#ssn-mypage-app .fa-surprise:before {
  content: "\f5c2";
}
#ssn-mypage-app .fa-suse:before {
  content: "\f7d6";
}
#ssn-mypage-app .fa-swatchbook:before {
  content: "\f5c3";
}
#ssn-mypage-app .fa-swift:before {
  content: "\f8e1";
}
#ssn-mypage-app .fa-swimmer:before {
  content: "\f5c4";
}
#ssn-mypage-app .fa-swimming-pool:before {
  content: "\f5c5";
}
#ssn-mypage-app .fa-symfony:before {
  content: "\f83d";
}
#ssn-mypage-app .fa-synagogue:before {
  content: "\f69b";
}
#ssn-mypage-app .fa-sync:before {
  content: "\f021";
}
#ssn-mypage-app .fa-sync-alt:before {
  content: "\f2f1";
}
#ssn-mypage-app .fa-syringe:before {
  content: "\f48e";
}
#ssn-mypage-app .fa-table:before {
  content: "\f0ce";
}
#ssn-mypage-app .fa-table-tennis:before {
  content: "\f45d";
}
#ssn-mypage-app .fa-tablet:before {
  content: "\f10a";
}
#ssn-mypage-app .fa-tablet-alt:before {
  content: "\f3fa";
}
#ssn-mypage-app .fa-tablets:before {
  content: "\f490";
}
#ssn-mypage-app .fa-tachometer-alt:before {
  content: "\f3fd";
}
#ssn-mypage-app .fa-tag:before {
  content: "\f02b";
}
#ssn-mypage-app .fa-tags:before {
  content: "\f02c";
}
#ssn-mypage-app .fa-tape:before {
  content: "\f4db";
}
#ssn-mypage-app .fa-tasks:before {
  content: "\f0ae";
}
#ssn-mypage-app .fa-taxi:before {
  content: "\f1ba";
}
#ssn-mypage-app .fa-teamspeak:before {
  content: "\f4f9";
}
#ssn-mypage-app .fa-teeth:before {
  content: "\f62e";
}
#ssn-mypage-app .fa-teeth-open:before {
  content: "\f62f";
}
#ssn-mypage-app .fa-telegram:before {
  content: "\f2c6";
}
#ssn-mypage-app .fa-telegram-plane:before {
  content: "\f3fe";
}
#ssn-mypage-app .fa-temperature-high:before {
  content: "\f769";
}
#ssn-mypage-app .fa-temperature-low:before {
  content: "\f76b";
}
#ssn-mypage-app .fa-tencent-weibo:before {
  content: "\f1d5";
}
#ssn-mypage-app .fa-tenge:before {
  content: "\f7d7";
}
#ssn-mypage-app .fa-terminal:before {
  content: "\f120";
}
#ssn-mypage-app .fa-text-height:before {
  content: "\f034";
}
#ssn-mypage-app .fa-text-width:before {
  content: "\f035";
}
#ssn-mypage-app .fa-th:before {
  content: "\f00a";
}
#ssn-mypage-app .fa-th-large:before {
  content: "\f009";
}
#ssn-mypage-app .fa-th-list:before {
  content: "\f00b";
}
#ssn-mypage-app .fa-the-red-yeti:before {
  content: "\f69d";
}
#ssn-mypage-app .fa-theater-masks:before {
  content: "\f630";
}
#ssn-mypage-app .fa-themeco:before {
  content: "\f5c6";
}
#ssn-mypage-app .fa-themeisle:before {
  content: "\f2b2";
}
#ssn-mypage-app .fa-thermometer:before {
  content: "\f491";
}
#ssn-mypage-app .fa-thermometer-empty:before {
  content: "\f2cb";
}
#ssn-mypage-app .fa-thermometer-full:before {
  content: "\f2c7";
}
#ssn-mypage-app .fa-thermometer-half:before {
  content: "\f2c9";
}
#ssn-mypage-app .fa-thermometer-quarter:before {
  content: "\f2ca";
}
#ssn-mypage-app .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
#ssn-mypage-app .fa-think-peaks:before {
  content: "\f731";
}
#ssn-mypage-app .fa-thumbs-down:before {
  content: "\f165";
}
#ssn-mypage-app .fa-thumbs-up:before {
  content: "\f164";
}
#ssn-mypage-app .fa-thumbtack:before {
  content: "\f08d";
}
#ssn-mypage-app .fa-ticket-alt:before {
  content: "\f3ff";
}
#ssn-mypage-app .fa-tiktok:before {
  content: "\e07b";
}
#ssn-mypage-app .fa-times:before {
  content: "\f00d";
}
#ssn-mypage-app .fa-times-circle:before {
  content: "\f057";
}
#ssn-mypage-app .fa-tint:before {
  content: "\f043";
}
#ssn-mypage-app .fa-tint-slash:before {
  content: "\f5c7";
}
#ssn-mypage-app .fa-tired:before {
  content: "\f5c8";
}
#ssn-mypage-app .fa-toggle-off:before {
  content: "\f204";
}
#ssn-mypage-app .fa-toggle-on:before {
  content: "\f205";
}
#ssn-mypage-app .fa-toilet:before {
  content: "\f7d8";
}
#ssn-mypage-app .fa-toilet-paper:before {
  content: "\f71e";
}
#ssn-mypage-app .fa-toilet-paper-slash:before {
  content: "\e072";
}
#ssn-mypage-app .fa-toolbox:before {
  content: "\f552";
}
#ssn-mypage-app .fa-tools:before {
  content: "\f7d9";
}
#ssn-mypage-app .fa-tooth:before {
  content: "\f5c9";
}
#ssn-mypage-app .fa-torah:before {
  content: "\f6a0";
}
#ssn-mypage-app .fa-torii-gate:before {
  content: "\f6a1";
}
#ssn-mypage-app .fa-tractor:before {
  content: "\f722";
}
#ssn-mypage-app .fa-trade-federation:before {
  content: "\f513";
}
#ssn-mypage-app .fa-trademark:before {
  content: "\f25c";
}
#ssn-mypage-app .fa-traffic-light:before {
  content: "\f637";
}
#ssn-mypage-app .fa-trailer:before {
  content: "\e041";
}
#ssn-mypage-app .fa-train:before {
  content: "\f238";
}
#ssn-mypage-app .fa-tram:before {
  content: "\f7da";
}
#ssn-mypage-app .fa-transgender:before {
  content: "\f224";
}
#ssn-mypage-app .fa-transgender-alt:before {
  content: "\f225";
}
#ssn-mypage-app .fa-trash:before {
  content: "\f1f8";
}
#ssn-mypage-app .fa-trash-alt:before {
  content: "\f2ed";
}
#ssn-mypage-app .fa-trash-restore:before {
  content: "\f829";
}
#ssn-mypage-app .fa-trash-restore-alt:before {
  content: "\f82a";
}
#ssn-mypage-app .fa-tree:before {
  content: "\f1bb";
}
#ssn-mypage-app .fa-trello:before {
  content: "\f181";
}
#ssn-mypage-app .fa-trophy:before {
  content: "\f091";
}
#ssn-mypage-app .fa-truck:before {
  content: "\f0d1";
}
#ssn-mypage-app .fa-truck-loading:before {
  content: "\f4de";
}
#ssn-mypage-app .fa-truck-monster:before {
  content: "\f63b";
}
#ssn-mypage-app .fa-truck-moving:before {
  content: "\f4df";
}
#ssn-mypage-app .fa-truck-pickup:before {
  content: "\f63c";
}
#ssn-mypage-app .fa-tshirt:before {
  content: "\f553";
}
#ssn-mypage-app .fa-tty:before {
  content: "\f1e4";
}
#ssn-mypage-app .fa-tumblr:before {
  content: "\f173";
}
#ssn-mypage-app .fa-tumblr-square:before {
  content: "\f174";
}
#ssn-mypage-app .fa-tv:before {
  content: "\f26c";
}
#ssn-mypage-app .fa-twitch:before {
  content: "\f1e8";
}
#ssn-mypage-app .fa-twitter:before {
  content: "\f099";
}
#ssn-mypage-app .fa-twitter-square:before {
  content: "\f081";
}
#ssn-mypage-app .fa-typo3:before {
  content: "\f42b";
}
#ssn-mypage-app .fa-uber:before {
  content: "\f402";
}
#ssn-mypage-app .fa-ubuntu:before {
  content: "\f7df";
}
#ssn-mypage-app .fa-uikit:before {
  content: "\f403";
}
#ssn-mypage-app .fa-umbraco:before {
  content: "\f8e8";
}
#ssn-mypage-app .fa-umbrella:before {
  content: "\f0e9";
}
#ssn-mypage-app .fa-umbrella-beach:before {
  content: "\f5ca";
}
#ssn-mypage-app .fa-uncharted:before {
  content: "\e084";
}
#ssn-mypage-app .fa-underline:before {
  content: "\f0cd";
}
#ssn-mypage-app .fa-undo:before {
  content: "\f0e2";
}
#ssn-mypage-app .fa-undo-alt:before {
  content: "\f2ea";
}
#ssn-mypage-app .fa-uniregistry:before {
  content: "\f404";
}
#ssn-mypage-app .fa-unity:before {
  content: "\e049";
}
#ssn-mypage-app .fa-universal-access:before {
  content: "\f29a";
}
#ssn-mypage-app .fa-university:before {
  content: "\f19c";
}
#ssn-mypage-app .fa-unlink:before {
  content: "\f127";
}
#ssn-mypage-app .fa-unlock:before {
  content: "\f09c";
}
#ssn-mypage-app .fa-unlock-alt:before {
  content: "\f13e";
}
#ssn-mypage-app .fa-unsplash:before {
  content: "\e07c";
}
#ssn-mypage-app .fa-untappd:before {
  content: "\f405";
}
#ssn-mypage-app .fa-upload:before {
  content: "\f093";
}
#ssn-mypage-app .fa-ups:before {
  content: "\f7e0";
}
#ssn-mypage-app .fa-usb:before {
  content: "\f287";
}
#ssn-mypage-app .fa-user:before {
  content: "\f007";
}
#ssn-mypage-app .fa-user-alt:before {
  content: "\f406";
}
#ssn-mypage-app .fa-user-alt-slash:before {
  content: "\f4fa";
}
#ssn-mypage-app .fa-user-astronaut:before {
  content: "\f4fb";
}
#ssn-mypage-app .fa-user-check:before {
  content: "\f4fc";
}
#ssn-mypage-app .fa-user-circle:before {
  content: "\f2bd";
}
#ssn-mypage-app .fa-user-clock:before {
  content: "\f4fd";
}
#ssn-mypage-app .fa-user-cog:before {
  content: "\f4fe";
}
#ssn-mypage-app .fa-user-edit:before {
  content: "\f4ff";
}
#ssn-mypage-app .fa-user-friends:before {
  content: "\f500";
}
#ssn-mypage-app .fa-user-graduate:before {
  content: "\f501";
}
#ssn-mypage-app .fa-user-injured:before {
  content: "\f728";
}
#ssn-mypage-app .fa-user-lock:before {
  content: "\f502";
}
#ssn-mypage-app .fa-user-md:before {
  content: "\f0f0";
}
#ssn-mypage-app .fa-user-minus:before {
  content: "\f503";
}
#ssn-mypage-app .fa-user-ninja:before {
  content: "\f504";
}
#ssn-mypage-app .fa-user-nurse:before {
  content: "\f82f";
}
#ssn-mypage-app .fa-user-plus:before {
  content: "\f234";
}
#ssn-mypage-app .fa-user-secret:before {
  content: "\f21b";
}
#ssn-mypage-app .fa-user-shield:before {
  content: "\f505";
}
#ssn-mypage-app .fa-user-slash:before {
  content: "\f506";
}
#ssn-mypage-app .fa-user-tag:before {
  content: "\f507";
}
#ssn-mypage-app .fa-user-tie:before {
  content: "\f508";
}
#ssn-mypage-app .fa-user-times:before {
  content: "\f235";
}
#ssn-mypage-app .fa-users:before {
  content: "\f0c0";
}
#ssn-mypage-app .fa-users-cog:before {
  content: "\f509";
}
#ssn-mypage-app .fa-users-slash:before {
  content: "\e073";
}
#ssn-mypage-app .fa-usps:before {
  content: "\f7e1";
}
#ssn-mypage-app .fa-ussunnah:before {
  content: "\f407";
}
#ssn-mypage-app .fa-utensil-spoon:before {
  content: "\f2e5";
}
#ssn-mypage-app .fa-utensils:before {
  content: "\f2e7";
}
#ssn-mypage-app .fa-vaadin:before {
  content: "\f408";
}
#ssn-mypage-app .fa-vector-square:before {
  content: "\f5cb";
}
#ssn-mypage-app .fa-venus:before {
  content: "\f221";
}
#ssn-mypage-app .fa-venus-double:before {
  content: "\f226";
}
#ssn-mypage-app .fa-venus-mars:before {
  content: "\f228";
}
#ssn-mypage-app .fa-vest:before {
  content: "\e085";
}
#ssn-mypage-app .fa-vest-patches:before {
  content: "\e086";
}
#ssn-mypage-app .fa-viacoin:before {
  content: "\f237";
}
#ssn-mypage-app .fa-viadeo:before {
  content: "\f2a9";
}
#ssn-mypage-app .fa-viadeo-square:before {
  content: "\f2aa";
}
#ssn-mypage-app .fa-vial:before {
  content: "\f492";
}
#ssn-mypage-app .fa-vials:before {
  content: "\f493";
}
#ssn-mypage-app .fa-viber:before {
  content: "\f409";
}
#ssn-mypage-app .fa-video:before {
  content: "\f03d";
}
#ssn-mypage-app .fa-video-slash:before {
  content: "\f4e2";
}
#ssn-mypage-app .fa-vihara:before {
  content: "\f6a7";
}
#ssn-mypage-app .fa-vimeo:before {
  content: "\f40a";
}
#ssn-mypage-app .fa-vimeo-square:before {
  content: "\f194";
}
#ssn-mypage-app .fa-vimeo-v:before {
  content: "\f27d";
}
#ssn-mypage-app .fa-vine:before {
  content: "\f1ca";
}
#ssn-mypage-app .fa-virus:before {
  content: "\e074";
}
#ssn-mypage-app .fa-virus-slash:before {
  content: "\e075";
}
#ssn-mypage-app .fa-viruses:before {
  content: "\e076";
}
#ssn-mypage-app .fa-vk:before {
  content: "\f189";
}
#ssn-mypage-app .fa-vnv:before {
  content: "\f40b";
}
#ssn-mypage-app .fa-voicemail:before {
  content: "\f897";
}
#ssn-mypage-app .fa-volleyball-ball:before {
  content: "\f45f";
}
#ssn-mypage-app .fa-volume-down:before {
  content: "\f027";
}
#ssn-mypage-app .fa-volume-mute:before {
  content: "\f6a9";
}
#ssn-mypage-app .fa-volume-off:before {
  content: "\f026";
}
#ssn-mypage-app .fa-volume-up:before {
  content: "\f028";
}
#ssn-mypage-app .fa-vote-yea:before {
  content: "\f772";
}
#ssn-mypage-app .fa-vr-cardboard:before {
  content: "\f729";
}
#ssn-mypage-app .fa-vuejs:before {
  content: "\f41f";
}
#ssn-mypage-app .fa-walking:before {
  content: "\f554";
}
#ssn-mypage-app .fa-wallet:before {
  content: "\f555";
}
#ssn-mypage-app .fa-warehouse:before {
  content: "\f494";
}
#ssn-mypage-app .fa-watchman-monitoring:before {
  content: "\e087";
}
#ssn-mypage-app .fa-water:before {
  content: "\f773";
}
#ssn-mypage-app .fa-wave-square:before {
  content: "\f83e";
}
#ssn-mypage-app .fa-waze:before {
  content: "\f83f";
}
#ssn-mypage-app .fa-weebly:before {
  content: "\f5cc";
}
#ssn-mypage-app .fa-weibo:before {
  content: "\f18a";
}
#ssn-mypage-app .fa-weight:before {
  content: "\f496";
}
#ssn-mypage-app .fa-weight-hanging:before {
  content: "\f5cd";
}
#ssn-mypage-app .fa-weixin:before {
  content: "\f1d7";
}
#ssn-mypage-app .fa-whatsapp:before {
  content: "\f232";
}
#ssn-mypage-app .fa-whatsapp-square:before {
  content: "\f40c";
}
#ssn-mypage-app .fa-wheelchair:before {
  content: "\f193";
}
#ssn-mypage-app .fa-whmcs:before {
  content: "\f40d";
}
#ssn-mypage-app .fa-wifi:before {
  content: "\f1eb";
}
#ssn-mypage-app .fa-wikipedia-w:before {
  content: "\f266";
}
#ssn-mypage-app .fa-wind:before {
  content: "\f72e";
}
#ssn-mypage-app .fa-window-close:before {
  content: "\f410";
}
#ssn-mypage-app .fa-window-maximize:before {
  content: "\f2d0";
}
#ssn-mypage-app .fa-window-minimize:before {
  content: "\f2d1";
}
#ssn-mypage-app .fa-window-restore:before {
  content: "\f2d2";
}
#ssn-mypage-app .fa-windows:before {
  content: "\f17a";
}
#ssn-mypage-app .fa-wine-bottle:before {
  content: "\f72f";
}
#ssn-mypage-app .fa-wine-glass:before {
  content: "\f4e3";
}
#ssn-mypage-app .fa-wine-glass-alt:before {
  content: "\f5ce";
}
#ssn-mypage-app .fa-wix:before {
  content: "\f5cf";
}
#ssn-mypage-app .fa-wizards-of-the-coast:before {
  content: "\f730";
}
#ssn-mypage-app .fa-wodu:before {
  content: "\e088";
}
#ssn-mypage-app .fa-wolf-pack-battalion:before {
  content: "\f514";
}
#ssn-mypage-app .fa-won-sign:before {
  content: "\f159";
}
#ssn-mypage-app .fa-wordpress:before {
  content: "\f19a";
}
#ssn-mypage-app .fa-wordpress-simple:before {
  content: "\f411";
}
#ssn-mypage-app .fa-wpbeginner:before {
  content: "\f297";
}
#ssn-mypage-app .fa-wpexplorer:before {
  content: "\f2de";
}
#ssn-mypage-app .fa-wpforms:before {
  content: "\f298";
}
#ssn-mypage-app .fa-wpressr:before {
  content: "\f3e4";
}
#ssn-mypage-app .fa-wrench:before {
  content: "\f0ad";
}
#ssn-mypage-app .fa-x-ray:before {
  content: "\f497";
}
#ssn-mypage-app .fa-xbox:before {
  content: "\f412";
}
#ssn-mypage-app .fa-xing:before {
  content: "\f168";
}
#ssn-mypage-app .fa-xing-square:before {
  content: "\f169";
}
#ssn-mypage-app .fa-y-combinator:before {
  content: "\f23b";
}
#ssn-mypage-app .fa-yahoo:before {
  content: "\f19e";
}
#ssn-mypage-app .fa-yammer:before {
  content: "\f840";
}
#ssn-mypage-app .fa-yandex:before {
  content: "\f413";
}
#ssn-mypage-app .fa-yandex-international:before {
  content: "\f414";
}
#ssn-mypage-app .fa-yarn:before {
  content: "\f7e3";
}
#ssn-mypage-app .fa-yelp:before {
  content: "\f1e9";
}
#ssn-mypage-app .fa-yen-sign:before {
  content: "\f157";
}
#ssn-mypage-app .fa-yin-yang:before {
  content: "\f6ad";
}
#ssn-mypage-app .fa-yoast:before {
  content: "\f2b1";
}
#ssn-mypage-app .fa-youtube:before {
  content: "\f167";
}
#ssn-mypage-app .fa-youtube-square:before {
  content: "\f431";
}
#ssn-mypage-app .fa-zhihu:before {
  content: "\f63f";
}
#ssn-mypage-app .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#ssn-mypage-app .sr-only-focusable:active, #ssn-mypage-app .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
#ssn-mypage-app .fa, #ssn-mypage-app .far, #ssn-mypage-app .fas {
  font-family: "SsnMyAppFontAwesome" !important;
  font-weight: 900 !important;
}
#ssn-mypage-app.menu-open {
  overflow: hidden;
}
#ssn-mypage-app .form-control {
  border: 1px solid #91BAA3;
  padding: 0.3rem 0.2rem;
  width: 100%;
  margin-bottom: 0.5rem;
  background-image: none;
  background-clip: padding-box;
  transition: box-shadow 0.2s ease;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#ssn-mypage-app .form-control:focus {
  outline: none;
  box-shadow: 0 0 4px #0075A1;
}
#ssn-mypage-app .form-control-error {
  border: 1px solid #c30000;
}
#ssn-mypage-app .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#ssn-mypage-app .form-control::-moz-placeholder {
  color: grey;
  opacity: 1;
}
#ssn-mypage-app .form-control::placeholder {
  color: grey;
  opacity: 1;
}
#ssn-mypage-app .form-control:disabled, #ssn-mypage-app .form-control[readonly] {
  background-color: lightgrey;
  opacity: 1;
}
#ssn-mypage-app .form-control:disabled {
  cursor: not-allowed;
}
#ssn-mypage-app .info-txt {
  float: right;
  border: 1px solid red;
  color: red;
  padding: 0 3px;
  cursor: pointer;
}
#ssn-mypage-app .form-group {
  margin-bottom: 0.8rem;
}
#ssn-mypage-app .submit {
  padding: 6px 12px 8px;
  font-size: 0.9rem;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  border: 1px solid #004d6a;
  background: #0075a1;
}
#ssn-mypage-app .submit:hover, #ssn-mypage-app .submit:focus {
  cursor: pointer;
}
#ssn-mypage-app .submit:hover, #ssn-mypage-app .submit:hover a, #ssn-mypage-app .submit:focus, #ssn-mypage-app .submit:focus a {
  text-decoration: underline;
}
#ssn-mypage-app .submit-group {
  display: block;
}
#ssn-mypage-app .submit-group .submit {
  display: inline-block;
  vertical-align: middle;
}
#ssn-mypage-app a.submit {
  display: block;
  text-align: center;
  text-decoration: none;
}
#ssn-mypage-app .row {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: -15px;
  margin-left: -15px;
}
#ssn-mypage-app .row::before, #ssn-mypage-app .row::after {
  content: "";
  display: table;
  clear: both;
}
#ssn-mypage-app .col-xs-1, #ssn-mypage-app .col-sm-1, #ssn-mypage-app .col-md-1, #ssn-mypage-app .col-lg-1, #ssn-mypage-app .col-xl-1, #ssn-mypage-app .col-xs-2, #ssn-mypage-app .col-md-2, #ssn-mypage-app .col-lg-2, #ssn-mypage-app .col-xs-3, #ssn-mypage-app .col-md-3, #ssn-mypage-app .col-lg-3, #ssn-mypage-app .col-xs-4, #ssn-mypage-app .col-md-4, #ssn-mypage-app .col-lg-4, #ssn-mypage-app .col-xs-5, #ssn-mypage-app .col-md-5, #ssn-mypage-app .col-lg-5, #ssn-mypage-app .col-xs-6, #ssn-mypage-app .col-md-6, #ssn-mypage-app .col-lg-6, #ssn-mypage-app .col-xs-7, #ssn-mypage-app .col-md-7, #ssn-mypage-app .col-lg-7, #ssn-mypage-app .col-xs-8, #ssn-mypage-app .col-md-8, #ssn-mypage-app .col-lg-8, #ssn-mypage-app .col-xs-9, #ssn-mypage-app .col-md-9, #ssn-mypage-app .col-lg-9, #ssn-mypage-app .col-xs-10, #ssn-mypage-app .col-md-10, #ssn-mypage-app .col-lg-10, #ssn-mypage-app .col-xs-11, #ssn-mypage-app .col-md-11, #ssn-mypage-app .col-lg-11, #ssn-mypage-app .col-xs-12, #ssn-mypage-app .col-md-12, #ssn-mypage-app .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#ssn-mypage-app .row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
#ssn-mypage-app .row.no-gutter .col-xs-1, #ssn-mypage-app .row.no-gutter .col-sm-1, #ssn-mypage-app .row.no-gutter .col-md-1, #ssn-mypage-app .row.no-gutter .col-lg-1, #ssn-mypage-app .row.no-gutter .col-xl-1, #ssn-mypage-app .row.no-gutter .col-xs-2, #ssn-mypage-app .row.no-gutter .col-md-2, #ssn-mypage-app .row.no-gutter .col-lg-2, #ssn-mypage-app .row.no-gutter .col-xs-3, #ssn-mypage-app .row.no-gutter .col-md-3, #ssn-mypage-app .row.no-gutter .col-lg-3, #ssn-mypage-app .row.no-gutter .col-xs-4, #ssn-mypage-app .row.no-gutter .col-md-4, #ssn-mypage-app .row.no-gutter .col-lg-4, #ssn-mypage-app .row.no-gutter .col-xs-5, #ssn-mypage-app .row.no-gutter .col-md-5, #ssn-mypage-app .row.no-gutter .col-lg-5, #ssn-mypage-app .row.no-gutter .col-xs-6, #ssn-mypage-app .row.no-gutter .col-md-6, #ssn-mypage-app .row.no-gutter .col-lg-6, #ssn-mypage-app .row.no-gutter .col-xs-7, #ssn-mypage-app .row.no-gutter .col-md-7, #ssn-mypage-app .row.no-gutter .col-lg-7, #ssn-mypage-app .row.no-gutter .col-xs-8, #ssn-mypage-app .row.no-gutter .col-md-8, #ssn-mypage-app .row.no-gutter .col-lg-8, #ssn-mypage-app .row.no-gutter .col-xs-9, #ssn-mypage-app .row.no-gutter .col-md-9, #ssn-mypage-app .row.no-gutter .col-lg-9, #ssn-mypage-app .row.no-gutter .col-xs-10, #ssn-mypage-app .row.no-gutter .col-md-10, #ssn-mypage-app .row.no-gutter .col-lg-10, #ssn-mypage-app .row.no-gutter .col-xs-11, #ssn-mypage-app .row.no-gutter .col-md-11, #ssn-mypage-app .row.no-gutter .col-lg-11, #ssn-mypage-app .row.no-gutter .col-xs-12, #ssn-mypage-app .row.no-gutter .col-md-12, #ssn-mypage-app .row.no-gutter .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
#ssn-mypage-app .col-xs-1, #ssn-mypage-app .col-xs-2, #ssn-mypage-app .col-xs-3, #ssn-mypage-app .col-xs-4, #ssn-mypage-app .col-xs-5, #ssn-mypage-app .col-xs-6, #ssn-mypage-app .col-xs-7, #ssn-mypage-app .col-xs-8, #ssn-mypage-app .col-xs-9, #ssn-mypage-app .col-xs-10, #ssn-mypage-app .col-xs-11, #ssn-mypage-app .col-xs-12 {
  float: left;
}
#ssn-mypage-app .col-xs-1 {
  width: 8.3333333333%;
}
#ssn-mypage-app .col-xs-2 {
  width: 16.6666666667%;
}
#ssn-mypage-app .col-xs-3 {
  width: 25%;
}
#ssn-mypage-app .col-xs-4 {
  width: 33.3333333333%;
}
#ssn-mypage-app .col-xs-5 {
  width: 41.6666666667%;
}
#ssn-mypage-app .col-xs-6 {
  width: 50%;
}
#ssn-mypage-app .col-xs-7 {
  width: 58.3333333333%;
}
#ssn-mypage-app .col-xs-8 {
  width: 66.6666666667%;
}
#ssn-mypage-app .col-xs-9 {
  width: 75%;
}
#ssn-mypage-app .col-xs-10 {
  width: 83.3333333333%;
}
#ssn-mypage-app .col-xs-11 {
  width: 91.6666666667%;
}
#ssn-mypage-app .col-xs-12 {
  width: 100%;
}
@media (min-width: 0) {
  #ssn-mypage-app .col-sm-1, #ssn-mypage-app .col-sm-2, #ssn-mypage-app .col-sm-3, #ssn-mypage-app .col-sm-4, #ssn-mypage-app .col-sm-5, #ssn-mypage-app .col-sm-6, #ssn-mypage-app .col-sm-7, #ssn-mypage-app .col-sm-8, #ssn-mypage-app .col-sm-9, #ssn-mypage-app .col-sm-10, #ssn-mypage-app .col-sm-11, #ssn-mypage-app .col-sm-12 {
    float: left;
  }
  #ssn-mypage-app .col-sm-1 {
    width: 8.3333333333%;
  }
  #ssn-mypage-app .col-sm-2 {
    width: 16.6666666667%;
  }
  #ssn-mypage-app .col-sm-3 {
    width: 25%;
  }
  #ssn-mypage-app .col-sm-4 {
    width: 33.3333333333%;
  }
  #ssn-mypage-app .col-sm-5 {
    width: 41.6666666667%;
  }
  #ssn-mypage-app .col-sm-6 {
    width: 50%;
  }
  #ssn-mypage-app .col-sm-7 {
    width: 58.3333333333%;
  }
  #ssn-mypage-app .col-sm-8 {
    width: 66.6666666667%;
  }
  #ssn-mypage-app .col-sm-9 {
    width: 75%;
  }
  #ssn-mypage-app .col-sm-10 {
    width: 83.3333333333%;
  }
  #ssn-mypage-app .col-sm-11 {
    width: 91.6666666667%;
  }
  #ssn-mypage-app .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 700px) {
  #ssn-mypage-app .col-md-1, #ssn-mypage-app .col-md-2, #ssn-mypage-app .col-md-3, #ssn-mypage-app .col-md-4, #ssn-mypage-app .col-md-5, #ssn-mypage-app .col-md-6, #ssn-mypage-app .col-md-7, #ssn-mypage-app .col-md-8, #ssn-mypage-app .col-md-9, #ssn-mypage-app .col-md-10, #ssn-mypage-app .col-md-11, #ssn-mypage-app .col-md-12 {
    float: left;
  }
  #ssn-mypage-app .col-md-1 {
    width: 8.3333333333%;
  }
  #ssn-mypage-app .col-md-2 {
    width: 16.6666666667%;
  }
  #ssn-mypage-app .col-md-3 {
    width: 25%;
  }
  #ssn-mypage-app .col-md-4 {
    width: 33.3333333333%;
  }
  #ssn-mypage-app .col-md-5 {
    width: 41.6666666667%;
  }
  #ssn-mypage-app .col-md-6 {
    width: 50%;
  }
  #ssn-mypage-app .col-md-7 {
    width: 58.3333333333%;
  }
  #ssn-mypage-app .col-md-8 {
    width: 66.6666666667%;
  }
  #ssn-mypage-app .col-md-9 {
    width: 75%;
  }
  #ssn-mypage-app .col-md-10 {
    width: 83.3333333333%;
  }
  #ssn-mypage-app .col-md-11 {
    width: 91.6666666667%;
  }
  #ssn-mypage-app .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #ssn-mypage-app .col-lg-1, #ssn-mypage-app .col-lg-2, #ssn-mypage-app .col-lg-3, #ssn-mypage-app .col-lg-4, #ssn-mypage-app .col-lg-5, #ssn-mypage-app .col-lg-6, #ssn-mypage-app .col-lg-7, #ssn-mypage-app .col-lg-8, #ssn-mypage-app .col-lg-9, #ssn-mypage-app .col-lg-10, #ssn-mypage-app .col-lg-11, #ssn-mypage-app .col-lg-12 {
    float: left;
  }
  #ssn-mypage-app .col-lg-1 {
    width: 8.3333333333%;
  }
  #ssn-mypage-app .col-lg-2 {
    width: 16.6666666667%;
  }
  #ssn-mypage-app .col-lg-3 {
    width: 25%;
  }
  #ssn-mypage-app .col-lg-4 {
    width: 33.3333333333%;
  }
  #ssn-mypage-app .col-lg-5 {
    width: 41.6666666667%;
  }
  #ssn-mypage-app .col-lg-6 {
    width: 50%;
  }
  #ssn-mypage-app .col-lg-7 {
    width: 58.3333333333%;
  }
  #ssn-mypage-app .col-lg-8 {
    width: 66.6666666667%;
  }
  #ssn-mypage-app .col-lg-9 {
    width: 75%;
  }
  #ssn-mypage-app .col-lg-10 {
    width: 83.3333333333%;
  }
  #ssn-mypage-app .col-lg-11 {
    width: 91.6666666667%;
  }
  #ssn-mypage-app .col-lg-12 {
    width: 100%;
  }
  #ssn-mypage-app .col-xl-1, #ssn-mypage-app .col-xl-2, #ssn-mypage-app .col-xl-3, #ssn-mypage-app .col-xl-4, #ssn-mypage-app .col-xl-5, #ssn-mypage-app .col-xl-6, #ssn-mypage-app .col-xl-7, #ssn-mypage-app .col-xl-8, #ssn-mypage-app .col-xl-9, #ssn-mypage-app .col-xl-10, #ssn-mypage-app .col-xl-11, #ssn-mypage-app .col-xl-12 {
    float: left;
  }
  #ssn-mypage-app .col-xl-1 {
    width: 8.3333333333%;
  }
  #ssn-mypage-app .col-xl-2 {
    width: 16.6666666667%;
  }
  #ssn-mypage-app .col-xl-3 {
    width: 25%;
  }
  #ssn-mypage-app .col-xl-4 {
    width: 33.3333333333%;
  }
  #ssn-mypage-app .col-xl-5 {
    width: 41.6666666667%;
  }
  #ssn-mypage-app .col-xl-6 {
    width: 50%;
  }
  #ssn-mypage-app .col-xl-7 {
    width: 58.3333333333%;
  }
  #ssn-mypage-app .col-xl-8 {
    width: 66.6666666667%;
  }
  #ssn-mypage-app .col-xl-9 {
    width: 75%;
  }
  #ssn-mypage-app .col-xl-10 {
    width: 83.3333333333%;
  }
  #ssn-mypage-app .col-xl-11 {
    width: 91.6666666667%;
  }
  #ssn-mypage-app .col-xl-12 {
    width: 100%;
  }
}
#ssn-mypage-app .field-wrapper {
  clear: both;
}
#ssn-mypage-app .field-wrapper,
#ssn-mypage-app .field-wrapper-inline {
  margin-top: 14px;
  display: block;
}
#ssn-mypage-app .field-wrapper label,
#ssn-mypage-app .field-wrapper-inline label {
  display: inherit;
  width: 100%;
}
#ssn-mypage-app .field-wrapper textarea, #ssn-mypage-app .field-wrapper input,
#ssn-mypage-app .field-wrapper-inline textarea,
#ssn-mypage-app .field-wrapper-inline input {
  text-align: left;
  margin-top: 4px;
  box-sizing: border-box;
  display: inherit;
  padding: 4px;
  width: 100%;
}
#ssn-mypage-app .field-wrapper textarea:last-child, #ssn-mypage-app .field-wrapper input:last-child,
#ssn-mypage-app .field-wrapper-inline textarea:last-child,
#ssn-mypage-app .field-wrapper-inline input:last-child {
  border-radius: 0;
}
#ssn-mypage-app .field-wrapper .form-list,
#ssn-mypage-app .field-wrapper-inline .form-list {
  padding: 0;
}
#ssn-mypage-app .field-wrapper .form-list .form-list-item,
#ssn-mypage-app .field-wrapper-inline .form-list .form-list-item {
  display: inherit;
  padding: 10px 15px;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
}
#ssn-mypage-app .field-wrapper .form-list .form-list-item.draggable,
#ssn-mypage-app .field-wrapper-inline .form-list .form-list-item.draggable {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
#ssn-mypage-app .field-wrapper .form-list .form-list-item.draggable:active,
#ssn-mypage-app .field-wrapper-inline .form-list .form-list-item.draggable:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
#ssn-mypage-app .field-wrapper .form-list .form-list-item span,
#ssn-mypage-app .field-wrapper-inline .form-list .form-list-item span {
  float: right;
  cursor: pointer;
}
#ssn-mypage-app .field-wrapper .form-list .form-list-item .icon,
#ssn-mypage-app .field-wrapper-inline .form-list .form-list-item .icon {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
#ssn-mypage-app .field-wrapper textarea,
#ssn-mypage-app .field-wrapper-inline textarea {
  resize: vertical;
}
#ssn-mypage-app .field-wrapper-checkbox input[type=checkbox],
#ssn-mypage-app .field-wrapper-inline-checkbox input[type=checkbox] {
  width: 25px;
  height: 25px;
}
#ssn-mypage-app .field-wrapper-checkbox input[type=checkbox]:checked,
#ssn-mypage-app .field-wrapper-inline-checkbox input[type=checkbox]:checked {
  background: #abd;
}
#ssn-mypage-app .field-wrapper-checkbox label,
#ssn-mypage-app .field-wrapper-inline-checkbox label {
  position: relative;
  top: -8px;
  bottom: 10px;
}
#ssn-mypage-app .field-wrapper select,
#ssn-mypage-app .field-wrapper-inline select {
  display: inherit;
  padding: 4px;
  width: 100%;
}
#ssn-mypage-app .contract-list-item.active {
  background-color: #F2F8FA;
}
#ssn-mypage-app .contract-list-item {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
#ssn-mypage-app .contract-list-item .contract-info {
  font-size: 16px;
  font-family: "SsnMyPageNeoSansLight", sans-serif;
}
#ssn-mypage-app .contract-list-item .contract-info h3 {
  font-size: 18px;
  color: #004D6A;
  margin: 0 0 0.5rem 0;
}
#ssn-mypage-app .contract-list-item .contract-info h3 a {
  text-decoration: none;
  color: #004D6A;
}
#ssn-mypage-app .contract-list-item .contract-info h3 .arrow-link {
  float: right;
}
#ssn-mypage-app .contract-list-item .contract-buttons {
  font-size: 14px;
}
#ssn-mypage-app .contract-list-item .contract-buttons .submit-button {
  float: none;
}
#ssn-mypage-app .contract-list-item .orders {
  margin-top: 20px;
}
#ssn-mypage-app .field-separator {
  height: 20px;
}
#ssn-mypage-app .error {
  font-size: 12px;
  color: red;
}
#ssn-mypage-app .helptext {
  font-style: italic;
  font-size: 14px;
}
#ssn-mypage-app .submit-button {
  float: right;
  padding: 6px 8px;
  border: 1px solid #004D6A;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: #0075A1;
  color: white;
  margin-top: 16px;
  margin-left: 5px;
  text-decoration: none;
}
#ssn-mypage-app .submit-button.left {
  float: none;
  margin-left: 0;
  margin-right: 5px;
}
#ssn-mypage-app .submit-button:disabled {
  opacity: 0.4;
}
#ssn-mypage-app .submit-button:disabled:hover {
  opacity: 0.4;
  text-decoration: none;
}
#ssn-mypage-app .submit-button:hover, #ssn-mypage-app .submit-button a {
  cursor: pointer;
  text-decoration: underline;
}
#ssn-mypage-app .submit-button.edit {
  background-color: white;
  color: #004D6A;
  border-color: #004D6A;
}
#ssn-mypage-app .submit-button.delete {
  background-color: #E01A35;
  border-color: #6B0439;
}
#ssn-mypage-app .refund-application-details .row, #ssn-mypage-app .contract-details .row {
  border-top: 1px solid #F2F8FA;
  margin: 8px 0;
  padding: 8px 0;
}
#ssn-mypage-app .refund-application-details .row .col-md-12, #ssn-mypage-app .contract-details .row .col-md-12 {
  margin: 0;
  padding: 0;
}
#ssn-mypage-app .refund-application-details .row .show-button, #ssn-mypage-app .contract-details .row .show-button {
  font-size: 12px;
  padding: 3px 6px;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #333333;
  background-color: #DADADA;
  color: black;
  border-radius: 4px;
}
#ssn-mypage-app .refund-application-details .row .show-button.active, #ssn-mypage-app .contract-details .row .show-button.active {
  border: 1px solid #004D6A;
  background-color: #0075A1;
  color: white;
}
#ssn-mypage-app .refund-application-details h2, #ssn-mypage-app .contract-details h2 {
  margin: 30px 0 0 0;
}
#ssn-mypage-app .contract-details .last {
  padding-bottom: 20px;
}
#ssn-mypage-app .contract-details h3 {
  margin: 0;
}
#ssn-mypage-app .responsive-table {
  overflow-x: auto;
}
#ssn-mypage-app .table-striped {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
#ssn-mypage-app .table-striped tbody tr:nth-of-type(odd) {
  background-color: #E0E1DD;
}
#ssn-mypage-app .table-striped.table-striped-white tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
#ssn-mypage-app .table-striped tbody tr td {
  border-top: 1px solid #dbdcd8;
  background-color: transparent !important;
}
#ssn-mypage-app .table-striped.table-no-borders tbody tr td {
  border: none;
}
#ssn-mypage-app .table-striped * tr td, #ssn-mypage-app .table-striped * tr th {
  padding: 10px;
  vertical-align: top;
}
#ssn-mypage-app .mypage-table {
  width: 100%;
}
#ssn-mypage-app .mypage-table tbody tr:nth-of-type(odd) {
  background-color: #F2F8FA;
}
#ssn-mypage-app .mypage-table tbody tr td {
  border-top: 1px solid #ebf4f7;
  background-color: transparent !important;
}
#ssn-mypage-app .mypage-table * tr th, #ssn-mypage-app .mypage-table * tr td {
  padding: 4px 8px;
  text-align: left;
}
#ssn-mypage-app .nav {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
#ssn-mypage-app .nav .nav-link {
  display: block;
  color: #0075A1;
}
#ssn-mypage-app .nav .nav-link:visited {
  color: #00506e;
}
#ssn-mypage-app .nav-inline::before, #ssn-mypage-app .nav-inline::after {
  content: "";
  display: table;
  clear: both;
}
#ssn-mypage-app .nav-inline .nav-item {
  float: left;
}
#ssn-mypage-app .nav-inline .nav-item + .nav-item {
  margin-left: 1rem;
}
#ssn-mypage-app .nav-tabs {
  border-bottom: 1px solid #ddd;
}
#ssn-mypage-app .nav-tabs::before, #ssn-mypage-app .nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
#ssn-mypage-app .nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
#ssn-mypage-app .nav-tabs .nav-link {
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  text-decoration: none;
}
#ssn-mypage-app .nav-tabs .nav-link:hover, #ssn-mypage-app .nav-tabs .nav-link:focus {
  text-decoration: underline;
}
#ssn-mypage-app .nav-tabs .nav-link.active {
  border-color: #E0E1DD #E0E1DD transparent;
}
#ssn-mypage-app .simple-modal {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
#ssn-mypage-app .simple-modal .simple-modal-content {
  background-color: #fff;
  min-height: 50px;
  border-radius: 20px;
  padding: 30px;
  color: #757575;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25vw;
  right: 25vw;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #ssn-mypage-app .simple-modal .simple-modal-content {
    left: 10vw;
    right: 10vw;
  }
}
#ssn-mypage-app .simple-modal .simple-modal-content > div:first-child {
  overflow-y: auto;
  max-height: 80vh;
  margin-bottom: 20px;
}
#ssn-mypage-app .simple-modal.full-width .simple-modal-content {
  left: 30px;
  right: 30px;
}
#ssn-mypage-app .fg-grid {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -8px 0 -8px;
}
#ssn-mypage-app .fg-grid.fg-grid-nogutter {
  margin: 0;
}
#ssn-mypage-app .fg-grid.fg-grid-nogutter > .fg-col {
  padding: 0;
}
#ssn-mypage-app .fg-col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 8px 0 8px;
}
#ssn-mypage-app .fg-col-align-top {
  align-self: flex-start;
}
#ssn-mypage-app .fg-col-align-bottom {
  align-self: flex-end;
}
#ssn-mypage-app .fg-col-align-middle {
  align-self: center;
}
#ssn-mypage-app .fg-col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex;
}
#ssn-mypage-app .fg-col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex;
}
#ssn-mypage-app .fg-col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex;
}
#ssn-mypage-app .fg-grid-start {
  justify-content: flex-start;
}
#ssn-mypage-app .fg-grid-center {
  justify-content: center;
}
#ssn-mypage-app .fg-grid-end {
  justify-content: flex-end;
}
#ssn-mypage-app .fg-grid-around {
  justify-content: space-around;
}
#ssn-mypage-app .fg-grid-between {
  justify-content: space-between;
}
#ssn-mypage-app .fg-col-first {
  order: -1;
}
#ssn-mypage-app .fg-col-last {
  order: 1;
}
#ssn-mypage-app .fg-grid-reverse {
  flex-direction: row-reverse;
}
#ssn-mypage-app .fg-col-fixed {
  flex: initial;
}
#ssn-mypage-app .fg-col-grow-2 {
  flex-grow: 2;
}
#ssn-mypage-app .fg-col-grow-3 {
  flex-grow: 3;
}
#ssn-mypage-app .fg-col-grow-4 {
  flex-grow: 4;
}
#ssn-mypage-app .fg-col-grow-5 {
  flex-grow: 5;
}
#ssn-mypage-app .fg-col-grow-6 {
  flex-grow: 6;
}
#ssn-mypage-app .fg-col-grow-7 {
  flex-grow: 7;
}
#ssn-mypage-app .fg-col-grow-8 {
  flex-grow: 8;
}
#ssn-mypage-app .fg-col-grow-9 {
  flex-grow: 9;
}
#ssn-mypage-app .fg-col-grow-10 {
  flex-grow: 10;
}
#ssn-mypage-app .fg-col-grow-11 {
  flex-grow: 11;
}
#ssn-mypage-app .fg-col-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
#ssn-mypage-app .fg-col-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
#ssn-mypage-app .fg-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
#ssn-mypage-app .fg-col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
#ssn-mypage-app .fg-col-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
#ssn-mypage-app .fg-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
#ssn-mypage-app .fg-col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
#ssn-mypage-app .fg-col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
#ssn-mypage-app .fg-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
#ssn-mypage-app .fg-col-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
#ssn-mypage-app .fg-col-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
#ssn-mypage-app .fg-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  #ssn-mypage-app .fg-col-sm {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 624px) {
  #ssn-mypage-app .fg-col-md {
    flex: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 744px) {
  #ssn-mypage-app .fg-col-lg {
    flex: 100%;
    max-width: 100%;
  }
}
#ssn-mypage-app .fg-grid-align-right-last > *:last-child {
  text-align: right;
}
#ssn-mypage-app .button {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}
#ssn-mypage-app .button.button-small {
  font-size: 0.785rem;
}
#ssn-mypage-app .button.button-large {
  font-size: 1.143rem;
  padding: 0.6em 1.4em;
}
#ssn-mypage-app .button.disabled, #ssn-mypage-app .button[disabled=disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
#ssn-mypage-app .button.disabled:hover, #ssn-mypage-app .button[disabled=disabled]:hover {
  text-decoration: none;
}
#ssn-mypage-app .button:hover {
  text-decoration: underline;
}
#ssn-mypage-app .button.button-red {
  color: white;
  background-color: #eb5757;
  border: 1px solid #591332;
}
.app-page #ssn-mypage-app .button.button-red {
  color: white;
  background-color: #eb5757;
  border: 1px solid #eb5757;
}
#ssn-mypage-app .button.button-primary {
  color: white;
  background-color: #0075A1;
  border: 1px solid #004D6A;
}
.app-page #ssn-mypage-app .button.button-primary {
  color: white;
  background-color: #00867c;
  border: 1px solid #00867c;
}
#ssn-mypage-app .button.button-white {
  color: #004d6a;
  background-color: #fff;
  border: 1px solid #004d6a;
}
.app-page #ssn-mypage-app .button.button-white {
  color: #00867c;
  background-color: #fff;
  border: 1px solid #00867c;
}
#ssn-mypage-app .button.button-link {
  background: none;
  border: none;
  text-decoration: underline;
}
.app-page #ssn-mypage-app .button {
  border-radius: 1.2em;
  font-size: 1rem;
  padding: 0.4em 1.2em;
}
@keyframes custom-shake {
  0%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  10% {
    transform: rotate(2deg);
  }
  20%, 40%, 60% {
    transform: rotate(-4deg);
  }
  30%, 50%, 70% {
    transform: rotate(4deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(2deg);
  }
}
#ssn-mypage-app .animate-custom-shake {
  animation: custom-shake 0.5s linear 1 both;
}
#ssn-mypage-app .ssn-block-message {
  width: 100%;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 1em 1.5em;
  border: none;
  border-radius: 8px;
  background: #ebecee;
  box-shadow: none;
  font-size: inherit;
  line-height: 1.5em;
}
#ssn-mypage-app .ssn-block-message a {
  text-decoration: underline;
  cursor: pointer;
}
#ssn-mypage-app .ssn-block-message--info {
  background: #e8f4f7;
}
#ssn-mypage-app .ssn-block-message--error {
  background: #fcf2ec;
}
#ssn-mypage-app .ssn-block-message--success {
  background: #d3ead7;
}
#ssn-mypage-app .ssn-box {
  padding: 24px 32px 32px 32px;
  margin: 20px 0;
  border: 1px solid #dbdcde;
  box-sizing: border-box;
  border-radius: 8px;
}
#ssn-mypage-app .ssn-box > *:first-child {
  margin-top: 0 !important;
}
#ssn-mypage-app .ssn-box > *:last-child {
  margin-bottom: 0 !important;
}
#ssn-mypage-app .ssn-button, #ssn-mypage-app .ssn-drag-handle {
  font-family: "SsnMyPageTTCommonsRegular", sans-serif;
  font-weight: normal !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 10px 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  color: #17171a;
  margin: 0;
}
#ssn-mypage-app .ssn-button, #ssn-mypage-app .ssn-drag-handle, #ssn-mypage-app .ssn-button *, #ssn-mypage-app .ssn-drag-handle * {
  vertical-align: middle;
}
#ssn-mypage-app .ssn-button-group {
  font-size: 0;
}
#ssn-mypage-app .ssn-button-group > .ssn-button, #ssn-mypage-app .ssn-button-group > .ssn-drag-handle {
  margin: 0 5px 5px 0;
}
#ssn-mypage-app .ssn-button-size-small {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  padding: 6px 16px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-size-small {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.2px;
    padding: 5px 10px;
  }
}
#ssn-mypage-app .ssn-button-size-small-compact {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  padding: 3px 12px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-size-small-compact {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.2px;
    padding: 2px 7px;
  }
}
#ssn-mypage-app .ssn-button-size-medium {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 10px 20px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-size-medium {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding: 8px 16px;
  }
}
#ssn-mypage-app .ssn-button-size-medium-compact {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 7px 14px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-size-medium-compact {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    padding: 6px 12px;
  }
}
#ssn-mypage-app .ssn-button-size-large {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 18px 40px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-size-large {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    padding: 12px 28px;
  }
}
#ssn-mypage-app .ssn-button-style-border, #ssn-mypage-app .ssn-drag-handle, #ssn-mypage-app .ssn-button-style-border-dark, #ssn-mypage-app .ssn-button-style-border-light {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  background: #ffffff;
  border-color: #dbdcde;
}
#ssn-mypage-app .ssn-button-style-border-light {
  border-color: #ebecee;
}
#ssn-mypage-app .ssn-button-style-border-dark {
  border-color: #a3a4a6;
}
#ssn-mypage-app .ssn-button-style-white {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  background: transparent;
  border-color: transparent;
}
#ssn-mypage-app .ssn-button-style-underlined {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #dbdcde;
          text-decoration-color: #dbdcde;
}
#ssn-mypage-app .ssn-button-style-arrow-left::before {
  content: url("/svg/reskin/arrow.svg");
  padding-right: 0.5em;
}
#ssn-mypage-app .ssn-button-style-purple {
  background: #795db4;
  border-color: #795db4;
  color: #ffffff;
}
#ssn-mypage-app .ssn-button-style-green {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #ffffff;
}
#ssn-mypage-app .ssn-button-style-orange {
  background: #fad891;
  border-color: #fad891;
  color: #17171a;
}
#ssn-mypage-app .ssn-button-style-red {
  background: #d12c2c;
  border-color: #d12c2c;
  color: #ffffff;
}
#ssn-mypage-app .ssn-button-style-red-light {
  background: #d25e5e;
  border-color: #d25e5e;
  color: #ffffff;
}
#ssn-mypage-app .ssn-button-style-red-lighter {
  background: #f3dfdf;
  border-color: #f3dfdf;
  color: #17171a;
}
#ssn-mypage-app .ssn-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-button-mobile-full {
    width: 100%;
  }
}
#ssn-mypage-app .ssn-button-close {
  box-sizing: border-box;
  font-size: 9px;
  line-height: 1em;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #dbdcde;
}
#ssn-mypage-app .ssn-button-close i.ssn-icon {
  height: 9px;
}
#ssn-mypage-app .ssn-button[disabled], #ssn-mypage-app [disabled].ssn-drag-handle {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
#ssn-mypage-app .ssn-data-table > div {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}
#ssn-mypage-app .ssn-data-table > div > div {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-data-table > div > div:nth-child(1) {
  flex: 1 0 45%;
  color: #5C5E60;
  text-transform: uppercase;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-data-table > div > div:nth-child(2) {
  flex: 1 0 55%;
  padding-left: 20px;
  color: #17171A;
  font-family: "SsnMyPageTTCommonsRegular", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-data-table > div > div > * {
  white-space: nowrap;
  /* TODO: Test if good idea or not */
}
#ssn-mypage-app .ssn-dl {
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}
#ssn-mypage-app .ssn-dl dt {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  width: 33%;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #5c5e60;
}
#ssn-mypage-app .ssn-dl dd {
  font-family: "SsnMyPageTTCommonsRegular", sans-serif;
  font-weight: normal !important;
  margin-left: auto;
  padding-left: 12px;
  width: 66%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #17171a;
}
#ssn-mypage-app .ssn-dl dt, #ssn-mypage-app .ssn-dl dd {
  overflow: visible;
  word-wrap: break-word;
  box-sizing: border-box;
  padding-bottom: 12px;
}
#ssn-mypage-app .ssn-dl dt:last-child, #ssn-mypage-app .ssn-dl dt:nth-last-child(2), #ssn-mypage-app .ssn-dl dd:last-child, #ssn-mypage-app .ssn-dl dd:nth-last-child(2) {
  padding-bottom: 0;
}
@media (max-width: 414px) {
  #ssn-mypage-app .ssn-dl dt, #ssn-mypage-app .ssn-dl dd {
    width: 50%;
  }
}
#ssn-mypage-app .ssn-drag-handle {
  background-image: url("/svg/reskin/drag.svg");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  cursor: grab;
}
#ssn-mypage-app .ssn-form {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  box-sizing: border-box;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 18px;
}
#ssn-mypage-app .ssn-form.ssn-form-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 121;
}
#ssn-mypage-app .ssn-form * {
  box-sizing: border-box;
}
#ssn-mypage-app .ssn-form .ssn-form-header {
  background-color: #ffffff;
  flex: 0 0 64px;
  padding: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid #DBDCDE;
  position: relative;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-header {
    flex: 0 0 104px;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-header .ssn-form-header-title {
  font-family: "SsnMyPageTTCommonsMedium", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  flex: 1 1 auto;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  color: #17171a;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-header .ssn-form-header-title {
    display: none;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-header .ssn-form-header-close {
  position: absolute;
  right: 44px;
  top: 10px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-header .ssn-form-header-close {
    right: unset;
    top: unset;
    left: 40%;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-progress {
  background-color: #fff;
  flex: 0 0 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}
#ssn-mypage-app .ssn-form .ssn-form-progress .ssn-form-progress-step {
  flex: 1 1 auto;
  margin: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-progress .ssn-form-progress-step:first-child {
  margin-left: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-progress .ssn-form-progress-step:last-child {
  margin-right: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-progress .ssn-form-progress-step.on {
  background-color: #fad891;
}
#ssn-mypage-app .ssn-form .ssn-form-content {
  background-color: #ffffff;
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1px;
  position: relative;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content {
    display: block;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left,
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right {
  flex: 0 1 50%;
  padding: 40px 3px 3px;
  height: auto;
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  flex-flow: column nowrap;
  position: relative;
  padding-right: 1rem;
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content {
  flex: 1 1 auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  height: 100%;
  position: relative;
  padding-bottom: 60px;
  width: 100%;
  z-index: 999;
  overflow: visible;
  padding-left: 50%;
}
@media screen and (max-width: 1140px) {
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content {
    padding-left: 25%;
  }
}
@media screen and (max-width: 992px) {
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content {
    padding-left: 25px;
  }
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content {
    padding-left: 15px;
    padding-bottom: 5px;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #17171a;
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  margin: 0.2em 0;
  padding: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content h3 {
  font-size: 20px;
  line-height: 30px;
  color: #5c5e60;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  margin: 0 0 32px 0;
  padding: 0;
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-left .ssn-form-content-left-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right {
    padding: 3px;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right .ssn-infobox {
  flex: 0 0 auto;
  margin-left: 5rem;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right .ssn-infobox {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    border: none;
    box-shadow: none;
    padding: 40px;
    border-top: 1px solid #ebecee;
  }
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right .ssn-infobox:first-child {
    border-radius: 40px 40px 0 0;
  }
  #ssn-mypage-app .ssn-form .ssn-form-content .ssn-form-content-right .ssn-infobox:last-child {
    padding-bottom: 100px !important;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-content-left-footer {
  flex: 0 0 100px;
  border-top: 1px solid #dfdfdf;
  position: relative;
  width: 100%;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content-left-footer {
    width: 0;
  }
}
#ssn-mypage-app .ssn-form .ssn-form-content-left-footer .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-form .ssn-form-content-left-footer {
    visibility: hidden;
    height: 0;
    flex-basis: 0;
  }
  #ssn-mypage-app .ssn-form .ssn-form-content-left-footer .ssn-button-previous {
    visibility: visible !important;
    position: fixed;
    top: 50px;
  }
  #ssn-mypage-app .ssn-form .ssn-form-content-left-footer .ssn-button-next {
    visibility: visible !important;
    position: fixed;
    top: 50px;
    right: 24px;
  }
}
#ssn-mypage-app .ssn-form.ssn-form-switch {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #d1d1d1;
  margin: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}
#ssn-mypage-app .ssn-form.ssn-form-switch > div:first-child {
  flex: 1 1 auto;
}
#ssn-mypage-app .ssn-form.ssn-form-switch > div:last-child {
  flex: 0 0 110px;
  text-align: right;
}
#ssn-mypage-app .ssn-form.ssn-form-switch .title {
  font-size: 20px;
  line-height: 1.4em;
  font-family: "SsnMyPageTTCommonsBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  margin: 0;
}
#ssn-mypage-app .ssn-form.ssn-form-switch .subtitle {
  font-size: 20px;
  line-height: 1.4em;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  margin: 0.5em 0 0 0;
}
#ssn-mypage-app .ssn-form .ssn-form-entry-list .ssn-form-entry-list-item {
  padding: 24px 32px;
  position: relative;
  background: #fff;
  border: 1px solid #ebecee;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 6px 0;
  min-height: 76px;
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-evenly;
}
#ssn-mypage-app .ssn-form .ssn-form-entry-list .ssn-form-entry-list-item .ssn-form-entry-list-item-buttons {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#ssn-mypage-app .ssn-form .ssn-form-entry-list .ssn-form-entry-list-item .ssn-form-entry-list-item-content {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 30px;
  color: #28282A;
}
#ssn-mypage-app .ssn-form .ssn-form-entry-list .ssn-form-entry-list-item .ssn-form-entry-list-item-content span {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-header {
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ebecee !important;
  margin: 48px 0 0 0 !important;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-table {
  padding: 10px 0 14px 0;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-table td {
  padding: 10px 0;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-table td:nth-child(1) {
  width: 225px;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-list {
  list-style: none;
  margin: 0;
  padding: 10px 0 14px 0;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-list li {
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  line-height: 24px;
}
#ssn-mypage-app .ssn-form .ssn-form-summary-list.ssn-form-summary-checklist li i {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
#ssn-mypage-app .ssn-input-label, #ssn-mypage-app .ssn-input-checkbox,
#ssn-mypage-app .ssn-input-radio,
#ssn-mypage-app .ssn-input-helptext {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 1.5em;
  color: #292824;
  padding: 0;
  box-sizing: border-box;
  display: block;
}
#ssn-mypage-app .reservation-button {
  padding: 10px 20px;
  border: 1px solid #2D2D2D;
  border-radius: 1.5rem;
  background-color: #fff;
  float: right;
  margin-top: 1rem;
}
#ssn-mypage-app .reservation-button:hover {
  background: #795db4;
  border-color: #795db4;
  color: #ffffff;
  cursor: pointer;
}
#ssn-mypage-app .reservation-button:disabled {
  color: #fff;
  background-color: #5C5E60;
  border-color: #5C5E60;
  cursor: not-allowed;
}
#ssn-mypage-app .ssn-input-helptext {
  display: block;
}
#ssn-mypage-app .ssn-input-helptext span {
  border-bottom: 1px solid #d1d1d1;
}
#ssn-mypage-app .ssn-input-helptext a {
  border-bottom: 1px solid #d1d1d1;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
#ssn-mypage-app .ssn-input {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 1.4em;
  color: #292824;
  padding: 10px 20px;
  margin: 3px 0;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  box-sizing: border-box;
  border-radius: 0.2em;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
@media (max-width: 575px) {
  #ssn-mypage-app .ssn-input {
    font-size: 18px;
  }
}
#ssn-mypage-app .ssn-input:active, #ssn-mypage-app .ssn-input:focus {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  border: 1px solid #5e5d5f;
  box-shadow: 0 0 0 3px #f0f0f0;
}
#ssn-mypage-app .ssn-input.error {
  border: 1px solid #d36e6e;
}
#ssn-mypage-app .ssn-input-reservation {
  border-radius: 0.75em;
}
#ssn-mypage-app .ssn-input::-webkit-input-placeholder,
#ssn-mypage-app .ssn-input.ssn-input-placeholder-style {
  color: #bab9ba !important;
  opacity: 1 !important;
}
#ssn-mypage-app .ssn-input.error::-webkit-input-placeholder,
#ssn-mypage-app .ssn-input.error.ssn-input-placeholder-style {
  color: #e3c5c5 !important;
  opacity: 1 !important;
}
#ssn-mypage-app .ssn-input:focus::-webkit-input-placeholder,
#ssn-mypage-app .ssn-input:active::-webkit-input-placeholder,
#ssn-mypage-app .ssn-input.ssn-input-placeholder-style:focus,
#ssn-mypage-app .ssn-input.ssn-input-placeholder-style:active {
  color: #292824 !important;
  opacity: 1 !important;
}
#ssn-mypage-app .ssn-input:disabled {
  color: #292824;
  cursor: not-allowed;
  background: #f0f0f0;
}
#ssn-mypage-app .ssn-input:disabled:active, #ssn-mypage-app .ssn-input:disabled:focus {
  color: #292824;
}
#ssn-mypage-app select.ssn-input {
  -moz-padding-start: 12px;
  text-indent: 1px;
  text-overflow: "";
}
#ssn-mypage-app select.ssn-input::-ms-expand {
  display: none;
}
#ssn-mypage-app .ssn-input-icon {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  font-size: 20px;
}
@media (max-width: 575px) {
  #ssn-mypage-app .ssn-input-icon {
    font-size: 18px;
  }
}
#ssn-mypage-app .ssn-input-icon i {
  position: absolute;
  height: 1em;
  top: calc(50% - 0.5em);
  left: 0.5em;
  pointer-events: none;
}
#ssn-mypage-app .ssn-input-icon.ssn-input-icon-right i {
  right: 15px;
  left: auto;
}
#ssn-mypage-app .ssn-input-icon input {
  position: relative;
  padding-left: 44px;
}
#ssn-mypage-app .ssn-input-icon.ssn-input-icon-right input {
  padding-left: 20px;
  padding-right: 44px;
}
#ssn-mypage-app label.ssn-input-switch {
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
  width: 52px;
  height: 32px;
  display: inline-block;
}
#ssn-mypage-app label.ssn-input-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1;
  position: absolute;
}
#ssn-mypage-app label.ssn-input-switch i {
  position: relative;
  width: 52px;
  height: 32px;
  content: url("/svg/reskin/switch-off.svg");
}
#ssn-mypage-app label.ssn-input-switch input:checked + i {
  content: url("/svg/reskin/switch-on.svg");
}
#ssn-mypage-app .ssn-input-checkswitch-group {
  display: flex;
  align-items: center;
}
#ssn-mypage-app .ssn-input-checkswitch-group .ssn-input-checkswitch-group-content {
  flex: 1 1 auto;
  padding-right: 60px;
}
#ssn-mypage-app .ssn-input-checkswitch-group .ssn-input-checkswitch-group-content .ssn-input-checkswitch-group-content-title {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 30px;
  color: #17171a;
  margin: 0;
  padding: 0;
}
#ssn-mypage-app .ssn-input-checkswitch-group .ssn-input-checkswitch-group-content .ssn-input-checkswitch-group-content-subtitle {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 30px;
  color: #5C5E60;
  margin: 4px 0 0 0;
  padding: 0;
}
#ssn-mypage-app .ssn-input-checkswitch-group .ssn-input-checkswitch-group-input {
  flex: 0 0 52px;
  margin: 0;
  padding: 0;
  text-align: right;
}
#ssn-mypage-app .ssn-input-checkswitch-group-list .ssn-input-checkswitch-group {
  border-top: 1px solid #ebecee;
  padding: 32px 0;
}
#ssn-mypage-app .ssn-input-checkswitch-group-list .ssn-input-checkswitch-group:last-child {
  border-bottom: 1px solid #ebecee;
}
#ssn-mypage-app .ssn-input-group {
  position: relative;
  padding: 14px 0;
}
#ssn-mypage-app .ssn-input-group span {
  line-height: 1.5em;
}
#ssn-mypage-app .align-height-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
#ssn-mypage-app .ssn-input-group-padding {
  padding: 14px 0;
}
#ssn-mypage-app .ssn-input-group-padding .ssn-input-group {
  padding: 0;
}
#ssn-mypage-app .ssn-radio-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#ssn-mypage-app .ssn-radio-container label:first-child {
  width: 100%;
}
#ssn-mypage-app .ssn-input-checkbox,
#ssn-mypage-app .ssn-input-radio {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #292824;
  margin: 0 28px 0 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
#ssn-mypage-app .ssn-input-checkbox input,
#ssn-mypage-app .ssn-input-radio input {
  border: 1px solid red;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin: 0 16px 0 0;
  padding: 0;
  vertical-align: bottom;
}
#ssn-mypage-app .ssn-input-checkbox:last-child,
#ssn-mypage-app .ssn-input-radio:last-child {
  margin-right: 0;
}
#ssn-mypage-app .ssn-input-checkbox > i,
#ssn-mypage-app .ssn-input-radio > i {
  width: 24px;
  height: 24px;
  padding: 4px;
  background: #fff;
  color: #fff;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  border-radius: 4px;
  content: url("/svg/reskin/checkbox.svg");
  position: absolute;
  left: 0;
  top: 0;
}
#ssn-mypage-app .ssn-input-checkbox > i.checked,
#ssn-mypage-app .ssn-input-radio > i.checked {
  background: #292824;
  border-color: #292824;
}
#ssn-mypage-app .ssn-input-checkbox > div,
#ssn-mypage-app .ssn-input-radio > div {
  position: relative;
  padding-left: 40px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  -webkit-tap-highlight-color: transparent;
}
#ssn-mypage-app .ssn-input-radio-reservation {
  border: 1px solid #D1D1D1;
  border-radius: 0.75em;
  padding: 10px !important;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
#ssn-mypage-app .ssn-input-radio-reservation input {
  width: 14px;
  height: 14px;
  margin: 0;
  vertical-align: baseline;
}
#ssn-mypage-app .ssn-input-error-text {
  display: block;
  margin: 4px 0;
  padding: 0;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #d36e6e;
}
#ssn-mypage-app .ssn-input-error-text > p {
  padding: 0;
  margin: 4px 0 !important;
  line-height: 1.5em;
}
#ssn-mypage-app .ssn-input-border-margin {
  margin: 3px;
}
#ssn-mypage-app .ssn-input-style-error {
  border-color: #d36e6e !important;
}
#ssn-mypage-app .reservationpicker {
  background: #E8F4F7;
  padding: 10px 15px 20px 15px;
  border-radius: 0.75rem;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
}
@media (max-width: 992px) {
  #ssn-mypage-app .reservationpicker .reservation-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
#ssn-mypage-app .reservationpicker .reservation-wrapper input {
  display: none;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .datepicker-inline {
  flex-basis: 50%;
  height: 100%;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .datepicker-inline .datepicker {
  width: auto;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  flex-basis: 45%;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval {
  height: 3em;
  flex: 0 0 30%;
  opacity: 1;
  border: 1px solid #D7D7D7;
  border-radius: 0.5rem;
  margin-right: auto;
  margin-bottom: 0.3rem;
  background: white;
  font-size: 0.9rem;
  letter-spacing: 0;
  color: #5C5E60;
  text-align: center;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval:nth-last-child(2) {
  margin-right: 10px;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval:hover {
  cursor: pointer;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval:hover:not(.active .timeUnavailable) {
  background: #795db4;
  border-color: #795db4;
  color: #ffffff;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval[disabled=disabled] {
  cursor: not-allowed;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval[disabled=disabled] .timeUnavailable {
  pointer-events: none;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval[disabled=disabled] .isPast {
  pointer-events: none;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval .isPast {
  background-color: #aeaeae;
  border-radius: 0.5rem;
  color: #292824;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval .timeUnavailable {
  background-color: #d36e6e;
  border-radius: 0.5rem;
  color: #ffffff;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .timetable-container .timeslot-interval .active {
  background-color: #155724;
  border-radius: 0.5rem;
  color: #ffffff;
}
#ssn-mypage-app .reservationpicker .reservation-wrapper .unavailable-times {
  align-self: center;
  text-align: center;
}
#ssn-mypage-app .ssn-hr {
  height: 0;
  border: none;
  border-bottom: 1px solid #ebecee;
  margin: 40px 0;
  overflow: hidden;
}
#ssn-mypage-app .ssn-hr--compact {
  margin: 24px 0;
}
#ssn-mypage-app .ssn-hr--very-compact {
  margin: 12px 0;
}
#ssn-mypage-app .ssn-hr--transparent {
  border-color: transparent;
  margin: 20px 0;
}
#ssn-mypage-app .ssn-icon.warning {
  content: url("/svg/reskin/warning.svg");
  width: 2em;
}
#ssn-mypage-app .ssn-icon.tip {
  content: url("/svg/reskin/tip.svg");
  width: 2em;
}
#ssn-mypage-app .ssn-icon.question {
  content: url("/svg/reskin/question.svg");
  width: 2em;
}
#ssn-mypage-app .ssn-icon.info {
  content: url("/svg/reskin/info.svg");
  width: 2em;
}
#ssn-mypage-app .ssn-icon.ssn-icon-close {
  content: url("/svg/reskin/close.svg");
}
#ssn-mypage-app .ssn-icon.ssn-icon-lightbulb {
  content: url("/svg/reskin/lightbulb.svg");
}
#ssn-mypage-app .ssn-icon.ssn-icon-logo {
  content: url("/svg/logo.svg");
}
#ssn-mypage-app .ssn-icon.ssn-icon-arrow-down {
  content: url("/svg/reskin/arrow-down.svg");
  font-size: 0.5em;
}
#ssn-mypage-app .ssn-icon.ssn-icon-switch-off {
  content: url("/svg/reskin/switch-off.svg");
}
#ssn-mypage-app .ssn-icon.ssn-icon-switch-on {
  content: url("/svg/reskin/switch-on.svg");
}
#ssn-mypage-app .ssn-icon.ssn-icon-circle-check-white {
  content: url("/svg/reskin/circle-check-white.svg");
  font-size: 24px;
}
#ssn-mypage-app .ssn-icon.ssn-icon-circle-check {
  content: url("/svg/reskin/circle-check.svg");
  font-size: 24px;
}
#ssn-mypage-app .ssn-icon.ssn-icon-calendar {
  content: url("/svg/reskin/calendar.svg");
  font-size: 22px;
}
#ssn-mypage-app .ssn-icon.ssn-icon-check {
  content: url("/svg/reskin/check.svg");
  font-size: 24px;
}
#ssn-mypage-app .ssn-icon.ssn-icon-clip {
  content: url("/svg/reskin/clip.svg");
}
#ssn-mypage-app .ssn-infobox {
  width: 400px;
  background: #ffffff;
  border: 1px solid #ebecee;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 32px 40px 44px 40px;
  margin: 0 0 40px 0;
  box-sizing: border-box;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-warning {
  border: none;
  border-radius: 8px;
  background: #fcf2ec;
  box-shadow: none;
  margin: 0 0 14px 0;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-error {
  border: none;
  border-radius: 8px;
  background: #d36e6e;
  box-shadow: none;
  margin: 0 0 14px 0;
  color: #fff;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-light {
  border: 1px solid #dbdcde;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  margin: 0 0 14px 0;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-fullwidth {
  width: 100%;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-no-padding {
  padding: 8px 12px;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-no-padding .ssn-infobox-content, #ssn-mypage-app .ssn-infobox.ssn-infobox-no-padding .ssn-infobox-content p {
  padding: 0;
  margin: 0;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-low-padding {
  padding: 16px 20px;
}
#ssn-mypage-app .ssn-infobox.ssn-infobox-medium-padding {
  padding: 24px 32px;
}
#ssn-mypage-app .ssn-infobox .ssn-infobox-icon {
  margin-top: 0;
  margin-bottom: 12px;
}
#ssn-mypage-app .ssn-infobox h3, #ssn-mypage-app .ssn-infobox .ssn-infobox-title {
  font-family: "SsnMyPageTTCommonsMedium", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 30px;
  color: #17171a;
  margin: 4px 0 0 0;
  padding: 0;
}
#ssn-mypage-app .ssn-infobox h4, #ssn-mypage-app .ssn-infobox .ssn-infobox-subtitle {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #17171a;
  margin: 4px 0 0 0;
  padding: 0;
}
#ssn-mypage-app .ssn-infobox p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.1px;
  color: #17171a;
}
#ssn-mypage-app .ssn-infobox .ssn-infobox-content a {
  text-decoration: underline;
}
#ssn-mypage-app .ssn-infobox .ssn-infobox-content {
  margin-top: 4px;
  font-size: 20px;
  line-height: 30px;
  color: #28282a;
}
#ssn-mypage-app .ssn-main-menu .ssn-main-menu-title {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 40px;
  line-height: 48px;
  color: #17171a;
  margin: 0 0 24px 0;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-main-menu .ssn-main-menu-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.1px;
    margin-bottom: 8px;
  }
}
#ssn-mypage-app .ssn-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ssn-mypage-app .ssn-main-menu ul li {
  margin: 8px 0;
  padding: 4px 0;
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-main-menu ul li {
    padding: 12px 16px;
    margin: 0;
    border-color: #ebecee;
  }
}
#ssn-mypage-app .ssn-main-menu ul li:last-child {
  border-color: transparent;
}
#ssn-mypage-app .ssn-main-menu ul li, #ssn-mypage-app .ssn-main-menu ul li a {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
  color: #5c5e60;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-main-menu ul li, #ssn-mypage-app .ssn-main-menu ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
#ssn-mypage-app .ssn-main-menu ul li.active {
  border-color: #795db4;
}
#ssn-mypage-app .ssn-main-menu ul li.active, #ssn-mypage-app .ssn-main-menu ul li.active a {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  color: #17171a;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-main-menu ul li.active {
    border-color: #ebecee;
  }
}
#ssn-mypage-app .ssn-main-menu ul li.no-border {
  border-color: transparent;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-main-menu ul {
    border: 1px solid #dbdcde;
    border-radius: 4px;
  }
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item {
  border: 1px solid #dbdcde;
  border-radius: 4px;
  display: flex;
  padding: 10px;
  align-items: center;
  align-content: center;
  margin: 16px 0;
  background: #fff;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-image {
  flex: 0 0 58px;
  padding: 5px;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-text {
  flex: 1 1 auto;
  padding: 10px;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-text .ssn-rentables-list-item-title {
  font-size: 20px;
  line-height: 28px;
  color: #17171a;
  margin: 0;
  font-family: "SsnMyPageTTCommonsMedium", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-text .ssn-rentables-list-item-subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #5c5e60;
  margin: 0;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-buttons {
  flex: 0 0 auto;
  padding: 10px;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item .ssn-rentables-list-item-buttons > * {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  vertical-align: middle;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item-ghost {
  opacity: 0;
}
#ssn-mypage-app .ssn-rentables-list .ssn-rentables-list-item-dragging {
  opacity: 1;
}
#ssn-mypage-app .ssn-rentables-list-summary {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  counter-reset: number;
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
#ssn-mypage-app .ssn-rentables-list-summary li {
  margin: 0;
  padding: 0 0 24px 60px;
  counter-increment: number;
  line-height: 36px;
  vertical-align: middle;
  font-size: 18px;
  color: #17171a;
}
#ssn-mypage-app .ssn-rentables-list-summary li::before {
  background: #fcf2ec;
  border-radius: 50%;
  content: counter(number) " ";
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  font-family: "SsnMyPageTTCommonsRegular", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  font-size: 16px;
  color: #17171a;
  position: absolute;
  left: 0;
}
#ssn-mypage-app .ssn-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#ssn-mypage-app .ssn-table th {
  font-family: "SsnMyPageTTCommonsMedium", sans-serif;
  font-weight: normal !important;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #17171a;
  padding: 8px 0;
}
#ssn-mypage-app .ssn-table td {
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #17171a;
  padding: 14px 0;
}
#ssn-mypage-app .ssn-table.ssn-table--border-bottom {
  border-bottom: 1px solid #dbdcde;
}
#ssn-mypage-app .ssn-table.ssn-table--max-width {
  width: 100%;
}
#ssn-mypage-app .ssn-table.ssn-table--max-width td {
  white-space: nowrap;
}
#ssn-mypage-app .ssn-table.ssn-table--max-width td.ssn-table--row-max-width {
  width: 100%;
  white-space: normal;
}
#ssn-mypage-app .ssn-table.ssn-table--space-between td {
  padding-left: 0.3em;
  padding-right: 0.3em;
}
#ssn-mypage-app .ssn-table.ssn-table--space-between td:first-child {
  padding-left: 0;
}
#ssn-mypage-app .ssn-table.ssn-table--space-between td:last-child {
  padding-right: 0;
}
#ssn-mypage-app .ssn-table .tr-override-door {
  display: flex;
  justify-content: space-between;
}
#ssn-mypage-app .ssn-table .td-override-door {
  padding: 4px 0 4px 0;
}
#ssn-mypage-app .ssn-table .td-override-door::before {
  position: inherit;
  padding-right: 1.5rem;
}
@media (max-width: 700px) {
  #ssn-mypage-app .ssn-table-reflow table,
#ssn-mypage-app .ssn-table-reflow thead,
#ssn-mypage-app .ssn-table-reflow tbody,
#ssn-mypage-app .ssn-table-reflow th,
#ssn-mypage-app .ssn-table-reflow td,
#ssn-mypage-app .ssn-table-reflow tr {
    display: block;
  }
  #ssn-mypage-app .ssn-table-reflow thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #ssn-mypage-app .ssn-table-reflow tr {
    border-top: 1px solid #ebecee;
    padding: 16px 0 24px 0;
  }
  #ssn-mypage-app .ssn-table-reflow td {
    font-family: "SsnMyPageTTCommonsRegular", sans-serif;
    font-weight: normal !important;
    border: none;
    position: relative;
    padding: 4px 0 4px 50%;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #17171a;
  }
  #ssn-mypage-app .ssn-table-reflow td:before {
    font-family: "SsnMyPageTTCommonsBook", sans-serif;
    font-weight: normal !important;
    letter-spacing: 0.1px;
    position: absolute;
    left: 0;
    width: 45%;
    white-space: nowrap;
    content: attr(data-column);
    color: #5c5e60;
    text-transform: uppercase;
  }
  #ssn-mypage-app .ssn-table-reflow td:not([data-column]), #ssn-mypage-app .ssn-table-reflow td[data-column=""] {
    padding-left: 0;
  }
}
#ssn-mypage-app .ssn-tabs ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
}
#ssn-mypage-app .ssn-tabs ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #17171a;
}
#ssn-mypage-app .ssn-tabs ul li span {
  border-bottom: 1px solid #b2a0d9;
  cursor: pointer;
}
#ssn-mypage-app .ssn-tabs ul li.active span {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
  border-bottom: 1px solid transparent;
  cursor: default;
}
#ssn-mypage-app .ssn-tabs ul li::before {
  content: "/";
  padding: 0 20px;
}
#ssn-mypage-app .ssn-tabs ul li:first-child::before {
  display: none;
}
#ssn-mypage-app .ssn-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #d1d1d1;
          text-decoration-color: #d1d1d1;
  cursor: pointer;
}
#ssn-mypage-app .ssn-my-page-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 50px;
  /* Location of the box */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}
#ssn-mypage-app .ssn-my-page-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  color: #000;
  border: 1px solid #888;
  max-width: 600px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.app-page #ssn-mypage-app .ssn-my-page-modal-content {
  margin: 30px;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
#ssn-mypage-app .ssn-my-page-modal-header {
  padding: 2px 5px;
  background-color: #fefefe;
  color: #fefefe;
  text-align: center;
}
#ssn-mypage-app .ssn-my-page-modal-body {
  padding: 2px 16px;
}
#ssn-mypage-app .ssn-my-page-modal-footer {
  cursor: pointer;
  padding: 2px 16px;
  background-color: #f65656;
  color: #fefefe;
  text-align: center;
}
#ssn-mypage-app .ssn-my-page-modal-footer:hover,
#ssn-mypage-app .ssn-my-page-modal-footer:focus {
  text-decoration: underline;
}
#ssn-mypage-app .mandatory::after {
  color: red;
  content: " *";
}
#ssn-mypage-app .from_unavailable, #ssn-mypage-app .to_unavailable, #ssn-mypage-app .unavailable {
  border-top: 0;
  position: relative;
}
#ssn-mypage-app .from_unavailable:not(.in-range):not(.active):after {
  width: 55%;
  right: -4px;
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  height: 10.1px;
  background-color: #FF6347;
  position: absolute;
  top: 0;
}
#ssn-mypage-app .to_unavailable:not(.in-range):not(.active):after {
  width: 55%;
  left: 0;
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  height: 10.1px;
  background-color: #FF6347;
  position: absolute;
  top: 0;
}
#ssn-mypage-app .unavailable:not(.end):not(.today):after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  height: 10.1px;
  background-color: #FF6347;
  position: absolute;
  top: 0;
  left: -1px;
  width: 110%;
}
#ssn-mypage-app .unavailable:not(.today):after {
  padding: 0;
  margin: 0;
  display: block;
  content: "";
  height: 10.1px;
  background-color: #FF6347;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#ssn-mypage-app td.end.to_unavailable.start-date, #ssn-mypage-app td.end.in-range, #ssn-mypage-app td.active.star-date.end {
  color: #357ebd;
  font-weight: 600;
  background-color: #99D2F9;
  box-shadow: inset 2px 0 0 0 #357ebd, inset 0 2px 0 0 #357ebd, inset 0 -2px 0 0 #357ebd, 2px 0 0 -2px #99D2F9;
}
#ssn-mypage-app .red_circle {
  width: 16px;
  height: 16px;
  background: #FF6347;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}
#ssn-mypage-app .grey_circle {
  width: 16px;
  height: 16px;
  background: #ddd;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}
#ssn-mypage-app .green_circle {
  width: 16px;
  height: 16px;
  background: #0075A1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  margin-left: 20px;
}
#ssn-mypage-app .file-button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  float: right;
  padding: 6px 8px 6px;
  border: 1px solid #004D6A;
  border-radius: 4px;
  font-size: 0.9rem;
  background-color: #0075A1;
  color: white;
  margin-top: 16px;
  margin-left: 5px;
  text-decoration: none;
}
#ssn-mypage-app .file-button:hover {
  /*background-color: $color-hover;*/
}
#ssn-mypage-app .file-button input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
#ssn-mypage-app .radio-inline {
  display: inline-block;
  padding-left: 20px;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
#ssn-mypage-app .radio input[type=radio], #ssn-mypage-app .radio-inline input[type=radio] {
  line-height: normal;
  position: absolute;
  margin-left: -20px;
}
#ssn-mypage-app .main-content {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #ssn-mypage-app .main-content {
    margin-top: 70px;
  }
  #ssn-mypage-app .placeholder-fullwidth-content {
    margin-top: 70px;
  }
}
#ssn-mypage-app .main-content .side-nav {
  box-shadow: none;
}
#ssn-mypage-app .main-content .side-nav ul {
  list-style-type: none;
}
#ssn-mypage-app .main-content .side-nav ul.level-0 {
  padding-left: 0;
}
#ssn-mypage-app .main-title {
  font-size: 1.1rem;
  font-weight: 300;
  padding: 0 0 10px 10px;
  margin: 0 0 10px;
  border-bottom: 2px solid #007398;
  background: none;
}
#ssn-mypage-app .main-title, #ssn-mypage-app .main-title a {
  color: #007398;
}
#ssn-mypage-app .main-content .side-nav li {
  margin: 0 0 6px 0;
  position: relative;
}
#ssn-mypage-app .nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
#ssn-mypage-app .nav-collapse li {
  width: 100%;
  display: block;
}
#ssn-mypage-app .nav-collapse {
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
#ssn-mypage-app .nav-collapse.closed {
  display: none;
}
#ssn-mypage-app .nav-collapse.opened {
  max-height: 9999px;
}
#ssn-mypage-app #toggle-btn {
  top: 3px;
  left: -6px;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 700px) {
  #ssn-mypage-app .nav-collapse {
    position: relative;
  }
  #ssn-mypage-app .nav-collapse.closed {
    max-height: none;
    display: block;
  }
  #ssn-mypage-app #toggle-btn {
    display: none;
  }
}
#ssn-mypage-app .field-wrapper-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#ssn-mypage-app .field-wrapper-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#ssn-mypage-app .checkmark, #ssn-mypage-app .cross {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-color: #eee;
}
#ssn-mypage-app .field-wrapper-checkbox:hover input ~ .checkmark, #ssn-mypage-app .field-wrapper-checkbox:hover input ~ .cross {
  border: 1px solid #666;
}
#ssn-mypage-app .field-wrapper-checkbox input:checked ~ .checkmark, #ssn-mypage-app .field-wrapper-checkbox input:checked ~ .cross {
  background-color: #0075A1;
  border: 1px solid #004D6A;
}
#ssn-mypage-app .field-wrapper-checkbox input:checked ~ .info {
  background-color: #0075A1;
  border: 1px solid #004D6A;
}
#ssn-mypage-app .field-wrapper-checkbox input:checked ~ .danger {
  background-color: #b82c3a;
  border: 1px solid #63161e;
}
#ssn-mypage-app .checkmark:after, #ssn-mypage-app .cross:after {
  content: "";
  position: absolute;
  display: none;
}
#ssn-mypage-app .field-wrapper-checkbox input:checked ~ .checkmark:after, #ssn-mypage-app .field-wrapper-checkbox input:checked ~ .cross:after {
  display: block;
}
#ssn-mypage-app .field-wrapper-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#ssn-mypage-app .field-wrapper-checkbox .cross:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom, transparent 42%, #eee 42%, #eee 55%, transparent 55%), linear-gradient(to right, transparent 42%, #eee 42%, #eee 55%, transparent 55%);
  transform: rotate(45deg);
}
#ssn-mypage-app .flex {
  display: flex;
}
#ssn-mypage-app .flex > * {
  flex: 1 0 auto;
}
#ssn-mypage-app .flex.rightpad {
  padding-right: 10%;
}
#ssn-mypage-app .flex.flex-space-between {
  justify-content: space-between;
}
#ssn-mypage-app .flex.flex-space-between > *:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#ssn-mypage-app .left-button {
  justify-content: start !important;
  position: fixed;
  bottom: 30px;
  margin-left: 1.5rem;
}
#ssn-mypage-app .no-float {
  float: none !important;
}
#ssn-mypage-app .no-margin {
  margin: 0 !important;
}
#ssn-mypage-app .full-height {
  height: 100%;
}
#ssn-mypage-app .nowrap {
  white-space: nowrap;
}
#ssn-mypage-app .text-xsmall {
  font-size: 0.785rem;
}
#ssn-mypage-app .text-small {
  font-size: 0.857rem;
}
#ssn-mypage-app .text-large {
  font-size: 1.143rem;
}
#ssn-mypage-app .text-xlarge {
  font-size: 1.286rem;
}
#ssn-mypage-app .text-underline {
  text-decoration: underline;
}
#ssn-mypage-app .align-left {
  text-align: left;
}
#ssn-mypage-app .align-center {
  text-align: center;
}
#ssn-mypage-app .align-right {
  text-align: right;
}
#ssn-mypage-app .relative {
  position: relative;
}
#ssn-mypage-app .text-underline {
  text-decoration: underline;
}
#ssn-mypage-app .margin-bottom {
  margin-bottom: 1em !important;
}
#ssn-mypage-app .margin-top {
  margin-top: 1em !important;
}
#ssn-mypage-app .margin-top-large {
  margin-top: 2em !important;
}
#ssn-mypage-app .margin-top-xlarge {
  margin-top: 3em !important;
}
#ssn-mypage-app .margin-bottom-xlarge {
  margin-bottom: 3em !important;
}
#ssn-mypage-app .margin-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
#ssn-mypage-app .margin-children > * {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#ssn-mypage-app .margin-children > *:first-child {
  margin-top: 0 !important;
}
#ssn-mypage-app .margin-children > *:last-child {
  margin-bottom: 0 !important;
}
#ssn-mypage-app hr.hr-full {
  margin: 30px -30px;
}
#ssn-mypage-app hr.hr-white {
  border: none;
  border-bottom: 1px solid #fff;
}
#ssn-mypage-app .striped-list > * {
  padding: 0.4em 0;
}
#ssn-mypage-app .striped-list > *:nth-child(odd) {
  background-color: white;
}
#ssn-mypage-app .striped-list > *:hover {
  background-color: #f4f7fa;
}
#ssn-mypage-app .form-inputs input[type=text],
#ssn-mypage-app .form-inputs select,
#ssn-mypage-app .form-inputs textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.4em;
  box-shadow: none;
  padding: 0.4em 0.6em;
  color: #919191;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#ssn-mypage-app .form-inputs input[type=text]:focus,
#ssn-mypage-app .form-inputs select:focus,
#ssn-mypage-app .form-inputs textarea:focus {
  border-color: #004D6A;
  outline: 0;
  color: #333;
}
#ssn-mypage-app .form-inputs input[type=text][disabled=disabled],
#ssn-mypage-app .form-inputs select[disabled=disabled],
#ssn-mypage-app .form-inputs textarea[disabled=disabled] {
  opacity: 0.4;
}
#ssn-mypage-app .form-inputs select {
  background-image: url("/svg/select-box-arrow.svg");
  background-position-x: calc(100% - 0.6em);
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1em;
  padding-right: 3em;
}
#ssn-mypage-app .form-inputs textarea {
  min-height: 5.4em;
  line-height: 1.4em !important;
}
#ssn-mypage-app .form-inputs .form-group {
  display: block;
  margin: 0 0 0.6rem 0;
}
#ssn-mypage-app .form-inputs .form-group label {
  display: block;
  margin: 0.6em 0.2em;
}
#ssn-mypage-app .form-inputs .input-file input {
  display: none;
}
#ssn-mypage-app .form-inputs .input-toggle {
  display: flex;
  align-items: center;
}
#ssn-mypage-app .form-inputs .input-toggle label {
  margin: 0.2em;
  background-color: #cacaca;
  width: 32px;
  height: 20px;
  border-radius: 20px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
#ssn-mypage-app .form-inputs .input-toggle label div {
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 16px;
  margin: 2px;
}
#ssn-mypage-app .form-inputs .input-toggle span {
  flex: 1 1 auto;
  margin: 0 0.4em;
}
#ssn-mypage-app .form-inputs .input-toggle input {
  display: none;
}
#ssn-mypage-app .form-inputs .input-toggle input:checked + label {
  background-color: #00867c;
}
#ssn-mypage-app .form-inputs .input-toggle input:checked + label > div {
  align-self: flex-end;
}
#ssn-mypage-app .app-page .full-height.page-applications > .full-height {
  margin: 0 15px;
}
#ssn-mypage-app .app-page .form-inputs input[type=text],
#ssn-mypage-app .app-page .form-inputs select,
#ssn-mypage-app .app-page .form-inputs textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #efefef;
  border-radius: 0.4em;
  box-shadow: none;
  padding: 0.6em 0.8em;
  color: #919191;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
#ssn-mypage-app .app-page .form-inputs input[type=text]:focus,
#ssn-mypage-app .app-page .form-inputs select:focus,
#ssn-mypage-app .app-page .form-inputs textarea:focus {
  border-color: #00867c;
  outline: 0;
  color: #00867c;
}
#ssn-mypage-app .filelist-wrapper {
  background-color: #fff;
  padding: 1em;
  margin: 1em 0 2em 0;
  border-radius: 0.4em;
}
#ssn-mypage-app .filelist > div {
  display: flex;
  align-items: center;
  font-size: 0.928rem;
}
#ssn-mypage-app .filelist > div:nth-child(odd) {
  background-color: #fff;
}
#ssn-mypage-app .filelist > div > * {
  padding: 0.6em;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
#ssn-mypage-app .filelist > div > *.nogrow {
  flex-grow: 0;
}
#ssn-mypage-app .filelist > div > *.noshrink {
  flex-shrink: 0;
}
#ssn-mypage-app .filelist.dark-stripes > div:nth-child(odd) {
  background-color: #f0f4f5;
}
#ssn-mypage-app .hr-top {
  border-top: 1px solid #E0E1DD;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
}
#ssn-mypage-app .display-block {
  display: block;
}
#ssn-mypage-app .display-inline-block {
  display: inline-block;
}
#ssn-mypage-app .no-select {
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}
#ssn-mypage-app .tr-override-door .td-override-door_title {
  flex: 1 1 auto;
}
#ssn-mypage-app .tr-override-door .door-closed {
  color: #e45555;
  font-size: 14px;
}
#ssn-mypage-app .tr-override-door .opening-hours-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#ssn-mypage-app .tr-override-door .opening-hours {
  flex: 0 0 14.2857142857%;
  padding: 5px;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  min-width: 66px;
}
#ssn-mypage-app .tr-override-door .opening-hours_title {
  color: #494949;
  font-weight: 700;
}
#ssn-mypage-app .tr-override-door .opening-hours:nth-child(odd) {
  background-color: #f2f2f2;
}
#ssn-mypage-app .tr-override-door .opening-hours:nth-child(even) {
  background-color: #ebebeb;
}
#ssn-mypage-app .tr-override-door .btn_has-opening-hours {
  margin-left: 10px;
  margin-top: 28px;
}
#ssn-mypage-app .tr-override-door div.blocked-periods-container {
  padding: 15px 20px;
}
#ssn-mypage-app .tr-override-door span.blocked-periods-title {
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}
#ssn-mypage-app .tr-override-door .blocked-period-item:not(:last-child) {
  border-bottom: 1px solid #d6d6d6;
}
#ssn-mypage-app .tr-override-door .blocked-period-item {
  padding: 5px 0;
}
#ssn-mypage-app .tr-override-door span.blocked-period-item__dates {
  font-size: 15px;
  font-weight: 700;
  padding-right: 10px;
  color: #494949;
}
#ssn-mypage-app ._icon_info {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #555;
  border-radius: 50%;
  transition: 0.1s;
  margin: 0 5px;
  transform: translateY(3px);
  cursor: pointer;
}
#ssn-mypage-app ._icon_info:after, #ssn-mypage-app ._icon_info:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: #555;
  left: 7px;
}
#ssn-mypage-app ._icon_info:hover {
  border-color: #000;
}
#ssn-mypage-app ._icon_info:hover:after, #ssn-mypage-app ._icon_info:hover:before {
  background: #000;
}
#ssn-mypage-app ._icon_info:after {
  bottom: 2px;
  height: 8px;
}
#ssn-mypage-app ._icon_info:before {
  height: 2px;
  top: 2px;
}
#ssn-mypage-app .button-login, #ssn-mypage-app .app-page .button.button-login {
  display: inline;
  border: 1.5px solid #2d2d2d;
  border-radius: 30px;
  min-width: 158px;
  min-height: 60px;
  font-size: 21px;
  font-weight: 500;
  padding: 11px 27px;
  transition: 0.1s;
  font-family: "SsnMyPageTTCommonsMedium", sans-serif;
}
#ssn-mypage-app .button-login:hover, #ssn-mypage-app .app-page .button.button-login:hover {
  background-color: #121212;
  color: #fff;
  text-decoration: none;
}
#ssn-mypage-app .link-login {
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: inherit;
          text-decoration-color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-position: under;
}
#ssn-mypage-app .form-container {
  margin-top: 1.5rem;
  background-color: #F5F5F5;
  padding: 30px;
}
#ssn-mypage-app .form-inputs h1, #ssn-mypage-app .form-inputs h2, #ssn-mypage-app .form-inputs h3, #ssn-mypage-app .form-inputs h4, #ssn-mypage-app .form-inputs h5, #ssn-mypage-app .form-inputs h6 {
  font-size: 1rem;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 0.2em 0 0.8em 0;
  font-family: "SsnMyPageNeoSansRegular", sans-serif;
}
#ssn-mypage-app .form-inputs h1 {
  font-size: 1.143rem;
}
#ssn-mypage-app .form-inputs h2 {
  font-size: 1rem;
}
#ssn-mypage-app .form-inputs h3 {
  font-size: 1rem;
}
#ssn-mypage-app .form-inputs .form-group {
  margin-bottom: 1rem;
}
@media (max-width: 700px) {
  #ssn-mypage-app {
    flex-direction: column;
  }
  #ssn-mypage-app > * {
    padding: 0 !important;
    flex: 1 1 auto !important;
  }
}
#ssn-mypage-app .mypage-main-menu {
  box-sizing: content-box;
  flex: 0 1 288px;
  padding-right: 154px;
}
@media (max-width: 700px) {
  #ssn-mypage-app .mypage-main-menu {
    margin-bottom: 16px;
  }
}
#ssn-mypage-app .mypage-content {
  box-sizing: content-box;
  flex: 0 1 624px;
  padding: 0 3px 50px 3px;
  font-family: "SsnMyPageTTCommonsBook", sans-serif;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #28282a;
}
@media (max-width: 1200px) {
  #ssn-mypage-app .mypage-content {
    padding-left: 30px;
  }
}
#ssn-mypage-app .mypage-content h1, #ssn-mypage-app .mypage-content h2, #ssn-mypage-app .mypage-content h3 {
  font-family: "SsnMyPageTTCommonsDemiBold", sans-serif;
  font-weight: normal !important;
  letter-spacing: 0.1px;
}
#ssn-mypage-app .mypage-content h1 {
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.2px;
  color: #17171a;
  margin: 0 0 16px 0;
}
@media (max-width: 700px) {
  #ssn-mypage-app .mypage-content h1 {
    display: none;
  }
}
#ssn-mypage-app .mypage-content h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
  color: #17171a;
  margin: 24px 0 16px 0;
}
#ssn-mypage-app .mypage-content h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
  color: #17171a;
  margin: 16px 0 8px 0;
}
#ssn-mypage-app .mypage-content p {
  margin: 16px 0;
}
#ssn-mypage-app .mypage-content ol, #ssn-mypage-app .mypage-content ul {
  list-style: unset;
  margin: 1rem;
}
#ssn-mypage-app .mypage-content a {
  color: #0082c9;
  text-decoration: underline;
}
#ssn-mypage-app .mypage-content a:hover {
  text-decoration: none;
}
#ssn-mypage-app .vertical-align-middle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ssn-mypage-app .vertical-align-middle > * {
  flex: 0 1 auto;
  margin-left: 16px;
}
#ssn-mypage-app .vertical-align-middle > *:first-child {
  margin-left: 0;
}
#ssn-mypage-app .clickable {
  cursor: pointer;
}
#ssn-mypage-app .ssn-link {
  background: transparent;
  border-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: #dbdcde;
          text-decoration-color: #dbdcde;
  line-height: 1.2em;
  letter-spacing: 0.1px;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
#ssn-mypage-app .ssn-badge {
  background-color: #674BB7;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 0.8em;
  color: #fff;
  font-weight: 400;
}
.unavailableRooms {
  border: 1px solid #D1D1D1;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
  border-radius: 0.75em;
}
#ssn-mypage-app span:after {
  display: none;
}
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.ml-12 {
  margin-left: 3rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.resize {
  resize: both;
}
.gap-8 {
  gap: 2rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-inherit {
  background-color: inherit;
}
.align-top {
  vertical-align: top;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-slate-200 {
  outline-color: #e2e8f0;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
