@charset "UTF-8";
/*- temp --------------------------------------------------- */
.aboutIndex {
  font-size: 40px !important;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #e3f4f9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 500 100.5' xml:space='preserve'%3E%3Cpath style='fill-rule:evenodd;clip-rule:evenodd;fill:none;stroke:%23937a66;stroke-width:2;stroke-miterlimit:10;' d='M3.385,2.212 c0,0-10.5,44.558,75.889,36.717c0,0,174.58-21.385,176.49,47.495c0,0,0.22,11.254-6.498,11.736c0,0-6.087-0.554-6.231-10.784 c0,0-12.903-72.772,182.01-49.318c0,0,74.146,12.487,71.055-34.755'/%3E%3C/svg%3E");
  background-size: 497px auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 80px; }
  @media screen and (max-width: 979px) {
    .aboutIndex {
      background-size: 100% auto; } }
  @media screen and (max-width: 979px) {
    .aboutIndex {
      font-size: 7vw !important;
      padding-bottom: 14vw; } }

ul.whatList {
  margin: 55px 0 0; }
  ul.whatList li {
    font-size: 24px;
    padding: 0 0 0 45px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpolygon fill='%231c449c' points='23.206,50.68 45.364,75.496 77.814,39.956 70.088,32.23 45.364,57.726 32.23,42.274 '/%3E%3Cpath fill='%231c449c' d='M1.081,1.081v97.839h97.839V1.081H1.081z M93.968,93.902H6.164V6.098h87.804V93.902z'/%3E%3C/svg%3E");
    background-size: 30px auto;
    background-position: left 4px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 979px) {
      ul.whatList li {
        background-size: 4.5vw auto; } }
  ul.whatList li + li {
    margin: 15px 0 0; }
  @media screen and (max-width: 979px) {
    ul.whatList {
      margin: 3vw 2vw 0; }
      ul.whatList li {
        font-size: 4vw;
        padding: 0 0 0 6.5vw; }
      ul.whatList li + li {
        margin: 2vw 0 0; } }

/*---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%; }

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

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

img {
  vertical-align: top;
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

body p {
  margin: 0; }

body ul {
  padding: 0; }

em {
  font-style: normal; }

.wrap {
  line-height: 1.5; }

.mainimg {
  background: url("/assets/laser/bihada/acnelite/images/mainbg.jpg") center center no-repeat;
  background-size: auto 100%;
  text-align: center; }

.bg-image.-ribbon {
  max-width: 980px;
  margin: 30px auto; }

.textEm {
  color: #1a449a;
  font-weight: bold; }

@media screen and (max-width: 979px) {
  .mainimg {
    background-image: none; }
  .bg-image.-ribbon {
    text-align: center;
    background-image: url(/assets/images/components/bg_ribbon.png);
    background-size: 100% 80px;
    font-size: 13px;
    height: inherit;
    line-height: 1.3;
    padding: 10px 0 20px; } }

.topnavi {
  background-color: #000; }
  .topnavi .navilist {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start; }
    .topnavi .navilist li {
      width: 25%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .topnavi .navilist li a {
        font-size: 16px;
        line-height: 1.2;
        text-decoration: none;
        display: table;
        width: 100%;
        height: 100%;
        color: #fff;
        border-left: 1px solid #808080;
        padding: 15px 20px; }
        .topnavi .navilist li a span {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .topnavi .navilist li a span > span {
            color: #fff;
            background: #db335e;
            display: block;
            width: 45px;
            margin: 0 auto 3px;
            font-size: 14px;
            font-weight: bold;
            line-height: 1.2;
            padding: 1px 0; }
      .topnavi .navilist li:last-child a {
        border-right: 1px solid #808080; }

.hdl {
  text-align: center;
  font-size: 20px; }

.hdl span {
  display: block;
  font-size: 52px;
  position: relative;
  margin-bottom: 15px; }

.hdl span::before {
  background: #000;
  width: 95px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  content: "";
  z-index: 2;
  position: absolute; }

@media screen and (max-width: 979px) {
  .hdl {
    font-size: 3.5vw; }
  .hdl span {
    font-size: 10vw;
    margin-bottom: 2vw; }
  .hdl span::before {
    width: 20vw;
    height: 2px; }
  .topnavi {
    padding: 0; }
  .topnavi .ac_ly_001 {
    padding: 0; }
    .topnavi .ac_ly_001 .navilist {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .topnavi .ac_ly_001 .navilist li {
        padding: 0;
        width: 50%;
        min-height: 7.5vw; }
        .topnavi .ac_ly_001 .navilist li a {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 3.5vw;
          height: 100%;
          padding: 1.5vw 0;
          position: relative;
          border: none; }
          .topnavi .ac_ly_001 .navilist li a > span {
            display: block;
            width: 100%; }
        .topnavi .ac_ly_001 .navilist li:nth-child(even) a > span {
          border-left: 1px solid #fff; }
        .topnavi .ac_ly_001 .navilist li:nth-child(n + 3) a::before {
          content: "";
          width: 90%;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 5%;
          top: 0; }
        .topnavi .ac_ly_001 .navilist li:nth-child(4) a::after {
          content: "";
          width: 90%;
          height: 1px;
          background: #fff;
          position: absolute;
          left: 5%;
          bottom: -1px; }
        .topnavi .ac_ly_001 .navilist li:last-child a {
          border: none; } }

.toppick {
  padding: 40px 0 70px;
  background: #e3f4f9; }
  .toppick .pickupInner {
    text-align: center;
    margin: 30px 0; }
  .toppick p {
    font-size: 22px;
    text-align: right; }
  @media screen and (max-width: 979px) {
    .toppick {
      padding: 4vw 0 7vw; }
      .toppick .pickupInner {
        margin: 3vw 0; }
      .toppick p {
        font-size: 3.7vw;
        text-align: right; } }

.topwhat {
  padding: 60px 0 0;
  background: url("/assets/laser/bihada/acnelite/images/what01.png") right bottom no-repeat; }
  .topwhat .ac_ly_001 {
    max-width: 940px;
    height: 600px; }
  @media screen and (max-width: 979px) {
    .topwhat {
      padding: 4vw 0 0;
      height: auto;
      background-image: none; }
      .topwhat .ac_ly_001 {
        height: inherit; }
      .topwhat ._pc-none {
        width: 75%;
        margin: 0 0 0 auto; } }

.topabout {
  padding: 40px 0 70px;
  background: #fcfbe7; }
  .topabout p {
    font-size: 20px; }
    .topabout p em {
      color: #ac4678;
      font-weight: bold; }
  .topabout .container {
    width: 840px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media screen and (max-width: 979px) {
    .topabout {
      padding: 4vw 0 7vw; }
      .topabout p {
        font-size: 3.8vw; }
        .topabout p em {
          color: #ac4678;
          font-weight: bold; }
      .topabout .container {
        width: 100%;
        margin: 2vw auto 0;
        flex-direction: column; }
        .topabout .container > div:last-child {
          max-width: 30vw; } }

.toppoint {
  padding: 40px 0 70px; }
  .toppoint p {
    font-size: 20px; }
  .toppoint .ac_ly_002 {
    justify-content: space-between; }
    .toppoint .ac_ly_002.reverse {
      flex-direction: row-reverse; }
    .toppoint .ac_ly_002 > .col {
      width: 470px;
      margin: 0 !important; }
      .toppoint .ac_ly_002 > .col .point {
        background: #1a449a;
        color: #fff;
        text-align: center;
        padding: 3px; }
      .toppoint .ac_ly_002 > .col em {
        color: #1a449a;
        font-weight: bold; }
  .toppoint .pointText1 {
    margin: 60px 0 10px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
  .toppoint .pointContainer01 {
    padding: 50px;
    background: #fae3e9; }
    .toppoint .pointContainer01 h3 {
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      margin: 0 0 20px;
      background: #db335e;
      background: linear-gradient(90deg, rgba(219, 51, 94, 0) 0%, #db335e 30%, #db335e 70%, rgba(219, 51, 94, 0) 100%); }
    .toppoint .pointContainer01 .pointContainerInner {
      background: #fff;
      padding: 30px 40px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .toppoint .pointContainer01 .pointContainerInner p {
        width: 560px;
        font-size: 20px; }
        .toppoint .pointContainer01 .pointContainerInner p strong {
          color: #db335e;
          font-size: 28px; }
      .toppoint .pointContainer01 .pointContainerInner + .pointContainerInner {
        margin-top: 30px; }
  .toppoint .pointText2 {
    margin: 40px 0 10px;
    text-align: center;
    color: #db335e;
    font-size: 28px;
    font-weight: bold;
    text-align: center; }
  @media screen and (max-width: 979px) {
    .toppoint {
      padding: 4vw 0 7vw; }
      .toppoint p {
        font-size: 3.7vw; }
      .toppoint h3 {
        font-size: 4.2vw !important; }
      .toppoint .ac_ly_002 {
        width: 100%;
        justify-content: space-between; }
        .toppoint .ac_ly_002.reverse {
          flex-direction: row-reverse; }
        .toppoint .ac_ly_002 > .col {
          width: 100%; }
          .toppoint .ac_ly_002 > .col:first-child {
            width: 100%;
            margin-bottom: 10px !important; }
      .toppoint .pointText1 {
        margin: 6vw 0 1.5vw;
        font-size: 4.5vw;
        line-height: 1.2; }
      .toppoint .pointContainer01 {
        padding: 4vw;
        margin: 0 !important; }
        .toppoint .pointContainer01 h3 {
          margin: 0 0 2vw; }
        .toppoint .pointContainer01 .pointContainerInner {
          padding: 2.5vw 3vw;
          flex-direction: column; }
          .toppoint .pointContainer01 .pointContainerInner p {
            width: 100%;
            font-size: 3.7vw;
            margin: 0 0 2vw; }
            .toppoint .pointContainer01 .pointContainerInner p strong {
              font-size: 4vw; }
          .toppoint .pointContainer01 .pointContainerInner + .pointContainerInner {
            margin-top: 3vw; }
        .toppoint .pointContainer01 + .pointContainer01 {
          margin-top: 4vw !important; }
      .toppoint .pointText2 {
        margin: 4vw 0 1.5vw;
        font-size: 4vw;
        line-height: 1.2; } }

.topphoto {
  padding: 40px 0 70px;
  background: #e3f4f9; }
  .topphoto a {
    color: #777777;
    text-decoration: none; }
  .topphoto .case-2column .col:first-child {
    text-align: right; }
  .topphoto .text-ba {
    max-width: 370px;
    text-align: center;
    background-color: #e3f4f9;
    padding: 3px 0;
    color: #fff;
    margin: 5px auto;
    font-size: 18px; }
  @media screen and (max-width: 979px) {
    .topphoto {
      padding: 4vw 0 7vw; }
      .topphoto .col {
        text-align: center; }
      .topphoto ._right {
        font-size: 3.7vw; } }

.topcomment {
  padding: 40px 0 0;
  background: #fcfbe7;
  color: #000; }
  .topcomment .hdl span::before {
    background-color: #000; }
  .topcomment em {
    color: #ac4678;
    font-weight: bold; }
  .topcomment .ac_ly_001 {
    height: 1020px;
    background: url("/assets/laser/bihada/acnelite/images/comment01.png") right bottom no-repeat; }
  .topcomment .commentbox {
    width: 500px;
    margin: 40px auto 0 0; }
    .topcomment .commentbox .txt {
      font-size: 18px;
      line-height: 1.5; }
    .topcomment .commentbox .name {
      margin: 35px 0 0 auto;
      /* font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif; */
      font-weight: bold;
      font-size: 21px;
      text-align: right; }
      .topcomment .commentbox .name span {
        display: block;
        font-size: 24px; }
      .topcomment .commentbox .name i {
        font-style: normal;
        margin-right: 10px;
        font-size: 37px; }

@media screen and (max-width: 979px) {
  .topcomment {
    padding: 4vw 0 0;
    height: auto; }
    .topcomment .ac_ly_001 {
      background-image: none;
      height: auto; }
    .topcomment .commentbox {
      width: 100%;
      margin: 2vw 0 0;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      .topcomment .commentbox .txt {
        font-size: 3.5vw; }
    .topcomment .dr_sp {
      align-items: center; }
    .topcomment ._pc-none {
      font-size: 4vw;
      line-height: 1.2; } }

.topprice {
  padding: 40px 0 70px;
  background: #e3f4f9; }
  .topprice h2.hdl {
    margin-bottom: 20px; }
  .topprice h3 {
    background: #1a449a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    margin: 0 !important; }
  .topprice .priceWrap {
    background: #fff;
    padding: 0 40px 0 30px;
    margin: 0; }
    .topprice .priceWrap + h3,
    .topprice .priceWrap + .priceWrap {
      margin-top: 30px !important; }
    .topprice .priceWrap .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      padding: 15px 0; }
      .topprice .priceWrap .container.border {
        border-bottom: 2px dotted #1a449a; }
      .topprice .priceWrap .container.monitor {
        color: #1a449a;
        padding-top: 0; }
      .topprice .priceWrap .container p {
        font-size: 24px;
        line-height: 1.2; }
        .topprice .priceWrap .container p:last-child {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          .topprice .priceWrap .container p:last-child > strong {
            font-size: 24px;
            display: block;
            margin-right: 20px; }
          .topprice .priceWrap .container p:last-child > span {
            display: block;
            font-size: 80px;
            font-weight: bold;
            text-align: right; }
            .topprice .priceWrap .container p:last-child > span > span {
              font-size: 46px;
              position: relative; }
              .topprice .priceWrap .container p:last-child > span > span > span {
                font-size: 20px;
                position: absolute;
                right: 3px;
                top: -22px;
                white-space: nowrap; }
    .topprice .priceWrap.caution {
      padding: 20px 40px; }
      .topprice .priceWrap.caution > p:first-child {
        color: #1a449a;
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin: 0 0 5px; }
    .topprice .priceWrap.price-hifuka {
      padding-bottom: 30px; }
      .topprice .priceWrap.price-hifuka .container {
        /* style依存打ち消し */ }
        .topprice .priceWrap.price-hifuka .container .unit {
          width: 50%; }
        .topprice .priceWrap.price-hifuka .container p span.bui {
          font-size: 20px; }
        .topprice .priceWrap.price-hifuka .container p:last-child {
          display: block; }
          .topprice .priceWrap.price-hifuka .container p:last-child span {
            display: inline;
            text-align: left; }
        .topprice .priceWrap.price-hifuka .container .priceBalloon {
          width: 90%;
          font-size: 18px;
          text-align: center;
          background: #ffde00;
          color: #000;
          padding: 4px 0;
          margin: 0 auto 10px;
          position: relative; }
          .topprice .priceWrap.price-hifuka .container .priceBalloon span {
            font-size: 22px; }
          .topprice .priceWrap.price-hifuka .container .priceBalloon::before {
            content: "";
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            left: 50%;
            bottom: -10px;
            transform: translate(-50%, 0);
            border-top: 10px solid #ffde00;
            border-right: 10px solid transparent;
            border-left: 10px solid transparent; }
  @media screen and (max-width: 979px) {
    .topprice {
      padding: 4vw 0 7vw; }
      .topprice .priceWrap {
        padding: 0 3vw; }
        .topprice .priceWrap + h3,
        .topprice .priceWrap + .priceWrap {
          margin-top: 3vw !important; }
        .topprice .priceWrap .container {
          padding: 1vw 1.5vw; }
          .topprice .priceWrap .container p {
            font-size: 4vw; }
            .topprice .priceWrap .container p:last-child > strong {
              font-size: 3.5vw;
              margin-right: 2vw; }
            .topprice .priceWrap .container p:last-child > span {
              font-size: 10vw;
              font-weight: bold; }
              .topprice .priceWrap .container p:last-child > span > span {
                font-size: 6vw;
                position: relative;
                margin-left: 1vw; }
                .topprice .priceWrap .container p:last-child > span > span > span {
                  font-size: 3vw;
                  right: 0.2vw;
                  top: -2.4vw; }
        .topprice .priceWrap.caution {
          padding: 2vw 3.5vw;
          font-size: 3.7vw; }
          .topprice .priceWrap.caution > p:first-child {
            font-size: 4vw;
            margin: 0 0 1vw; }
        .topprice .priceWrap.price-hifuka {
          padding-bottom: 3.5vw; }
          .topprice .priceWrap.price-hifuka .container {
            padding: 2vw 1.5vw; }
            .topprice .priceWrap.price-hifuka .container p span.bui {
              display: block;
              font-size: 3vw; }
            .topprice .priceWrap.price-hifuka .container .priceBalloon {
              font-size: 12px; }
              .topprice .priceWrap.price-hifuka .container .priceBalloon span {
                font-size: 14px; } }
  .topprice .price_set .headline_txt {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2; }
  .topprice .price_set .pricetable {
    width: 100%; }
    .topprice .price_set .pricetable thead th {
      text-align: center;
      background-color: #1a449a;
      padding: 10px 10px;
      line-height: 1.2;
      font-size: 16px; }
    .topprice .price_set .pricetable tbody th {
      background-color: #f8f8f8;
      padding: 10px 10px;
      font-size: 18px; }
    .topprice .price_set .pricetable tbody td {
      padding: 5px 10px;
      text-align: center;
      font-size: 16px; }
      .topprice .price_set .pricetable tbody td.bui {
        width: 30%; }
      .topprice .price_set .pricetable tbody td.normal, .topprice .price_set .pricetable tbody td.limited {
        font-size: 20px;
        color: #a9735a; }
      .topprice .price_set .pricetable tbody td.limited {
        font-size: 22px;
        color: #e00867; }
  @media screen and (max-width: 979px) {
    .topprice .price_set .headline_txt {
      font-size: 4vw; }
    .topprice .price_set .pricetable {
      width: 100% !important; }
      .topprice .price_set .pricetable thead th {
        font-size: 3.2vw;
        padding: 5px 5px; }
      .topprice .price_set .pricetable tbody tr th {
        padding: 5px 5px;
        font-size: 3.6vw; }
      .topprice .price_set .pricetable tbody tr td {
        padding: 5px 5px;
        font-size: 3.2vw; }
        .topprice .price_set .pricetable tbody tr td.bui {
          width: 25%; }
        .topprice .price_set .pricetable tbody tr td.normal {
          font-size: 3.8vw; }
        .topprice .price_set .pricetable tbody tr td.limited {
          font-size: 4vw; } }

.topflow {
  padding: 40px 0 70px;
  background: #fcfbe7; }

.flowmain {
  margin: 30px 0 0; }

.flowpanelFlame {
  padding: 25px 20px;
  background: #fff;
  position: relative; }

.flowpanelFlame:nth-child(n + 2) {
  margin: 65px 0 0; }

.flowpanelFlame:before {
  content: "";
  width: 236px;
  height: 47px;
  z-index: 2;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -47px;
  background: url("/assets/laser/bihada/acnelite/images/flowArrow.png") center top no-repeat; }

.flowmain .flowpanelFlame:last-child:before {
  display: none; }

.flowpanel {
  font-size: 19px;
  line-height: 1.7;
  display: flex;
  justify-content: space-between; }

.flowbox {
  width: 580px;
  padding: 0 20px 0 0; }
  .flowbox .tel {
    vertical-align: text-top;
    margin: 2px 5px 0 0; }
  .flowbox strong,
  .flowbox strong a {
    color: #1a449a; }

.flowbox .tit {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }
  .flowbox .tit > p:first-child {
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 0;
    text-align: center;
    flex-direction: column;
    background: #1a449a;
    color: #fff;
    font-size: 16px;
    line-height: 1.1;
    border-radius: 100%;
    margin-right: 10px; }
    .flowbox .tit > p:first-child > span {
      font-size: 32px; }
  .flowbox .tit > p:last-child {
    font-size: 30px;
    font-weight: bold;
    color: #1a449a; }

@media screen and (max-width: 979px) {
  .topflow {
    padding: 4vw 0 7vw; }
  .flowmain {
    margin: 2vw 0 0; }
  .flowpanelFlame:nth-child(n + 2) {
    margin: 11vw 0 0; }
  .flowpanel + .flowpanel {
    font-size: 3.7vw;
    margin-top: 2vw !important; }
  .flowpanelFlame {
    padding: 2.5vw;
    font-size: 3.7vw; }
  .flowpanel {
    padding-bottom: 2vw;
    display: block; }
  .flowpanel + .flowpanel {
    margin: 3vw 0 0; }
  .flowpanelFlame:before {
    width: 50%;
    height: 9.5vw;
    bottom: -9.5vw;
    background-size: 100% auto; }
  .flowbox {
    width: 100%;
    padding: 0;
    font-size: 3.7vw; }
  .flowbox .tit {
    display: flex;
    font-size: 4.5vw;
    margin-bottom: 10px; }
    .flowbox .tit > p:first-child {
      width: 13vw;
      height: 13vw;
      padding: 2.5vw 0 0;
      font-size: 3.5vw;
      margin-right: 2vw; }
      .flowbox .tit > p:first-child > span {
        font-size: 5vw; }
    .flowbox .tit > p:last-child {
      font-size: 5.5vw; }
  .flowpanel .img {
    text-align: center;
    margin: 2vw 0 0; }
  .flowpanel .img img {
    width: 80%; } }

.topinfo {
  padding: 40px 0 70px; }
  .topinfo table {
    width: 100%;
    font-size: 18px;
    border: 1px solid #ccc; }
    .topinfo table tr th,
    .topinfo table tr td {
      border-bottom: 1px solid #ccc;
      padding: 15px 25px;
      font-weight: normal;
      text-align: left; }
    .topinfo table tr th {
      width: 325px;
      text-align: center;
      background: #eeeeee; }
  @media screen and (max-width: 979px) {
    .topinfo {
      padding: 4vw 0 7vw; }
      .topinfo table {
        font-size: 3.5vw; }
        .topinfo table tr th,
        .topinfo table tr td {
          padding: 1.5vw 2vw;
          font-weight: normal; }
        .topinfo table tr th {
          width: 30%; } }

.topfaq {
  padding: 40px 0 70px;
  background: #e3f4f9; }

.faqmain {
  margin: 30px 0 0; }

.faqcont {
  padding: 40px; }

.faqcont:nth-child(2n + 1) {
  background: #fff; }

.faqcont .tit {
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0 0 68px;
  margin-bottom: 35px;
  min-height: 41px;
  background: url("/assets/laser/bihada/acnelite/images/qaq.png") 0 0 no-repeat; }

.faqcont .txt {
  font-size: 21px;
  padding: 5px 0 0 68px;
  min-height: 41px;
  background: url("/assets/laser/bihada/acnelite/images/qaa.png") 0 0 no-repeat; }

@media screen and (max-width: 979px) {
  .topfaq {
    padding: 4vw 0 7vw; }
  .faqmain {
    margin: 3vw 0 0; }
  .faqcont {
    padding: 2.5vw; }
  .faqcont .tit {
    font-size: 4.5vw;
    padding: 1vw 0 0 10vw;
    margin-bottom: 1.5vw;
    background-size: 8vw auto; }
  .faqcont .txt {
    font-size: 3.7vw;
    padding: 0 0 0 10vw;
    background-size: 8vw auto;
    min-height: 8vw; } }

#clinic {
  padding: 40px 0 0;
  margin: 0 !important; }
  #clinic #clinic-map {
    min-height: 2000px !important;
    margin-top: 3vw !important;
    min-height: 1600px; }
  #clinic .clinicText {
    font-size: 40px;
    font-weight: bold;
    color: #1a449a;
    margin: 30px 0 0;
    text-align: center; }
  #clinic #tokai {
    top: 167px;
    left: 226px; }

@media (max-width: 979px) {
  #clinic {
    padding: 4vw 0 0; } }

.slider-contents .pickup_slider {
  padding: 0 30px; }
  @media (max-width: 640px) {
    .slider-contents .pickup_slider {
      padding: 0 3vw; } }
  .slider-contents .pickup_slider__item figure {
    text-align: center; }
    .slider-contents .pickup_slider__item figure img {
      margin: auto; }

.slider-contents .slick-prev,
.slider-contents .slick-next {
  top: 48%;
  background-color: transparent; }
  @media (max-width: 979px) {
    .slider-contents .slick-prev,
    .slider-contents .slick-next {
      display: block !important; } }
  @media (max-width: 640px) {
    .slider-contents .slick-prev,
    .slider-contents .slick-next {
      width: 5vw;
      height: 5vw; } }

.slider-contents .slick-prev {
  left: -45px; }

.slider-contents .slick-next {
  right: -45px; }

@media (max-width: 640px) {
  .slider-contents .slick-prev {
    left: -5vw; }
  .slider-contents .slick-next {
    right: -5vw; } }

.slider-contents .slick-prev:before,
.slider-contents .slick-next:before {
  background-size: 19px auto; }
  @media (max-width: 640px) {
    .slider-contents .slick-prev:before,
    .slider-contents .slick-next:before {
      width: 5vw;
      height: 5vw;
      background-size: 2.8vw auto; } }

.slider-contents .slick-next:before {
  background-image: url("/assets/laser/bihada/acnelite/images/icon_next.png"); }

.slider-contents .slick-prev:before {
  background-image: url("/assets/laser/bihada/acnelite/images/icon_prev.png"); }

.slider-contents .slick-track {
  display: flex;
  align-items: center; }
