.sdc-top-header {
  text-align: center;
  padding: 0 0 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-header {
    padding: 50px 0;
  }
}

.sdc-top-header .sdc-inner-m {
  /*position: relative;*/
}

.sdc-top-header-title-main {
  font-family: "SST W55 Light", sans-serif;
  font-weight: 400;
  font-size: 29px;
  font-size: 1.8125rem;
  padding-top: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-title-main {
    padding-top: 0;
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

.sdc-top-header-title-sub {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-top: 13px;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-title-sub {
    padding-top: 18px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.sdc-top-header-banner {
  max-width: 1190px;
  margin: 40px 20px 0 20px;
  color: #656565;
  background: #EFEFEF;
  padding: 15px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner {
	margin-right: auto;
	margin-left: auto;
  }
}

.sdc-top-header-banner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sdc-top-header-banner-title,
.sdc-top-header-banner-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.71;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-title,
  .sdc-top-header-banner-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc-top-header-banner-title {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 5.33333vw;
  padding-right: 3.5vw;
  /*padding-left: 5.33333vw;
  padding-right: 5.86667vw;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-title {
    padding-left: 20px;
    padding-right: 25px;
  }
}

.sdc-top-header-banner-list {
  display: block;
  text-align: left;
  padding-left: 5vw;
  padding-right: 5vw;
  /*padding-left: 5.86667vw;
  padding-right: 5.33333vw;*/
  width: 100%;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-list {
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-right: 0;
  }
}

.sdc-top-header-banner-item:nth-of-type(n + 2) {
  /* margin-left: 1em; */
  margin-left: 0;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-item:nth-of-type(n + 2) {
    margin-left: 0;
  }
}

.sdc-top-header-banner-link {
  display: block;
  color: #656565;
  text-decoration: none;
}

.sdc-top-header-banner-link .type{
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
}

.sdc-top-header-banner-link .type span.dpc{
	display: inline;
}

@media screen and (min-width: 641px) {
	.sdc-top-header-banner-link .type span.dpc{
		display: none;
	}
}

.sdc-top-header-banner-link .dpc{
  display: none;
}

@media screen and (min-width: 641px) {
  .sdc-top-header-banner-link .dpc{
    display: inline;
  }
}

.sdc-top-header-banner-link:hover,
.sdc-top-header-banner-link:focus {
  text-decoration: underline;
}

.sdc-top-pagenav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sdc-top-pagenav-list.second {
  margin-top: 15px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pagenav-list.pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sdc-top-pagenav-item {
  border-left: 1px solid #5d5d5d;
}

.sdc-top-pagenav-item:last-of-type {
  border-right: 1px solid #5d5d5d;
}

@media screen and (min-width: 641px) {
  .sdc-top-pagenav-item:first-of-type {
    border-left: 0;
  }
  .sdc-top-pagenav-item:last-of-type {
    border-right: 0;
  }
}

.sdc-top-pagenav-link {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 15px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pagenav-link {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 38px;
  }
}

.sdc-top-section {
  padding-bottom: 35px;
}

@media screen and (min-width: 641px) {
  .sdc-top-section {
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-section:first-of-type {
    padding-top: 20px;
  }
}

.sdc-top-section-title {
  text-align: center;
  padding: 45px 0;
}

.sdc-top-section-title-main {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-section-title-main {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.sdc-top-section-title-sub {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 6px;
}

@media screen and (min-width: 641px) {
  .sdc-top-section-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
  }
}

.sdc-top-about {
  padding-bottom: 35px;
}

@media screen and (min-width: 641px) {
  .sdc-top-about {
    padding-bottom: 75px;
  }
}

.sdc-top-about-link {
  max-width: 1190px;
  margin: 0 auto;
  text-decoration: none;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.sdc-top-about-link .imgbox {
  transition: opacity 0.3s;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link .imgbox {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

.sdc-top-about-link .textbox {
  padding: 20px;
  background: #333333;
  color: #ffffff;
  transition: background 0.3s;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link .textbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 94px;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.sdc-top-about-link:hover .imgbox,
.sdc-top-about-link:focus .imgbox {
  opacity: 0.6;
}

.sdc-top-about-link:hover .textbox,
.sdc-top-about-link:focus .textbox {
  background: #111111;
}

.sdc-top-about-link-title-sub {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc-top-about-link-title-main {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "SST W55 Regular", sans-serif;
  font-weight: 400;
  margin-top: 14px;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link-title-main {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 18px;
  }
}

.sdc-top-about-link-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 12px;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.sdc-top-about-link-btn {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-about-link-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc-top-projects-list {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.sdc-top-projects-item:nth-of-type(n + 2) {
  margin-top: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-item {
    width: calc((100% - 34px * 3) / 4);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sdc-top-projects-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 34px;
  }
}

.sdc-top-projects-item .textbox {
  padding-top: 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-item .textbox {
    padding-top: 25px;
  }
}

.sdc-top-projects-item-title-sub {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-item-title-sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc-top-projects-item-title-main {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 13px;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-item-title-main {
    font-size: 20px;
    font-size: 1rem;
    margin-top: 18px;
  }
}

.sdc-top-projects-item-text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 13px;
}

@media screen and (min-width: 641px) {
  .sdc-top-projects-item-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.73;
    margin-top: 20px;
  }
}

.sdc-top-designers-list {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

.sdc-top-designers-item:nth-of-type(n + 2) {
  margin-top: 40px;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-item {
    width: 374px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sdc-top-designers-item:nth-of-type(n + 2) {
    margin-top: 0;
    margin-left: 34px;
  }
  /*.sdc-top-designers-item:nth-of-type(2) {
	  margin-top: 0;
	}
	.sdc-top-designers-item:nth-of-type(n+3) {
	  margin-top: 50px;
	}*/
}

.sdc-top-designers-item .imgbox {
  position: relative;
}

.sdc-top-designers-link:hover .sdc-top-designers-item-category,
.sdc-top-designers-link:focus .sdc-top-designers-item-category {
  color: #fff !important;
}

.sdc-top-designers-item-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  width: 67px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #186fa4;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-item-category {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 104px;
    height: 30px;
  }
}

.sdc-top-designers-item-category.experienced {
  background: #d04700;
}

.sdc-top-designers-item-title {
  font-family: "SST W55 Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: -0.02em;
  text-align: left;
  padding: 20px 0;
  padding-bottom: 15px;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-item-title {
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    min-height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.sdc-top-designers-item-meta {
  text-align: left;
}

.sdc-top-designers-item-division {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-item-division {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.sdc-top-designers-item-division span {
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 360px) {
  .sdc-top-designers-item-division span {
    line-height: 1;
    display: inline;
  }
}

.sdc-top-designers-item-division span:last-of-type {
  margin-left: 0;
}

.sdc-top-designers-item-name {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 8px;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers-item-name {
    font-size: 22px;
    font-size: 1.375rem;
    margin-top: 12px;
  }
}

.sdc-top-designers .btnbox {
  margin-top: 50px;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers .btnbox {
    margin-top: 100px;
  }
}

.sdc-top-designers .btnbox .sdc-btn {
  width: 243px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .sdc-top-designers .btnbox .sdc-btn {
    width: 308px;
    height: 57px;
  }
}

.sdc-top-recruiting-list {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
}

.sdc-top-recruiting-item:first-of-type .sdc-top-recruiting-link {
  background: #186fa4;
  transition: background 0.3s;
}

.sdc-top-recruiting-item:first-of-type .sdc-top-recruiting-link:hover,
.sdc-top-recruiting-item:first-of-type .sdc-top-recruiting-link:focus {
  background: #145d8a;
}

.sdc-top-recruiting-item:last-of-type {
  margin-top: 10px;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-item:last-of-type {
    margin-top: 0;
    margin-left: 50px;
  }
}

.sdc-top-recruiting-item:last-of-type .sdc-top-recruiting-link {
  background: #d04700;
  transition: background 0.3s;
}

.sdc-top-recruiting-item:last-of-type .sdc-top-recruiting-link:hover,
.sdc-top-recruiting-item:last-of-type .sdc-top-recruiting-link:focus {
  background: #b33d00;
}

.sdc-top-recruiting-item-inner {
  color: #ffffff;
  text-align: center;
}

.sdc-top-recruiting-item-title {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-item-title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.sdc-top-recruiting-item-text,
.sdc-top-recruiting-item-btn {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-item-text,
  .sdc-top-recruiting-item-btn {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.sdc-top-recruiting-item-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.77;
  margin: 10px 0;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-item-text {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.59;
    margin: 18px 0 14px;
  }
}

.sdc-top-recruiting-item-btn {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
}

.sdc-top-recruiting-link {
  padding: 35px 20px 25px;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 641px) {
  .sdc-top-recruiting-link {
    padding: 0;
    width: 570px;
    height: 240px;
  }
}

.sdc-top-information {
  padding-bottom: 80px;
}

@media screen and (min-width: 641px) {
  .sdc-top-information {
    padding-bottom: 150px;
  }
}

.sdc-top-information-title {
  font-family: "SST W55 Regular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .sdc-top-information-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.sdc-top-pickup,
.sdc-top-related {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup,
  .sdc-top-related {
    padding: 0;
  }
}

.sdc-top-pickup-inner {
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  padding-top: 25px;
  padding-bottom: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-inner {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.sdc-top-pickup-list {
  margin-top: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.sdc-top-pickup-item:nth-of-type(n + 2) {
  margin-top: 45px;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item {
    width: 570px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sdc-top-pickup-item:nth-of-type(even) {
    margin-left: 50px;
  }
  .sdc-top-pickup-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .sdc-top-pickup-item:nth-of-type(-n + 2) {
    border-bottom: 1px solid #767676;
  }
  /*.sdc-top-pickup-item:nth-of-type(n+3) {
    border-top: 1px solid #767676;
  }*/
}

.sdc-top-pickup-item .imgbox {
  display: none;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item .imgbox {
    display: block;
    width: 124px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item .textbox {
    margin-left: 66px;
  }
}

.sdc-top-pickup-item-category {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item-category {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sdc-top-pickup-item-title {
  font-family: "SST W55 Regular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  margin-top: 10px;
}

.sdc-top-pickup-item-title .note{
  display: block;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 15px;
  }
}

.sdc-top-pickup-item-time {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  display: block;
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-item-time {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-pickup-link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sdc-top-related {
  padding-top: 25px;
}

@media screen and (min-width: 641px) {
  .sdc-top-related {
    padding-top: 40px;
  }
}

.sdc-top-related-list {
  width: calc(100% - 74px);
  margin: 40px auto 0;
  overflow: visible;
}

@media screen and (min-width: 641px) {
  .sdc-top-related-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0;
    width: 100%;
  }
}

.sdc-top-related-dots {
  margin-top: 20px;
}

.sdc-top-related-dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sdc-top-related-dots .slick-dots li {
  height: 8px;
  width: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sdc-top-related-dots .slick-dots li:nth-of-type(n + 2) {
  margin-left: 10px;
}

.sdc-top-related-dots .slick-dots button {
  width: 8px;
  height: 8px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  border-radius: 50%;
  background: #bcbccc;
}

.sdc-top-related-dots .slick-dots button:focus {
  background: #5d5d5d;
}

.sdc-top-related-dots .slick-dots .slick-active button {
  background: #5d5d5d;
}

@media screen and (min-width: 641px) {
  .sdc-top-related-item {
    width: 275px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sdc-top-related-item:nth-of-type(n + 2) {
    margin-left: 30px;
  }
}

.sdc-top-related-item .textbox {
  padding-top: 15px;
}

@media screen and (min-width: 641px) {
  .sdc-top-related-item .textbox {
    padding-top: 25px;
  }
}

.sdc-top-related-item-title {
  font-family: "SST W55 Bold", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.67;
}

.sdc-top-banner {
  margin-top: 80px;
}

.sdc-top-banner-list {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sdc-top-banner-item:nth-of-type(n + 2) {
  margin-top: 5px;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item {
    width: 570px;
  }
  .sdc-top-banner-item:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .sdc-top-banner-item:nth-of-type(even) {
    margin-left: 50px;
  }
}

.sdc-top-banner-item .imgbox {
  display: none;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item .imgbox {
    display: block;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item .imgbox.instagram {
    width: 60px;
  }
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item .imgbox.newsletter {
    width: 65px;
  }
}

.sdc-top-banner-item .textbox {
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item .textbox {
    margin-left: 60px;
  }
}

.sdc-top-banner-item-title {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item-title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.sdc-top-banner-item-text {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 14px;
  }
}

.sdc-top-banner-link {
  background: #595959;
  color: #ffffff;
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  transition: background 0.3s;
}

.sdc-top-banner-link:hover,
.sdc-top-banner-link:focus {
  background: #3d3d3d;
}

div.sdc-top-banner-link:hover,
div.sdc-top-banner-link:focus {
  background: #595959;
}

@media screen and (min-width: 641px) {
  .sdc-top-banner-link {
    height: 118px;
  }
}

.sdc-top-banner-note {
	display: block;
	margin-top: 4px;
	font-size: .75rem;
	line-height: 1;
}

@media screen and (min-width: 641px) {
	.sdc-top-banner-note {
		margin-top: 8px;
	}
}

.sdc-top .slider_arrow {
  width: 30px;
  height: 30px;
}

.sdc-top .slider_arrow-next {
  right: -37px;
}

.sdc-top .slider_arrow-prev {
  left: -37px;
}
