@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:500,600");
body, html {
  height: 100%;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

body, select {
  -webkit-appearance: none;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
  margin: 0;
}

li, ol[role=list], ul[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: inline;
}

button, input, select, textarea {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, ::after, ::before {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  color: #202020;
  font-display: swap;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-scrolling: touch;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

a {
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
}

a:hover {
  opacity: 0.65;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table th {
  text-align: center;
}

ol, ul {
  padding: 0;
  margin: 0;
}

button, input[type=text], input[type=tel], input[type=password], input[type=number], input[type=""], input[type=submit] {
  border: none;
  padding: 0;
  outline: 0;
  width: 100%;
}

button, input[type=submit] {
  cursor: pointer;
}

input[type=radio], input[type=checkbox] {
  width: 0;
  height: 0;
  visibility: hidden;
  margin-left: -0.7rem;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
}

textarea {
  display: block;
  border: none;
  padding: 0;
}

:-moz-placeholder-shown {
  color: #6C757D;
}

:-ms-input-placeholder {
  color: #6C757D;
  opacity: 1;
}

:placeholder-shown {
  color: #6C757D;
}

:placeholder {
  color: #6C757D;
}

:input-placeholder {
  color: #6C757D;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #6C757D;
  opacity: 1;
}

:-moz-placeholder {
  color: #6C757D;
  opacity: 1;
}

::-moz-placeholder {
  color: #6C757D;
  opacity: 1;
}

.wsds-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.wsds-color-primary-100 {
  color: #2C4E49;
}

.wsds-color-primary-90 {
  color: #346B65;
}

.wsds-color-primary-80 {
  color: #377B75;
}

.wsds-color-primary {
  color: #3C8B86;
}

.wsds-color-primary-60 {
  color: #419893;
}

.wsds-color-primary-50 {
  color: #4CA8A5;
}

.wsds-color-primary-40 {
  color: #64B8B6;
}

.wsds-color-primary-30 {
  color: #8DCCCB;
}

.wsds-color-primary-20 {
  color: #B9E0DF;
}

.wsds-color-primary-10 {
  color: #E3F2F3;
}

.wsds-color-secondary-100 {
  color: #22597E;
}

.wsds-color-secondary {
  color: #2D78A0;
}

.wsds-color-secondary-80 {
  color: #3189B4;
}

.wsds-color-secondary-70 {
  color: #3A9BC6;
}

.wsds-color-secondary-60 {
  color: #41A9D4;
}

.wsds-color-secondary-50 {
  color: #50B5D9;
}

.wsds-color-secondary-40 {
  color: #67C2DE;
}

.wsds-color-secondary-30 {
  color: #8BD3E7;
}

.wsds-color-secondary-20 {
  color: #B7E5F0;
}

.wsds-color-secondary-10 {
  color: #E2F5F9;
}

.wsds-color-alert {
  color: #BE5A5A;
}

.wsds-color-nurturing {
  color: #DCA014;
}

.wsds-color-black {
  color: #000;
}

.wsds-color-white {
  color: #FFF;
}

.wsds-color-grayscale-80 {
  color: #6C757D;
}

.wsds-color-grayscale-60 {
  color: #C9C9C9;
}

.wsds-color-grayscale-40 {
  color: #EBEDEF;
}

.wsds-color-grayscale-20 {
  color: #F5F6F7;
}

.wsds-color-background--primary-100 {
  background-color: #2C4E49;
}

.wsds-color-background--primary-90 {
  background-color: #346B65;
}

.wsds-color-background--primary-80 {
  background-color: #377B75;
}

.wsds-color-background--primary {
  background-color: #3C8B86;
}

.wsds-color-background--primary-60 {
  background-color: #419893;
}

.wsds-color-background--primary-50 {
  background-color: #4CA8A5;
}

.wsds-color-background--primary-40 {
  background-color: #64B8B6;
}

.wsds-color-background--primary-30 {
  background-color: #8DCCCB;
}

.wsds-color-background--primary-20 {
  background-color: #B9E0DF;
}

.wsds-color-background--primary-10 {
  background-color: #E3F2F3;
}

.wsds-color-background--secondary-100 {
  background-color: #22597E;
}

.wsds-color-background--secondary {
  background-color: #2D78A0;
}

.wsds-color-background--secondary-80 {
  background-color: #3189B4;
}

.wsds-color-background--secondary-70 {
  background-color: #3A9BC6;
}

.wsds-color-background--secondary-60 {
  background-color: #41A9D4;
}

.wsds-color-background--secondary-50 {
  background-color: #50B5D9;
}

.wsds-color-background--secondary-40 {
  background-color: #67C2DE;
}

.wsds-color-background--secondary-30 {
  background-color: #8BD3E7;
}

.wsds-color-background--secondary-20 {
  background-color: #B7E5F0;
}

.wsds-color-background--secondary-10 {
  background-color: #E2F5F9;
}

.wsds-color-background--alert {
  background-color: #BE5A5A;
}

.wsds-color-background--nurturing {
  background-color: #DCA014;
}

.wsds-color-background--black {
  background-color: #000;
}

.wsds-color-background--white {
  background-color: #FFF;
}

.wsds-color-background--grayscale-80 {
  background-color: #6C757D;
}

.wsds-color-background--grayscale-60 {
  background-color: #C9C9C9;
}

.wsds-color-background--grayscale-40 {
  background-color: #EBEDEF;
}

.wsds-breadcrumb, .wsds-color-background--grayscale-20 {
  background-color: #F5F6F7;
}

.wsds-container, .wsds-container-large, .wsds-container-small {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 959.98px) {
  .wsds-container, .wsds-container-large, .wsds-container-small {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.wsds-container {
  max-width: 1000px;
}

.wsds-container-small {
  max-width: 760px;
}

.wsds-container-large {
  max-width: 1240px;
}

.wsds-flex {
  display: -webkit-box;
  display: flex;
}

.wsds-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.wsds-flex-justify-start {
  -webkit-box-pack: start;
  justify-content: start;
}

.wsds-flex-justify-end {
  -webkit-box-pack: end;
  justify-content: end;
}

.wsds-flex-justify-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.wsds-flex-justify-between {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.wsds-flex-justify-around {
  justify-content: space-around;
}

.wsds-flex-align-start {
  -webkit-box-align: start;
  align-items: flex-start;
}

.wsds-flex-align-end {
  -webkit-box-align: end;
  align-items: flex-end;
}

.wsds-flex-align-center {
  -webkit-box-align: center;
  align-items: center;
}

.wsds-float-left {
  float: left;
}

.wsds-float-right {
  float: right;
}

.wsds-hide {
  display: none !important;
}

@media screen and (max-width: 519.98px) {
  .wsds-hide-small {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 959.98px) {
  .wsds-hide-medium {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .wsds-hide-large {
    display: none;
  }

  .wsds-layout-row-up-medium {
    display: -webkit-box;
    display: flex;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-1 {
    width: 8.3333333333%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-2 {
    width: 16.6666666667%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-3 {
    width: 25%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-4 {
    width: 33.3333333333%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-5 {
    width: 41.6666666667%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-6 {
    width: 50%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-7 {
    width: 58.3333333333%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-8 {
    width: 66.6666666667%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-9 {
    width: 75%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-10 {
    width: 83.3333333333%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-11 {
    width: 91.6666666667%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-12 {
    width: 100%;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-gutter-8 {
    margin-left: 8px;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-gutter-16 {
    margin-left: 16px;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-gutter-32 {
    margin-left: 32px;
  }

  .wsds-layout-row-up-medium .wsds-layout-col-gutter-40 {
    margin-left: 40px;
  }
}
.wsds-layout-row {
  display: -webkit-box;
  display: flex;
}

.wsds-position-relative {
  position: relative;
}

.wsds-position-absolute {
  position: absolute;
}

.wsds-position-absolute-top {
  position: absolute;
  top: 0;
}

.wsds-position-absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.wsds-position-absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.wsds-position-absolute-left {
  position: absolute;
  left: 0;
}

.wsds-position-absolute-right {
  position: absolute;
  right: 0;
}

.wsds-position-absolute-bottom {
  position: absolute;
  bottom: 0;
}

.wsds-position-absolute-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

.wsds-position-absolute-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.wsds-position-fixed-top {
  position: fixed;
  top: 0;
}

.wsds-position-fixed-top-left {
  position: fixed;
  top: 0;
  left: 0;
}

.wsds-position-fixed-top-right {
  position: fixed;
  top: 0;
  right: 0;
}

.wsds-position-fixed-bottom {
  position: fixed;
  bottom: 0;
}

.wsds-position-fixed-bottom-left {
  position: fixed;
  bottom: 0;
  left: 0;
}

.wsds-position-fixed-bottom-right {
  position: fixed;
  bottom: 0;
  right: 0;
}

.wsds-spacing-top-0 {
  top: 0;
}

.wsds-spacing-top-4 {
  top: 4px;
}

.wsds-spacing-top-8 {
  top: 8px;
}

.wsds-spacing-top-12 {
  top: 12px;
}

.wsds-spacing-top-16 {
  top: 16px;
}

.wsds-spacing-top-20 {
  top: 20px;
}

.wsds-spacing-top-24 {
  top: 24px;
}

.wsds-spacing-top-28 {
  top: 28px;
}

.wsds-spacing-top-32 {
  top: 32px;
}

.wsds-spacing-top-36 {
  top: 36px;
}

.wsds-spacing-top-40 {
  top: 40px;
}

.wsds-spacing-top-48 {
  top: 48px;
}

.wsds-spacing-top-60 {
  top: 60px;
}

.wsds-spacing-top-72 {
  top: 72px;
}

.wsds-spacing-top-80 {
  top: 80px;
}

.wsds-spacing-top-100 {
  top: 100px;
}

.wsds-spacing-top-120 {
  top: 120px;
}

.wsds-spacing-top-140 {
  top: 140px;
}

.wsds-spacing-top-160 {
  top: 160px;
}

.wsds-spacing-top-180 {
  top: 180px;
}

.wsds-spacing-top-200 {
  top: 200px;
}

.wsds-spacing-top-220 {
  top: 220px;
}

.wsds-spacing-top-240 {
  top: 240px;
}

.wsds-spacing-left-0 {
  left: 0;
}

.wsds-spacing-left-4 {
  left: 4px;
}

.wsds-spacing-left-8 {
  left: 8px;
}

.wsds-spacing-left-12 {
  left: 12px;
}

.wsds-spacing-left-16 {
  left: 16px;
}

.wsds-spacing-left-20 {
  left: 20px;
}

.wsds-spacing-left-24 {
  left: 24px;
}

.wsds-spacing-left-28 {
  left: 28px;
}

.wsds-spacing-left-32 {
  left: 32px;
}

.wsds-spacing-left-36 {
  left: 36px;
}

.wsds-spacing-left-40 {
  left: 40px;
}

.wsds-spacing-left-48 {
  left: 48px;
}

.wsds-spacing-left-60 {
  left: 60px;
}

.wsds-spacing-left-72 {
  left: 72px;
}

.wsds-spacing-left-80 {
  left: 80px;
}

.wsds-spacing-left-100 {
  left: 100px;
}

.wsds-spacing-left-120 {
  left: 120px;
}

.wsds-spacing-left-140 {
  left: 140px;
}

.wsds-spacing-left-160 {
  left: 160px;
}

.wsds-spacing-left-180 {
  left: 180px;
}

.wsds-spacing-left-200 {
  left: 200px;
}

.wsds-spacing-left-220 {
  left: 220px;
}

.wsds-spacing-left-240 {
  left: 240px;
}

.wsds-spacing-right-0 {
  right: 0;
}

.wsds-spacing-right-4 {
  right: 4px;
}

.wsds-spacing-right-8 {
  right: 8px;
}

.wsds-spacing-right-12 {
  right: 12px;
}

.wsds-spacing-right-16 {
  right: 16px;
}

.wsds-spacing-right-20 {
  right: 20px;
}

.wsds-spacing-right-24 {
  right: 24px;
}

.wsds-spacing-right-28 {
  right: 28px;
}

.wsds-spacing-right-32 {
  right: 32px;
}

.wsds-spacing-right-36 {
  right: 36px;
}

.wsds-spacing-right-40 {
  right: 40px;
}

.wsds-spacing-right-48 {
  right: 48px;
}

.wsds-spacing-right-60 {
  right: 60px;
}

.wsds-spacing-right-72 {
  right: 72px;
}

.wsds-spacing-right-80 {
  right: 80px;
}

.wsds-spacing-right-100 {
  right: 100px;
}

.wsds-spacing-right-120 {
  right: 120px;
}

.wsds-spacing-right-140 {
  right: 140px;
}

.wsds-spacing-right-160 {
  right: 160px;
}

.wsds-spacing-right-180 {
  right: 180px;
}

.wsds-spacing-right-200 {
  right: 200px;
}

.wsds-spacing-right-220 {
  right: 220px;
}

.wsds-spacing-right-240 {
  right: 240px;
}

.wsds-spacing-bottom-0 {
  bottom: 0;
}

.wsds-spacing-bottom-4 {
  bottom: 4px;
}

.wsds-spacing-bottom-8 {
  bottom: 8px;
}

.wsds-spacing-bottom-12 {
  bottom: 12px;
}

.wsds-spacing-bottom-16 {
  bottom: 16px;
}

.wsds-spacing-bottom-20 {
  bottom: 20px;
}

.wsds-spacing-bottom-24 {
  bottom: 24px;
}

.wsds-spacing-bottom-28 {
  bottom: 28px;
}

.wsds-spacing-bottom-32 {
  bottom: 32px;
}

.wsds-spacing-bottom-36 {
  bottom: 36px;
}

.wsds-spacing-bottom-40 {
  bottom: 40px;
}

.wsds-spacing-bottom-48 {
  bottom: 48px;
}

.wsds-spacing-bottom-60 {
  bottom: 60px;
}

.wsds-spacing-bottom-72 {
  bottom: 72px;
}

.wsds-spacing-bottom-80 {
  bottom: 80px;
}

.wsds-spacing-bottom-100 {
  bottom: 100px;
}

.wsds-spacing-bottom-120 {
  bottom: 120px;
}

.wsds-spacing-bottom-140 {
  bottom: 140px;
}

.wsds-spacing-bottom-160 {
  bottom: 160px;
}

.wsds-spacing-bottom-180 {
  bottom: 180px;
}

.wsds-spacing-bottom-200 {
  bottom: 200px;
}

.wsds-spacing-bottom-220 {
  bottom: 220px;
}

.wsds-spacing-bottom-240 {
  bottom: 240px;
}

.wsds-spacing-margin-top-0 {
  margin-top: 0;
}

.wsds-spacing-margin-top-4 {
  margin-top: 4px;
}

.wsds-spacing-margin-top-8 {
  margin-top: 8px;
}

.wsds-spacing-margin-top-12 {
  margin-top: 12px;
}

.wsds-spacing-margin-top-16 {
  margin-top: 16px;
}

.wsds-spacing-margin-top-20 {
  margin-top: 20px;
}

.wsds-spacing-margin-top-24 {
  margin-top: 24px;
}

.wsds-spacing-margin-top-28 {
  margin-top: 28px;
}

.wsds-spacing-margin-top-32 {
  margin-top: 32px;
}

.wsds-spacing-margin-top-36 {
  margin-top: 36px;
}

.wsds-spacing-margin-top-40 {
  margin-top: 40px;
}

.wsds-spacing-margin-top-48 {
  margin-top: 48px;
}

.wsds-spacing-margin-top-60 {
  margin-top: 60px;
}

.wsds-spacing-margin-top-72 {
  margin-top: 72px;
}

.wsds-spacing-margin-top-80 {
  margin-top: 80px;
}

.wsds-spacing-margin-top-100 {
  margin-top: 100px;
}

.wsds-spacing-margin-top-120 {
  margin-top: 120px;
}

.wsds-spacing-margin-top-140 {
  margin-top: 140px;
}

.wsds-spacing-margin-top-160 {
  margin-top: 160px;
}

.wsds-spacing-margin-top-180 {
  margin-top: 180px;
}

.wsds-spacing-margin-top-200 {
  margin-top: 200px;
}

.wsds-spacing-margin-top-220 {
  margin-top: 220px;
}

.wsds-spacing-margin-top-240 {
  margin-top: 240px;
}

.wsds-spacing-margin-left-0 {
  margin-left: 0;
}

.wsds-spacing-margin-left-4 {
  margin-left: 4px;
}

.wsds-spacing-margin-left-8 {
  margin-left: 8px;
}

.wsds-spacing-margin-left-12 {
  margin-left: 12px;
}

.wsds-spacing-margin-left-16 {
  margin-left: 16px;
}

.wsds-spacing-margin-left-20 {
  margin-left: 20px;
}

.wsds-spacing-margin-left-24 {
  margin-left: 24px;
}

.wsds-spacing-margin-left-28 {
  margin-left: 28px;
}

.wsds-spacing-margin-left-32 {
  margin-left: 32px;
}

.wsds-spacing-margin-left-36 {
  margin-left: 36px;
}

.wsds-carousel__list-item + .wsds-carousel__list-item, .wsds-spacing-margin-left-40 {
  margin-left: 40px;
}

.wsds-spacing-margin-left-48 {
  margin-left: 48px;
}

.wsds-spacing-margin-left-60 {
  margin-left: 60px;
}

.wsds-spacing-margin-left-72 {
  margin-left: 72px;
}

.wsds-spacing-margin-left-80 {
  margin-left: 80px;
}

.wsds-spacing-margin-left-100 {
  margin-left: 100px;
}

.wsds-spacing-margin-left-120 {
  margin-left: 120px;
}

.wsds-spacing-margin-left-140 {
  margin-left: 140px;
}

.wsds-spacing-margin-left-160 {
  margin-left: 160px;
}

.wsds-spacing-margin-left-180 {
  margin-left: 180px;
}

.wsds-spacing-margin-left-200 {
  margin-left: 200px;
}

.wsds-spacing-margin-left-220 {
  margin-left: 220px;
}

.wsds-spacing-margin-left-240 {
  margin-left: 240px;
}

.wsds-spacing-margin-right-0 {
  margin-right: 0;
}

.wsds-spacing-margin-right-4 {
  margin-right: 4px;
}

.wsds-spacing-margin-right-8 {
  margin-right: 8px;
}

.wsds-spacing-margin-right-12 {
  margin-right: 12px;
}

.wsds-spacing-margin-right-16 {
  margin-right: 16px;
}

.wsds-spacing-margin-right-20 {
  margin-right: 20px;
}

.wsds-spacing-margin-right-24 {
  margin-right: 24px;
}

.wsds-spacing-margin-right-28 {
  margin-right: 28px;
}

.wsds-spacing-margin-right-32 {
  margin-right: 32px;
}

.wsds-spacing-margin-right-36 {
  margin-right: 36px;
}

.wsds-spacing-margin-right-40 {
  margin-right: 40px;
}

.wsds-spacing-margin-right-48 {
  margin-right: 48px;
}

.wsds-spacing-margin-right-60 {
  margin-right: 60px;
}

.wsds-spacing-margin-right-72 {
  margin-right: 72px;
}

.wsds-spacing-margin-right-80 {
  margin-right: 80px;
}

.wsds-spacing-margin-right-100 {
  margin-right: 100px;
}

.wsds-spacing-margin-right-120 {
  margin-right: 120px;
}

.wsds-spacing-margin-right-140 {
  margin-right: 140px;
}

.wsds-spacing-margin-right-160 {
  margin-right: 160px;
}

.wsds-spacing-margin-right-180 {
  margin-right: 180px;
}

.wsds-spacing-margin-right-200 {
  margin-right: 200px;
}

.wsds-spacing-margin-right-220 {
  margin-right: 220px;
}

.wsds-spacing-margin-right-240 {
  margin-right: 240px;
}

.wsds-spacing-margin-bottom-0 {
  margin-bottom: 0;
}

.wsds-spacing-margin-bottom-4 {
  margin-bottom: 4px;
}

.wsds-spacing-margin-bottom-8 {
  margin-bottom: 8px;
}

.wsds-spacing-margin-bottom-12 {
  margin-bottom: 12px;
}

.wsds-card__button, .wsds-card__info, .wsds-spacing-margin-bottom-16 {
  margin-bottom: 16px;
}

.wsds-spacing-margin-bottom-20 {
  margin-bottom: 20px;
}

.wsds-spacing-margin-bottom-24 {
  margin-bottom: 24px;
}

.wsds-spacing-margin-bottom-28 {
  margin-bottom: 28px;
}

.wsds-spacing-margin-bottom-32 {
  margin-bottom: 32px;
}

.wsds-spacing-margin-bottom-36 {
  margin-bottom: 36px;
}

.wsds-spacing-margin-bottom-40 {
  margin-bottom: 40px;
}

.wsds-spacing-margin-bottom-48 {
  margin-bottom: 48px;
}

.wsds-spacing-margin-bottom-60 {
  margin-bottom: 60px;
}

.wsds-spacing-margin-bottom-72 {
  margin-bottom: 72px;
}

.wsds-spacing-margin-bottom-80 {
  margin-bottom: 80px;
}

.wsds-spacing-margin-bottom-100 {
  margin-bottom: 100px;
}

.wsds-spacing-margin-bottom-120 {
  margin-bottom: 120px;
}

.wsds-spacing-margin-bottom-140 {
  margin-bottom: 140px;
}

.wsds-spacing-margin-bottom-160 {
  margin-bottom: 160px;
}

.wsds-spacing-margin-bottom-180 {
  margin-bottom: 180px;
}

.wsds-spacing-margin-bottom-200 {
  margin-bottom: 200px;
}

.wsds-spacing-margin-bottom-220 {
  margin-bottom: 220px;
}

.wsds-spacing-margin-bottom-240 {
  margin-bottom: 240px;
}

.wsds-spacing-padding-top-0 {
  padding-top: 0;
}

.wsds-spacing-padding-top-4 {
  padding-top: 4px;
}

.wsds-spacing-padding-top-8 {
  padding-top: 8px;
}

.wsds-spacing-padding-top-12 {
  padding-top: 12px;
}

.wsds-spacing-padding-top-16 {
  padding-top: 16px;
}

.wsds-spacing-padding-top-20 {
  padding-top: 20px;
}

.wsds-spacing-padding-top-24 {
  padding-top: 24px;
}

.wsds-spacing-padding-top-28 {
  padding-top: 28px;
}

.wsds-spacing-padding-top-32 {
  padding-top: 32px;
}

.wsds-spacing-padding-top-36 {
  padding-top: 36px;
}

.wsds-spacing-padding-top-40 {
  padding-top: 40px;
}

.wsds-spacing-padding-top-48 {
  padding-top: 48px;
}

.wsds-spacing-padding-top-60 {
  padding-top: 60px;
}

.wsds-spacing-padding-top-72 {
  padding-top: 72px;
}

.wsds-spacing-padding-top-80 {
  padding-top: 80px;
}

.wsds-spacing-padding-top-100 {
  padding-top: 100px;
}

.wsds-spacing-padding-top-120 {
  padding-top: 120px;
}

.wsds-spacing-padding-top-140 {
  padding-top: 140px;
}

.wsds-spacing-padding-top-160 {
  padding-top: 160px;
}

.wsds-spacing-padding-top-180 {
  padding-top: 180px;
}

.wsds-spacing-padding-top-200 {
  padding-top: 200px;
}

.wsds-spacing-padding-top-220 {
  padding-top: 220px;
}

.wsds-spacing-padding-top-240 {
  padding-top: 240px;
}

.wsds-spacing-padding-left-0 {
  padding-left: 0;
}

.wsds-spacing-padding-left-4 {
  padding-left: 4px;
}

.wsds-spacing-padding-left-8 {
  padding-left: 8px;
}

.wsds-spacing-padding-left-12 {
  padding-left: 12px;
}

.wsds-spacing-padding-left-16 {
  padding-left: 16px;
}

.wsds-spacing-padding-left-20 {
  padding-left: 20px;
}

.wsds-spacing-padding-left-24 {
  padding-left: 24px;
}

.wsds-spacing-padding-left-28 {
  padding-left: 28px;
}

.wsds-spacing-padding-left-32 {
  padding-left: 32px;
}

.wsds-spacing-padding-left-36 {
  padding-left: 36px;
}

.wsds-spacing-padding-left-40 {
  padding-left: 40px;
}

.wsds-spacing-padding-left-48 {
  padding-left: 48px;
}

.wsds-spacing-padding-left-60 {
  padding-left: 60px;
}

.wsds-spacing-padding-left-72 {
  padding-left: 72px;
}

.wsds-spacing-padding-left-80 {
  padding-left: 80px;
}

.wsds-spacing-padding-left-100 {
  padding-left: 100px;
}

.wsds-spacing-padding-left-120 {
  padding-left: 120px;
}

.wsds-spacing-padding-left-140 {
  padding-left: 140px;
}

.wsds-spacing-padding-left-160 {
  padding-left: 160px;
}

.wsds-spacing-padding-left-180 {
  padding-left: 180px;
}

.wsds-spacing-padding-left-200 {
  padding-left: 200px;
}

.wsds-spacing-padding-left-220 {
  padding-left: 220px;
}

.wsds-spacing-padding-left-240 {
  padding-left: 240px;
}

.wsds-spacing-padding-right-0 {
  padding-right: 0;
}

.wsds-spacing-padding-right-4 {
  padding-right: 4px;
}

.wsds-spacing-padding-right-8 {
  padding-right: 8px;
}

.wsds-spacing-padding-right-12 {
  padding-right: 12px;
}

.wsds-spacing-padding-right-16 {
  padding-right: 16px;
}

.wsds-spacing-padding-right-20 {
  padding-right: 20px;
}

.wsds-spacing-padding-right-24 {
  padding-right: 24px;
}

.wsds-spacing-padding-right-28 {
  padding-right: 28px;
}

.wsds-spacing-padding-right-32 {
  padding-right: 32px;
}

.wsds-spacing-padding-right-36 {
  padding-right: 36px;
}

.wsds-spacing-padding-right-40 {
  padding-right: 40px;
}

.wsds-spacing-padding-right-48 {
  padding-right: 48px;
}

.wsds-spacing-padding-right-60 {
  padding-right: 60px;
}

.wsds-spacing-padding-right-72 {
  padding-right: 72px;
}

.wsds-spacing-padding-right-80 {
  padding-right: 80px;
}

.wsds-spacing-padding-right-100 {
  padding-right: 100px;
}

.wsds-spacing-padding-right-120 {
  padding-right: 120px;
}

.wsds-spacing-padding-right-140 {
  padding-right: 140px;
}

.wsds-spacing-padding-right-160 {
  padding-right: 160px;
}

.wsds-spacing-padding-right-180 {
  padding-right: 180px;
}

.wsds-spacing-padding-right-200 {
  padding-right: 200px;
}

.wsds-spacing-padding-right-220 {
  padding-right: 220px;
}

.wsds-spacing-padding-right-240 {
  padding-right: 240px;
}

.wsds-spacing-padding-bottom-0 {
  padding-bottom: 0;
}

.wsds-spacing-padding-bottom-4 {
  padding-bottom: 4px;
}

.wsds-spacing-padding-bottom-8 {
  padding-bottom: 8px;
}

.wsds-spacing-padding-bottom-12 {
  padding-bottom: 12px;
}

.wsds-spacing-padding-bottom-16 {
  padding-bottom: 16px;
}

.wsds-spacing-padding-bottom-20 {
  padding-bottom: 20px;
}

.wsds-spacing-padding-bottom-24 {
  padding-bottom: 24px;
}

.wsds-spacing-padding-bottom-28 {
  padding-bottom: 28px;
}

.wsds-spacing-padding-bottom-32 {
  padding-bottom: 32px;
}

.wsds-spacing-padding-bottom-36 {
  padding-bottom: 36px;
}

.wsds-spacing-padding-bottom-40 {
  padding-bottom: 40px;
}

.wsds-spacing-padding-bottom-48 {
  padding-bottom: 48px;
}

.wsds-spacing-padding-bottom-60 {
  padding-bottom: 60px;
}

.wsds-spacing-padding-bottom-72 {
  padding-bottom: 72px;
}

.wsds-spacing-padding-bottom-80 {
  padding-bottom: 80px;
}

.wsds-spacing-padding-bottom-100 {
  padding-bottom: 100px;
}

.wsds-spacing-padding-bottom-120 {
  padding-bottom: 120px;
}

.wsds-spacing-padding-bottom-140 {
  padding-bottom: 140px;
}

.wsds-spacing-padding-bottom-160 {
  padding-bottom: 160px;
}

.wsds-spacing-padding-bottom-180 {
  padding-bottom: 180px;
}

.wsds-spacing-padding-bottom-200 {
  padding-bottom: 200px;
}

.wsds-spacing-padding-bottom-220 {
  padding-bottom: 220px;
}

.wsds-spacing-padding-bottom-240 {
  padding-bottom: 240px;
}

.wsds-breadcrumb {
  width: 100%;
  height: 44px;
}

.wsds-breadcrumb__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  overflow: scroll;
}

@media screen and (max-width: 959.98px) {
  .wsds-breadcrumb__list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.wsds-breadcrumb__list-item {
  white-space: nowrap;
}

.wsds-breadcrumb__list-item > a, .wsds-breadcrumb__list-item > span {
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
}

.wsds-breadcrumb__list-item > a {
  font-weight: 600;
}

.wsds-breadcrumb__list-item + .wsds-breadcrumb__list-item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  margin-left: 8px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDcgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjE3OTY5IDUuODk4NDRDNi4zOTA2MiA1LjY4NzUgNi4zOTA2MiA1LjMzNTk0IDYuMTc5NjkgNS4xMjVMMS42MzI4MSAwLjU1NDY4OEMxLjM5ODQ0IDAuMzQzNzUgMS4wNDY4OCAwLjM0Mzc1IDAuODM1OTM4IDAuNTU0Njg4TDAuMjk2ODc1IDEuMDkzNzVDMC4wODU5Mzc1IDEuMzA0NjkgMC4wODU5Mzc1IDEuNjU2MjUgMC4yOTY4NzUgMS44OTA2MkwzLjkwNjI1IDUuNUwwLjI5Njg3NSA5LjEzMjgxQzAuMDg1OTM3NSA5LjM2NzE5IDAuMDg1OTM3NSA5LjcxODc1IDAuMjk2ODc1IDkuOTI5NjlMMC44MzU5MzggMTAuNDY4OEMxLjA0Njg4IDEwLjY3OTcgMS4zOTg0NCAxMC42Nzk3IDEuNjMyODEgMTAuNDY4OEw2LjE3OTY5IDUuODk4NDRaIiBmaWxsPSIjNkM3NTdEIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.wsds-button--primary, .wsds-button--primary-gray, .wsds-button--primary-red, .wsds-button--primary-yellow, .wsds-button--secondary, .wsds-button--secondary-gray, .wsds-button--secondary-red, .wsds-button--secondary-yellow, .wsds-card__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  height: 40px;
  min-width: 128px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 600;
}

.wsds-button--primary-gray > i, .wsds-button--primary-red > i, .wsds-button--primary-yellow > i, .wsds-button--primary > i, .wsds-button--secondary-gray > i, .wsds-button--secondary-red > i, .wsds-button--secondary-yellow > i, .wsds-button--secondary > i, .wsds-card__button > i {
  font-size: 1.4rem;
  margin-right: 8px;
  display: inline-block;
}

.wsds-button--primary-gray:disabled, .wsds-button--primary-gray[aria-disabled=true], .wsds-button--primary-red:disabled, .wsds-button--primary-red[aria-disabled=true], .wsds-button--primary-yellow:disabled, .wsds-button--primary-yellow[aria-disabled=true], .wsds-button--primary:disabled, .wsds-button--primary[aria-disabled=true], .wsds-button--secondary-gray:disabled, .wsds-button--secondary-gray[aria-disabled=true], .wsds-button--secondary-red:disabled, .wsds-button--secondary-red[aria-disabled=true], .wsds-button--secondary-yellow:disabled, .wsds-button--secondary-yellow[aria-disabled=true], .wsds-button--secondary:disabled, .wsds-button--secondary[aria-disabled=true], .wsds-card__button:disabled, .wsds-card__button[aria-disabled=true] {
  border-color: #C9C9C9;
  background-color: #C9C9C9;
  color: #6C757D;
  cursor: not-allowed;
}

.wsds-button--primary-gray:disabled:hover, .wsds-button--primary-gray[aria-disabled=true]:hover, .wsds-button--primary-red:disabled:hover, .wsds-button--primary-red[aria-disabled=true]:hover, .wsds-button--primary-yellow:disabled:hover, .wsds-button--primary-yellow[aria-disabled=true]:hover, .wsds-button--primary:disabled:hover, .wsds-button--primary[aria-disabled=true]:hover, .wsds-button--secondary-gray:disabled:hover, .wsds-button--secondary-gray[aria-disabled=true]:hover, .wsds-button--secondary-red:disabled:hover, .wsds-button--secondary-red[aria-disabled=true]:hover, .wsds-button--secondary-yellow:disabled:hover, .wsds-button--secondary-yellow[aria-disabled=true]:hover, .wsds-button--secondary:disabled:hover, .wsds-button--secondary[aria-disabled=true]:hover, .wsds-card__button:disabled:hover, .wsds-card__button[aria-disabled=true]:hover {
  opacity: 1;
  color: #6C757D;
}

@media screen and (max-width: 959.98px) {
  .wsds-button--primary-gray:disabled, .wsds-button--primary-gray[aria-disabled=true], .wsds-button--primary-red:disabled, .wsds-button--primary-red[aria-disabled=true], .wsds-button--primary-yellow:disabled, .wsds-button--primary-yellow[aria-disabled=true], .wsds-button--primary:disabled, .wsds-button--primary[aria-disabled=true], .wsds-button--secondary-gray:disabled, .wsds-button--secondary-gray[aria-disabled=true], .wsds-button--secondary-red:disabled, .wsds-button--secondary-red[aria-disabled=true], .wsds-button--secondary-yellow:disabled, .wsds-button--secondary-yellow[aria-disabled=true], .wsds-button--secondary:disabled, .wsds-button--secondary[aria-disabled=true], .wsds-card__button:disabled, .wsds-card__button[aria-disabled=true] {
    opacity: 0.4;
  }
}
.wsds-button--solid, .wsds-button--solid-red {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 240px;
  height: 56px;
  overflow: hidden;
  padding: 0 20px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #FFF;
  position: relative;
}

.wsds-button--solid-red > span, .wsds-button--solid > span {
  position: relative;
  z-index: 1;
}

.wsds-button--solid-red::after, .wsds-button--solid::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #FFF;
  display: block;
}

.wsds-button--solid-red::before, .wsds-button--solid::before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.wsds-button--solid-red:hover, .wsds-button--solid:hover {
  color: #FFF;
  opacity: 1;
}

.wsds-button--solid-red:hover::after, .wsds-button--solid:hover::after {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: wsds-button-solid-animation;
  animation-name: wsds-button-solid-animation;
}

@-webkit-keyframes wsds-button-solid-animation {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #FFF;
  }
  26% {
    background-color: transparent;
  }
  27% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    background-color: #FFF;
  }
}
@keyframes wsds-button-solid-animation {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #FFF;
  }
  26% {
    background-color: transparent;
  }
  27% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40% {
    background-color: #FFF;
  }
}
.wsds-button--text {
  color: #3C8B86;
  font-weight: 700;
}

.wsds-button--text .fa-after {
  margin-left: 4px;
}

.wsds-button--text .fa-before {
  margin-right: 4px;
}

.wsds-button--text:hover {
  color: #3C8B86;
}

.wsds-button--primary, .wsds-button--secondary, .wsds-card__button {
  border-color: #3C8B86;
}

.wsds-button--primary-red, .wsds-button--secondary-red, .wsds-form__group-content--error .wsds-form__input input {
  border-color: #BE5A5A;
}

.wsds-button--primary, .wsds-card__button {
  background-color: #3C8B86;
  color: #FFF;
}

.wsds-button--primary:hover, .wsds-card__button:hover {
  color: #FFF;
}

.wsds-button--secondary {
  background-color: #FFF;
  color: #3C8B86;
}

.wsds-button--secondary:hover {
  color: #3C8B86;
}

.wsds-button--solid, .wsds-button--solid::before {
  background-color: #3C8B86;
}

.wsds-button--primary-red {
  background-color: #BE5A5A;
  color: #FFF;
}

.wsds-button--primary-red:hover {
  color: #FFF;
}

.wsds-button--secondary-red, .wsds-button--secondary-red:hover {
  color: #BE5A5A;
}

.wsds-button--solid-red, .wsds-button--solid-red::before {
  background-color: #BE5A5A;
}

.wsds-button--primary-yellow, .wsds-button--primary-yellow:hover, .wsds-button--secondary-yellow, .wsds-button--secondary-yellow:hover {
  color: #D19A1A;
}

.wsds-button--primary-yellow {
  border-color: #FFECBE;
  background-color: #FFECBE;
}

.wsds-button--secondary-yellow {
  border-color: #D19A1A;
}

.wsds-button--primary-gray, .wsds-button--secondary-gray {
  border-color: #C9C9C9;
  color: #6C757D;
}

.wsds-button--primary-gray:hover, .wsds-button--secondary-gray:hover {
  color: #6C757D;
}

.wsds-button--primary-gray {
  background-color: #C9C9C9;
}

.wsds-button--sm, .wsds-button--small {
  min-width: auto;
  font-size: 1.4rem;
  height: 30px;
  padding: 0 12px;
}

.wsds-button--sm > i, .wsds-button--small > i {
  font-size: 1.2rem;
  margin-right: 4px;
}

.wsds-button--sm.wsds-button--solid, .wsds-button--sm.wsds-button--solid-red, .wsds-button--small.wsds-button--solid, .wsds-button--small.wsds-button--solid-red {
  height: 40px;
}

.wsds-card {
  display: block;
  width: 100%;
  max-width: 380px;
  background-color: #FFF;
}

.wsds-card > a {
  display: block;
}

.wsds-card__img {
  width: 100%;
  height: 0;
  padding-top: 51.5%;
  position: relative;
  overflow: hidden;
}

.wsds-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wsds-card__title {
  padding: 20px 20px 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.wsds-card__info {
  font-size: 1.2rem;
  color: #6C757D;
  font-weight: 700;
  padding: 0 20px;
}

.wsds-card__button {
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wsds-carousel {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
}

.wsds-carousel__list {
  display: -webkit-box;
  display: flex;
  position: relative;
  z-index: 1;
}

.wsds-carousel__dots {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
}

.wsds-dropdown__list > li ~ li, .wsds-nav__account-dropdown .account-dropdown__menu dd + dt {
  margin-top: 16px;
}

.wsds-carousel__dots > li + li {
  margin-left: 12px;
}

.wsds-carousel__dots > li > button {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #C9C9C9;
  border-radius: 100%;
}

.wsds-carousel__dots > li[aria-current=true] > button {
  background-color: #3C8B86;
}

.wsds-carousel__arrows {
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 0;
  left: 0;
}

.wsds-carousel__arrows .wsds-carousel__arrows-next, .wsds-carousel__arrows .wsds-carousel__arrows-prev {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #3C8B86;
  color: #FFF;
  position: absolute;
  top: calc(50% - 18px);
  z-index: 1;
}

.wsds-carousel__arrows .wsds-carousel__arrows-prev {
  left: 0;
}

.wsds-carousel__arrows .wsds-carousel__arrows-next {
  right: 0;
}

.wsds-dropdown--button, .wsds-dropdown--dots {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

.wsds-dropdown--button > input:checked + span::after, .wsds-dropdown--dots > input:checked + span::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.wsds-dropdown--button > input:checked ~ .wsds-dropdown__list, .wsds-dropdown--dots > input:checked ~ .wsds-dropdown__list {
  opacity: 1;
  pointer-events: all;
}

.wsds-dropdown--button > span, .wsds-dropdown--dots > span {
  border: 1px solid #C9C9C9;
  background-color: #FAFAFA;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.wsds-dropdown--button > span:hover, .wsds-dropdown--dots > span:hover {
  border-color: #3C8B86;
}

.wsds-dropdown--button > span::after, .wsds-dropdown--dots > span::after {
  content: "";
  display: block;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.wsds-dropdown--button > span {
  padding: 6px 12px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
}

.wsds-dropdown--button > span::after {
  width: 12px;
  height: 12px;
  margin-left: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi4wNTg2IDEuMzQzNzVMMTEuNTM5MSAwLjc5Njg3NUMxMS40MDIzIDAuNjYwMTU2IDExLjE4MzYgMC42NjAxNTYgMTEuMDc0MiAwLjc5Njg3NUw2LjEyNSA1Ljc0NjA5TDEuMTQ4NDQgMC43OTY4NzVDMS4wMzkwNiAwLjY2MDE1NiAwLjgyMDMxMiAwLjY2MDE1NiAwLjY4MzU5NCAwLjc5Njg3NUwwLjE2NDA2MiAxLjM0Mzc1QzAuMDI3MzQzOCAxLjQ1MzEyIDAuMDI3MzQzOCAxLjY3MTg4IDAuMTY0MDYyIDEuODA4NTlMNS44Nzg5MSA3LjUyMzQ0QzYuMDE1NjIgNy42NjAxNiA2LjIwNzAzIDcuNjYwMTYgNi4zNDM3NSA3LjUyMzQ0TDEyLjA1ODYgMS44MDg1OUMxMi4xOTUzIDEuNjcxODggMTIuMTk1MyAxLjQ1MzEyIDEyLjA1ODYgMS4zNDM3NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}

.wsds-dropdown--dots > span {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 38px;
  height: 38px;
  display: inline-block;
}

.wsds-dropdown--dots > span::after {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 25%;
  left: 25%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBmaWxsPSIjNDQ0IiBkPSJNNiAxMGMtMS4xIDAtMiAuOS0yIDJzLjkgMiAyIDIgMi0uOSAyLTItLjktMi0yLTJ6bTEyIDBjLTEuMSAwLTIgLjktMiAycy45IDIgMiAyIDItLjkgMi0yLS45LTItMi0yem0tNiAwYy0xLjEgMC0yIC45LTIgMnMuOSAyIDIgMiAyLS45IDItMi0uOS0yLTItMnoiLz48L3N2Zz4=);
}

.wsds-dropdown__list {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 42px;
  right: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  padding: 16px;
  background-color: #FFF;
  z-index: 5;
}

.wsds-dropdown__list > li {
  white-space: nowrap;
}

.wsds-dropdown__list > li button, .wsds-dropdown__list > li > a {
  display: block;
  width: 100%;
  text-align: left;
  font-weight: 700;
  font-size: 1.4rem;
  color: #6C757D;
}

.wsds-dropdown__list::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wsds-footer--dark, .wsds-footer--light {
  font-size: 1.4rem;
}

.wsds-footer--light .wsds-footer__bottom {
  border-top: #C9C9C9 solid 1px;
}

.wsds-footer--light .wsds-footer__top-follow::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTcxIiB2aWV3Qm94PSIwIDAgMTQgMTcxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOS42NjAxNiA2LjUwNzgxQzkuNDEwMTYgNi40ODE3NyA5LjA4NzI0IDYuNDY4NzUgOC42OTE0MSA2LjQ2ODc1SDYuMzI0MjJWMTFINC4xODM1OVYwLjU1NDY4OEM0LjMyNDIyIDAuNTY1MTA0IDQuNDg1NjggMC41NzI5MTcgNC42Njc5NyAwLjU3ODEyNUw1LjI0NjA5IDAuNTkzNzVDNS42NDE5MyAwLjYwNDE2NyA2LjA1MzM5IDAuNjA5Mzc1IDYuNDgwNDcgMC42MDkzNzVDNy43NjE3MiAwLjYwOTM3NSA4Ljk4NTY4IDAuNTg4NTQyIDEwLjE1MjMgMC41NDY4NzVDMTAuMDk1MSAxLjAwNTIxIDEwLjA2NjQgMS42MTcxOSAxMC4wNjY0IDIuMzgyODFDMTAuMDY2NCAyLjQ2NjE1IDEwLjA3MTYgMi41Mjg2NSAxMC4wODIgMi41NzAzMUwxMC4wNjY0IDIuNTkzNzVDOS43OTAzNiAyLjUxNTYyIDkuNDA0OTUgMi40NzY1NiA4LjkxMDE2IDIuNDc2NTZINi4zMjQyMlY0LjYyNUg4LjYwNTQ3QzkuMTc4MzkgNC42MjUgOS41MjIxNCA0LjYwOTM4IDkuNjM2NzIgNC41NzgxMkw5LjY2MDE2IDYuNTA3ODFaTTMuMDI3MzQgMjkuNzY1NkMyLjU1MzM5IDI5LjMxMjUgMi4xNzgzOSAyOC43NjgyIDEuOTAyMzQgMjguMTMyOEMxLjYzMTUxIDI3LjQ5NzQgMS40OTYwOSAyNi44MDIxIDEuNDk2MDkgMjYuMDQ2OUMxLjQ5NjA5IDI1LjI4NjUgMS42MjM3IDI0LjU2NzcgMS44Nzg5MSAyMy44OTA2QzIuMTM0MTEgMjMuMjEzNSAyLjQ5ODcgMjIuNjE3MiAyLjk3MjY2IDIyLjEwMTZDMy40NDY2MSAyMS41ODU5IDQuMDE5NTMgMjEuMTc3MSA0LjY5MTQxIDIwLjg3NUM1LjM2MzI4IDIwLjU2NzcgNi4xMTU4OSAyMC40MTQxIDYuOTQ5MjIgMjAuNDE0MUM4LjM4NjcyIDIwLjQxNDEgOS41OTc2NiAyMC44NjcyIDEwLjU4MiAyMS43NzM0QzExLjYzNDEgMjIuNzQyMiAxMi4xNjAyIDI0LjA0OTUgMTIuMTYwMiAyNS42OTUzQzEyLjE2MDIgMjcuMjg5MSAxMS42MTg1IDI4LjYxNDYgMTAuNTM1MiAyOS42NzE5QzkuODY4NDkgMzAuMzIyOSA5LjA3NDIyIDMwLjc3MDggOC4xNTIzNCAzMS4wMTU2QzcuNjk5MjIgMzEuMTM1NCA3LjE2Nzk3IDMxLjE5NTMgNi41NTg1OSAzMS4xOTUzQzUuOTU0NDMgMzEuMTk1MyA1LjMzMjAzIDMxLjA3MDMgNC42OTE0MSAzMC44MjAzQzQuMDU1OTkgMzAuNTcwMyAzLjUwMTMgMzAuMjE4OCAzLjAyNzM0IDI5Ljc2NTZaTTMuNjY3OTcgMjUuOTM3NUMzLjY2Nzk3IDI2LjQyMTkgMy43NDg3IDI2Ljg2NzIgMy45MTAxNiAyNy4yNzM0QzQuMDcxNjEgMjcuNjc5NyA0LjI5NTU3IDI4LjAyODYgNC41ODIwMyAyOC4zMjAzQzUuMTkxNDEgMjguOTM0OSA1Ljk3NTI2IDI5LjI0MjIgNi45MzM1OSAyOS4yNDIyQzcuODQ1MDUgMjkuMjQyMiA4LjU3NjgyIDI4Ljk0NzkgOS4xMjg5MSAyOC4zNTk0QzkuNjkxNDEgMjcuNzUgOS45NzI2NiAyNi45MTkzIDkuOTcyNjYgMjUuODY3MkM5Ljk3MjY2IDI0Ljg3NzYgOS43MDQ0MyAyNC4wNTIxIDkuMTY3OTcgMjMuMzkwNkM4LjU4OTg0IDIyLjY4MjMgNy43OTgxOCAyMi4zMjgxIDYuNzkyOTcgMjIuMzI4MUM1LjgxOTAxIDIyLjMyODEgNS4wNDU1NyAyMi42ODc1IDQuNDcyNjYgMjMuNDA2MkMzLjkzNjIgMjQuMDc4MSAzLjY2Nzk3IDI0LjkyMTkgMy42Njc5NyAyNS45Mzc1Wk02LjM1NTQ3IDUxQzUuNTg5ODQgNTEgNS4wODIwMyA1MS4wMTU2IDQuODMyMDMgNTEuMDQ2OVY0MC41NjI1QzQuOTU3MDMgNDAuNTkzOCA1LjIxNDg0IDQwLjYwOTQgNS42MDU0NyA0MC42MDk0QzYuMDAxMyA0MC42MDk0IDYuNDU5NjQgNDAuNTk5IDYuOTgwNDcgNDAuNTc4MVY0OS4xMjVIOC41OTc2NkM5LjA2NjQxIDQ5LjEyNSA5LjQ0MTQxIDQ5LjEwOTQgOS43MjI2NiA0OS4wNzgxQzkuNjg2MiA1MC4yOTY5IDkuNjY3OTcgNTAuOTI5NyA5LjY2Nzk3IDUwLjk3NjZWNTEuMDU0N0M5LjE1NzU1IDUxLjAxODIgOC4zMDA3OCA1MSA3LjA5NzY2IDUxSDYuMzU1NDdaTTYuMzU1NDcgNzFDNS41ODk4NCA3MSA1LjA4MjAzIDcxLjAxNTYgNC44MzIwMyA3MS4wNDY5VjYwLjU2MjVDNC45NTcwMyA2MC41OTM4IDUuMjE0ODQgNjAuNjA5NCA1LjYwNTQ3IDYwLjYwOTRDNi4wMDEzIDYwLjYwOTQgNi40NTk2NCA2MC41OTkgNi45ODA0NyA2MC41NzgxVjY5LjEyNUg4LjU5NzY2QzkuMDY2NDEgNjkuMTI1IDkuNDQxNDEgNjkuMTA5NCA5LjcyMjY2IDY5LjA3ODFDOS42ODYyIDcwLjI5NjkgOS42Njc5NyA3MC45Mjk3IDkuNjY3OTcgNzAuOTc2NlY3MS4wNTQ3QzkuMTU3NTUgNzEuMDE4MiA4LjMwMDc4IDcxIDcuMDk3NjYgNzFINi4zNTU0N1pNMy4wMjczNCA4OS43NjU2QzIuNTUzMzkgODkuMzEyNSAyLjE3ODM5IDg4Ljc2ODIgMS45MDIzNCA4OC4xMzI4QzEuNjMxNTEgODcuNDk3NCAxLjQ5NjA5IDg2LjgwMjEgMS40OTYwOSA4Ni4wNDY5QzEuNDk2MDkgODUuMjg2NSAxLjYyMzcgODQuNTY3NyAxLjg3ODkxIDgzLjg5MDZDMi4xMzQxMSA4My4yMTM1IDIuNDk4NyA4Mi42MTcyIDIuOTcyNjYgODIuMTAxNkMzLjQ0NjYxIDgxLjU4NTkgNC4wMTk1MyA4MS4xNzcxIDQuNjkxNDEgODAuODc1QzUuMzYzMjggODAuNTY3NyA2LjExNTg5IDgwLjQxNDEgNi45NDkyMiA4MC40MTQxQzguMzg2NzIgODAuNDE0MSA5LjU5NzY2IDgwLjg2NzIgMTAuNTgyIDgxLjc3MzRDMTEuNjM0MSA4Mi43NDIyIDEyLjE2MDIgODQuMDQ5NSAxMi4xNjAyIDg1LjY5NTNDMTIuMTYwMiA4Ny4yODkxIDExLjYxODUgODguNjE0NiAxMC41MzUyIDg5LjY3MTlDOS44Njg0OSA5MC4zMjI5IDkuMDc0MjIgOTAuNzcwOCA4LjE1MjM0IDkxLjAxNTZDNy42OTkyMiA5MS4xMzU0IDcuMTY3OTcgOTEuMTk1MyA2LjU1ODU5IDkxLjE5NTNDNS45NTQ0MyA5MS4xOTUzIDUuMzMyMDMgOTEuMDcwMyA0LjY5MTQxIDkwLjgyMDNDNC4wNTU5OSA5MC41NzAzIDMuNTAxMyA5MC4yMTg4IDMuMDI3MzQgODkuNzY1NlpNMy42Njc5NyA4NS45Mzc1QzMuNjY3OTcgODYuNDIxOSAzLjc0ODcgODYuODY3MiAzLjkxMDE2IDg3LjI3MzRDNC4wNzE2MSA4Ny42Nzk3IDQuMjk1NTcgODguMDI4NiA0LjU4MjAzIDg4LjMyMDNDNS4xOTE0MSA4OC45MzQ5IDUuOTc1MjYgODkuMjQyMiA2LjkzMzU5IDg5LjI0MjJDNy44NDUwNSA4OS4yNDIyIDguNTc2ODIgODguOTQ3OSA5LjEyODkxIDg4LjM1OTRDOS42OTE0MSA4Ny43NSA5Ljk3MjY2IDg2LjkxOTMgOS45NzI2NiA4NS44NjcyQzkuOTcyNjYgODQuODc3NiA5LjcwNDQzIDg0LjA1MjEgOS4xNjc5NyA4My4zOTA2QzguNTg5ODQgODIuNjgyMyA3Ljc5ODE4IDgyLjMyODEgNi43OTI5NyA4Mi4zMjgxQzUuODE5MDEgODIuMzI4MSA1LjA0NTU3IDgyLjY4NzUgNC40NzI2NiA4My40MDYyQzMuOTM2MiA4NC4wNzgxIDMuNjY3OTcgODQuOTIxOSAzLjY2Nzk3IDg1LjkzNzVaTTUuMjE0ODQgMTExLjAzMUM1LjA1ODU5IDExMS4wMSA0Ljc5Mjk3IDExMSA0LjQxNzk3IDExMUgzLjUxMTcyQzMuMzM0NjQgMTExIDMuMTg4OCAxMTEuMDA1IDMuMDc0MjIgMTExLjAxNkwzLjA2NjQxIDExMUMzLjA4NzI0IDExMC45NjQgMy4wOTc2NiAxMTAuOTIyIDMuMDk3NjYgMTEwLjg3NUMzLjA5NzY2IDExMC44MjggMy4wOTI0NSAxMTAuNzc5IDMuMDgyMDMgMTEwLjcyN0MzLjA3NjgyIDExMC42NzQgMy4wNTU5OSAxMTAuNTgxIDMuMDE5NTMgMTEwLjQ0NUMyLjk4ODI4IDExMC4zMSAyLjkzODggMTEwLjExNSAyLjg3MTA5IDEwOS44NTlMMC4yMTQ4NDQgMTAwLjU3OEMwLjU0ODE3NyAxMDAuNTk5IDAuOTUxODIzIDEwMC42MDkgMS40MjU3OCAxMDAuNjA5QzEuODk5NzQgMTAwLjYwOSAyLjIwNzAzIDEwMC41ODkgMi4zNDc2NiAxMDAuNTQ3TDQuMTkxNDEgMTA3LjYxN0w1Ljk4ODI4IDEwMC41NzhDNi4wNjY0MSAxMDAuNTgzIDYuMTM2NzIgMTAwLjU4OSA2LjE5OTIyIDEwMC41OTRINi4zNzEwOUM2LjU0Mjk3IDEwMC42MDQgNi43NTkxMSAxMDAuNjA5IDcuMDE5NTMgMTAwLjYwOUM3LjI3OTk1IDEwMC42MDkgNy41NDgxOCAxMDAuNTg5IDcuODI0MjIgMTAwLjU0N0w5LjY1MjM0IDEwNy42MTdMMTEuMjIyNyAxMDAuNTc4QzExLjUzNTIgMTAwLjU5OSAxMS45NDQgMTAwLjYwOSAxMi40NDkyIDEwMC42MDlDMTIuOTU0NCAxMDAuNjA5IDEzLjI2MTcgMTAwLjU4OSAxMy4zNzExIDEwMC41NDdMMTEuMTIxMSAxMDguNzg5QzEwLjgzNDYgMTA5LjczNyAxMC42ODM2IDExMC4yOTkgMTAuNjY4IDExMC40NzdDMTAuNjUyMyAxMTAuNjU0IDEwLjY0NDUgMTEwLjc3NiAxMC42NDQ1IDExMC44NDRDMTAuNjQ0NSAxMTAuOTExIDEwLjY1NDkgMTEwLjk2NiAxMC42NzU4IDExMS4wMDhMMTAuNjYwMiAxMTEuMDMxQzEwLjQ5MzUgMTExLjAxIDEwLjIzMDUgMTExIDkuODcxMDkgMTExQzkuNTU4NTkgMTExIDkuMjc0NzQgMTExIDkuMDE5NTMgMTExQzguNzY0MzIgMTExIDguNTc5NDMgMTExLjAwNSA4LjQ2NDg0IDExMS4wMTZMOC40NTcwMyAxMTFDOC40Nzc4NiAxMTAuOTY0IDguNDg4MjggMTEwLjkyMiA4LjQ4ODI4IDExMC44NzVDOC40ODgyOCAxMTAuODI4IDguNDg1NjggMTEwLjc4MSA4LjQ4MDQ3IDExMC43MzRDOC40NzUyNiAxMTAuNjg4IDguNDU5NjQgMTEwLjU5OSA4LjQzMzU5IDExMC40NjlDOC40MTI3NiAxMTAuMzMzIDguMzc2MyAxMTAuMTM1IDguMzI0MjIgMTA5Ljg3NUw4LjExMzI4IDEwOC44MTJMNi44MzIwMyAxMDMuOTQ1TDUuNjEzMjggMTA4Ljc4OUM1LjM2MzI4IDEwOS43ODQgNS4yMzMwNyAxMTAuMzU3IDUuMjIyNjYgMTEwLjUwOEM1LjIwMTgyIDExMC43OTQgNS4yMDQ0MyAxMTAuOTYxIDUuMjMwNDcgMTExLjAwOEw1LjIxNDg0IDExMS4wMzFaTTQuMjY5NTMgMTUxLjA0N0M0LjAxOTUzIDE1MS4wMTYgMy41Mzc3NiAxNTEgMi44MjQyMiAxNTFIMi4xOTkyMlYxNDAuNTc4QzIuNTMyNTUgMTQwLjU5OSAyLjg5OTc0IDE0MC42MDkgMy4zMDA3OCAxNDAuNjA5QzMuNzAxODIgMTQwLjYwOSAzLjk4NTY4IDE0MC41ODkgNC4xNTIzNCAxNDAuNTQ3TDYuNzc3MzQgMTQ1LjAwOEw5LjMwMDc4IDE0MC41NDdDOS40Njc0NSAxNDAuNTg5IDkuNzg1MTYgMTQwLjYwOSAxMC4yNTM5IDE0MC42MDlDMTAuNzIyNyAxNDAuNjA5IDExLjEyMzcgMTQwLjU5OSAxMS40NTcgMTQwLjU3OFYxNTFIMTAuODMyQzEwLjExODUgMTUxIDkuNjM2NzIgMTUxLjAxNiA5LjM4NjcyIDE1MS4wNDdWMTQ0LjA0N0w2LjgzMjAzIDE0OC42MTdMNC4yNjk1MyAxNDQuNDE0VjE1MS4wNDdaTTkuMzk0NTMgMTY5LjEyNUM5LjcxNzQ1IDE2OS4xMjUgOS45NDE0MSAxNjkuMDk0IDEwLjA2NjQgMTY5LjAzMUwxMC4wOTc3IDE2OS4wMzlMMTAuMDE5NSAxNzFINC4xNjc5N1YxNjAuNTU1QzQuMzA4NTkgMTYwLjU2NSA0LjQ2NDg0IDE2MC41NzMgNC42MzY3MiAxNjAuNTc4TDUuMTgzNTkgMTYwLjU5NEM1LjU0ODE4IDE2MC42MDQgNS45NDQwMSAxNjAuNjA5IDYuMzcxMDkgMTYwLjYwOUM3LjU2MzggMTYwLjYwOSA4Ljc0MzQ5IDE2MC41ODkgOS45MTAxNiAxNjAuNTQ3QzkuODUyODYgMTYxLjAwNSA5LjgyNDIyIDE2MS42MTcgOS44MjQyMiAxNjIuMzgzQzkuODI0MjIgMTYyLjQ2NiA5LjgyOTQzIDE2Mi41MjkgOS44Mzk4NCAxNjIuNTdMOS44MjQyMiAxNjIuNTk0QzkuNTUzMzkgMTYyLjUxNiA5LjE2Nzk3IDE2Mi40NzcgOC42Njc5NyAxNjIuNDc3SDYuMjA3MDNWMTY0LjQ2OUg4LjA1ODU5QzguNjMxNTEgMTY0LjQ2OSA4Ljk3NTI2IDE2NC40NTMgOS4wODk4NCAxNjQuNDIyTDkuMTEzMjggMTY2LjM1MkM4Ljg2MzI4IDE2Ni4zMjYgOC41NDAzNiAxNjYuMzEyIDguMTQ0NTMgMTY2LjMxMkg2LjIwNzAzVjE2OS4xMjVIOS4zOTQ1M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}

.wsds-footer--dark {
  background-color: #201808;
  color: #FFF;
}

.wsds-footer--dark .wsds-footer__bottom {
  border-top: #FFF solid 1px;
}

.wsds-footer--dark .wsds-footer__top-follow::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTcxIiB2aWV3Qm94PSIwIDAgMTQgMTcxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNOS44MjgxMiA2LjUwNzgxQzkuNTc4MTIgNi40ODE3NyA5LjI1NTIxIDYuNDY4NzUgOC44NTkzOCA2LjQ2ODc1SDYuNDkyMTlWMTFINC4zNTE1NlYwLjU1NDY4OEM0LjQ5MjE5IDAuNTY1MTA0IDQuNjUzNjUgMC41NzI5MTcgNC44MzU5NCAwLjU3ODEyNUw1LjQxNDA2IDAuNTkzNzVDNS44MDk5IDAuNjA0MTY3IDYuMjIxMzUgMC42MDkzNzUgNi42NDg0NCAwLjYwOTM3NUM3LjkyOTY5IDAuNjA5Mzc1IDkuMTUzNjUgMC41ODg1NDIgMTAuMzIwMyAwLjU0Njg3NUMxMC4yNjMgMS4wMDUyMSAxMC4yMzQ0IDEuNjE3MTkgMTAuMjM0NCAyLjM4MjgxQzEwLjIzNDQgMi40NjYxNSAxMC4yMzk2IDIuNTI4NjUgMTAuMjUgMi41NzAzMUwxMC4yMzQ0IDIuNTkzNzVDOS45NTgzMyAyLjUxNTYyIDkuNTcyOTIgMi40NzY1NiA5LjA3ODEyIDIuNDc2NTZINi40OTIxOVY0LjYyNUg4Ljc3MzQ0QzkuMzQ2MzUgNC42MjUgOS42OTAxIDQuNjA5MzggOS44MDQ2OSA0LjU3ODEyTDkuODI4MTIgNi41MDc4MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zLjE5NTMxIDI5Ljc2NTZDMi43MjEzNSAyOS4zMTI1IDIuMzQ2MzUgMjguNzY4MiAyLjA3MDMxIDI4LjEzMjhDMS43OTk0OCAyNy40OTc0IDEuNjY0MDYgMjYuODAyMSAxLjY2NDA2IDI2LjA0NjlDMS42NjQwNiAyNS4yODY1IDEuNzkxNjcgMjQuNTY3NyAyLjA0Njg4IDIzLjg5MDZDMi4zMDIwOCAyMy4yMTM1IDIuNjY2NjcgMjIuNjE3MiAzLjE0MDYyIDIyLjEwMTZDMy42MTQ1OCAyMS41ODU5IDQuMTg3NSAyMS4xNzcxIDQuODU5MzggMjAuODc1QzUuNTMxMjUgMjAuNTY3NyA2LjI4Mzg1IDIwLjQxNDEgNy4xMTcxOSAyMC40MTQxQzguNTU0NjkgMjAuNDE0MSA5Ljc2NTYyIDIwLjg2NzIgMTAuNzUgMjEuNzczNEMxMS44MDIxIDIyLjc0MjIgMTIuMzI4MSAyNC4wNDk1IDEyLjMyODEgMjUuNjk1M0MxMi4zMjgxIDI3LjI4OTEgMTEuNzg2NSAyOC42MTQ2IDEwLjcwMzEgMjkuNjcxOUMxMC4wMzY1IDMwLjMyMjkgOS4yNDIxOSAzMC43NzA4IDguMzIwMzEgMzEuMDE1NkM3Ljg2NzE5IDMxLjEzNTQgNy4zMzU5NCAzMS4xOTUzIDYuNzI2NTYgMzEuMTk1M0M2LjEyMjQgMzEuMTk1MyA1LjUgMzEuMDcwMyA0Ljg1OTM4IDMwLjgyMDNDNC4yMjM5NiAzMC41NzAzIDMuNjY5MjcgMzAuMjE4OCAzLjE5NTMxIDI5Ljc2NTZaTTMuODM1OTQgMjUuOTM3NUMzLjgzNTk0IDI2LjQyMTkgMy45MTY2NyAyNi44NjcyIDQuMDc4MTIgMjcuMjczNEM0LjIzOTU4IDI3LjY3OTcgNC40NjM1NCAyOC4wMjg2IDQuNzUgMjguMzIwM0M1LjM1OTM4IDI4LjkzNDkgNi4xNDMyMyAyOS4yNDIyIDcuMTAxNTYgMjkuMjQyMkM4LjAxMzAyIDI5LjI0MjIgOC43NDQ3OSAyOC45NDc5IDkuMjk2ODggMjguMzU5NEM5Ljg1OTM4IDI3Ljc1IDEwLjE0MDYgMjYuOTE5MyAxMC4xNDA2IDI1Ljg2NzJDMTAuMTQwNiAyNC44Nzc2IDkuODcyNCAyNC4wNTIxIDkuMzM1OTQgMjMuMzkwNkM4Ljc1NzgxIDIyLjY4MjMgNy45NjYxNSAyMi4zMjgxIDYuOTYwOTQgMjIuMzI4MUM1Ljk4Njk4IDIyLjMyODEgNS4yMTM1NCAyMi42ODc1IDQuNjQwNjIgMjMuNDA2MkM0LjEwNDE3IDI0LjA3ODEgMy44MzU5NCAyNC45MjE5IDMuODM1OTQgMjUuOTM3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjUyMzQ0IDUxQzUuNzU3ODEgNTEgNS4yNSA1MS4wMTU2IDUgNTEuMDQ2OVY0MC41NjI1QzUuMTI1IDQwLjU5MzggNS4zODI4MSA0MC42MDk0IDUuNzczNDQgNDAuNjA5NEM2LjE2OTI3IDQwLjYwOTQgNi42Mjc2IDQwLjU5OSA3LjE0ODQ0IDQwLjU3ODFWNDkuMTI1SDguNzY1NjJDOS4yMzQzOCA0OS4xMjUgOS42MDkzOCA0OS4xMDk0IDkuODkwNjIgNDkuMDc4MUM5Ljg1NDE3IDUwLjI5NjkgOS44MzU5NCA1MC45Mjk3IDkuODM1OTQgNTAuOTc2NlY1MS4wNTQ3QzkuMzI1NTIgNTEuMDE4MiA4LjQ2ODc1IDUxIDcuMjY1NjIgNTFINi41MjM0NFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02LjUyMzQ0IDcxQzUuNzU3ODEgNzEgNS4yNSA3MS4wMTU2IDUgNzEuMDQ2OVY2MC41NjI1QzUuMTI1IDYwLjU5MzggNS4zODI4MSA2MC42MDk0IDUuNzczNDQgNjAuNjA5NEM2LjE2OTI3IDYwLjYwOTQgNi42Mjc2IDYwLjU5OSA3LjE0ODQ0IDYwLjU3ODFWNjkuMTI1SDguNzY1NjJDOS4yMzQzOCA2OS4xMjUgOS42MDkzOCA2OS4xMDk0IDkuODkwNjIgNjkuMDc4MUM5Ljg1NDE3IDcwLjI5NjkgOS44MzU5NCA3MC45Mjk3IDkuODM1OTQgNzAuOTc2NlY3MS4wNTQ3QzkuMzI1NTIgNzEuMDE4MiA4LjQ2ODc1IDcxIDcuMjY1NjIgNzFINi41MjM0NFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zLjE5NTMxIDg5Ljc2NTZDMi43MjEzNSA4OS4zMTI1IDIuMzQ2MzUgODguNzY4MiAyLjA3MDMxIDg4LjEzMjhDMS43OTk0OCA4Ny40OTc0IDEuNjY0MDYgODYuODAyMSAxLjY2NDA2IDg2LjA0NjlDMS42NjQwNiA4NS4yODY1IDEuNzkxNjcgODQuNTY3NyAyLjA0Njg4IDgzLjg5MDZDMi4zMDIwOCA4My4yMTM1IDIuNjY2NjcgODIuNjE3MiAzLjE0MDYyIDgyLjEwMTZDMy42MTQ1OCA4MS41ODU5IDQuMTg3NSA4MS4xNzcxIDQuODU5MzggODAuODc1QzUuNTMxMjUgODAuNTY3NyA2LjI4Mzg1IDgwLjQxNDEgNy4xMTcxOSA4MC40MTQxQzguNTU0NjkgODAuNDE0MSA5Ljc2NTYyIDgwLjg2NzIgMTAuNzUgODEuNzczNEMxMS44MDIxIDgyLjc0MjIgMTIuMzI4MSA4NC4wNDk1IDEyLjMyODEgODUuNjk1M0MxMi4zMjgxIDg3LjI4OTEgMTEuNzg2NSA4OC42MTQ2IDEwLjcwMzEgODkuNjcxOUMxMC4wMzY1IDkwLjMyMjkgOS4yNDIxOSA5MC43NzA4IDguMzIwMzEgOTEuMDE1NkM3Ljg2NzE5IDkxLjEzNTQgNy4zMzU5NCA5MS4xOTUzIDYuNzI2NTYgOTEuMTk1M0M2LjEyMjQgOTEuMTk1MyA1LjUgOTEuMDcwMyA0Ljg1OTM4IDkwLjgyMDNDNC4yMjM5NiA5MC41NzAzIDMuNjY5MjcgOTAuMjE4OCAzLjE5NTMxIDg5Ljc2NTZaTTMuODM1OTQgODUuOTM3NUMzLjgzNTk0IDg2LjQyMTkgMy45MTY2NyA4Ni44NjcyIDQuMDc4MTIgODcuMjczNEM0LjIzOTU4IDg3LjY3OTcgNC40NjM1NCA4OC4wMjg2IDQuNzUgODguMzIwM0M1LjM1OTM4IDg4LjkzNDkgNi4xNDMyMyA4OS4yNDIyIDcuMTAxNTYgODkuMjQyMkM4LjAxMzAyIDg5LjI0MjIgOC43NDQ3OSA4OC45NDc5IDkuMjk2ODggODguMzU5NEM5Ljg1OTM4IDg3Ljc1IDEwLjE0MDYgODYuOTE5MyAxMC4xNDA2IDg1Ljg2NzJDMTAuMTQwNiA4NC44Nzc2IDkuODcyNCA4NC4wNTIxIDkuMzM1OTQgODMuMzkwNkM4Ljc1NzgxIDgyLjY4MjMgNy45NjYxNSA4Mi4zMjgxIDYuOTYwOTQgODIuMzI4MUM1Ljk4Njk4IDgyLjMyODEgNS4yMTM1NCA4Mi42ODc1IDQuNjQwNjIgODMuNDA2MkM0LjEwNDE3IDg0LjA3ODEgMy44MzU5NCA4NC45MjE5IDMuODM1OTQgODUuOTM3NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik01LjM4MjgxIDExMS4wMzFDNS4yMjY1NiAxMTEuMDEgNC45NjA5NCAxMTEgNC41ODU5NCAxMTFIMy42Nzk2OUMzLjUwMjYgMTExIDMuMzU2NzcgMTExLjAwNSAzLjI0MjE5IDExMS4wMTZMMy4yMzQzOCAxMTFDMy4yNTUyMSAxMTAuOTY0IDMuMjY1NjIgMTEwLjkyMiAzLjI2NTYyIDExMC44NzVDMy4yNjU2MiAxMTAuODI4IDMuMjYwNDIgMTEwLjc3OSAzLjI1IDExMC43MjdDMy4yNDQ3OSAxMTAuNjc0IDMuMjIzOTYgMTEwLjU4MSAzLjE4NzUgMTEwLjQ0NUMzLjE1NjI1IDExMC4zMSAzLjEwNjc3IDExMC4xMTUgMy4wMzkwNiAxMDkuODU5TDAuMzgyODEyIDEwMC41NzhDMC43MTYxNDYgMTAwLjU5OSAxLjExOTc5IDEwMC42MDkgMS41OTM3NSAxMDAuNjA5QzIuMDY3NzEgMTAwLjYwOSAyLjM3NSAxMDAuNTg5IDIuNTE1NjIgMTAwLjU0N0w0LjM1OTM4IDEwNy42MTdMNi4xNTYyNSAxMDAuNTc4QzYuMjM0MzggMTAwLjU4MyA2LjMwNDY5IDEwMC41ODkgNi4zNjcxOSAxMDAuNTk0SDYuNTM5MDZDNi43MTA5NCAxMDAuNjA0IDYuOTI3MDggMTAwLjYwOSA3LjE4NzUgMTAwLjYwOUM3LjQ0NzkyIDEwMC42MDkgNy43MTYxNSAxMDAuNTg5IDcuOTkyMTkgMTAwLjU0N0w5LjgyMDMxIDEwNy42MTdMMTEuMzkwNiAxMDAuNTc4QzExLjcwMzEgMTAwLjU5OSAxMi4xMTIgMTAwLjYwOSAxMi42MTcyIDEwMC42MDlDMTMuMTIyNCAxMDAuNjA5IDEzLjQyOTcgMTAwLjU4OSAxMy41MzkxIDEwMC41NDdMMTEuMjg5MSAxMDguNzg5QzExLjAwMjYgMTA5LjczNyAxMC44NTE2IDExMC4yOTkgMTAuODM1OSAxMTAuNDc3QzEwLjgyMDMgMTEwLjY1NCAxMC44MTI1IDExMC43NzYgMTAuODEyNSAxMTAuODQ0QzEwLjgxMjUgMTEwLjkxMSAxMC44MjI5IDExMC45NjYgMTAuODQzOCAxMTEuMDA4TDEwLjgyODEgMTExLjAzMUMxMC42NjE1IDExMS4wMSAxMC4zOTg0IDExMSAxMC4wMzkxIDExMUM5LjcyNjU2IDExMSA5LjQ0MjcxIDExMSA5LjE4NzUgMTExQzguOTMyMjkgMTExIDguNzQ3NCAxMTEuMDA1IDguNjMyODEgMTExLjAxNkw4LjYyNSAxMTFDOC42NDU4MyAxMTAuOTY0IDguNjU2MjUgMTEwLjkyMiA4LjY1NjI1IDExMC44NzVDOC42NTYyNSAxMTAuODI4IDguNjUzNjUgMTEwLjc4MSA4LjY0ODQ0IDExMC43MzRDOC42NDMyMyAxMTAuNjg4IDguNjI3NiAxMTAuNTk5IDguNjAxNTYgMTEwLjQ2OUM4LjU4MDczIDExMC4zMzMgOC41NDQyNyAxMTAuMTM1IDguNDkyMTkgMTA5Ljg3NUw4LjI4MTI1IDEwOC44MTJMNyAxMDMuOTQ1TDUuNzgxMjUgMTA4Ljc4OUM1LjUzMTI1IDEwOS43ODQgNS40MDEwNCAxMTAuMzU3IDUuMzkwNjIgMTEwLjUwOEM1LjM2OTc5IDExMC43OTQgNS4zNzI0IDExMC45NjEgNS4zOTg0NCAxMTEuMDA4TDUuMzgyODEgMTExLjAzMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00LjQzNzUgMTUxLjA0N0M0LjE4NzUgMTUxLjAxNiAzLjcwNTczIDE1MSAyLjk5MjE5IDE1MUgyLjM2NzE5VjE0MC41NzhDMi43MDA1MiAxNDAuNTk5IDMuMDY3NzEgMTQwLjYwOSAzLjQ2ODc1IDE0MC42MDlDMy44Njk3OSAxNDAuNjA5IDQuMTUzNjUgMTQwLjU4OSA0LjMyMDMxIDE0MC41NDdMNi45NDUzMSAxNDUuMDA4TDkuNDY4NzUgMTQwLjU0N0M5LjYzNTQyIDE0MC41ODkgOS45NTMxMiAxNDAuNjA5IDEwLjQyMTkgMTQwLjYwOUMxMC44OTA2IDE0MC42MDkgMTEuMjkxNyAxNDAuNTk5IDExLjYyNSAxNDAuNTc4VjE1MUgxMUMxMC4yODY1IDE1MSA5LjgwNDY5IDE1MS4wMTYgOS41NTQ2OSAxNTEuMDQ3VjE0NC4wNDdMNyAxNDguNjE3TDQuNDM3NSAxNDQuNDE0VjE1MS4wNDdaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOS41NjI1IDE2OS4xMjVDOS44ODU0MiAxNjkuMTI1IDEwLjEwOTQgMTY5LjA5NCAxMC4yMzQ0IDE2OS4wMzFMMTAuMjY1NiAxNjkuMDM5TDEwLjE4NzUgMTcxSDQuMzM1OTRWMTYwLjU1NUM0LjQ3NjU2IDE2MC41NjUgNC42MzI4MSAxNjAuNTczIDQuODA0NjkgMTYwLjU3OEw1LjM1MTU2IDE2MC41OTRDNS43MTYxNSAxNjAuNjA0IDYuMTExOTggMTYwLjYwOSA2LjUzOTA2IDE2MC42MDlDNy43MzE3NyAxNjAuNjA5IDguOTExNDYgMTYwLjU4OSAxMC4wNzgxIDE2MC41NDdDMTAuMDIwOCAxNjEuMDA1IDkuOTkyMTkgMTYxLjYxNyA5Ljk5MjE5IDE2Mi4zODNDOS45OTIxOSAxNjIuNDY2IDkuOTk3NCAxNjIuNTI5IDEwLjAwNzggMTYyLjU3TDkuOTkyMTkgMTYyLjU5NEM5LjcyMTM1IDE2Mi41MTYgOS4zMzU5NCAxNjIuNDc3IDguODM1OTQgMTYyLjQ3N0g2LjM3NVYxNjQuNDY5SDguMjI2NTZDOC43OTk0OCAxNjQuNDY5IDkuMTQzMjMgMTY0LjQ1MyA5LjI1NzgxIDE2NC40MjJMOS4yODEyNSAxNjYuMzUyQzkuMDMxMjUgMTY2LjMyNiA4LjcwODMzIDE2Ni4zMTIgOC4zMTI1IDE2Ni4zMTJINi4zNzVWMTY5LjEyNUg5LjU2MjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
}

.wsds-footer__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 100px;
}

@media screen and (max-width: 959.98px) {
  .wsds-footer__inner {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 960px) {
  .wsds-footer__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.wsds-footer__top-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.wsds-footer__top-nav > div {
  margin-bottom: 40px;
}

@media screen and (min-width: 520px) {
  .wsds-footer__top-nav > div {
    display: -webkit-box;
    display: flex;
  }
}
.wsds-footer__top-nav > p {
  margin-top: auto;
}

.wsds-footer__top-nav dl + dl {
  margin-left: 60px;
}

@media screen and (max-width: 519.98px) {
  .wsds-footer__inner {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 40px;
  }

  .wsds-footer__top-nav dl + dl {
    margin-left: 0;
    margin-top: 40px;
  }
}
.wsds-footer__top-nav dl > dt {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

.wsds-footer__top-nav dl > dd li + li {
  margin-top: 8px;
}

.wsds-footer__top-fb {
  width: 320px;
  margin-left: 80px;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 959.98px) {
  .wsds-footer__top-fb {
    margin: 40px auto 24px;
  }
}
.wsds-footer__top-follow {
  margin-left: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
}

.wsds-footer__top-follow::before {
  content: "";
  display: block;
  width: 15px;
  height: 170px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-bottom: 20px;
}

.wsds-footer__top-follow > li {
  margin-bottom: 4px;
}

.wsds-footer__top-follow > li.is-tw a {
  font-size: 1.5rem;
}

.wsds-footer__top-follow > li.is-fb a {
  font-size: 1.8rem;
  margin-right: 2px;
}

@media screen and (max-width: 959.98px) {
  .wsds-footer__top-follow {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .wsds-footer__top-follow::before {
    content: none;
    display: none;
  }

  .wsds-footer__top-follow > li {
    margin: 0 8px;
  }

  .wsds-footer__top-follow > li > a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 100%;
    color: #201808;
  }
}
.wsds-footer__bottom {
  margin-top: 32px;
  padding-top: 12px;
}

@media screen and (min-width: 960px) {
  .wsds-footer__bottom {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.wsds-footer__bottom > ul {
  display: -webkit-box;
  display: flex;
}

.wsds-footer__bottom > ul > li + li {
  margin-left: 12px;
}

.wsds-footer__bottom > ul > li > a {
  font-size: 1.2rem;
}

@media screen and (min-width: 520px) and (max-width: 959.98px) {
  .wsds-footer__bottom > ul {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 519.98px) {
  .wsds-footer__bottom > ul {
    display: block;
  }

  .wsds-footer__bottom > ul > li + li {
    margin-left: 0;
    margin-top: 6px;
  }
}
.wsds-footer__bottom > a {
  display: block;
  width: 46px;
  height: 46px;
  margin-left: auto;
}

@media screen and (max-width: 959.98px) {
  .wsds-footer__bottom > a {
    margin: 20px auto 8px;
  }
}
.wsds-footer__bottom > small {
  font-size: 1.1rem;
  margin-left: 14px;
}

@media screen and (max-width: 959.98px) {
  .wsds-footer__bottom > small {
    margin-left: 0;
    display: block;
    text-align: center;
  }
}
.wsds-form__input, .wsds-form__select, .wsds-form__textarea {
  position: relative;
}

.wsds-form__input > input, .wsds-form__input > select, .wsds-form__input > textarea, .wsds-form__select > input, .wsds-form__select > select, .wsds-form__select > textarea, .wsds-form__textarea > input, .wsds-form__textarea > select, .wsds-form__textarea > textarea {
  font-size: 1.4rem;
  padding: 12px 16px;
  border: 1px solid #6C757D;
  border-radius: 2px;
  background-color: #FFF;
  width: 100%;
}

.wsds-form__input > input:focus, .wsds-form__input > select:focus, .wsds-form__input > textarea:focus, .wsds-form__select > input:focus, .wsds-form__select > select:focus, .wsds-form__select > textarea:focus, .wsds-form__textarea > input:focus, .wsds-form__textarea > select:focus, .wsds-form__textarea > textarea:focus {
  border: 1px solid #000;
  outline: 0;
}

.wsds-form__input > input:disabled, .wsds-form__input > select:disabled, .wsds-form__input > textarea:disabled, .wsds-form__select > input:disabled, .wsds-form__select > select:disabled, .wsds-form__select > textarea:disabled, .wsds-form__textarea > input:disabled, .wsds-form__textarea > select:disabled, .wsds-form__textarea > textarea:disabled {
  border-color: #C9C9C9;
  background-color: #F5F6F7;
}

.wsds-form__input {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.wsds-form__input > i {
  position: absolute;
  top: calc(50% - 1px);
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #6C757D;
}

.wsds-form__input > i + input {
  padding-left: 40px;
}

.wsds-form__input > input[data-addtext-inline=true] {
  padding-right: 52px;
}

.wsds-form__select {
  display: block;
}

.wsds-form__select > select {
  cursor: pointer;
}

.wsds-form__select::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEzIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMi4wNTg2IDEuMzQzNzVMMTEuNTM5MSAwLjc5Njg3NUMxMS40MDIzIDAuNjYwMTU2IDExLjE4MzYgMC42NjAxNTYgMTEuMDc0MiAwLjc5Njg3NUw2LjEyNSA1Ljc0NjA5TDEuMTQ4NDQgMC43OTY4NzVDMS4wMzkwNiAwLjY2MDE1NiAwLjgyMDMxMiAwLjY2MDE1NiAwLjY4MzU5NCAwLjc5Njg3NUwwLjE2NDA2MiAxLjM0Mzc1QzAuMDI3MzQzOCAxLjQ1MzEyIDAuMDI3MzQzOCAxLjY3MTg4IDAuMTY0MDYyIDEuODA4NTlMNS44Nzg5MSA3LjUyMzQ0QzYuMDE1NjIgNy42NjAxNiA2LjIwNzAzIDcuNjYwMTYgNi4zNDM3NSA3LjUyMzQ0TDEyLjA1ODYgMS44MDg1OUMxMi4xOTUzIDEuNjcxODggMTIuMTk1MyAxLjQ1MzEyIDEyLjA1ODYgMS4zNDM3NVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
}

.wsds-form__checkbox, .wsds-form__radio {
  display: inline-block;
  position: relative;
}

.wsds-form__checkbox > input, .wsds-form__radio > input {
  position: absolute;
  top: 0;
  left: 0;
}

.wsds-form__checkbox > input + span, .wsds-form__radio > input + span {
  display: -webkit-box;
  display: flex;
  font-size: 1.4rem;
  cursor: pointer;
}

.wsds-form__checkbox > input + span::before, .wsds-form__radio > input + span::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #c6c6c6;
}

.wsds-form__checkbox > input + span:hover::before, .wsds-form__radio > input + span:hover::before {
  border-color: #3C8B86;
}

.wsds-form__checkbox > input + span::before {
  border-radius: 3px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNS41TDQgOC41TDExIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K);
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center center;
}

.wsds-form__checkbox > input:checked + span::before {
  border-color: #3C8B86;
  background-color: #3C8B86;
}

.wsds-form__radio > input + span::before {
  border-radius: 100%;
}

.wsds-form__radio > input:checked + span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #3C8B86;
  border-radius: 100%;
}

button.wsds-form__switch, label.wsds-form__switch > span {
  width: 46px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #c4c4c4;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.wsds-form__switch::before, label.wsds-form__switch > span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #FFF;
  position: relative;
  top: 2px;
  left: 2px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.wsds-form__switch--on, label.wsds-form__switch > input:checked + span {
  background-color: #3C8B86;
}

button.wsds-form__switch--on::before, label.wsds-form__switch > input:checked + span::before {
  -webkit-transform: translateX(22px);
  transform: translateX(22px);
}

label.wsds-form__switch {
  margin-bottom: 0;
  display: inline-block;
  width: 46px;
  height: 24px;
  position: relative;
  cursor: pointer;
}

label.wsds-form__switch > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

button.wsds-form__switch {
  display: inline-block;
}

.wsds-form__search, .wsds-nav--light {
  background-color: #FFF;
}

.wsds-form__search {
  display: -webkit-box;
  display: flex;
  border: 1px solid #6C757D;
  border-radius: 2px;
}

.wsds-form__search > input {
  font-size: 1.4rem;
  padding: 12px 16px;
  width: 100%;
}

.wsds-form__search > button {
  padding: 0 16px;
}

.wsds-form__search > button > i {
  color: #6C757D;
}

.wsds-form__dropzone {
  display: block;
}

.wsds-form__dropzone-input {
  border: 1px dashed #C9C9C9;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 130px;
  cursor: pointer;
  background-color: #fbfbfb;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.wsds-form__dropzone-input input {
  width: 1px;
  height: 1px;
  visibility: hidden;
}

.wsds-form__dropzone-input span {
  font-weight: 700;
  font-size: 1.4rem;
  color: #9B9B9B;
  pointer-events: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 1;
}

.wsds-form__dropzone-input span::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjMzMzMzIDZWMEg2VjZIMFY4LjMzMzMzSDZWMTRIOC4zMzMzM1Y4LjMzMzMzSDE0VjZIOC4zMzMzM1oiIGZpbGw9IiM5QjlCOUIiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.wsds-form__dropzone-input:hover {
  border-color: #6C757D;
}

.wsds-form__dropzone-input:hover span {
  color: #6C757D;
}

.wsds-form__dropzone-input.is-dragover {
  background-color: #E3F2F3;
}

.wsds-form__dropzone-preview figure {
  width: 100%;
  height: 0;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}

.wsds-form__dropzone-preview figure::before {
  content: "クリックして画像を削除する";
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 700;
  color: #FFF;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.wsds-form__dropzone-preview figure:hover::before, .wsds-nav__menu > li[aria-current=true] > a:hover {
  opacity: 1;
}

.wsds-form__dropzone-preview figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wsds-form__note {
  display: block;
  font-size: 1.2rem;
  margin-top: 12px;
}

.wsds-form__note + .wsds-form__note {
  margin-top: 4px;
}

.wsds-form__addtext {
  font-size: 1.4rem;
  margin-left: 8px;
  white-space: nowrap;
}

input[data-addtext-inline=true] ~ .wsds-form__addtext {
  color: #6C757D;
  font-size: 1.4rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  padding: 0 12px;
}

.wsds-form__error-message {
  font-size: 1.2rem;
  font-weight: 700;
  color: #BE5A5A;
  margin-top: 12px;
  display: none;
}

.wsds-form__group + .wsds-form__group {
  margin-top: 32px;
}

.wsds-form__group-label, .wsds-form__group-label--required {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.wsds-form__group-label--required::after {
  content: "必須";
  background-color: #e43f4e;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 3px 4px;
  border-radius: 2px;
  margin-left: 8px;
}

.wsds-form__group-conetnt {
  margin-top: 12px;
}

.wsds-nav__account-dropdown .account-dropdown__profile, .wsds-nav__info-notification .info-notification__dropdown-list > li, .wsds-nav__mobile-menu .mobile-menu__inner > ul > li {
  border-bottom: #EBEDEF solid 1px;
}

.wsds-form__group-content--error .wsds-form__error-message {
  display: block;
}

.wsds-form + .wsds-form {
  margin-top: 60px;
}

.wsds-form__rows {
  display: -webkit-box;
  display: flex;
}

.wsds-form__rows .wsds-form__group-content, .wsds-form__rows .wsds-form__group-content--error {
  width: 100%;
}

.wsds-form__rows .wsds-form__group-content + .wsds-form__group-content, .wsds-form__rows .wsds-form__group-content + .wsds-form__group-content--error, .wsds-form__rows .wsds-form__group-content--error + .wsds-form__group-content, .wsds-form__rows .wsds-form__group-content--error + .wsds-form__group-content--error {
  margin-left: 16px;
}

.wsds-form__rows > .wsds-form__group {
  width: 100%;
}

.wsds-form__rows > .wsds-form__group + .wsds-form__group {
  margin-left: 16px;
  margin-top: 0;
}

.wsds-form__group + .wsds-form__rows, .wsds-form__rows + .wsds-form__group {
  margin-top: 32px;
}

.wsds-nav--dark, .wsds-nav--light {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 32px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wsds-nav--dark.wsds-nav--small, .wsds-nav--light.wsds-nav--small {
  height: 60px;
}

@media screen and (max-width: 959.98px) {
  .wsds-nav--dark.wsds-nav--small, .wsds-nav--light.wsds-nav--small {
    height: 50px;
  }

  .wsds-nav--dark, .wsds-nav--light {
    height: 50px;
    padding: 0 12px;
  }
}
.wsds-nav--light .mobile-menu__button > span {
  background-color: #000;
}

.wsds-nav--dark {
  background-color: #1E1F22;
}

.wsds-nav--dark .wsds-nav__description, .wsds-nav--dark .wsds-nav__menu {
  color: #FFF;
}

.wsds-nav--dark .mobile-menu__button > span {
  background-color: #F5F6F7;
}

.wsds-nav__logo {
  display: block;
  width: 120px;
}

.wsds-nav__logo > img {
  width: 100%;
  height: auto;
}

.wsds-nav--small .wsds-nav__logo {
  width: 100px;
}

.wsds-nav__description {
  font-size: 1.4rem;
  margin-right: auto;
  margin-left: 20px;
}

.wsds-nav__menu {
  display: -webkit-box;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.wsds-nav__menu > li + li, .wsds-nav__right {
  margin-left: 40px;
}

@media screen and (max-width: 959.98px) {
  .wsds-nav--small .wsds-nav__logo, .wsds-nav__logo {
    width: 80px;
  }

  .wsds-nav__menu {
    display: none;
  }

  .wsds-nav__right {
    margin-left: auto;
  }
}
.wsds-nav__menu > li {
  position: relative;
}

.wsds-nav__menu > li[data-notify=true]::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #dc3545;
  position: absolute;
  top: calc(50% - 3px);
  left: -14px;
  pointer-events: none;
}

.wsds-nav__button, .wsds-nav__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.wsds-nav__menu > li > a {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}

.wsds-nav__menu > li > a[aria-current=true], .wsds-nav__menu > li[aria-current=true] > a {
  color: #3C8B86;
}

.wsds-nav__description + .wsds-nav__menu {
  margin-right: 0;
}

.wsds-nav__button > li > a {
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
}

.wsds-nav__button > li .wsds-button--secondary {
  color: #3C8B86;
}

.wsds-nav__button > li + li {
  margin-left: 16px;
}

.wsds-nav__search {
  width: 290px;
  margin-left: 20px;
}

@media screen and (max-width: 959.98px) {
  .wsds-nav__button, .wsds-nav__search {
    display: none;
  }
}
.wsds-nav__search > .wsds-form__search {
  margin-bottom: 0;
}

.wsds-nav__info {
  display: -webkit-box;
  display: flex;
}

.wsds-nav__info > li {
  width: 24px;
  height: 24px;
  position: relative;
}

.wsds-nav__info > li + li {
  margin-left: 12px;
}

.wsds-nav__info > li i {
  font-size: 1.8rem;
  color: #C9C9C9;
}

.wsds-nav__info > li > a, .wsds-nav__info > li > label > span {
  display: block;
  cursor: pointer;
}

.wsds-nav__info > li > a:hover, .wsds-nav__info > li > label > span:hover {
  opacity: 0.7;
}

.wsds-nav__info > li[data-notify]::before {
  content: attr(data-notify);
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 16px;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #dc3545;
  color: #FFF;
  font-size: 1rem;
  font-weight: 700;
  line-height: 0;
  border-radius: 20px;
  padding: 8px 5px 9px;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.wsds-nav__info-notification {
  position: relative;
}

.wsds-nav__info-notification input[type=checkbox]:checked + .info-notification__dropdown {
  opacity: 1;
  pointer-events: all;
}

.wsds-nav__info-notification .info-notification__dropdown {
  opacity: 0;
  pointer-events: none;
  width: 440px;
  position: absolute;
  top: 36px;
  right: 0;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.wsds-nav__info-notification .info-notification__dropdown::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.wsds-nav__info-notification .info-notification__dropdown > p {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 12px;
}

.wsds-nav__info-notification .info-notification__dropdown > p > button:hover {
  color: #6C757D;
}

.wsds-nav__info-notification .info-notification__dropdown > div {
  max-height: 460px;
  overflow: scroll;
}

.wsds-nav__info-notification .info-notification__dropdown-list > li > a {
  display: block;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 700;
}

.wsds-nav__info-notification .info-notification__dropdown-list > li > a > time {
  display: block;
  color: #6C757D;
}

.wsds-nav__info-notification .info-notification__dropdown-list > li[data-unread=true] {
  position: relative;
  background-color: #edfaf5;
}

.wsds-nav__info-notification .info-notification__dropdown-list > li[data-unread=true]::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #dc3545;
  position: absolute;
  top: 10px;
  right: 10px;
}

.wsds-nav__info-notification .info-notification__dropdown-link {
  text-align: center;
  color: #3C8B86;
  display: block;
  padding: 8px 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.wsds-nav__account {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin-left: 12px;
  margin-bottom: 0;
}

@media screen and (max-width: 959.98px) {
  .wsds-nav__account {
    display: none;
  }
}
.wsds-nav__account .wsds-nav__account-icon {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #C9C9C9;
  cursor: pointer;
}

.wsds-nav__account .wsds-nav__account-icon:hover {
  opacity: 0.7;
}

.wsds-nav__account > input:checked + .wsds-nav__account-dropdown {
  pointer-events: all;
  opacity: 1;
}

.wsds-nav__account-dropdown {
  width: 280px;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #FFF;
  border-radius: 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.wsds-nav__account-dropdown::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.wsds-nav__account-dropdown .account-dropdown__profile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
}

.wsds-nav__account-dropdown .account-dropdown__profile > div {
  -webkit-box-flex: 1;
  flex: 1;
}

.wsds-nav__account-dropdown .account-dropdown__profile > div > span {
  display: block;
  font-size: 1.2rem;
  color: #6C757D;
}

.wsds-nav__account-dropdown .account-dropdown__profile > figure {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #C9C9C9;
  margin-left: 4px;
}

.wsds-nav__account-dropdown ul > li > a {
  display: block;
  padding: 4px 20px;
}

.wsds-nav__account-dropdown ul > li > a:hover {
  background-color: #F5F6F7;
}

.wsds-nav__account-dropdown .account-dropdown__menu {
  font-size: 1.4rem;
  padding: 16px 0 12px;
}

.wsds-nav__account-dropdown .account-dropdown__menu > dt {
  padding: 0 20px;
  margin-bottom: 8px;
}

.wsds-nav__account-dropdown ul.account-dropdown__menu {
  border-top: #EBEDEF solid 1px;
}

.wsds-nav__mobile {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 960px) {
  .wsds-nav__mobile {
    display: none;
  }
}
.wsds-nav__mobile-menu {
  display: block;
  margin-bottom: 0;
  margin-left: 24px;
}

.wsds-nav__mobile-menu > input[type=checkbox] {
  position: fixed;
  top: 0;
  left: 0;
}

.wsds-nav__mobile-menu > input[type=checkbox]:checked ~ .mobile-menu__button span:nth-of-type(1) {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 4px;
}

.wsds-nav__mobile-menu > input[type=checkbox]:checked ~ .mobile-menu__button span:nth-of-type(2) {
  opacity: 0;
}

.wsds-nav__mobile-menu > input[type=checkbox]:checked ~ .mobile-menu__button span:nth-of-type(3) {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 1px;
  left: 4px;
}

.wsds-nav__mobile-menu > input[type=checkbox]:checked ~ .mobile-menu__inner {
  opacity: 1;
  pointer-events: all;
}

.wsds-nav__mobile-menu .mobile-menu__button {
  width: 24px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.wsds-nav__mobile-menu .mobile-menu__button > span {
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1px;
}

.wsds-nav__mobile-menu .mobile-menu__button > span:nth-of-type(1) {
  top: 0;
}

.wsds-nav__mobile-menu .mobile-menu__button > span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.wsds-nav__mobile-menu .mobile-menu__button > span:nth-of-type(3) {
  bottom: 0;
}

.wsds-nav__mobile-menu .mobile-menu__inner {
  opacity: 0;
  pointer-events: none;
  background-color: #FFF;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
}

.wsds-nav__mobile-menu .mobile-menu__inner > ul > li > a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 14px 12px;
}

.wsds-nav__mobile-menu .mobile-menu__inner > ul > li[aria-current=true] > a {
  color: #3C8B86;
}

.wsds-pagination {
  margin-top: 40px;
}

.wsds-pagination, .wsds-pagination__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.wsds-pagination__list-item + .wsds-pagination__list-item {
  margin-left: 12px;
}

.wsds-pagination__list-item > a {
  border-width: 1px;
  border-style: solid;
  border-color: #EBEDEF;
  border-radius: 2px;
  background-color: #FFF;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 35px;
  height: 40px;
}

.wsds-pagination__list-item > a[aria-label=Previous], .wsds-pagination__list-item > a[aria-label=Next] {
  display: block;
  width: 64px;
  border-color: #3C8B86;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  position: relative;
}

.wsds-pagination__list-item > a[aria-label=Previous]::before, .wsds-pagination__list-item > a[aria-label=Next]::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.wsds-pagination__list-item > a[aria-label=Previous]::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDkgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04LjEyMTA5IDE1LjkxMzFMOC44MjQyMiAxNS4yNDUxQzguOTY0ODQgMTUuMDY5MyA4Ljk2NDg0IDE0Ljc4ODEgOC44MjQyMiAxNC42NDc1TDIuNDYwOTQgOC4yNDkwMkw4LjgyNDIyIDEuODg1NzRDOC45NjQ4NCAxLjc0NTEyIDguOTY0ODQgMS40NjM4NyA4LjgyNDIyIDEuMjg4MDlMOC4xMjEwOSAwLjYyMDExN0M3Ljk0NTMxIDAuNDQ0MzM2IDcuNjk5MjIgMC40NDQzMzYgNy41MjM0NCAwLjYyMDExN0wwLjE0MDYyNSA3Ljk2Nzc3QzAgOC4xNDM1NSAwIDguMzg5NjUgMC4xNDA2MjUgOC41NjU0M0w3LjUyMzQ0IDE1LjkxMzFDNy42OTkyMiAxNi4wODg5IDcuOTQ1MzEgMTYuMDg4OSA4LjEyMTA5IDE1LjkxMzFaIiBmaWxsPSIjM0M4Qjg2Ii8+Cjwvc3ZnPgo=);
}

.wsds-pagination__list-item > a[aria-label=Next]::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDkgMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjg0Mzc1IDAuNjIxMDk0TDAuMTQwNjI1IDEuMjg5MDZDMCAxLjQ2NDg0IDAgMS43NDYwOSAwLjE0MDYyNSAxLjg4NjcyTDYuNTAzOTEgOC4yNUwwLjE0MDYyNSAxNC42NDg0QzAgMTQuNzg5MSAwIDE1LjA3MDMgMC4xNDA2MjUgMTUuMjQ2MUwwLjg0Mzc1IDE1LjkxNDFDMS4wMTk1MyAxNi4wODk4IDEuMjY1NjIgMTYuMDg5OCAxLjQ0MTQxIDE1LjkxNDFMOC44MjQyMiA4LjU2NjQxQzguOTY0ODQgOC4zOTA2MiA4Ljk2NDg0IDguMTQ0NTMgOC44MjQyMiA3Ljk2ODc1TDEuNDQxNDEgMC42MjEwOTRDMS4yNjU2MiAwLjQ0NTMxMiAxLjAxOTUzIDAuNDQ1MzEyIDAuODQzNzUgMC42MjEwOTRaIiBmaWxsPSIjM0M4Qjg2Ii8+Cjwvc3ZnPgo=);
}

.wsds-pagination__list-item > a:hover {
  background-color: #EBEDEF;
}

.wsds-pagination__list-item > a[aria-current=true] {
  border-color: #3C8B86;
  background-color: #3C8B86;
  font-weight: 700;
  color: #FFF;
  pointer-events: none;
}

.wsds-pagination__list-item > span {
  line-height: 40px;
  pointer-events: none;
  padding: 0 2px;
}

.wsds-table--blue, .wsds-table--light {
  font-size: 1.4rem;
  background-color: #FFF;
}

.wsds-table--blue td, .wsds-table--blue th, .wsds-table--light td, .wsds-table--light th {
  padding: 11px 16px;
  border-width: 1px;
  border-style: solid;
}

.wsds-table--blue tbody td, .wsds-table--blue tbody th, .wsds-table--light tbody td, .wsds-table--light tbody th {
  text-align: left;
}

.wsds-table--blue tbody th, .wsds-table--light tbody th {
  vertical-align: text-top;
  line-height: 1.9;
  white-space: nowrap;
}

.wsds-table--blue tbody td, .wsds-table--light tbody td {
  line-height: 1.8;
}

.wsds-table--blue tbody td a, .wsds-table--light tbody td a {
  color: #3C8B86;
  font-weight: 700;
}

.wsds-table--blue thead + tbody th, .wsds-table--light thead + tbody th {
  background-color: transparent;
  color: inherit;
}

.wsds-table--light td, .wsds-table--light th {
  border-color: #C9C9C9;
}

.wsds-table--light th {
  background-color: #EBEDEF;
  color: #6C757D;
}

.wsds-table--light.wsds-table--stripe > tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}

.wsds-table--blue td, .wsds-table--blue th {
  border-color: #EBEDEF;
}

.wsds-table--blue > tbody th, .wsds-table--blue > thead {
  background-color: #22597E;
  color: #FFF;
}

.wsds-table--blue.wsds-table--stripe > tbody tr:nth-of-type(even) {
  background-color: #F7FBFB;
}

.wsds-table--small td, .wsds-table--small th {
  padding: 6px 14px 4px;
}

.wsds-tooltip {
  display: inline-block;
  position: relative;
}

.wsds-tooltip:hover .wsds-tooltip__body {
  opacity: 1;
  pointer-events: all;
}

.wsds-tooltip__trigger {
  color: #3C8B86;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.wsds-tooltip__body {
  position: absolute;
  bottom: calc(100% - 2rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 24px;
  pointer-events: none;
  opacity: 0;
}

.wsds-tooltip__body-inner {
  border-radius: 3px;
  background-color: rgba(34, 34, 34, 0.9);
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 16px;
  width: 280px;
  position: relative;
  line-height: 1.8;
}

.wsds-tooltip__body-inner::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: rgba(34, 34, 34, 0.9) solid 6px;
  border-left: transparent solid 6px;
  border-bottom: transparent solid 6px;
  border-right: transparent solid 6px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.wsds-typography-h1, .wsds-typography-h2, .wsds-typography-h3, .wsds-typography-h4, .wsds-typography-h5, .wsds-typography-h6 {
  font-weight: 700;
  line-height: 1.5;
}

.wsds-typography-h1 {
  font-size: 2.4rem;
}

.wsds-typography-h2 {
  font-size: 2rem;
}

.wsds-typography-h3 {
  font-size: 1.8rem;
}

.wsds-typography-h4 {
  font-size: 1.6rem;
}

.wsds-typography-h5 {
  font-size: 1.4rem;
}

.wsds-typography-h6 {
  font-size: 1.2rem;
}

/*
 * VARIABLE
 *
 * CREATE   : 2021.05.31 by Okumura
 * MODIFIED : 2021.07.12 by Okumura
 *
 */
/*--------------------------------------
 Font
--------------------------------------*/
/*--------------------------------------
 Breakpoint
--------------------------------------*/
/*--------------------------------------
 Color
--------------------------------------*/
@font-face {
  font-family: "icon";
  src: url("https://goworkship.com/magazine/app/themes/workshipmagazinev1.1/assets/fonts/icon.eot?p7uhe7");
  src: url("https://goworkship.com/magazine/app/themes/workshipmagazinev1.1/assets/fonts/icon.eot?p7uhe7#iefix") format("embedded-opentype"), url("https://goworkship.com/magazine/app/themes/workshipmagazinev1.1/assets/fonts/icon.ttf?p7uhe7") format("truetype"), url("https://goworkship.com/magazine/app/themes/workshipmagazinev1.1/assets/fonts/icon.woff?p7uhe7") format("woff"), url("../fonts/icon4f57.svg?p7uhe7#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .single-body a[target=_blank]:before, .breadcrumbs li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-top:before {
  content: "\e903";
}

.icon-blank:before {
  content: "\e904";
}

.icon-bread:before {
  content: "\e905";
}

.icon-fb:before {
  content: "\e906";
}

.icon-hatebu:before {
  content: "\e907";
}

.icon-pocket:before {
  content: "\e908";
}

.icon-quote:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-tw:before {
  content: "\e90b";
}

.icon-line:before {
  content: "\e90c";
}

p {
  line-height: 1.74;
  letter-spacing: 0.04rem;
}

pre {
  overflow: scroll;
}

@-webkit-keyframes name {
  0% {
    left: 90%;
  }
  10% {
    left: 110%;
  }
  55% {
    left: -10%;
  }
  100% {
    left: 90%;
  }
}

@keyframes name {
  0% {
    left: 90%;
  }
  10% {
    left: 110%;
  }
  55% {
    left: -10%;
  }
  100% {
    left: 90%;
  }
}
input:focus, textarea:focus, button:focus {
  outline: none;
}

input, textarea {
  background-color: #f5f6f7;
}
input:focus, textarea:focus {
  background-color: #eff1f2;
}

#mailmagazine-form {
  border: #e7e7e7 solid 1px;
  padding: 25px 32px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 768px) {
  #mailmagazine-form {
    padding: 20px;
  }
}
#mailmagazine-form .mailmagazine-form__title {
  font-size: 18px;
}
#mailmagazine-form .mailmagazine-form__text {
  font-size: 12px;
}
#mailmagazine-form .mailmagazine-form__text > a {
  text-decoration: underline;
}
#mailmagazine-form .mailmagazine-form__input {
  display: -webkit-box;
  display: flex;
  height: 40px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #mailmagazine-form .mailmagazine-form__input {
    display: block;
    height: auto;
  }
}
#mailmagazine-form .mailmagazine-form__input > input[type=email] {
  display: block;
  width: 100%;
  border: #d1d1d1 solid 1px;
  font-size: 15px;
  padding: 0 12px;
  background-color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05) inset;
  height: 40px;
  -webkit-box-flex: 1;
  flex: 1;
}
#mailmagazine-form .mailmagazine-form__input > button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #BE5A5A;
  color: #fff;
  font-size: 13px;
  width: 175px;
  margin-left: 20px;
  line-height: 1;
  padding: 0 15px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #mailmagazine-form .mailmagazine-form__input > button {
    margin: 8px auto 0;
    height: 30px;
  }
}
#mailmagazine-form .mailmagazine-form__input > button i {
  display: none;
}
#mailmagazine-form .mailmagazine-form__input > button.is-loading span {
  display: none;
}
#mailmagazine-form .mailmagazine-form__input > button.is-loading i {
  display: block;
}
#mailmagazine-form #mailmagazine-response {
  font-size: 13px;
  margin-top: 12px;
  color: #BE5A5A;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #mailmagazine-form #mailmagazine-response {
    text-align: center;
  }
}
#mailmagazine-form #mailmagazine-response:empty {
  margin-top: 0;
}

.CTA {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border: solid 1px #000000;
}
.CTA .CTA__title {
  padding: 8px 30px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  border-bottom: solid 1px #000000;
}
.CTA .CTA__header {
  padding: 0px 0px 0px 30px;
  margin: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__header {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.CTA .CTA__header .CTA__header__left {
  margin: 0;
  width: 60%;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__header .CTA__header__left {
    width: 100%;
  }
}
.CTA .CTA__header .CTA__header__right {
  margin: 0;
  width: 40%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__header .CTA__header__right {
    width: 100%;
    padding: 20px 20px 10px 20px;
  }
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table {
  height: auto;
  width: 100%;
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table .CTA__header__right__table__title {
  margin: 0;
  padding: 6px 0;
  background-color: #3f7bfa;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.2;
  text-align: center;
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table table {
  margin: 0;
  width: 100%;
  border: 2px dotted #3f7bfa;
  border-top: none;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table table tr {
  border-bottom: 2px dotted #3f7bfa;
  display: -webkit-box;
  display: flex;
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table table tr td {
  margin: 0;
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.2;
  font-weight: 700;
  border: none;
  width: 100%;
  padding: 0.625rem;
  overflow-wrap: break-word;
}
.CTA .CTA__header .CTA__header__right .CTA__header__right__table table tr td:nth-of-type(1) {
  background-color: #d5ecfe;
  color: #0f435e;
  min-width: 100px;
  max-width: 100px;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__header .CTA__header__right .CTA__header__right__table table tr td:nth-of-type(1) {
    min-width: 40%;
    max-width: 40%;
  }
}
.CTA .CTA__footer {
  padding: 0 30px 30px 30px;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__footer {
    padding: 0 20px 20px 20px;
  }
}
.CTA .CTA__footer .CTA__footer__description {
  margin: 16px 0 0 0;
  width: 100%;
}
.CTA .CTA__footer .CTA__footer__description li {
  margin: 0;
  font-weight: 600;
  position: relative;
  padding-left: 1.6em;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 2;
  list-style: none;
}
.CTA .CTA__footer .CTA__footer__description li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #e2e4e5;
  border-radius: 50%;
  background-color: #000000;
  width: 0.7em;
  height: 0.7em;
}
.CTA .CTA__footer .CTA__footer__button {
  margin-top: 16px;
  padding: 0px 20px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__footer .CTA__footer__button {
    margin-top: 16px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.CTA .CTA__footer .CTA__footer__button.single a {
  width: 100%;
}
.CTA .CTA__footer .CTA__footer__button.double a {
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__footer .CTA__footer__button.double a {
    width: 100%;
  }
}
.CTA .CTA__footer .CTA__footer__button a {
  width: 50%;
  padding: 30px;
  border-radius: 6px;
  text-decoration: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__footer .CTA__footer__button a {
    font-size: 14px;
  }
}
.CTA .CTA__footer .CTA__footer__button a:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .CTA .CTA__footer .CTA__footer__button a:nth-of-type(2) {
    margin: 16px 0 0 0;
  }
}

.CTA_inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 50px 0;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .CTA_inline {
    margin: 40px 0;
  }
}
.CTA_inline > a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none !important;
  color: #fff !important;
}
.CTA_inline > a > span {
  text-align: center;
  min-width: 240px;
  padding: 14px 40px;
  background-color: #BE5A5A;
  color: #fff !important;
  font-weight: bold;
  border-radius: 2px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .CTA_inline > a > span {
    min-width: 100%;
    width: 100%;
    padding: 14px 20px;
    border-radius: 4px;
  }
}
.CTA_inline > a:hover > span {
  opacity: 0.96;
  border-radius: 36px;
}

.CTA__fl {
  display: block;
  border: #3c8b86 solid 4px;
  border-radius: 4px;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .CTA__fl {
    width: 620px;
  }
}

.CTA__fl-wrap {
  color: #000 !important;
  text-decoration: none !important;
  padding: 0 !important;
}
@media screen and (min-width: 769px) {
  .CTA__fl-wrap {
    display: -webkit-box;
    display: flex;
  }
}

.CTA__fl-cover {
  display: block;
  width: 236px;
  background-image: url("../images/common/CTA_fl_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .CTA__fl-cover {
    display: none;
  }
}

.CTA__fl-content {
  position: relative;
}
@media screen and (min-width: 769px) {
  .CTA__fl-content {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 22px 0 48px 28px;
  }
}
@media screen and (max-width: 768px) {
  .CTA__fl-content {
    padding: 20px 0 88px 24px;
  }
}
.CTA__fl-content .fl-content__title {
  display: block;
  font-style: normal;
  font-size: 16px;
  margin: 0 0 16px;
  background: none;
  padding: 0;
  letter-spacing: 1px;
}
.CTA__fl-content .fl-content__list {
  margin: 0 !important;
}
.CTA__fl-content .fl-content__list > li {
  font-size: 14px;
  list-style: none !important;
  position: relative;
  padding-left: 16px !important;
}
.CTA__fl-content .fl-content__list > li:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #CBEAE8;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}
.CTA__fl-content .fl-content__img {
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .CTA__fl-content .fl-content__img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .CTA__fl-content .fl-content__img {
    position: absolute;
    bottom: 18px;
    left: 22px;
  }
}
.CTA__fl-content .fl-content__link {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 20px 5px 24px;
  border-radius: 10px 0 0 0;
  display: inline-block;
  background-color: #3c8b86;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .CTA__fl-content .fl-content__link {
    font-size: 14px;
    padding: 8px 16px 5px 12px;
  }
}
.CTA__fl-content .fl-content__link > i {
  margin-left: 4px;
}

.searchbox {
  *zoom: 1;
  position: absolute;
  right: 50px;
  bottom: 24px;
  z-index: 500;
}
.searchbox:before, .searchbox:after {
  content: " ";
  display: table;
}
.searchbox:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .searchbox {
    position: fixed;
    top: 6.25vw;
    right: 6.25vw;
    bottom: auto;
  }
}
.searchbox-icon {
  float: right;
  font-size: 22px;
}
.searchbox-icon i {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 500;
}
.searchbox-icon.open .icon-search {
  display: none;
}
.searchbox-icon.open .icon-close {
  display: inline-block;
}
.searchbox-icon .icon-search {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.searchbox-icon .icon-close {
  display: none;
  height: 28px;
  width: 28px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.searchbox-icon .icon-close span {
  position: absolute;
  width: 28px;
  height: 2px;
  background-color: #171b1f;
  top: 14px;
}
.searchbox-icon .icon-close span:nth-last-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchbox-icon .icon-close span:nth-last-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.searchbox-form {
  float: left;
  margin-right: 1em;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 768px) {
  .searchbox-form {
    position: fixed;
    top: -100px;
    left: 0;
    float: none;
    padding: 6.25vw;
    width: 90%;
    background-color: #fff;
    z-index: 400;
  }
  .searchbox-form.open {
    top: 0;
  }
}
.searchbox-form.pc {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-left: -20px;
}
.searchbox-form.pc .searchbox-searchIcon {
  text-indent: 100%;
  width: 33px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%3E%3Cpath%20d%3D%22M15.5%2014h-.79l-.28-.27C15.41%2012.59%2016%2011.11%2016%209.5%2016%205.91%2013.09%203%209.5%203S3%205.91%203%209.5%205.91%2016%209.5%2016c1.61%200%203.09-.59%204.23-1.57l.27.28v.79l5%204.99L20.49%2019l-4.99-5zm-6%200C7.01%2014%205%2011.99%205%209.5S7.01%205%209.5%205%2014%207.01%2014%209.5%2011.99%2014%209.5%2014z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E");
}
.searchbox-input {
  display: block;
  width: 17em;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  padding: 2px 12px !important;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 768px) {
  .searchbox-input {
    float: left;
    font-size: 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  .small .searchbox {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.menu {
  position: absolute;
  left: 50px;
  bottom: 24px;
  cursor: pointer;
  z-index: 500;
}
@media screen and (max-width: 768px) {
  .menu {
    position: fixed;
    top: 6.25vw;
    left: 6.25vw;
    bottom: auto;
  }
}
.menu span {
  position: relative;
  display: block;
  margin-bottom: 7px;
  width: 20px;
  height: 2px;
  background-color: #171b1f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 768px) {
  .menu span {
    margin-bottom: 11px;
    width: 32px;
    height: 2px;
  }
}
.menu-label {
  float: left;
  margin-top: -1px;
  margin-left: 0.8em;
  font-weight: 500;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.menu-label:hover {
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .menu-label {
    display: none;
  }
}
.menu.open {
  position: fixed;
  top: 20px;
  bottom: auto;
  left: 20px;
  padding: 10px 10px 3px;
}
@media screen and (max-width: 768px) {
  .menu.open {
    margin: -10px;
    top: 6.25vw;
    left: 6.25vw;
  }
}
.menu.open span:nth-of-type(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu.open span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
.menu.open span:nth-of-type(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .menu.open span:nth-of-type(1) {
    top: 13px;
  }
  .menu.open span:nth-of-type(3) {
    bottom: 13px;
  }
}
.menu.open .menu-label {
  opacity: 0;
  display: none;
}
.menu-icon {
  float: left;
}
.small .menu {
  top: 30px;
  left: 30px;
  bottom: auto;
}
.small .menu.open {
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .small .menu.open {
    top: 6.25vw;
  }
}
@media screen and (max-width: 480px) {
  .menu {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.gnav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gnav-item {
  margin: 5px 0;
}
.gnav-item.new-window a > span {
  position: relative;
  display: inline-block;
}
.gnav-item.new-window a > span:before {
  content: "";
  background: url(../images/icon/icon-new_window.svg) no-repeat center center;
  background-size: 13px 10px;
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}
.gnav-item a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .gnav-item a {
    padding: 1em 0;
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .gnav-item a {
    font-size: 4.2vw;
  }
}
.gnav-item a span {
  position: relative;
}
.gnav-item a span:after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #171b1f;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.gnav-item a:hover span:after {
  width: 115%;
}
@media screen and (max-width: 768px) {
  .gnav-item a:hover span:after {
    width: 0;
  }
}
.page-home .gnav-home span:after {
  width: 115%;
}
.page-engineer .gnav-engineer span:after {
  width: 115%;
}
.page-designer .gnav-designer span:after {
  width: 115%;
}
.page-trend .gnav-trend span:after {
  width: 115%;
}
.page-marketing .gnav-marketing span:after {
  width: 115%;
}
.page-business .gnav-business span:after {
  width: 115%;
}

.section {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 16vw;
  }
}
.section-grey {
  padding: 100px 0;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .section-grey {
    padding: 16vw 0;
  }
}
@media screen and (max-width: 768px) {
  .section-mb0 {
    margin-bottom: 0;
  }
}
.section-sub {
  *zoom: 1;
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #e2e4e5;
}
.section-sub:before, .section-sub:after {
  content: " ";
  display: table;
}
.section-sub:after {
  clear: both;
}
.section-sub:first-child {
  padding-top: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .section-sub {
    margin-bottom: 6vw;
    border-top: none;
    padding-top: 0;
  }
  .section-sub:last-child {
    margin-bottom: 0;
  }
}
.section-sub .headline-small {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .section-sub .headline-small {
    font-size: 6vw;
    text-align: center;
  }
}

.article-photo {
  overflow: hidden;
  position: relative;
}
.article-photo_img {
  padding-bottom: 52.5%;
  background: center center/cover no-repeat;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.article-photo_img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.article-photo img {
  width: 100%;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  height: auto;
}
.article-link {
  *zoom: 1;
  position: relative;
  display: block;
}
.article-link:before, .article-link:after {
  content: " ";
  display: table;
}
.article-link:after {
  clear: both;
}
.article-link:hover .article-photo img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.article-text {
  *zoom: 1;
}
.article-text:before, .article-text:after {
  content: " ";
  display: table;
}
.article-text:after {
  clear: both;
}
.article-title {
  font-weight: 600;
  line-height: 1.7;
}
.article-list {
  margin-bottom: 40px;
}
.article-list .article-photo {
  float: left;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .article-list .article-photo {
    width: 40vw;
  }
}
.article-list .article-photo .cat {
  font-size: 10px;
  font-weight: bold;
}
.article-list .article-text {
  float: left;
  padding-left: 1em;
  width: 54%;
}
@media screen and (max-width: 768px) {
  .article-list .article-text {
    padding-left: 4vw;
    padding-bottom: 1.25em;
    width: 47vw;
  }
}
.article-list .article-text .article-title {
  margin: 0.4em 0;
  font-size: 13px;
  line-height: 1.3;
  max-height: 50.7px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  .article-list .article-text .article-title {
    line-height: 1.6;
    margin: 0.3em 0 1em;
    font-size: 2.8vw;
    max-height: 13.44vw;
  }
}
@media screen and (max-width: 480px) {
  .article-list .article-text .article-title {
    line-height: 1.6;
    margin: 0.3em 0 1em;
    max-height: 62.4px;
  }
}
@media screen and (min-width: 1400px) {
  .article-list .article-text .article-title {
    margin: 0.5em 0;
    font-size: 14px;
    line-height: 1.5;
    max-height: 63px;
  }
}
.article-list .article-text .article-text__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.article-list .article-text .article-text__footer .tag {
  width: 100%;
  max-width: calc(100% - 65px);
  overflow: hidden;
}
.article-list .article-text .article-text__footer .tag li {
  width: 100%;
  display: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-list .article-text .article-text__footer .tag li:first-child {
  display: inline-block;
}
.article-list .article-text .article-text__footer .tag li:first-child:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .article-list .article-text .article-text__footer .tag {
    bottom: 0.2em;
    float: left;
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-list .article-text .article-text__footer .tag {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .article-list .article-text .article-text__footer .date {
    font-size: 2.1vw;
  }
}
.article-flex {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .article-flex .article-photo {
    float: left;
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .article-flex .article-text {
    float: left;
    padding-left: 4vw;
    width: 47vw;
  }
}
.article-flex .article-text .article-title {
  margin: 1em 0 0.7em;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .article-flex .article-text .article-title {
    line-height: 1.6;
    margin: 0.3em 0 1em;
  }
}
@media screen and (min-width: 1400px) {
  .article-flex .article-text .article-title {
    font-size: 17px;
  }
}
.article-flex .cat {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article-flex .cat {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .article-flex .tag {
    position: absolute;
    bottom: 0.2em;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .article-flex .date {
    position: absolute;
    right: 0;
    bottom: 0.2em;
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .article-list, .article-flex {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .article-list .article-title, .article-flex .article-title {
    margin: 0.7em 0;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 480px) {
  .article-list .article-title, .article-flex .article-title {
    font-size: 3.2vw;
  }
}
.article-list .tag, .article-flex .tag {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .article-list .tag, .article-flex .tag {
    float: left;
    font-size: 2.1vw;
  }
  .article-list .tag li, .article-flex .tag li {
    display: none;
  }
  .article-list .tag li:first-child, .article-flex .tag li:first-child {
    display: inline-block;
  }
  .article-list .tag li:first-child:after, .article-flex .tag li:first-child:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .article-list .tag, .article-flex .tag {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .article-list .cat, .article-flex .cat {
    font-size: 2.1vw;
    font-weight: bold;
  }
}
@media screen and (max-width: 480px) {
  .article-list .cat, .article-flex .cat {
    font-size: 10px;
    font-weight: bold;
  }
}
.article-list .date, .article-flex .date {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .article-list .date, .article-flex .date {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .article-list .date, .article-flex .date {
    font-size: 10px;
  }
}
.article-card .article-title {
  margin: 1em 0 0.9em;
  font-size: 15px;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .article-card .article-title {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card .article-title {
    font-size: 12px;
  }
}
.article-card .cat,
.article-card .rank {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article-card .cat,
.article-card .rank {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 480px) {
  .article-card .cat,
.article-card .rank {
    font-size: 10px;
  }
}
.article-card .tag {
  font-size: 11px;
}
@media screen and (max-width: 480px) {
  .article-card .tag {
    font-size: 10px;
  }
}
.article-card .date {
  font-size: 10px;
}
.article-large {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .article-large {
    margin-bottom: 10.6vw;
  }
}
.article-large:last-child {
  margin-bottom: 0;
}
.article-large .article-title {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .article-large .article-title {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .article-large .article-title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-large .article-title {
    font-size: 24px;
  }
}
.article-large .cat {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article-large .cat {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .article-large .cat {
    font-size: 3.4vw;
  }
}
.article-large .tag {
  float: left;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .article-large .tag {
    font-size: 10px;
  }
}
.article-large .date {
  float: right;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .article-large .date {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .article-medium {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .article-medium .article-text {
    padding-left: 30px;
    padding-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .article-medium .article-text .article-title {
    margin-bottom: 0.6em;
    font-size: 20px;
    line-height: 1.6;
    max-height: 96px;
  }
}
@media screen and (min-width: 1400px) {
  .article-medium .article-text .article-title {
    font-size: 23px !important;
    max-height: 110.4px;
  }
}
.article-medium .article-lead {
  font-size: 12px;
  line-height: 1.75;
  min-height: 63px;
}
@media screen and (max-width: 768px) {
  .article-medium .article-lead {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .article-medium .article-lead {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 768px) {
  .article-medium .cat {
    font-size: 15px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .article-medium .tag {
    font-size: 12px;
  }
  .article-medium .tag li {
    display: inline-block;
  }
  .article-medium .tag li:first-child:after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .article-medium .date {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .article-small {
    float: left;
    margin-bottom: 10vw;
    margin-right: 7.5vw;
    width: 40vw;
  }
  .article-small:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-small:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .article-small {
    margin-bottom: 30px;
  }
  .article-small:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .article-small .article-title {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .article-small .cat {
    font-size: 10px;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .article-small .tag {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .article-flex .article-text {
    position: relative;
  }
  .article-flex .article-text .article-title {
    margin-top: 10px;
    margin-bottom: 23px;
  }
  .article-flex .tag {
    font-size: 11px;
    overflow: hidden;
    padding-left: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 68px);
  }
  .article-flex .tag li {
    line-height: 16px;
  }
  .article-flex .tag li:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .article-flex .date {
    font-size: 11px;
    line-height: 16px;
  }
}

.headline {
  position: relative;
  font-size: 50px;
  font-weight: 600;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .headline {
    font-size: 7.8vw;
  }
}
@media screen and (max-width: 480px) {
  .headline {
    font-size: 6.7vw;
  }
}
.headline-horizon {
  padding-bottom: 0.5em;
  width: 6.4%;
  background-color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.headline-center {
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .headline-center {
    margin-bottom: 10vw;
  }
}
.headline-medium {
  margin-bottom: 1.5em;
  font-size: 35px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .headline-medium {
    font-size: 7vw;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .headline-medium {
    font-size: 6.7vw;
  }
}
.headline-small {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .headline-small {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .headline-small {
    font-size: 4.4vw;
  }
}
.headline-minimun {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.headline .article-link {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .headline .sideAds {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.headline .sideAds ins {
  margin: 0 auto;
  width: 160px;
}
.headline .sideAds-top {
  margin-bottom: 30px;
}
.headline .sideAds-top img {
  width: 100%;
  height: auto;
}

.tag {
  color: #9fa7af;
}
.tag li {
  display: inline-block;
  position: relative;
  margin-right: 0.8em;
  padding-right: 0.8em;
  line-height: 1;
}
.tag li:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1em;
  background-color: #e2e4e5;
}
.tag li:last-child:after {
  display: none;
}
.tag li a {
  position: relative;
  color: #9fa7af;
}
.tag li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 0;
  height: 1px;
  background-color: #9fa7af;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.tag li a:hover:before {
  width: 100%;
}

.date {
  color: #9fa7af;
}

.cat {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.8em;
  height: 2.8em;
  font-weight: 300;
  line-height: 2.9em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .cat {
    height: 2.4em;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .cat {
    font-size: 3.4vw;
  }
}

.rank {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.8em;
  height: 2.8em;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.9em;
  color: #fff;
  text-align: center;
  background-color: #171b1f;
}
@media screen and (max-width: 768px) {
  .rank {
    font-size: 3vw;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.5em;
  }
}
@media screen and (max-width: 480px) {
  .rank {
    font-size: 3.4vw;
  }
}

.more {
  font-size: 13px;
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .more {
    font-size: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .more {
    font-size: 3.6vw;
  }
}
.more .icon-arrow-right {
  position: relative;
  top: 0.33em;
  margin-left: 0.4em;
  font-size: 40px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.more:hover .icon-arrow-right {
  margin-left: 0.2em;
}

.list {
  *zoom: 1;
}
.list:before, .list:after {
  content: " ";
  display: table;
}
.list:after {
  clear: both;
}
.list-item {
  float: left;
}
.list-4 .list-item {
  margin-right: 2%;
  width: 23.5%;
}
.list-4 .list-item:nth-of-type(4n) {
  margin-right: 0;
}
.list-4 .list-item:nth-of-type(4n+1) {
  clear: left;
}
@media screen and (max-width: 768px) {
  .list-4 .list-item {
    margin-bottom: 10vw;
    margin-right: 7.5vw;
    width: 40vw;
  }
  .list-4 .list-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .list-4 .list-item:nth-of-type(2n+1) {
    clear: left;
  }
}
.list-3 .list-item {
  margin-right: 3.4%;
  width: 31%;
}
.list-3 .list-item:nth-of-type(3n) {
  margin-right: 0;
}
.list-3 .list-item:nth-of-type(3n+1) {
  clear: left;
}
.list-3 .list-item img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-banner .list-3 .list-item {
    margin-right: 7vw;
    width: 40vw;
  }
  .l-banner .list-3 .list-item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 7.5vw;
    width: 100%;
  }
  .l-banner .list-3 .list-item:nth-of-type(2) {
    clear: left;
  }
  .l-banner .list-3 .list-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 897px) {
  .slick-arrow {
    z-index: 1;
    color: #000;
  }
  .slick-arrow:hover {
    color: #000;
  }

  .slick-prev {
    left: calc(50% - 380px);
  }
  .slick-prev:before {
    content: url("../images/icon/arrow-prev.png");
  }

  .slick-next {
    right: calc(50% - 365px);
  }
  .slick-next:before {
    content: url("../images/icon/arrow-next.png");
  }

  .slick-dots {
    z-index: 1;
    bottom: 15px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:before {
    line-height: 13px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
    line-height: 13px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }

  .slick-active button {
    background-color: black;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .slick-slide:not(.slick-center) {
    -webkit-transform: scale(0.83);
    transform: scale(0.83);
    padding-top: 40px;
    -webkit-transition: -webkit-transform 0.5s linear;
    transition: -webkit-transform 0.5s linear;
    transition: transform 0.5s linear;
    transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  }
}
@media screen and (max-width: 896px) {
  .slick-prev {
    width: 34px;
    height: 34px;
    left: -27px;
  }
  .slick-prev:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("../images/icon/arrow-prev.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .slick-next {
    width: 34px;
    height: 34px;
    right: -27px;
  }
  .slick-next:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url("../images/icon/arrow-next.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
  }

  .slick-dots {
    top: -45px;
    right: 0;
    width: auto;
    z-index: 1;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:before {
    line-height: 13px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .slick-dots li.slick-active button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #000;
    line-height: 13px;
    width: 8px;
    height: 8px;
    font-size: 8px;
    color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.sliderTop {
  position: relative;
  width: 100%;
  min-height: 478px;
  margin: 50px auto 55px;
}
@media screen and (max-width: 979px) {
  .sliderTop {
    position: relative;
    padding: 30px;
    min-height: 266px;
    background-color: #F5F6F7;
    margin: 35px auto 30px;
  }
}
@media screen and (max-width: 979px) {
  .sliderTop {
    padding: 30px 0;
  }
}
.sliderTop::before {
  position: absolute;
  top: 50px;
  left: 50%;
  content: "";
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0 auto;
  background-color: #F5F6F7;
  height: 410px;
}
@media screen and (max-width: 979px) {
  .sliderTop::before {
    display: none;
  }
}
.sliderTop .sliderTop-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderTop-ttl {
    top: -25px;
    left: 50%;
  }
}
.sliderTop .sliderTop-ttl p {
  font-style: normal;
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 45px;
  letter-spacing: 0;
  color: #171C1F;
  position: relative;
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderTop-ttl p {
    font-size: 32px;
    line-height: 48px;
  }
}
.sliderTop .sliderTop-ttl p:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 100%;
  max-width: 1000px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderTop-ttl p:after {
    display: none;
  }
}
.sliderTop .sliderPc {
  display: none;
}
.sliderTop .sliderPc.slick-initialized {
  display: block;
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderPc {
    display: none;
  }
  .sliderTop .sliderPc.slick-initialized {
    display: none;
  }
}
.sliderTop .sliderSp {
  display: none;
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderSp {
    display: none;
  }
  .sliderTop .sliderSp.slick-initialized {
    display: block;
  }
}
.sliderTop .sliderTop-more {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 979px) {
  .sliderTop .sliderTop-more {
    display: none;
  }
}

.sliderPc .item {
  width: 100%;
  max-width: 680px;
  background-color: #fff;
}
.sliderPc .item a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 680px;
  max-width: 680px;
  max-height: 357px;
  min-height: 357px;
}
.sliderPc .item a img {
  width: 100%;
  height: 100%;
  min-width: 680px;
  max-width: 680px;
  max-height: 357px;
  min-height: 357px;
}
.sliderPc .item .slide-inner {
  width: 100%;
  position: relative;
  margin-top: -40px;
}
.sliderPc .item .slide-inner .article-category {
  padding: 8px;
  background-color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #000000;
}
.sliderPc .item .slide-inner .text-content {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 32px;
  color: #171C1F;
  padding: 15px;
  background-color: #fff;
  letter-spacing: 0.12rem;
}
.sliderPc .item .slide-inner .text-content .article-tag {
  line-height: 1;
}
.sliderPc .item .slide-inner .text-content .article-tag span {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #9FA7AF;
}
.sliderPc .item .slide-inner .text-content .article-tag span::after {
  content: "|";
  padding: 0 5px;
}
.sliderPc .item .slide-inner .text-content .article-tag span:last-child::after {
  content: "";
}
.sliderPc .item .slide-inner .text-content .article-date {
  margin-top: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #9FA7AF;
}

.sliderSp {
  /*slick setting*/
}
.sliderSp .sliderSp__item .sliderSp__item__inner {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.sliderSp .sliderSp__item .sliderSp__item__inner .sliderSp__item__inner__topper {
  width: 100%;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}
.sliderSp .sliderSp__item .sliderSp__item__inner .sliderSp__item__inner__topper img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.sliderSp .sliderSp__item .sliderSp__item__inner .sliderSp__item__inner__footer {
  width: 100%;
  padding: 10px;
  margin: 0;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #171C1F;
  background-color: #fff;
}
.sliderSp .sliderSp__item .sliderSp__item__inner .sliderSp__item__inner__footer p {
  font-size: 12px;
  font-weight: 300;
}
.sliderSp .sliderSp__item .sliderSp__item__inner .sliderSp__item__inner__footer p span {
  font-size: 12px;
  font-weight: 300;
}
.sliderSp .slick-arrow {
  z-index: 2;
}
.sliderSp .slick-arrow.slick-prev {
  left: -10px;
}
.sliderSp .slick-arrow.slick-prev::before {
  opacity: 1;
}
@media screen and (max-width: 979px) {
  .sliderSp .slick-arrow.slick-prev {
    left: 5px;
  }
}
.sliderSp .slick-arrow.slick-next {
  right: -10px;
}
.sliderSp .slick-arrow.slick-next::before {
  opacity: 1;
}
@media screen and (max-width: 979px) {
  .sliderSp .slick-arrow.slick-next {
    right: 5px;
  }
}
.sliderSp .slick-prev:before,
.sliderSp .slick-next:before {
  color: #000;
}
.sliderSp .slick-dots {
  top: auto;
  right: auto;
  width: 100%;
  z-index: 1;
}

.keywords li {
  display: inline-block;
  margin: 0.5em;
  line-height: 1;
}
.keywords li a {
  display: inline-block;
  padding: 0.9em 1em 0.8em;
  font-size: 14px;
  background-color: #fff;
}
.keywords li a:hover {
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .keywords li a {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 480px) {
  .keywords li a {
    font-size: 3.2vw;
  }
}
.keywords li span {
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em 0.5em;
  width: 2.5em;
  font-size: 12px;
  text-align: center;
  border-radius: 1em;
  background-color: #f5f6f7;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .keywords li span {
    padding: 0.4em 0.5 0.3em;
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .keywords li span {
    font-size: 2.8vw;
  }
}

.single a {
  text-decoration: none;
}
.single a:hover {
  text-decoration: underline;
}
.single .singleTopBanner {
  text-align: center;
  padding: 0 0 30px;
}
.single .singleTopBanner img {
  max-width: 970px;
  width: 100% !important;
  height: auto !important;
}
.single .single-header {
  margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .single .single-header {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .single .single-header {
    margin-bottom: 4vw;
  }
}
.single .single-header .cat {
  float: left;
  display: inline-block;
  position: static;
  left: auto;
  bottom: auto;
  color: #fff;
  font-size: 16px;
  background-color: #171b1f;
}
@media screen and (max-width: 768px) {
  .single .single-header .cat {
    float: none;
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 480px) {
  .single .single-header .cat {
    font-size: 4vw;
  }
}
.single .single-header .date {
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .single .single-header .date {
    font-size: 12px;
  }
}
.single .single-header .tag {
  font-size: 12px;
}
.single .single-header .tag a {
  text-decoration: none;
}
.single .single-header .writer {
  float: right;
}
.single .single-header .writer-photo {
  width: 40px;
  height: 40px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-color: #ddd;
  border: 1px solid #f4f4f4;
}
.single .single-header .writer-name {
  float: left;
  margin-left: 0.5em;
  font-size: 12px;
  line-height: 40px;
}
.single .single-related {
  margin: 20px 0;
}
.single .single-related .single-related__ttl {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .single .single-related .single-related__ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single .single-related .single-related__ttl {
    font-size: 12px;
  }
}
.single .single-related .single-related__list {
  margin-top: 5px;
}
.single .single-related .single-related__list li {
  color: #97DAEA;
}
@media screen and (min-width: 769px) {
  .single .single-related .single-related__list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single .single-related .single-related__list li {
    font-size: 12px;
  }
}
.single .single-related .single-related__list li:nth-child(n+2) {
  margin-top: 5px;
}
.single .single-related div.wp_rp_footer a.wp_rp_edit {
  display: none;
}
.single .single-related--top {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768px) {
  .single .single-related--top {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .single .single-related--top {
    padding: 15px;
  }
}
.single .single-related--top .related_post {
  margin-top: 5px;
}
.single .single-thumb {
  margin-top: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.single .single-thumb:before {
  content: "";
  display: block;
  padding-top: 52.5%;
}
.single .single-thumb img {
  width: 100% !important;
  height: auto !important;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single .single-body {
  word-wrap: break-word;
  overflow: hidden;
  border: none;
}
.single .single-body p > img,
.single .single-body .wp-caption > img {
  border: #e2e4e5 solid 1px;
}
.single .single-body ul {
  margin-left: 1.2em;
}
.single .single-body ul li {
  padding-left: 0;
  margin-bottom: 0;
  list-style: disc;
}
.single .single-body ul li:before {
  display: none;
}
.single .single-body ul li a, .single .single-body ul li a:visited {
  color: #999;
}
.single .single-body .related_post_title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: transparent;
}
.single .single-body .wp_rp_content {
  margin-top: 50px;
}
.single .single-body .related_post {
  margin-top: 5px;
}
.single .single-body .related_post li {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .single .single-body .related_post li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single .single-body .related_post li {
    font-size: 12px;
  }
}
.single .single-body .related_post li::before {
  display: none;
}
.single .single-body .related_post li a {
  color: #171b1f;
  text-decoration: none;
}
.single .single-body .related_post li a:hover {
  text-decoration: underline;
}
.single .single-body .related_post li:nth-child(n+2) {
  margin-top: 5px;
}
.single .single-body .wp_rp_footer {
  display: none;
}
.single-primary {
  *zoom: 1;
}
.single-primary:before, .single-primary:after {
  content: " ";
  display: table;
}
.single-primary:after {
  clear: both;
}
.single-status {
  float: left;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .single-status {
    float: none;
    margin-top: 1em;
    margin-left: 0;
  }
}
.single-status .calendar:before {
  background-image: url("../images/icon/calendar.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 5px;
  width: 13px;
}
.single-status .update {
  margin-left: 5px;
}
.single-status .update:before {
  background-image: url("../images/icon/reload.svg");
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 13px;
  margin-right: 5px;
  width: 13px;
}
.single-title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 768px) {
  .single-title {
    font-size: 4.6vw;
  }
}
@media screen and (max-width: 480px) {
  .single-title {
    font-size: 5.4vw;
  }
}
.single-eyecatch {
  margin-top: 3em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-eyecatch {
    margin-bottom: 8vw;
  }
}
.single-eyecatch img {
  width: 100% !important;
  height: auto !important;
}
.single .figure {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-body {
    font-size: 15px;
  }
}
.single-body * {
  letter-spacing: 0.14rem;
}
.single-body h1 {
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 600;
}
.single-body a {
  color: #4f83b6;
  text-decoration: underline;
}
.single-body a:hover {
  text-decoration: none;
}
.single-body a[target=_blank] {
  position: relative;
  padding-left: 0.1em;
}
.single-body a img {
  margin-top: 1em;
}
.single-body p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.single-body img {
  max-width: 100% !important;
  height: auto !important;
}
.single-body > img {
  margin: 30px auto;
}
.single-body > p > img {
  margin: 30px auto;
}
.single-body h2, .single-body h3, .single-body h4 {
  font-weight: 600;
}
.single-body h2 {
  margin: 80px 0 50px;
  padding: 1em 0;
  font-size: 20px;
  border-top: 1px solid #171b1f;
  border-bottom: 1px solid #171b1f;
}
@media screen and (max-width: 768px) {
  .single-body h2 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .single-body h2 {
    margin: 16vw 0 10vw;
    font-size: 4.8vw;
  }
}
.single-body h2 > span {
  display: inline-block;
  padding-top: 130px;
  margin-top: -130px;
  pointer-events: none;
}
.single-body h3 {
  margin: 50px 0 40px;
  padding: 1em;
  font-size: 18px;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .single-body h3 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 480px) {
  .single-body h3 {
    margin: 13vw 0 8vw;
    font-size: 4.3vw;
  }
}
.single-body h4 {
  margin: 50px 0 40px;
  padding-bottom: 0.5em;
  font-size: 17px;
  border-bottom: 2px solid #171b1f;
}
@media screen and (max-width: 768px) {
  .single-body h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .single-body h4 {
    margin: 13vw 0 8vw;
    font-size: 4.1vw;
  }
}
.single-body ul, .single-body ol {
  margin: 2em 0 2.5em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .single-body ul, .single-body ol {
    margin: 2em 0 2.5em;
    line-height: 1.8;
  }
}
.single-body ul > li, .single-body ol > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.6em;
}
.single-body ul > li:last-child, .single-body ol > li:last-child {
  margin-bottom: 0;
}
.single-body ul > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #e2e4e5;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .single-body ul > li:before {
    top: 0.4em;
  }
}
.single-body ol {
  counter-reset: number;
}
.single-body ol > li:before {
  position: absolute;
  top: -0.03em;
  left: 0;
  display: block;
  counter-increment: number;
  content: counter(number) " .";
  color: #4f83b6;
  font-family: "Poppins", serif;
  font-size: 1.04em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .single-body ol > li:before {
    top: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .single-body .tableWrap table {
    max-width: 100%;
    width: 100% !important;
  }
}
.single-body table {
  margin: 40px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
.single-body table th, .single-body table td {
  font-size: 1.2rem;
  padding: 8px 16px;
  border: 1px solid #e2e4e5;
}
.single-body table th:first-child, .single-body table td:first-child {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .single-body table {
    margin: 8vw 0;
  }
}
.single-body blockquote {
  margin: 30px 0;
  padding: 15px 20px;
  border: 3px solid #f5f6f7;
}
.single-body blockquote p:first-child {
  margin-top: 0;
}
.single-body blockquote ul, .single-body blockquote ol {
  margin: 0;
}
.single-body blockquote p:last-child {
  margin-bottom: 0;
}
.single-body .people {
  *zoom: 1;
  margin: 30px 0;
  padding: 30px;
  border: 3px solid #f5f6f7;
}
.single-body .people:before, .single-body .people:after {
  content: " ";
  display: table;
}
.single-body .people:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .single-body .people {
    margin: 6.25vw 0;
    padding: 6.25vw;
  }
}
.single-body .people-photo {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .single-body .people-photo {
    width: 13vw;
    height: 13vw;
  }
}
.single-body .people-text {
  margin-left: 120px;
}
@media screen and (max-width: 768px) {
  .single-body .people-text {
    margin-left: 17vw;
  }
}
.single-body .people-name {
  margin-bottom: 0.5em;
  color: #171b1f;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .single-body .people-name {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .single-body .people-name {
    font-size: 3.2vw;
  }
}
.single-body .people-description {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-body .people-description {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .single-body .people-description {
    font-size: 3vw;
  }
}
.single-body .comment {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 20px 0;
}
.single-body .comment img {
  float: left;
  width: 60px;
  border-radius: 50%;
}
.single-body .comment span {
  padding-left: 1.5em;
}
@media screen and (max-width: 480px) {
  .single-body .blog-card {
    margin-top: 15px;
  }
}
.single-body .blog-card .card-link {
  *zoom: 1;
  position: relative;
  display: block;
  padding: 30px;
  color: #171b1f;
  border: 1px solid #e2e4e5;
  box-shadow: 0 4px 0 #f5f6f7;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
@media screen and (max-width: 480px) {
  .single-body .blog-card .card-link {
    padding: 5px;
  }
}
.single-body .blog-card .card-link:before, .single-body .blog-card .card-link:after {
  content: " ";
  display: table;
}
.single-body .blog-card .card-link:after {
  clear: both;
}
.single-body .blog-card .card-link:hover {
  box-shadow: 0 4px 0 #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
.single-body .blog-card .card-thumbnail {
  float: left;
  width: 30%;
  height: 100%;
  min-height: 150px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .single-body .blog-card .card-thumbnail {
    background-size: contain;
    height: 20vw;
    min-height: auto;
  }
}
.single-body .blog-card .card-description {
  *zoom: 1;
  float: right;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .single-body .blog-card .card-description {
    padding-left: 15px;
    width: 70%;
  }
}
.single-body .blog-card .card-description:before, .single-body .blog-card .card-description:after {
  content: " ";
  display: table;
}
.single-body .blog-card .card-description:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .single-body .blog-card .card-description .card-name-title {
    margin-top: 0;
  }
}
.single-body .blog-card .card-time,
.single-body .blog-card .card-site-name {
  color: #9fa7af;
  position: absolute;
  right: 0;
  bottom: 30px;
  margin-right: 30px;
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .single-body .blog-card .card-time,
.single-body .blog-card .card-site-name {
    position: static;
    bottom: auto;
    right: auto;
    float: right;
    margin-top: 10px;
    margin-right: 0;
    font-size: 2.8vw;
  }
}
.single-body .blog-card .card-time {
  left: 30px;
  color: #9fa7af;
}
@media screen and (max-width: 480px) {
  .single-body .blog-card .card-time {
    float: left;
    left: auto;
    font-size: 2.8vw;
  }
}
.single-body .CTA {
  margin-top: 20px;
}
.single-footer {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .single-footer {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .single-footer .CTA {
    margin-top: 1em;
  }
}
.single-footer .writer {
  margin-top: 30px;
  *zoom: 1;
  padding: 1.4em;
  border: 3px solid #f5f6f7;
}
.single-footer .writer:before, .single-footer .writer:after {
  content: " ";
  display: table;
}
.single-footer .writer:after {
  clear: both;
}
.single-footer .writer-photo {
  width: 50px;
  height: 50px;
  position: relative;
  background-position: center;
  background-size: contain;
  background-color: #ddd;
  border: 1px solid #f4f4f4;
}
@media screen and (max-width: 768px) {
  .single-footer .writer-photo {
    width: 13vw;
    height: 13vw;
  }
}
.single-footer .writer-text {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .single-footer .writer-text {
    margin-left: 17vw;
  }
}
.single-footer .writer-name {
  margin-bottom: 0.5em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-footer .writer-name {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .single-footer .writer-name {
    font-size: 3.2vw;
  }
}
.single-footer .writer-description {
  font-size: 11px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .single-footer .writer-description {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .single-footer .writer-description {
    font-size: 3vw;
  }
}
.single-share {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .single-share {
    margin-bottom: 8vw;
  }
}
.single-share a {
  position: relative;
  top: 0;
  display: block;
  padding: 1em 0 1em 1.5em;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.single-share a:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.single-share a:hover {
  top: 5px;
}
.single-share a:hover:after {
  bottom: 0;
}
.single-share a i {
  position: absolute;
  top: 50%;
  left: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .single-share a {
    padding: 1em 0 0.6em;
  }
  .single-share a i {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .single-share a span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .single-share .list-item {
    margin-bottom: 0;
    margin-right: 2%;
    width: 23.5%;
  }
  .single-share .list-item:nth-of-type(4n) {
    margin-right: 0 !important;
  }
  .single-share .list-item:nth-of-type(4n+1) {
    clear: left;
  }
  .single-share .list-item:nth-of-type(2n) {
    margin-right: 2%;
  }
  .single-share .list-item:nth-of-type(2n+1) {
    clear: none;
  }
}
.single-share .fb a {
  background-color: #3867b8;
}
.single-share .fb a:after {
  background-color: #2c5191;
}
.single-share .tw a {
  background-color: #0096e7;
}
.single-share .tw a:after {
  background-color: #0075b4;
}
.single-share .hatebu a {
  background-color: #008fde;
}
.single-share .hatebu a:after {
  background-color: #006eab;
}
.single-share .pocket a {
  background-color: #ff2450;
}
.single-share .pocket a:after {
  background-color: #f00030;
}

.single-footer-terms {
  margin-top: 25px;
}
.single-footer-terms div[style*=background] {
  padding: 0 8px;
}
.single-footer-terms #twitter-widget-0 {
  margin-bottom: 10px;
}

.single__cat-description + .headline,
.single__tag-description + .headline {
  margin-top: 80px;
}

.m-reproduce_message {
  padding: 0 1.4em;
  border: 3px solid #f5f6f7;
}
@media screen and (max-width: 768px) {
  .m-reproduce_message {
    padding: 2vw 6.25vw 0;
  }
}
.m-reproduce_message .clearfix {
  *zoom: 1;
  padding: 1.4em 0;
  border-bottom: 1px solid #e2e4e5;
}
.m-reproduce_message .clearfix:before, .m-reproduce_message .clearfix:after {
  content: " ";
  display: table;
}
.m-reproduce_message .clearfix:after {
  clear: both;
}
.m-reproduce_message .clearfix:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .m-reproduce_message .clearfix {
    padding: 4vw 0;
  }
}
.m-reproduce_message_images {
  overflow: hidden;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
  background-position: center;
  background-size: contain;
  border: 1px solid #f4f4f4;
}
.m-reproduce_message_text {
  margin-left: 70px;
}
.m-reproduce_message_text_details {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .m-reproduce_message_text_details {
    font-size: 2vw;
  }
}
@media screen and (max-width: 480px) {
  .m-reproduce_message_text_details {
    font-size: 3vw;
  }
}
.m-reproduce_message_user_name {
  margin-bottom: 0.4em;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .m-reproduce_message_user_name {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 480px) {
  .m-reproduce_message_user_name {
    font-size: 3.2vw;
  }
}
.m-reproduce_message_only_text {
  color: #9fa7af;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .m-reproduce_message_only_text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 480px) {
  .m-reproduce_message_only_text {
    font-size: 2.8vw;
  }
}
.m-reproduce_message_only_text a {
  color: #9fa7af;
}

#toc_container {
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #toc_container {
    margin: 13vw 0;
  }
}

.toc_title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .toc_title {
    font-size: 18px;
  }
}

.toc_list > li > ul {
  margin-top: 4px;
  margin-bottom: 4px;
}

.single .single-update {
  text-align: right;
  margin-top: 0.8rem;
  color: #999;
  font-size: 0.9rem;
}

.middleAds {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .middleAds {
    margin: 25px 0;
  }
}

.writer-photo,
.people-photo {
  overflow: hidden;
  float: left;
  border-radius: 50%;
}
.writer-photo img,
.people-photo img {
  width: 100%;
}
.writer-name,
.people-name {
  color: #9fa7af;
}

.c-fixed-banner {
  display: -webkit-box;
  display: flex;
  position: fixed;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  bottom: 0;
  right: 0;
  width: 340px;
  height: 60px;
  background-color: #3C8B86;
  border-radius: 4px 0 0;
  z-index: 99;
}
.c-fixed-banner img {
  max-width: 80%;
  max-height: 55%;
}
.c-fixed-banner:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .c-fixed-banner {
    width: 100%;
    border-radius: 0;
  }
}

.movie {
  position: relative;
  margin: 40px 0;
  padding-top: 56.25%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .movie {
    margin: 6.25vw 0;
  }
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.button {
  display: inline-block;
  padding: 1em 1.5em;
  width: 300px;
  border: 1px solid #e2e4e5;
  box-shadow: 0px 4px 0 #f5f6f7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none !important;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.button:hover {
  box-shadow: 0px 4px 0 #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .only-sp {
    display: inline-block;
  }
}

.wp-pagenavi {
  *zoom: 1;
  margin-top: 60px;
  position: relative;
  font-family: "Poppins", serif;
  text-align: center;
  letter-spacing: 0;
}
.wp-pagenavi:before, .wp-pagenavi:after {
  content: " ";
  display: table;
}
.wp-pagenavi:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .wp-pagenavi {
    margin-top: 2em;
    text-align: center;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 7px;
  width: 35px;
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
.wp-pagenavi span {
    background-color: #f5f6f7;
  }
}
@media screen and (max-width: 480px) {
  .wp-pagenavi a,
.wp-pagenavi span {
    margin: 0 1vw;
    width: 8vw;
    height: 2.7em;
    line-height: 2.8em;
  }
}
.wp-pagenavi a.current,
.wp-pagenavi span.current {
  color: #fff;
  font-weight: 500;
  background-color: #171b1f;
  border: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #171b1f;
  background-color: #fff;
  border-bottom: 2px solid #171b1f;
}
.wp-pagenavi a:hover.current,
.wp-pagenavi span:hover.current {
  color: #fff;
  background-color: #171b1f;
  border: none;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.last:hover,
.wp-pagenavi span.page:hover,
.wp-pagenavi span.last:hover {
  color: #171b1f;
}
.wp-pagenavi a.page.s, .wp-pagenavi a.last.s,
.wp-pagenavi span.page.s,
.wp-pagenavi span.last.s {
  margin: 0;
  background-color: #fff;
}
.wp-pagenavi a.page.s:hover, .wp-pagenavi a.last.s:hover,
.wp-pagenavi span.page.s:hover,
.wp-pagenavi span.last.s:hover {
  cursor: default;
  color: #171b1f;
  border-bottom: 2px solid #fff;
}
.wp-pagenavi .prevpostslink,
.wp-pagenavi .nextpostslink {
  margin: 0;
  padding: 0;
  width: auto;
  background-color: #fff;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  .wp-pagenavi .prevpostslink,
.wp-pagenavi .nextpostslink {
    margin: 0;
    font-size: 7vw;
    line-height: 1.7em;
  }
}
.wp-pagenavi .prevpostslink {
  float: left;
}
.wp-pagenavi .prevpostslink:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  border-bottom: 2px solid #fff;
}
.wp-pagenavi .nextpostslink {
  float: right;
}
.wp-pagenavi .nextpostslink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  border-bottom: 2px solid #fff;
}

.breadcrumbs {
  background-color: #f5f6f7;
  overflow-x: auto;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
}
.breadcrumbs .breadcrumbs__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 8px 0 6px 0;
  margin: 0 auto;
  width: 86%;
  max-width: 1180px;
  *zoom: 1;
}
.breadcrumbs .breadcrumbs__inner:before, .breadcrumbs .breadcrumbs__inner:after {
  content: " ";
  display: table;
}
.breadcrumbs .breadcrumbs__inner:after {
  clear: both;
}
.breadcrumbs .breadcrumbs__inner li {
  position: relative;
  display: inline-block;
  padding-right: 1.7em;
  font-size: 11px;
}
.breadcrumbs .breadcrumbs__inner li a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumbs__inner li strong {
  font-weight: bold;
}
.breadcrumbs .breadcrumbs__inner li:before {
  display: block;
  content: "\e905";
  position: absolute;
  top: 2px;
  right: 2px;
  color: #9fa7af;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.breadcrumbs .breadcrumbs__inner li:last-child:before {
  display: none;
}
.l-header.small .breadcrumbs .breadcrumbs__inner {
  padding: 0.5em 30px;
  height: auto;
}
.l-header.fixed .breadcrumbs .breadcrumbs__inner {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .l-header .breadcrumbs .breadcrumbs__inner {
    opacity: 1;
    visibility: visible;
    margin-bottom: 1em;
    padding: 0.5em 6.25vw;
    height: auto;
    background-attachment: scroll;
    white-space: nowrap;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l-header .breadcrumbs .breadcrumbs__inner:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
}

.serializationArticle {
  background: #f6f6f6;
  padding: 40px 25px 30px 25px;
  margin: 3rem 0;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .serializationArticle {
    padding: 20px 10px 10px 10px;
  }
}
.serializationArticle .serializationArticle__inner__title {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .serializationArticle .serializationArticle__inner__title {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.serializationArticle .serializationArticle__inner__sub {
  font-size: 0.85rem;
  text-align: center;
  color: #666;
  margin: 0.8rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .serializationArticle .serializationArticle__inner__sub {
    font-size: 0.7rem;
    margin: 0.4rem 0 0 0;
  }
}
.serializationArticle .serializationArticle__inner__list {
  margin: 30px 0 0 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .serializationArticle .serializationArticle__inner__list {
    margin: 1rem 0 0 0;
  }
}
.serializationArticle .serializationArticle__inner__list .serializationItem {
  width: calc(50% - 10px);
  margin: 0;
  list-style: none;
}
.serializationArticle .serializationArticle__inner__list .serializationItem:nth-of-type(even) {
  margin-left: 20px;
}
.serializationArticle .serializationArticle__inner__list .serializationItem:not(:nth-of-type(-n+2)) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .serializationArticle .serializationArticle__inner__list .serializationItem {
    width: 100%;
  }
  .serializationArticle .serializationArticle__inner__list .serializationItem:nth-of-type(even) {
    margin-left: 0px;
  }
  .serializationArticle .serializationArticle__inner__list .serializationItem:not(:nth-of-type(1)) {
    margin-top: 10px;
  }
}

.serializationItem {
  padding: 0px !important;
  background-color: #FFFFFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  cursor: pointer;
}
.serializationItem::before {
  display: none !important;
}
.serializationItem:hover {
  background-color: #EBF3F3;
}
.serializationItem:hover .serializationItem__inner .serializationItem__inner__icon {
  color: rgba(0, 0, 0, 0.5);
}
.serializationItem.is-link-inactive {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
}
.serializationItem.is-link-inactive .serializationItem__inner .serializationItem__inner__icon {
  color: rgba(0, 0, 0, 0.5);
}
.serializationItem.is-link-inactive .serializationItem__inner .serializationItem__inner__right .serializationItem__inner__right__title {
  color: rgba(0, 0, 0, 0.5);
}
.serializationItem .serializationItem__inner {
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
}
.serializationItem .serializationItem__inner .serializationItem__inner__icon {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  z-index: 1;
}
.serializationItem .serializationItem__inner .serializationItem__inner__left {
  width: 100px;
  height: 56.25px;
  overflow: hidden;
}
.serializationItem .serializationItem__inner .serializationItem__inner__left .serializationItem__inner__left__img {
  height: 100% !important;
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.serializationItem .serializationItem__inner .serializationItem__inner__right {
  width: calc(100% - 100px);
  height: 56.25px;
  margin-left: 10px;
  overflow: hidden;
}
.serializationItem .serializationItem__inner .serializationItem__inner__right .serializationItem__inner__right__title {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 19px;
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.jsc-adsFixed {
  display: none;
  width: 100%;
  max-width: 340px;
  max-height: 340px;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 500;
}
@media screen and (max-width: 1240px) {
  .jsc-adsFixed {
    display: none !important;
  }
}
.jsc-adsFixed .jsc-adsFixed__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.jsc-adsFixed .jsc-adsFixed__inner .jsc-adsFixed__inner-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.jsc-adsFixed .jsc-adsFixed__inner .jsc-adsFixed__inner-btn .btn-close {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #333;
}
.jsc-adsFixed .jsc-adsFixed__inner .jsc-adsFixed__inner-btn .btn-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.jsc-adsFixed .jsc-adsFixed__inner .jsc-adsFixed__inner-btn .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.jsc-adsFixed .jsc-adsFixed__inner a {
  width: 100%;
  height: 100%;
  display: block;
}
.jsc-adsFixed .jsc-adsFixed__inner a img {
  width: 100%;
  height: 100%;
  margin: 0;
}

.job {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: #F1F8F9;
  border: 1px solid #EBEDEF;
  border-radius: 10px;
  padding: 55px 40px;
}
.job .job__logo {
  display: block;
  margin-bottom: 8px;
}
.job .job__logo img {
  width: 130px;
}
.job .job__title {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #377B75;
  margin-bottom: 12px;
}
.job .job__partition {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.job .job__partition .job__partition__left {
  background: #3C8B86;
  width: 30px;
  height: 3px;
}
.job .job__partition .job__partition__right {
  background: #C9C9C9;
  width: 30px;
  height: 3px;
}
.job .job__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  width: 100%;
}
.job .job__list .job__list__item {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  opacity: 1;
}
.job .job__list .job__list__item:hover {
  opacity: 0.8;
}
.job .job__list .job__list__item:not(:last-of-type) {
  margin-right: 11px;
}
.job .job__list .job__list__item .job__list__item__thumbnail {
  height: 130px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.job .job__list .job__list__item .job__list__item__content {
  padding: 25px 17px;
}
.job .job__list .job__list__item .job__list__item__content .job__list__item__content__title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.job .job__list .job__list__item .job__list__item__content .job__list__item__content__tagList {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 12px;
}
.job .job__list .job__list__item .job__list__item__content .job__list__item__content__tagList .job__list__item__content__tagList__item {
  background: #FFFFFF;
  border: 1px solid #EBEDEF;
  border-radius: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #6C757D;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 1px 4px;
  padding: 4px 10px;
}
.job .job__list .job__list__item .job__list__item__content .job__list__item__content__attribute {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
  color: #000000;
}
.job .job__list .job__list__item .job__list__item__content .job__list__item__content__attribute:not(:last-of-type) {
  margin-bottom: 10px;
}
.job .job__button {
  font-family: "YuGothic";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #3C8B86;
  border-radius: 4px;
  padding: 12px 40px;
  -webkit-transition: none;
  transition: none;
}
.job .job__button:hover {
  background: #77AEAA;
  text-decoration: none;
  opacity: 1;
}

@media screen and (max-width: 1040px) {
  .job .job__logo img {
    width: 120px;
  }
  .job .job__title {
    font-size: 20px;
    line-height: 33px;
    margin-bottom: 8px;
  }
  .job .job__partition {
    margin-bottom: 30px;
  }
  .job .job__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .job .job__list .job__list__item {
    max-width: 400px;
    margin-bottom: 10px;
    padding: 16px 30px;
  }
  .job .job__list .job__list__item:not(:last-of-type) {
    margin-right: 0;
  }
  .job .job__list .job__list__item .job__list__item__thumbnail {
    border-radius: 5px 5px 0 0;
    margin-bottom: 12px;
  }
  .job .job__list .job__list__item .job__list__item__content {
    padding: 0;
  }
  .job .job__list .job__list__item .job__list__item__content .job__list__item__content__title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  .job .job__list .job__list__item .job__list__item__content .job__list__item__content__tagList {
    margin: 0 -5px 4px;
  }
  .job .job__list .job__list__item .job__list__item__content .job__list__item__content__tagList .job__list__item__content__tagList__item {
    font-size: 10px;
    line-height: 12px;
    margin: 1px 5px;
    padding: 4px 8px;
  }
  .job .job__list .job__list__item .job__list__item__content .job__list__item__content__attribute {
    font-size: 11px;
    line-height: 16px;
    color: #202020;
  }
  .job .job__list .job__list__item .job__list__item__content .job__list__item__content__attribute:not(:last-of-type) {
    margin-bottom: 3px;
  }
  .job .job__button {
    width: 285px;
    height: 50px;
  }
}
img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}
ul li, ol li {
  list-style: none;
}

i, em {
  font-style: normal;
}

a {
  color: #171b1f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
a i {
  display: inline-block;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

::-moz-selection {
  color: #171b1f;
  background-color: #e2e4e5;
}

::selection {
  color: #171b1f;
  background-color: #e2e4e5;
}

.global-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.l-wrapper {
  overflow-x: hidden;
  position: relative;
}
.l-wrapper.fixed {
  top: 270px;
}

.inner {
  *zoom: 1;
  position: relative;
  margin: 0 auto;
  width: 86%;
  max-width: 1180px;
}
.inner:before, .inner:after {
  content: " ";
  display: table;
}
.inner:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 6.25vw;
    min-width: 100%;
  }
}

.alignleft {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.wp-caption.aligncenter {
  margin: 30px 0;
}
.wp-caption.aligncenter img {
  margin: 0 auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption.aligncenter .wp-caption-text {
  color: #999999;
  margin: 0.3em auto 0;
  text-align: center;
  line-height: 100%;
  font-size: 13px;
  font-weight: 500;
}

.page-general .single {
  margin-bottom: 100px;
}
.page-general .single h3, .page-general .single h4 {
  font-weight: 600;
}
.page-general .single h3 {
  margin: 50px 0 40px;
  padding: 1em;
  font-size: 18px;
  background-color: #f5f6f7;
}
@media screen and (max-width: 768px) {
  .page-general .single h3 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 480px) {
  .page-general .single h3 {
    margin: 13vw 0 8vw;
    font-size: 4.3vw;
  }
}
.page-general .single h4 {
  margin: 50px 0 40px;
  padding-bottom: 0.5em;
  font-size: 17px;
  border-bottom: 2px solid #171b1f;
}
@media screen and (max-width: 768px) {
  .page-general .single h4 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 480px) {
  .page-general .single h4 {
    margin: 13vw 0 8vw;
    font-size: 4.1vw;
  }
}
.page-general .single p {
  margin-bottom: 2em;
}
.page-general .single > ul, .page-general .single ol {
  margin: 2em 0 2.5em;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  .page-general .single > ul, .page-general .single ol {
    margin: 2em 0 2.5em;
    line-height: 1.8;
  }
}
.page-general .single > ul > li, .page-general .single ol > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.6em;
}
.page-general .single > ul > li:last-child, .page-general .single ol > li:last-child {
  margin-bottom: 0;
}
.page-general .single > ul > li:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #e2e4e5;
  border-radius: 50%;
}
@media screen and (max-width: 480px) {
  .page-general .single > ul > li:before {
    top: 0.4em;
  }
}
.page-general .single > ol {
  counter-reset: number;
}
.page-general .single > ol > li:before {
  position: absolute;
  top: -0.03em;
  left: 0;
  display: block;
  counter-increment: number;
  content: counter(number) " .";
  color: #4f83b6;
  font-family: "Poppins", serif;
  font-size: 1.04em;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .page-general .single > ol > li:before {
    top: -0.01em;
  }
}

.l-header {
  margin-bottom: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-header {
    margin-bottom: 0;
    padding: 0;
  }
}
.l-header.small {
  position: fixed;
  top: -250px;
  left: 0;
  width: 100%;
  padding-top: 0;
  background-color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 500;
}
.l-header.small .l-header__inner {
  padding: 1em 0 1.5em;
  width: 100%;
  max-width: 100%;
}
.l-header.small .l-header__inner .l-header__inner__logo img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .l-header.small .l-header__inner .l-header__inner__logo img {
    width: 32vw;
  }
}
.l-header.small .l-header__inner .l-header__inner__logo .l-header__inner__logo__description {
  display: none;
}
.l-header.fixed {
  top: 0;
}
.l-header.fixed .l-menuPc {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 1em 0 1.5em;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l-header.fixed .l-menuPc {
    display: none;
  }
}
.l-header.fixed .l-menuPc .menu {
  display: block;
}
.l-header.fixed .l-menuPc .l-menuPc__logo img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .l-header.fixed .l-menuPc .l-menuPc__logo img {
    width: 32vw;
  }
}
.l-header.fixed .l-menuPc .l-menuPc__logo .l-menuPc__logo__description {
  display: none;
}
.l-header.fixed .l-menuPc .l-menuPc__nav .searchbox {
  position: absolute;
  right: 50px;
  bottom: 24px;
  z-index: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-header.fixed .l-menuPc .l-menuPc__nav .l-menuPc__nav__list {
  display: none;
}
.l-header.fixed .l-menuMobile {
  padding: 1em 0 1.5em;
  width: 100%;
  max-width: 100%;
}
.l-header .l-menuPc {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header .l-menuPc {
    display: none;
  }
}
.l-header .l-menuPc .menu {
  display: none;
}
.l-header .l-menuMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header .l-menuMobile {
    display: -webkit-box;
    display: flex;
  }
}

.l-menuPc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 86%;
  max-width: 1180px;
}
@media screen and (max-width: 768px) {
  .l-menuPc {
    padding: 0 6.25vw;
    min-width: 100%;
    padding-top: 5vw;
    padding-bottom: 10vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .l-menuPc {
    padding-top: 3.5vw;
    padding-bottom: 6vw;
  }
}
.l-menuPc .l-menuPc__logo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-menuPc .l-menuPc__logo img {
    width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .l-menuPc .l-menuPc__logo img {
    width: 32vw;
  }
}
.l-menuPc .l-menuPc__logo .l-menuPc__logo__description {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-menuPc .l-menuPc__logo .l-menuPc__logo__description {
    font-size: 10px;
  }
}
.l-menuPc .l-menuPc__nav {
  margin-left: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
}
.l-menuPc .l-menuPc__nav .searchbox {
  position: relative;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  right: -20px;
  width: 20em;
}
.l-menuPc .l-menuPc__nav .l-menuPc__nav__list {
  margin-top: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.l-menuPc .l-menuPc__nav .l-menuPc__nav__list .gnav-item {
  margin: 0;
  font-weight: bold;
}
.l-menuPc .l-menuPc__nav .l-menuPc__nav__list .gnav-item:not(:nth-of-type(1)) {
  margin-left: 26px;
}
.l-menuPc .l-menuPc__nav .l-menuPc__nav__list .gnav-item a {
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
}

.l-menuMobile {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .l-menuMobile {
    padding: 0 6.25vw;
    min-width: 100%;
    padding-top: 5vw;
    padding-bottom: 10vw;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .l-menuMobile {
    padding-top: 3.5vw;
    padding-bottom: 6vw;
  }
}
.l-menuMobile .l-menuMobile__menu {
  display: block;
}
.l-menuMobile .l-menuMobile__menu.is-hide {
  display: none;
}
.l-menuMobile .l-menuMobile__logo {
  text-align: center;
}
.l-menuMobile .l-menuMobile__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .l-menuMobile .l-menuMobile__logo img {
    width: 25vw;
  }
}
@media screen and (max-width: 480px) {
  .l-menuMobile .l-menuMobile__logo img {
    width: 32vw;
  }
}
.l-menuMobile .l-menuMobile__logo .l-menuMobile__logo__description {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 768px) {
  .l-menuMobile .l-menuMobile__logo .l-menuMobile__logo__description {
    font-size: 10px;
  }
}

.l-header__nav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 31, 0.9);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 450;
}
.l-header__nav.open {
  visibility: visible;
  opacity: 1;
}
.l-header__nav.open .l-header__nav-inner {
  visibility: visible;
  opacity: 1;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-header__nav.open .l-header__nav-inner {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .l-header__nav.open .l-header__nav-inner {
    width: 70%;
  }
}
.l-header__nav .l-header__nav-inner {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-header__nav .l-header__nav-inner {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .l-header__nav .l-header__nav-inner {
    width: 50%;
  }
}
.l-header__nav .l-header__nav-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l-sideNav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 27, 31, 0.9);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 450;
}
.l-sideNav.open {
  visibility: visible;
  opacity: 1;
}
.l-sideNav.open .l-sideNav-inner {
  visibility: visible;
  opacity: 1;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .l-sideNav.open .l-sideNav-inner {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .l-sideNav.open .l-sideNav-inner {
    width: 70%;
  }
}
.l-sideNav .l-sideNav-inner {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l-sideNav .l-sideNav-inner {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .l-sideNav .l-sideNav-inner {
    width: 50%;
  }
}
.l-sideNav .l-sideNav-close {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.l-index__new .inner:before {
  position: absolute;
  top: 0;
  left: 61.8%;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-index__new .inner:before {
    display: none;
  }
}
.l-index__new .headline-horizon {
  float: right;
  margin-left: 1%;
  line-height: 0.75;
  background-color: #fff;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-index__new .headline-horizon {
    line-height: 0;
    position: relative;
    left: -2px;
  }
}
.l-index__new .main {
  position: relative;
  float: left;
  width: 57.5%;
}
@media screen and (max-width: 768px) {
  .l-index__new .main {
    margin-bottom: 10vw;
    width: 87%;
  }
}
.l-index__new .main:before {
  position: absolute;
  top: 0;
  right: -8.9vw;
  display: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-index__new .main:before {
    display: block;
  }
}
.l-index__new .sub {
  overflow: hidden;
  float: right;
  margin: 0 1%;
  width: 23.5%;
}
@media screen and (max-width: 768px) {
  .l-index__new .sub {
    float: none;
    width: 100%;
  }
}
.l-index__category + .l-index__category {
  padding-top: 100px;
  border-top: 1px solid #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-index__category + .l-index__category {
    padding-top: 16vw;
  }
}
.l-index__category .inner:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-index__category .inner:before {
    display: none;
  }
}
.l-index__category .main {
  position: relative;
  float: left;
  margin: 0 1%;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .l-index__category .main {
    margin-bottom: 10vw;
    width: 87%;
  }
}
.l-index__category .main:before {
  position: absolute;
  top: 0;
  display: none;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-index__category .main:before {
    display: block;
  }
}
.l-index__category .sub {
  overflow: hidden;
  float: right;
  width: 32%;
}
@media screen and (max-width: 768px) {
  .l-index__category .sub {
    float: none;
    width: 100%;
  }
}
.l-index__category-left .inner:before {
  left: 61.8%;
}
.l-index__category-left .headline-horizon {
  float: left;
  margin-right: 1%;
  line-height: 1.7;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-index__category-left .headline-horizon {
    line-height: 1.05;
  }
}
@media screen and (max-width: 768px) {
  .l-index__category-left .main:before {
    left: -8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-index__category-left .main {
    float: right;
  }
}
.l-index__category-right .inner:before {
  left: 55%;
}
.l-index__category-right .headline-horizon {
  float: right;
  margin-left: 1%;
  line-height: 0.75;
  font-size: 44px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-index__category-right .main:before {
    right: -8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .l-index__trend {
    padding-bottom: 6vw;
  }
}
@media screen and (max-width: 768px) {
  .l-index__trend .headline-center {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .l-index__trend .tag li {
    display: none;
  }
  .l-index__trend .tag li:first-child {
    display: inline-block;
  }
  .l-index__trend .tag li:first-child:after {
    display: none;
  }
}
.l-index__trend .more {
  position: absolute;
  top: -0.4em;
  right: 50px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .l-index__trend .more {
    top: -0.8em;
    right: 6.25vw;
  }
}

.l-ranking {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-ranking {
    padding-bottom: 12vw;
  }
}
.l-ranking .headline-small {
  position: absolute;
  top: 50px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .l-ranking .headline-small {
    left: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .l-ranking .headline-center {
    text-align: left;
  }
}
.l-ranking .slider {
  padding-left: 17%;
}
@media screen and (max-width: 768px) {
  .l-ranking .slider {
    padding-left: 28vw;
  }
}
@media screen and (max-width: 480px) {
  .l-ranking .slider {
    padding-left: 30vw;
  }
}
.l-ranking .more {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-ranking .more {
    margin-top: 3vw;
  }
}

.l-banner {
  margin-bottom: 100px;
}
.l-banner a {
  position: relative;
  display: block;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.l-banner a:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #171b1f;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.l-banner a:hover:before {
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .l-banner {
    margin-bottom: 16vw;
  }
}

.l-space-banner {
  margin-bottom: 0 !important;
  margin-top: 2em;
}
.l-space-banner .s-bnr a {
  display: block;
}
.l-space-banner .s-bnr a img {
  width: 100%;
}
.l-space-banner + .single-footer {
  margin-top: 2em;
}

.pc-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #cookie-law-info-bar {
    top: auto !important;
    bottom: 60px !important;
  }
}

.l-keywords {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .l-keywords {
    padding: 13vw 0;
  }
}
.l-keywords .headline-small {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-keywords .headline-small {
    position: static;
    top: auto;
    left: auto;
    margin-bottom: 1.2em;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.l-keywords .keywords {
  margin-left: 17%;
}
@media screen and (max-width: 768px) {
  .l-keywords .keywords {
    margin-left: 0;
  }
}

.l-mainarea {
  position: relative;
  margin-top: 30px;
  margin-bottom: 100px;
}
.l-mainarea.single {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-mainarea {
    margin-top: 3vw;
    margin-bottom: 6vw;
  }
}
.l-mainarea .main {
  float: left;
  width: 74%;
}
@media screen and (max-width: 768px) {
  .l-mainarea .main {
    float: none;
    margin-bottom: 16vw;
    width: 100%;
  }
}
.l-mainarea .sub {
  position: relative;
  float: right;
  width: 14.9%;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sub {
    float: none;
    width: 100%;
  }
}
.l-mainarea .sub:before {
  position: absolute;
  top: 0;
  left: -37.8%;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e4e5;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sub:before {
    display: none;
  }
}
.l-mainarea .sns-sp {
  margin-top: 0em;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-sp {
    margin: 20px 0;
  }
}
.l-mainarea .sns-sp.show {
  opacity: 1;
  visibility: visible;
  top: 170px;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-sp.show {
    display: block;
    top: auto;
  }
}
.l-mainarea .sns-sp .headline {
  text-align: center;
  margin-bottom: 1em;
  line-height: 24px;
}
.l-mainarea .sns-sp .headline-small {
  font-weight: 400;
}
.l-mainarea .sns-sp ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.l-mainarea .sns-sp ul li {
  margin-right: 1em;
  font-size: 24px;
}
.l-mainarea .sns-sp ul li:last-child {
  margin-right: 0;
}
.l-mainarea .sns-sp ul li a:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.l-mainarea .sns-sp ul li.fb a {
  color: #3867b8;
}
.l-mainarea .sns-sp ul li.tw a {
  color: #0096e7;
}
.l-mainarea .sns-sp ul li.hatebu a {
  color: #008fde;
}
.l-mainarea .sns-sp ul li.pocket a {
  color: #ff2450;
}
.l-mainarea .sns-sp ul li.line a {
  color: #1dcd00;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-sp ul li {
    float: left;
    margin-right: 0.8em;
    width: 10vw;
    font-size: 4vw;
    text-align: center;
  }
  .l-mainarea .sns-sp ul li a {
    display: block;
    height: 10vw;
    line-height: 11.2vw;
    border-radius: 10vw;
  }
  .l-mainarea .sns-sp ul li a:hover i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .l-mainarea .sns-sp ul li.fb a {
    color: #fff;
    background-color: #3867b8;
  }
  .l-mainarea .sns-sp ul li.tw a {
    color: #fff;
    background-color: #0096e7;
  }
  .l-mainarea .sns-sp ul li.hatebu a {
    color: #fff;
    background-color: #008fde;
  }
  .l-mainarea .sns-sp ul li.pocket a {
    color: #fff;
    background-color: #ff2450;
  }
  .l-mainarea .sns-sp ul li.line a {
    color: #fff;
    background-color: #1dcd00;
  }
}
@media screen and (max-width: 480px) {
  .l-mainarea .sns-sp ul li {
    width: 12vw;
    font-size: 5.2vw;
    margin-bottom: 0;
  }
  .l-mainarea .sns-sp ul li a {
    width: 12vw;
    display: block;
    padding-left: 0.05em;
    height: 9vw;
    line-height: 10.5vw;
    border-radius: 12vw;
  }
  .l-mainarea .sns-sp ul li.pocket a {
    line-height: 10.7vw;
  }
}
.l-mainarea .sns-pc {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 120px;
  left: auto;
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-pc {
    *zoom: 1;
    width: 40px;
    top: auto;
    left: 6px;
    bottom: 3rem;
    -webkit-transform: scale(0.7, 0.7) translateX(0);
    transform: scale(0.7, 0.7) translateX(0);
  }
  .l-mainarea .sns-pc:before, .l-mainarea .sns-pc:after {
    content: " ";
    display: table;
  }
  .l-mainarea .sns-pc:after {
    clear: both;
  }
}
.l-mainarea .sns-pc.show {
  opacity: 1;
  visibility: visible;
  top: 170px;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-pc.show {
    display: block;
    top: auto;
  }
}
.l-mainarea .sns-pc .headline-horizon {
  margin-bottom: 1em;
  width: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-pc .headline-horizon {
    display: none;
  }
}
.l-mainarea .sns-pc .headline-small {
  font-weight: 400;
}
.l-mainarea .sns-pc li {
  margin-bottom: 0.4em;
  font-size: 24px;
}
.l-mainarea .sns-pc li a:hover i {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.l-mainarea .sns-pc li.fb a {
  color: #3867b8;
}
.l-mainarea .sns-pc li.tw a {
  color: #0096e7;
}
.l-mainarea .sns-pc li.hatebu a {
  color: #008fde;
}
.l-mainarea .sns-pc li.pocket a {
  color: #ff2450;
}
.l-mainarea .sns-pc li.line a {
  color: #1dcd00;
}
@media screen and (max-width: 768px) {
  .l-mainarea .sns-pc li {
    float: left;
    margin-right: 0.8em;
    width: 10vw;
    font-size: 4vw;
    text-align: center;
  }
  .l-mainarea .sns-pc li a {
    display: block;
    height: 10vw;
    line-height: 11.2vw;
    border-radius: 10vw;
  }
  .l-mainarea .sns-pc li a:hover i {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  .l-mainarea .sns-pc li.fb a {
    color: #fff;
    background-color: #3867b8;
  }
  .l-mainarea .sns-pc li.tw a {
    color: #fff;
    background-color: #0096e7;
  }
  .l-mainarea .sns-pc li.hatebu a {
    color: #fff;
    background-color: #008fde;
  }
  .l-mainarea .sns-pc li.pocket a {
    color: #fff;
    background-color: #ff2450;
  }
  .l-mainarea .sns-pc li.line a {
    color: #fff;
    background-color: #1dcd00;
  }
}
@media screen and (max-width: 480px) {
  .l-mainarea .sns-pc li {
    width: 12vw;
    font-size: 5.2vw;
  }
  .l-mainarea .sns-pc li a {
    padding-left: 0.05em;
    height: 12vw;
    line-height: 13.2vw;
    border-radius: 12vw;
  }
  .l-mainarea .sns-pc li.pocket a {
    line-height: 13.7vw;
  }
}

.l-related {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-related {
    margin-bottom: 6vw;
  }
}
.l-related .headline {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-related .headline {
    padding-top: 1em;
  }
}
.l-related .list-4 .list-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-related .list-4 .list-item {
    margin-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .l-related .article-card .tag li {
    display: none;
  }
  .l-related .article-card .tag li:first-child {
    display: inline-block;
  }
  .l-related .article-card .tag li:first-child:after {
    display: none;
  }
}

.l-sitemap a {
  text-decoration: none;
}
.l-sitemap ul {
  *zoom: 1;
  font-size: 13px;
}
.l-sitemap ul:before, .l-sitemap ul:after {
  content: " ";
  display: table;
}
.l-sitemap ul:after {
  clear: both;
}
.l-sitemap ul li {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 32%;
}
.l-sitemap ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .l-sitemap ul li {
    margin-right: 0;
    margin-bottom: 3vw;
    width: 100%;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 480px) {
  .l-sitemap ul li {
    font-size: 3vw;
  }
}
.l-sitemap ul li a {
  display: block;
  padding: 1em 1.5em;
  width: 100%;
  border: 1px solid #e2e4e5;
  box-shadow: 0px 4px 0 #f5f6f7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
.l-sitemap ul li a:hover {
  box-shadow: 0px 4px 0 #fff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

.l-404 {
  padding: 100px;
  text-align: center;
  border: 3px solid #f5f6f7;
}
@media screen and (max-width: 768px) {
  .l-404 {
    padding: 16vw 6.25vw;
  }
  .l-404 p {
    text-align: left;
  }
}

html body .wc-webchat-ctn {
  right: 0 !important;
  bottom: 0 !important;
}
html body .wc-webchat-ctn.wc-open .wc-webchat-box:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body .wc-webchat-ctn.upward.wc-close.ja {
  width: 340px !important;
  height: 60px !important;
}
@media screen and (max-width: 768px) {
  html body .wc-webchat-ctn.upward.wc-close.ja {
    width: 100% !important;
  }
}
html body .wc-webchat-box:hover:before {
  background-color: #3C8B86 !important;
}
html body .wc-webchat-box:before {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  background-image: url(../images/botchan01db.svg?d=20231211);
  background-position: 5% 13px;
  background-size: 290px auto;
  background-color: #3C8B86 !important;
  background-repeat: no-repeat;
  height: 60px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 0;
}
@media screen and (max-width: 768px) {
  html body .wc-webchat-box:before {
    background-size: 280px;
    background-position: center 10px;
    border-radius: 0;
  }
}
@media screen and (max-width: 320px) {
  html body .wc-webchat-box:before {
    background-size: 240px;
    background-position: center 14px;
  }
}
html body .wc-webchat-box:after {
  content: "";
  background-image: url(../../../../../../../app2.blob.core.windows.net/botchan/images/header_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 20px;
}

html body.is-enterprise .wc-webchat-ctn {
  right: 0 !important;
  bottom: 0 !important;
}
html body.is-enterprise .wc-webchat-ctn.wc-open .wc-webchat-box:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html body.is-enterprise .wc-webchat-ctn.upward.wc-close.ja {
  width: 340px !important;
  height: 60px !important;
}
@media screen and (max-width: 768px) {
  html body.is-enterprise .wc-webchat-ctn.upward.wc-close.ja {
    width: 100% !important;
  }
}
html body.is-enterprise .wc-webchat-box:hover:before {
  background-color: #3C8B86 !important;
}
html body.is-enterprise .wc-webchat-box:before {
  -webkit-transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  transition: all 0.3s cubic-bezier(0, 1, 0.64, 1);
  content: "";
  background-color: #3C8B86 !important;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22340%22%20height%3D%2260%22%20viewBox%3D%220%200%20340%2060%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%204C0%201.79086%201.79086%200%204%200H340V60H0V4Z%22%20fill%3D%22%23518986%22%2F%3E%3Cpath%20d%3D%22M91.534%2024H93.074L94.6%2017.812C94.768%2017%2094.95%2016.258%2095.118%2015.474H95.174C95.342%2016.258%2095.496%2017%2095.678%2017.812L97.232%2024H98.786L100.914%2013.738H99.668L98.59%2019.324C98.394%2020.416%2098.198%2021.522%2098.002%2022.642H97.932C97.694%2021.522%2097.456%2020.416%2097.204%2019.324L95.762%2013.738H94.586L93.172%2019.324C92.92%2020.43%2092.668%2021.536%2092.43%2022.642H92.374C92.178%2021.536%2091.968%2020.43%2091.772%2019.324L90.694%2013.738H89.35L91.534%2024ZM105.533%2024.182C107.395%2024.182%20109.061%2022.726%20109.061%2020.206C109.061%2017.672%20107.395%2016.202%20105.533%2016.202C103.671%2016.202%20102.005%2017.672%20102.005%2020.206C102.005%2022.726%20103.671%2024.182%20105.533%2024.182ZM105.533%2023.118C104.217%2023.118%20103.335%2021.956%20103.335%2020.206C103.335%2018.456%20104.217%2017.266%20105.533%2017.266C106.849%2017.266%20107.745%2018.456%20107.745%2020.206C107.745%2021.956%20106.849%2023.118%20105.533%2023.118ZM111.069%2024H112.343V19.114C112.847%2017.812%20113.631%2017.364%20114.261%2017.364C114.569%2017.364%20114.751%2017.392%20115.003%2017.49L115.241%2016.37C115.003%2016.244%20114.765%2016.202%20114.429%2016.202C113.575%2016.202%20112.805%2016.818%20112.273%2017.784H112.231L112.119%2016.398H111.069V24ZM116.497%2024H117.757V21.998L119.185%2020.332L121.411%2024H122.797L119.913%2019.45L122.461%2016.398H121.047L117.785%2020.416H117.757V12.856H116.497V24ZM126.21%2024.182C128.002%2024.182%20128.982%2023.16%20128.982%2021.928C128.982%2020.486%20127.764%2020.038%20126.658%2019.618C125.804%2019.296%20124.978%2019.03%20124.978%2018.302C124.978%2017.714%20125.412%2017.21%20126.364%2017.21C127.05%2017.21%20127.582%2017.49%20128.114%2017.882L128.73%2017.056C128.128%2016.594%20127.302%2016.202%20126.364%2016.202C124.712%2016.202%20123.746%2017.154%20123.746%2018.358C123.746%2019.646%20124.95%2020.164%20126.014%2020.556C126.854%2020.878%20127.75%2021.228%20127.75%2021.998C127.75%2022.656%20127.26%2023.188%20126.252%2023.188C125.342%2023.188%20124.656%2022.824%20123.998%2022.292L123.368%2023.132C124.096%2023.734%20125.132%2024.182%20126.21%2024.182ZM130.77%2024H132.044V18.484C132.814%2017.714%20133.346%2017.322%20134.13%2017.322C135.138%2017.322%20135.572%2017.924%20135.572%2019.352V24H136.846V19.184C136.846%2017.238%20136.118%2016.202%20134.522%2016.202C133.486%2016.202%20132.702%2016.776%20132.002%2017.476L132.044%2015.908V12.856H130.77V24ZM139.274%2024H140.548V16.398H139.274V24ZM139.918%2014.83C140.422%2014.83%20140.8%2014.48%20140.8%2014.004C140.8%2013.486%20140.422%2013.178%20139.918%2013.178C139.414%2013.178%20139.036%2013.486%20139.036%2014.004C139.036%2014.48%20139.414%2014.83%20139.918%2014.83ZM143.13%2027.206H144.404V24.63L144.376%2023.3C145.062%2023.86%20145.79%2024.182%20146.476%2024.182C148.226%2024.182%20149.78%2022.684%20149.78%2020.08C149.78%2017.742%20148.716%2016.202%20146.756%2016.202C145.874%2016.202%20145.02%2016.706%20144.334%2017.266H144.292L144.18%2016.398H143.13V27.206ZM146.266%2023.118C145.762%2023.118%20145.09%2022.908%20144.404%2022.32V18.33C145.146%2017.644%20145.804%2017.28%20146.448%2017.28C147.89%2017.28%20148.45%2018.414%20148.45%2020.094C148.45%2021.984%20147.526%2023.118%20146.266%2023.118ZM155.054%2024H161.13V22.894H156.356V19.156H160.248V18.05H156.356V14.83H160.976V13.738H155.054V24ZM163.285%2024H164.517V18.61C164.517%2017.532%20164.419%2016.44%20164.363%2015.404H164.419L165.525%2017.518L169.263%2024H170.593V13.738H169.361V19.072C169.361%2020.136%20169.459%2021.284%20169.529%2022.32H169.459L168.367%2020.206L164.629%2013.738H163.285V24ZM175.53%2024H176.832V14.83H179.94V13.738H172.422V14.83H175.53V24ZM181.769%2024H187.845V22.894H183.071V19.156H186.963V18.05H183.071V14.83H187.691V13.738H181.769V24ZM191.302%2014.788H193.024C194.634%2014.788%20195.516%2015.264%20195.516%2016.622C195.516%2017.952%20194.634%2018.596%20193.024%2018.596H191.302V14.788ZM197.112%2024L194.48%2019.506C195.88%2019.17%20196.804%2018.218%20196.804%2016.622C196.804%2014.48%20195.306%2013.738%20193.22%2013.738H190V24H191.302V19.646H193.15L195.642%2024H197.112ZM198.886%2024H200.188V19.926H201.882C204.122%2019.926%20205.662%2018.918%20205.662%2016.748C205.662%2014.508%20204.122%2013.738%20201.812%2013.738H198.886V24ZM200.188%2018.876V14.788H201.658C203.464%2014.788%20204.374%2015.264%20204.374%2016.748C204.374%2018.218%20203.52%2018.876%20201.714%2018.876H200.188ZM209.034%2014.788H210.756C212.366%2014.788%20213.248%2015.264%20213.248%2016.622C213.248%2017.952%20212.366%2018.596%20210.756%2018.596H209.034V14.788ZM214.844%2024L212.212%2019.506C213.612%2019.17%20214.536%2018.218%20214.536%2016.622C214.536%2014.48%20213.038%2013.738%20210.952%2013.738H207.732V24H209.034V19.646H210.882L213.374%2024H214.844ZM216.619%2024H217.921V13.738H216.619V24ZM223.576%2024.182C225.718%2024.182%20227.062%2022.894%20227.062%2021.27C227.062%2019.744%20226.138%2019.044%20224.948%2018.526L223.478%2017.896C222.68%2017.56%20221.784%2017.182%20221.784%2016.188C221.784%2015.264%20222.54%2014.676%20223.702%2014.676C224.654%2014.676%20225.41%2015.054%20226.04%2015.642L226.726%2014.816C225.998%2014.06%20224.92%2013.542%20223.702%2013.542C221.84%2013.542%20220.468%2014.69%20220.468%2016.272C220.468%2017.77%20221.602%2018.498%20222.554%2018.904L224.038%2019.548C225.004%2019.982%20225.746%2020.318%20225.746%2021.368C225.746%2022.376%20224.934%2023.048%20223.59%2023.048C222.526%2023.048%20221.49%2022.544%20220.748%2021.774L219.978%2022.656C220.874%2023.594%20222.12%2024.182%20223.576%2024.182ZM229.074%2024H235.15V22.894H230.376V19.156H234.268V18.05H230.376V14.83H234.996V13.738H229.074V24ZM93.752%2032.024C93.784%2033%2093.672%2034.104%2093.448%2035.336C92.744%2035.384%2092.088%2035.432%2091.624%2035.448C91%2035.464%2090.392%2035.496%2089.784%2035.448L89.992%2038.024C90.52%2037.928%2091.432%2037.8%2091.944%2037.736C92.168%2037.704%2092.52%2037.656%2092.936%2037.592C92.344%2039.752%2091.32%2042.712%2089.816%2044.744L92.328%2045.752C93.672%2043.576%2094.856%2039.768%2095.496%2037.304C95.784%2037.288%2096.056%2037.272%2096.232%2037.272C97.224%2037.272%2097.704%2037.416%2097.704%2038.568C97.704%2040.04%2097.512%2041.848%2097.112%2042.632C96.904%2043.064%2096.536%2043.24%2096.04%2043.24C95.64%2043.24%2094.68%2043.064%2094.104%2042.904L94.52%2045.432C95.08%2045.56%2095.832%2045.656%2096.44%2045.656C97.736%2045.656%2098.664%2045.256%2099.208%2044.12C99.88%2042.712%20100.088%2040.168%20100.088%2038.312C100.088%2035.944%2098.888%2035.08%2097.064%2035.08C96.776%2035.08%2096.408%2035.096%2095.992%2035.128C96.088%2034.712%2096.184%2034.28%2096.264%2033.848C96.36%2033.4%2096.488%2032.808%2096.6%2032.328L93.752%2032.024ZM99.752%2034.648C100.904%2036.12%20101.96%2039.016%20102.344%2040.856L104.792%2039.72C104.328%2038.184%20103.032%2035.112%20102.072%2033.688L99.752%2034.648ZM114.584%2032.968L111.864%2031.864C111.528%2032.648%20111.176%2033.24%20110.968%2033.688C110.136%2035.192%20106.92%2041.832%20105.752%2044.984L108.472%2045.896C108.728%2045.032%20109.192%2043.32%20109.576%2042.408C110.12%2041.096%20110.84%2040.104%20111.816%2040.104C112.296%2040.104%20112.552%2040.392%20112.6%2040.872C112.648%2041.384%20112.648%2042.712%20112.712%2043.528C112.792%2044.792%20113.768%2045.832%20115.544%2045.832C118.072%2045.832%20119.608%2044.024%20120.424%2041.192L118.344%2039.496C117.864%2041.624%20117.112%2043.176%20115.96%2043.176C115.528%2043.176%20115.16%2042.984%20115.096%2042.472C115%2041.864%20115.048%2040.568%20115.016%2039.992C114.936%2038.632%20114.248%2037.832%20112.984%2037.832C112.472%2037.832%20111.976%2037.896%20111.48%2038.04C112.232%2036.712%20113.256%2034.84%20114.072%2033.688C114.248%2033.448%20114.408%2033.176%20114.584%2032.968ZM129.48%2039.192C130.488%2039.064%20131.464%2039.016%20132.616%2039.016C133.592%2039.016%20134.584%2039.128%20135.368%2039.224L135.416%2036.92C134.456%2036.824%20133.496%2036.776%20132.616%2036.776C131.576%2036.776%20130.392%2036.856%20129.48%2036.952V39.192ZM130.856%2033.592C130.056%2033.784%20129.24%2033.944%20128.424%2034.072L128.488%2033.8C128.568%2033.432%20128.728%2032.664%20128.856%2032.168L125.928%2031.944C125.976%2032.344%20125.96%2033.048%20125.88%2033.72C125.864%2033.912%20125.832%2034.12%20125.784%2034.36C125.368%2034.376%20124.936%2034.392%20124.52%2034.392C123.832%2034.392%20123.336%2034.36%20122.472%2034.264L122.536%2036.648C123.08%2036.68%20123.688%2036.712%20124.504%2036.712C124.76%2036.712%20125.032%2036.712%20125.304%2036.696C125.224%2037.064%20125.112%2037.448%20125.016%2037.816C124.424%2040.024%20123.176%2043.4%20122.232%2044.968L124.904%2045.864C125.8%2043.912%20126.856%2040.696%20127.432%2038.488C127.592%2037.864%20127.752%2037.16%20127.912%2036.488C128.936%2036.376%20129.96%2036.2%20130.856%2035.992V33.592ZM128.424%2040.792C128.296%2041.384%20128.136%2042.248%20128.136%2043.048C128.136%2044.664%20129.528%2045.672%20132.296%2045.672C133.624%2045.672%20134.696%2045.56%20135.608%2045.448L135.704%2043C134.488%2043.208%20133.384%2043.336%20132.312%2043.336C130.92%2043.336%20130.504%2042.92%20130.504%2042.264C130.504%2041.944%20130.6%2041.416%20130.712%2041L128.424%2040.792ZM146.584%2032.968L143.864%2031.864C143.528%2032.648%20143.176%2033.24%20142.968%2033.688C142.136%2035.192%20138.92%2041.832%20137.752%2044.984L140.472%2045.896C140.728%2045.032%20141.192%2043.32%20141.576%2042.408C142.12%2041.096%20142.84%2040.104%20143.816%2040.104C144.296%2040.104%20144.552%2040.392%20144.6%2040.872C144.648%2041.384%20144.648%2042.712%20144.712%2043.528C144.792%2044.792%20145.768%2045.832%20147.544%2045.832C150.072%2045.832%20151.608%2044.024%20152.424%2041.192L150.344%2039.496C149.864%2041.624%20149.112%2043.176%20147.96%2043.176C147.528%2043.176%20147.16%2042.984%20147.096%2042.472C147%2041.864%20147.048%2040.568%20147.016%2039.992C146.936%2038.632%20146.248%2037.832%20144.984%2037.832C144.472%2037.832%20143.976%2037.896%20143.48%2038.04C144.232%2036.712%20145.256%2034.84%20146.072%2033.688C146.248%2033.448%20146.408%2033.176%20146.584%2032.968ZM158.536%2032.6C157.72%2032.232%20156.168%2031.736%20155.128%2031.496L154.12%2033.064C155.208%2033.384%20156.744%2033.96%20157.48%2034.344L158.536%2032.6ZM157.896%2041.944H164.232V42.408H157.896V41.944ZM157.896%2040.232H164.232V40.68H157.896V40.232ZM157.896%2038.52H164.232V38.968H157.896V38.52ZM160.728%2037.176C161.864%2036.808%20162.616%2036.344%20163.128%2035.768C163.56%2036.312%20164.2%2036.792%20165.144%2037.176H160.728ZM166.584%2043.736V37.608C166.872%2037.672%20167.176%2037.736%20167.496%2037.784C167.704%2037.208%20168.2%2036.328%20168.632%2035.864C165.432%2035.544%20164.52%2034.84%20164.168%2033.928H165.512C165.368%2034.184%20165.208%2034.44%20165.064%2034.632L166.856%2035.144C167.352%2034.52%20167.912%2033.528%20168.312%2032.632L166.792%2032.264L166.456%2032.328H162.136C162.248%2032.104%20162.376%2031.88%20162.488%2031.656L160.456%2031.32C160.024%2032.248%20159.256%2033.288%20158.104%2034.072C158.648%2034.28%20159.432%2034.76%20159.848%2035.16C160.312%2034.776%20160.712%2034.36%20161.064%2033.928H161.912C161.56%2034.888%20160.728%2035.512%20158.296%2035.896L158.136%2034.488C156.424%2034.84%20154.664%2035.208%20153.464%2035.4L154.328%2037.416C155.528%2037.096%20156.984%2036.712%20158.344%2036.312L158.296%2035.96C158.584%2036.264%20158.904%2036.76%20159.128%2037.176H155.656V43.736H157.624C156.536%2044.216%20154.984%2044.648%20153.56%2044.888C154.072%2045.288%20154.872%2046.12%20155.288%2046.584C156.936%2046.12%20159.032%2045.288%20160.36%2044.392L158.904%2043.736H163.176L161.656%2044.584C163.208%2045.208%20164.808%2046.024%20165.64%2046.568L168.392%2045.56C167.4%2045.048%20165.72%2044.344%20164.216%2043.736H166.584ZM180.6%2033.96C180.072%2033.368%20178.92%2032.568%20178.04%2032.04L176.92%2033.608C177.8%2034.2%20178.92%2035.08%20179.4%2035.704L180.6%2033.96ZM176.248%2037.64C177.16%2038.216%20178.344%2039.096%20178.872%2039.704L180.04%2037.848C179.464%2037.256%20178.248%2036.472%20177.336%2035.976L176.248%2037.64ZM171.784%2036.04C171.72%2035.016%20171.432%2033.448%20171.032%2032.248L169.432%2032.664C169.784%2033.864%20170.056%2035.464%20170.072%2036.488L171.784%2036.04ZM184.744%2041.912L184.408%2039.752L182.904%2040.024V31.304H180.728V40.408L176.232%2041.208C175.816%2040.712%20174.488%2039.256%20174.008%2038.856V38.792H176.232V36.632H174.008V36.024L175.432%2036.392C175.816%2035.432%20176.28%2033.896%20176.696%2032.552L174.76%2032.152C174.616%2033.272%20174.296%2034.84%20174.008%2035.896V31.416H171.864V36.632H169.528V38.792H171.112C170.648%2040.088%20169.944%2041.592%20169.208%2042.488C169.544%2043.144%20170.04%2044.2%20170.232%2044.92C170.84%2043.992%20171.4%2042.68%20171.864%2041.304V46.472H174.008V41.416C174.36%2042.024%20174.696%2042.632%20174.904%2043.096L176.216%2041.4L176.536%2043.4L180.728%2042.648V46.504H182.904V42.248L184.744%2041.912ZM191.048%2031.784H186.216V33.512H191.048V31.784ZM189.144%2042.536V43.896H188.056V42.536H189.144ZM191.112%2040.728H186.12V46.28H188.056V45.704H191.112V40.728ZM186.168%2040.2H191.08V38.472H186.168V40.2ZM191.08%2036.264H186.168V37.992H191.08V36.264ZM185.4%2035.784H191.608V33.976H185.4V35.784ZM194.792%2042.088V41.576H197.528V42.088H194.792ZM197.528%2039.64V40.104H194.792V39.64H197.528ZM199.688%2038.024H192.664V46.504H194.792V43.56H197.528V44.408C197.528%2044.584%20197.464%2044.648%20197.256%2044.648C197.064%2044.648%20196.376%2044.664%20195.864%2044.632C196.104%2045.128%20196.376%2045.912%20196.44%2046.472C197.496%2046.472%20198.296%2046.456%20198.904%2046.152C199.512%2045.864%20199.688%2045.368%20199.688%2044.44V38.024ZM197.144%2035.976V35.576H199.976V34.056H197.144V33.688H200.232V32.072H197.144V31.32H194.952V32.072H192.008V33.688H194.952V34.056H192.408V35.576H194.952V35.976H191.64V37.608H200.504V35.976H197.144ZM206.616%2040.008C204.712%2041.112%20202.648%2042.248%20201.304%2042.904L202.76%2045.048C204.152%2044.232%20205.88%2043.16%20207.4%2042.136L206.616%2040.008ZM202.344%2037.384C203.192%2038.232%20204.232%2039.448%20204.648%2040.248L206.552%2038.856C206.072%2038.04%20204.968%2036.92%20204.12%2036.136L202.344%2037.384ZM213.768%2035.944C213.192%2036.84%20212.328%2037.88%20211.496%2038.712C210.968%2037.864%20210.52%2036.968%20210.152%2036.056V35.848H216.2V33.592H214.536L215.272%2032.76C214.584%2032.248%20213.224%2031.576%20212.28%2031.16L210.92%2032.632C211.464%2032.904%20212.104%2033.24%20212.664%2033.592H210.152V31.336H207.752V33.592H201.864V35.848H207.752V43.736C207.752%2044.024%20207.64%2044.12%20207.336%2044.12C207.016%2044.12%20206.024%2044.12%20205.128%2044.072C205.464%2044.76%20205.816%2045.848%20205.912%2046.52C207.352%2046.536%20208.44%2046.456%20209.176%2046.056C209.912%2045.672%20210.152%2045.032%20210.152%2043.752V40.568C211.384%2042.648%20212.968%2044.344%20215.016%2045.48C215.4%2044.808%20216.168%2043.864%20216.728%2043.384C215.208%2042.696%20213.896%2041.672%20212.808%2040.44C213.752%2039.592%20214.872%2038.456%20215.832%2037.384L213.768%2035.944Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M49.25%209.5H35C33.067%209.5%2031.5%2011.067%2031.5%2013V45C31.5%2046.933%2033.067%2048.5%2035%2048.5H57C58.933%2048.5%2060.5%2046.933%2060.5%2045V20.75H53C50.9289%2020.75%2049.25%2019.0711%2049.25%2017V9.5ZM62%2020V45C62%2047.7614%2059.7614%2050%2057%2050H35C32.2386%2050%2030%2047.7614%2030%2045V13C30%2010.2386%2032.2386%208%2035%208H50L62%2020ZM59.1287%2019.25L50.75%2010.8713V17C50.75%2018.2426%2051.7574%2019.25%2053%2019.25H59.1287Z%22%20fill%3D%22white%22%2F%3E%3Cline%20x1%3D%2235.75%22%20y1%3D%2230.25%22%20x2%3D%2252.25%22%20y2%3D%2230.25%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cline%20x1%3D%2235.75%22%20y1%3D%2236.25%22%20x2%3D%2240.25%22%20y2%3D%2236.25%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cline%20x1%3D%2243.75%22%20y1%3D%2236.25%22%20x2%3D%2246.25%22%20y2%3D%2236.25%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%2F%3E%3Cpath%20d%3D%22M46.082%2015.0001C45.1557%2014.9918%2045.04%2015.9842%2045.04%2015.9842C45.7099%2015.8519%2045.776%2016.5962%2045.776%2016.8691C45.776%2017.4976%2045.3542%2019.0276%2044.825%2020.3426C44.5851%2020.9628%2044.2791%2021.55%2043.9318%2022.1124C43.5927%2022.6251%2043.2702%2022.8981%2043.0055%2022.8898C42.2281%2022.8567%2042.6913%2021.6989%2042.6913%2021.6989L44.4528%2016.4473H42.4514L41.5913%2019.0607C41.5417%2019.2178%2040.3094%2022.8898%2039.2591%2022.8898C39.0937%2022.8898%2038.9118%2022.774%2038.9118%2022.4515C38.9118%2021.9635%2039.3005%2021.1531%2039.7554%2020.2185C40.3094%2019.0773%2040.938%2017.7788%2040.938%2016.836C40.938%2016.315%2040.7726%2015.9098%2040.4583%2015.6451C40.1688%2015.397%2039.7388%2015.2647%2039.226%2015.2647C38.4073%2015.2647%2037.6134%2015.5624%2036.8691%2016.1579C36.3315%2016.5797%2035.8766%2017.1089%2035.5376%2017.6961C35.1819%2018.3081%2035%2018.9367%2035%2019.5238C35%2019.9621%2035.2564%2020.6569%2035.9593%2020.6569C36.2984%2020.6486%2036.6127%2020.4914%2036.836%2020.2351C37.0345%2020.0035%2037.1833%2019.7389%2037.266%2019.4411C36.7615%2019.5486%2036.5631%2019.2426%2036.5631%2018.8374C36.5631%2018.4322%2036.836%2017.7375%2037.2247%2017.142C37.6795%2016.4391%2038.184%2016.0338%2038.5975%2016.0338C38.6968%2016.0338%2039.011%2016.0256%2039.011%2016.6375C39.0193%2017.0841%2038.5975%2018.0021%2038.1261%2019.0359C37.5141%2020.3757%2036.8277%2021.8808%2036.8277%2022.7988C36.8277%2022.7988%2036.7615%2024.395%2038.1261%2024.4032C39.0524%2024.4115%2039.9125%2023.7747%2040.6154%2022.4267C40.4252%2023.6093%2041.0372%2024.4032%2042.0462%2024.4032C42.6168%2024.4032%2043.2123%2024.089%2043.8325%2023.477C44.3784%2022.9394%2044.9242%2022.1703%2045.4287%2021.244C46.3549%2019.5321%2047%2017.4811%2047%2016.2488C46.9504%2015.397%2046.6609%2015.0001%2046.082%2015.0001Z%22%20fill%3D%22white%22%2F%3E%3Ccircle%20cx%3D%2260%22%20cy%3D%2241%22%20r%3D%2211%22%20fill%3D%22white%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M63.7123%2039.7877C64.0052%2040.0806%2064.0052%2040.5555%2063.7123%2040.8483L60.5304%2044.0303C60.2375%2044.3232%2059.7626%2044.3232%2059.4697%2044.0303L56.2877%2040.8483C55.9948%2040.5555%2055.9948%2040.0806%2056.2877%2039.7877C56.5806%2039.4948%2057.0555%2039.4948%2057.3484%2039.7877L59.25%2041.6893V35.5C59.25%2035.0858%2059.5858%2034.75%2060%2034.75C60.4142%2034.75%2060.75%2035.0858%2060.75%2035.5V41.6893L62.6517%2039.7877C62.9446%2039.4948%2063.4194%2039.4948%2063.7123%2039.7877Z%22%20fill%3D%22%233C8B86%22%2F%3E%3Cline%20x1%3D%2256%22%20y1%3D%2246.75%22%20x2%3D%2264%22%20y2%3D%2246.75%22%20stroke%3D%22%233C8B86%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90% auto;
  height: 60px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  border-radius: 4px 0 0 0;
}
@media screen and (max-width: 768px) {
  html body.is-enterprise .wc-webchat-box:before {
    background-size: 320px;
    border-radius: 0;
  }
}
@media screen and (max-width: 320px) {
  html body.is-enterprise .wc-webchat-box:before {
    background-size: 320px;
  }
}
html body.is-enterprise .wc-webchat-box:after {
  content: "";
  background-image: url(../../../../../../../app2.blob.core.windows.net/botchan/images/header_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px auto;
  height: 20px;
  width: 20px;
  cursor: pointer;
  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: 5%;
  top: 20px;
}