@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/***********************************************************************
preset
**********************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: auto; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  font-size: 1.4rem;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  background-color: white; }
  body * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

a {
  text-decoration: none;
  color: #000; }

img {
  vertical-align: middle; }

#mq-mark {
  display: none;
  font-family: 'pc'; }

.content-wrapper {
  padding-top: 180px; }

.section-block {
  border-top: 1px solid #DDD;
  padding: 30px 0 0;
  margin: 0 2.19619% 50px; }
  .section-block .section-inner {
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px; }
    .section-block .section-inner .tit-vertical {
      position: absolute;
      top: 0;
      left: 0;
      -moz-transform: translateX(1em) rotate(90deg);
      -ms-transform: translateX(1em) rotate(90deg);
      -webkit-transform: translateX(1em) rotate(90deg);
      transform: translateX(1em) rotate(90deg);
      transform-origin: 0 0;
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0.1em;
      font-size: 18px;
      white-space: nowrap; }
    .section-block .section-inner .tit-vertical.sticky {
      position: relative;
      display: inline-block;
      width: 0;
      position: -webkit-sticky;
      position: sticky;
      top: 120px;
      -moz-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .section-block .section-inner .tit-vertical.sticky p {
        position: absolute;
        top: 0;
        left: 0;
        -moz-transform: translateX(1em) rotate(90deg);
        -ms-transform: translateX(1em) rotate(90deg);
        -webkit-transform: translateX(1em) rotate(90deg);
        transform: translateX(1em) rotate(90deg);
        transform-origin: 0 0;
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.1em;
        font-size: 18px;
        white-space: nowrap; }
    .section-block .section-inner .section-content {
      width: 100%;
      padding-top: 30px; }
  .section-block.split {
    display: -webkit-flex;
    display: flex; }
    .section-block.split .section-inner {
      width: 50%; }
      .section-block.split .section-inner:nth-child(odd) {
        border-right: 1px solid #DDD; }
      .section-block.split .section-inner:nth-child(even) {
        margin-left: 30px;
        width: -moz-calc(50% - 30px);
        width: -o-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); }

@media all and (-ms-high-contrast: none) {
  .section-block .section-inner .tit-vertical.sticky {
    top: 0; } }
.content-inner {
  max-width: 1600px;
  margin: 0 auto; }

.slick-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .slick-wrapper .slick-list {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px; }
  .slick-wrapper .slick-prev,
  .slick-wrapper .slick-next {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none; }
    .slick-wrapper .slick-prev.slick-disabled,
    .slick-wrapper .slick-next.slick-disabled {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
      opacity: 0.15;
      pointer-events: none; }
  .slick-wrapper .slick-prev {
    background: url(/img/common/arrow.svg) no-repeat 50% 50%/8px 12px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-order: 2;
    order: 2;
    margin-right: 5px; }
  .slick-wrapper .slick-next {
    background: url(/img/common/arrow.svg) no-repeat 50% 50%/8px 12px;
    -webkit-order: 4;
    order: 4;
    margin-left: 5px; }
  .slick-wrapper .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    -webkit-order: 3;
    order: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center; }
    .slick-wrapper .slick-dots li {
      display: inline-block;
      margin: 0 5px; }
      .slick-wrapper .slick-dots li button {
        width: 8px;
        height: 8px;
        padding: 0;
        background-color: #DDD;
        border: 0;
        display: block;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        cursor: pointer;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
        .slick-wrapper .slick-dots li button:hover {
          background-color: #000; }
      .slick-wrapper .slick-dots li.slick-active button {
        background-color: #000; }

#breadcrumbs {
  background-color: #f4f4f4;
  width: 100%;
  margin-top: 80px; }
  #breadcrumbs ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px 25px;
    margin: 0 70px 0 20px;
    border-bottom: 1px solid #ddd; }
    #breadcrumbs ol li {
      font-size: 12px;
      font-size: 1.2rem;
      color: #aaa;
      font-family: 'Oswald', sans-serif;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.1em; }
      #breadcrumbs ol li:not(:last-child):after {
        content: "";
        background: url(/img/common/arrow_breadcrumbs.png) no-repeat 0 0/6px 11px;
        width: 6px;
        height: 11px;
        display: inline-block;
        margin: 0 15px; }
      #breadcrumbs ol li a {
        color: #aaa;
        text-decoration: none; }
        #breadcrumbs ol li a:hover {
          color: #000; }

.best-seller-att {
  font-size: 10px;
  font-size: 1rem; }
  .best-seller-att::after {
    content: "";
    display: block;
    clear: both; }
  .best-seller-att dt {
    float: left;
    padding-right: 10px; }
  .best-seller-att dd {
    float: left; }

.pc-best-seller {
  display: block;
  padding-top: 20px; }

.sp-best-seller {
  display: none; }

@media all and (max-width: 980px) {
  .content-wrapper {
    padding-top: 16%; } }
@media all and (max-width: 768px) {
  #mq-mark {
    display: none;
    font-family: 'sp'; }

  body {
    min-width: 100%; }

  .content-wrapper {
    padding-top: 16%; }

  .content-inner {
    overflow: hidden;
    position: relative; }

  .section-block {
    margin: 0;
    padding: 0;
    border: none; }
    .section-block .section-inner .tit-vertical {
      top: 20px;
      left: 2.66667%;
      z-index: 98; }
      .section-block .section-inner .tit-vertical.sticky {
        top: 16px !important; }
    .section-block .section-inner .section-content {
      padding-top: 0; }
    .section-block.split {
      display: block; }
      .section-block.split .section-inner {
        padding-top: 20px;
        width: 100% !important;
        padding-bottom: 20px; }
        .section-block.split .section-inner::before {
          content: '';
          width: 92%;
          height: 1px;
          background-color: #ddd;
          position: absolute;
          top: 0;
          left: 4%; }
        .section-block.split .section-inner:nth-child(odd) {
          border: none; }
        .section-block.split .section-inner:nth-child(even) {
          margin: 0 0 0px 0; }

  #breadcrumbs {
    border-top: 1px solid #ddd;
    margin-top: 40px; }
    #breadcrumbs ol {
      padding: 15px;
      margin: 0; }
    #breadcrumbs li {
      font-size: 12px;
      font-size: 1.2rem; }
      #breadcrumbs li:not(:last-child):after {
        background-size: 4.5px 8px;
        width: 4.5px;
        height: 8px;
        margin: 0 10px; }

  .pc-best-seller {
    display: none; }

  .sp-best-seller {
    display: block; }

  .best-seller-att {
    font-size: 10px;
    font-size: 1rem; }
    .best-seller-att::after {
      content: "";
      display: block;
      clear: both; }
    .best-seller-att dt {
      float: left;
      width: 5%;
      padding-right: 1%; }
    .best-seller-att dd {
      float: left;
      width: 94%; }
      .best-seller-att dd p {
        display: block;
        margin-bottom: 3px; } }
/*  tech-style */
.section-block .section-inner.has-vertical-title {
  display: -webkit-flex;
  display: flex;
  padding: 0; }
  .section-block .section-inner.has-vertical-title .tit-vertical {
    width: 30px;
    position: static;
    top: 0;
    left: 0; }
  .section-block .section-inner.has-vertical-title .section-content {
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    padding: 50px 0; }
.section-block .tech-section .section-content .youtube {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin-bottom: 30px; }
  .section-block .tech-section .section-content .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.section-block .tech-section .section-content .step .slick-prev,
.section-block .tech-section .section-content .step .slick-next {
  top: 140px; }
.section-block .tech-section .section-content .step .slick-wrapper {
  width: -moz-calc(100% + 20px);
  width: -o-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -moz-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0); }
  .section-block .tech-section .section-content .step .slick-wrapper .slick-content {
    margin: 0 10px; }
.section-block .tech-section .section-content .step .step-img {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 15px; }
  .section-block .tech-section .section-content .step .step-img img {
    width: 100%;
    height: auto; }
.section-block .tech-section .section-content .step dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  position: relative; }
  .section-block .tech-section .section-content .step dl dt .no {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 600;
    font-size: 32px;
    font-size: 3.2rem;
    padding-left: 0.5em;
    line-height: 1;
    position: relative;
    width: 16%; }
    .section-block .tech-section .section-content .step dl dt .no span {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      display: inline-block;
      -moz-transform: rotate(90deg) translate(0.4em, -100%);
      -ms-transform: rotate(90deg) translate(0.4em, -100%);
      -webkit-transform: rotate(90deg) translate(0.4em, -100%);
      transform: rotate(90deg) translate(0.4em, -100%);
      transform-origin: 0 0; }
  .section-block .tech-section .section-content .step dl dt p {
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
    margin-left: 0;
    padding-left: 10px;
    line-height: 1;
    width: 84%; }
  .section-block .tech-section .section-content .step dl dt .time {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #f4f4f4;
    height: 30px;
    line-height: 30px;
    padding: 0 12px 0 32px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: url(/img/common/clock.svg) 12px 50%/14px 14px no-repeat #f4f4f4; }
.section-block .tech-section .section-content .step dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7; }
  .section-block .tech-section .section-content .step dl dd p.annotation {
    font-size: 11px;
    font-size: 1.1rem;
    margin-top: 5px; }
.section-block .tech-section .section-content .step dl dd .point {
  margin-top: 15px; }
  .section-block .tech-section .section-content .step dl dd .point dt {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-left: 70px; }
    .section-block .tech-section .section-content .step dl dd .point dt::before {
      content: 'POINT';
      display: block;
      font-family: 'Oswald', sans-serif;
      font-weight: 600;
      font-size: 10px;
      font-size: 1rem;
      background-color: #222;
      color: white;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      width: 60px;
      height: 22px;
      line-height: 22px;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; }
  .section-block .tech-section .section-content .step dl dd .point dd .point-img {
    margin-bottom: 15px;
    width: 100%; }
    .section-block .tech-section .section-content .step dl dd .point dd .point-img img {
      width: 100%;
      height: auto; }
.section-block .style-section .section-content .before-after,
.section-block .style-section .section-content .model {
  width: 100%;
  max-width: 485px;
  margin: 0 auto 30px; }
  .section-block .style-section .section-content .before-after img,
  .section-block .style-section .section-content .model img {
    width: 100%;
    height: auto; }
.section-block .style-section .section-content .comment {
  background-color: #f4f4f4;
  position: relative;
  padding: 30px 30px 30px 23%; }
  .section-block .style-section .section-content .comment .supervised {
    content: 'SUPERVISED BY';
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    color: #e9e9e9;
    position: absolute;
    -moz-transform: rotate(90deg) translate(0.25em, 10px);
    -ms-transform: rotate(90deg) translate(0.25em, 10px);
    -webkit-transform: rotate(90deg) translate(0.25em, 10px);
    transform: rotate(90deg) translate(0.25em, 10px);
    transform-origin: 0 0;
    line-height: 1.0; }
  .section-block .style-section .section-content .comment .shop {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 10px; }
    .section-block .style-section .section-content .comment .shop .small {
      font-size: 18px;
      font-size: 1.8rem; }
  .section-block .style-section .section-content .comment .name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-block .style-section .section-content .comment p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.7; }
  .section-block .style-section .section-content .comment .person {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 28.38828%; }
    .section-block .style-section .section-content .comment .person img {
      width: 100%;
      height: auto;
      display: block; }

@media all and (max-width: 768px) {
  .section-block .tech-section .section-content .step {
    width: 86.66667% !important;
    margin: 0 auto !important; }
    .section-block .tech-section .section-content .step dl dt .time {
      position: static;
      margin-top: 10px; }
    .section-block .tech-section .section-content .step dl dd p {
      font-size: 12px;
      font-size: 1.2rem; }
      .section-block .tech-section .section-content .step dl dd p.annotation {
        font-size: 10px;
        font-size: 1rem; }
  .section-block .style-section .section-content .before-after,
  .section-block .style-section .section-content .model {
    margin-bottom: 20px;
    width: 86.66667%; }
  .section-block .style-section .section-content .comment {
    padding: 20px 4% 20px 138px; }
    .section-block .style-section .section-content .comment .supervised {
      font-size: 26px;
      font-size: 2.6rem;
      -moz-transform: rotate(90deg) translate(0.25em, 5px);
      -ms-transform: rotate(90deg) translate(0.25em, 5px);
      -webkit-transform: rotate(90deg) translate(0.25em, 5px);
      transform: rotate(90deg) translate(0.25em, 5px); }
    .section-block .style-section .section-content .comment .shop {
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 5px; }
      .section-block .style-section .section-content .comment .shop .small {
        font-size: 14px;
        font-size: 1.4rem; }
    .section-block .style-section .section-content .comment .name {
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 10px; }
    .section-block .style-section .section-content .comment p {
      font-size: 11px;
      font-size: 1.1rem; }
    .section-block .style-section .section-content .comment .person {
      left: -5px; } }


/***********************************************************************
preset
**********************************************************************/

body {
    font-family: 'Arial', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial', sans-serif;
}

.header.mens_mobile_header {
    display: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

.pl-30 {
    padding-left: 30px !important;
}

.section-content {
    padding: 3.74251% 3.74251% 0;
}

.section-block {
    border-top: none;
}

.flex-content {
    display: flex;
}

.table-content-list {
    width: 30%;
    order: 2;
}

.detail-listing {
    padding-right: 80px;
    width: 70%;
    order: 1;
}

.detail-listing a {
    color: #23527c;
    text-decoration: underline;
}

.detail-listing ol {
    padding-left: 30px;
    list-style-type: decimal;
}

.detail-listing ol li {
    padding-bottom: 10px;
}

.detail-listing--repeate:not(:last-child) {
    border-bottom: 1px solid #000000;
    padding: 0 0 20px;
    margin-bottom: 40px;
}


.detail-listing span {
    display: block;
}

.detail-listing span img {
    width: 100%;
}

.main-head {
    font-size: 36px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 14px 0 30px;
}

.sub-head {
    font-size: 30px;
    margin: 0 0 18px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

.small-head {
    font-size: 24px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 15px 0;
}

.detail-listing--sub-content h4 {
    color: #aaaaaa;
    font-size: 18px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 15px 0;
}

.detail-listing p {
	font-size: 16px;
	color: #000000;
	padding: 0 0 10px;
}

.detail-listing img {
    margin-bottom: 15px;
}

.section-block .section-inner .table-content-list .tit-vertical.sticky {
    width: 100%;
}

.table-content-list .sub-head {
    background-color: #f4f4f4;
    padding: 6px 14px 10px;
    font-weight: normal;
}

.table-content-list ul li {
    padding-left: 35px;
    position: relative;
}

.table-content-list ul li:not(:last-child) {
    padding-bottom: 12px;
}

.table-content-list ul>li>a {
    display: block;
    font-size: 13px;
    /*font-family: 'Oswald', sans-serif;*/
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    line-height: 15px;
    letter-spacing: 0.1em;
    padding: 0 0 5px;
    /* position: relative; */
    text-decoration: underline;
    white-space: normal;
}

.table-content-list ul>li>a img {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
}

.table-content-list ul .table-content--box li {
    padding-bottom: 2px;
    padding-left: 12px;
}

.table-content-list ul .table-content--box li a {
    font-size: 12px;
    font-weight: 400;
    display: block;
    line-height: 1.4;
    padding: 0px;
}

.social-links {
    padding-top: 10px;
    position: relative;
    z-index: 9;
}

.social-links .at-share-btn-elements:after {
    content: '';
    display: table;
    clear: both;
}

.social-links .at-style-responsive .at-share-btn {
    padding: 5px;
    width: 24%;
    text-align: center;
    float: left;
    margin: 0 1% 5px 0;
}

.social-links .at-resp-share-element .at-share-btn .at-label {
    display: inline-block;
}

.detail-listing--content>.sub-head {
    position: relative;
}

.detail-listing--content>.sub-head img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -8px;
    left: -50px;
    z-index: -1;
}

@media all and (max-width: 1024px) {
    .section-content {
        padding: 0 4.88281%;
    }

}

@media all and (max-width: 980px) {
    .detail-listing {
        padding-right: 0;
        width: 100%;
    }

    .flex-content {
        display: block;
    }

    .page-template-best-haircut-for-men header .logo {
        display: none;
    }

    .page-template-best-haircut-for-men .content-wrapper {
        padding-top: 160px;
    }

    .header.mens_mobile_header {
        background-color: #ffffff;
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 100px 0 0;
        z-index: 99;
    }

    .header.mens_mobile_header .logo {
        top: 15px;
        display: block;
    }

    .mens_mobile_header .table-content-list {
        width: 100%;
        display: block;
    }

    .mens_mobile_header .table-content-list .tit-vertical.sticky {
        position: relative;
    }

    .page-template-best-haircut-for-men .section-block .section-inner .tit-vertical.sticky {
        top: 180px;
    }

    .table-content-list {
        display: none;
    }

    .table-content-list .sub-head {
        background-color: #353535;
        border: 0px;
        padding: 0 50px 0 20px;
        display: block;
        color: #ffffff;
        line-height: 50px;
        font-size: 20px;
    }

    .responsive-side--menu {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 5px;
        right: 10px;
    }

    .responsive-side--menu span,
    .responsive-side--menu span:before,
    .responsive-side--menu span:after {
        background-color: #ffffff;
        display: block;
        height: 2px;
        width: 70%;
        margin: 19px auto;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .responsive-side--menu span:before,
    .responsive-side--menu span:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .responsive-side--menu span:before {
        top: -8px;
    }

    .responsive-side--menu span:after {
        bottom: -8px;
    }

    .responsive-side--menu.open span {
        background-color: transparent;
    }

    .responsive-side--menu.open span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .responsive-side--menu.open span:after {
        transform: rotate(-45deg);
        bottom: 0;
    }

    .table-toggle-menu {
        display: none;
        background-color: #ffffff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 14px 16px 20px;
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 50px;
        max-height: calc(100vh - 160px);
        overflow: auto;
    }

    .social-links .at-resp-share-element .at-share-btn .at-label {
        display: none;
    }

    .social-links .at-style-responsive .at-share-btn {
        width: 100%;
        max-width: 42px;
    }
}

@media all and (max-width: 768px) {

    .section-content {
        padding: 8% 8% 0 12%;
    }

    .header.mens_mobile_header .logo {
        top: 24px;
    }

    .page-template-best-haircut-for-men .section-block .section-inner .tit-vertical {
        z-index: 9;
    }
}

@media all and (max-width: 767px) {
    .pl-30 {
        padding-left: 20px !important;
    }

    .main-head {
        font-size: 30px;
        line-height: 36px;
        margin: 14px 0 16px;
    }

    .sub-head {
        font-size: 20px;
        margin: 0 0 14px;
        line-height: 24px;
    }

    .small-head {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .detail-listing--sub-content h4 {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }

    .detail-listing p {
        font-size: 13px;
    }

    .detail-listing--repeate:not(:last-child) {
        padding: 0 0 15px;
        margin-bottom: 25px;
    }

    .detail-listing--content>.sub-head img {
        width: 30px;
        height: 30px;
        position: absolute;
        top: -1px;
        left: -35px;
        z-index: -1;
    }
}

@media all and (max-width: 580px) {

    .header.mens_mobile_header .logo {
        top: 32px;
    }

    .table-content-list .sub-head {
        /*padding: 0 40px 0 12px;*/
        /*line-height: 40px;*/
        /*font-size: 16px;*/
    }

    .responsive-side--menu {
        width: 30px;
        height: 30px;
    }

    .responsive-side--menu span {
        margin: 14px auto;
    }
}

@media all and (max-width: 480px) {

    .header.mens_mobile_header .logo {
        top: 38px;
    }
}


.content-wrapper {
    padding-top: 90px;
}
@media all and (max-width:768px) {
    .content-wrapper {
        padding-top: 82px;
    }
    .detail-listing span img {
        width: auto;
        max-width: 100%;
    }
}
.flex-content {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
}
.flex-content .table-toggle-menu {
  height: 60vh;
  overflow-y: scroll;
}
.font-bold {
    display: inline !important;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}
@media all and (max-width:768px) {
    .section-block .section-inner .section-content {
        padding-top: 0 !important;
    }
}

.list {
    list-style: outside disc;
    padding-left: 1em;
    margin: 0;
}
.list li{
	padding: 0 0 10px;
}
.list > li > ul{
	list-style: circle;
	padding-left: 2em;
	padding-top: 1em;
}
.list > li > ul > li{
	padding: 0 0 0;
}

.yt-video {
  position: relative;
  width: 100%;
  margin-bottom: 1.5em;
  padding-top: 56.25%;
}
.yt-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

b{
	font-weight: bold;
}

.pic-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.pic-flex .smallpic img {
  width: 98%;
}
@media (max-width: 768px){
  .pic-flex {
      display: block;
  }
  .pic-flex .smallpic img {
    width: 100%;
  }
}




.detail-ul {
  padding-left: 30px;
  list-style-type: unset;
}
h3.small-head {
  padding-top: 40px;
}