.sp_only{
    display: none;
}
.article section{
    margin-top: 40px;
}
.article h2{
    font-size: 22px;
    color: #ff7762;
    margin: 10px 0;
}
.article p{
    font-size: 15px;
}
.c_box1{
    display: flex;
}
.sub{
    font-size: 10px;
    text-align: end;
}

/*-----キービジュアル-----*/
.collage_kv{
    background-color: #fce6dc;
    padding: 2rem 0;
}
.collage_kv_text{
    text-align: center;
    letter-spacing: 2px;
}
.collage_kv_text .note{
    color: #ff7762;
    font-size: 10px;
}
.collage_kv img{
    width: 50%;
    margin: 0 auto;
}
.collage_kv .c_t1{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.collage_kv .c_t1 span{
    font-size: 17px;
}
.collage_kv .c_t2{
    text-align: center;
    margin: 1.5rem 0;
}
.collage_kv .c_t2 span{
    background-color: #ff7762;
    color: #fff;
    font-size: 16px;
    padding: 5px 35px;
    border-radius: 40px;
}
.collage_kv .c_t3{
    text-align: center;
}
.collage_kv .text01 {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.8;
    text-align: end;
}


/*-----sec_text1------*/
.sec_text1_image{
    width: 35%;
}
.sec_text1 .c_t3{
    width: 65%;
}


/*-----主な成分-----*/
.sec_text2_1{
    margin-top: 20px;
}
.sec_text2_1 .c_s2{
    color: #6a3331;
    font-size: 16px;
    font-weight: bold;
}
.sec_text2_1 .text01{
    margin-top: -2rem;
}


/*-----やさしさへのこだわり-----*/
.sec_text3 .c_box1:nth-of-type(2){
    margin-bottom: 20px;
}
.sec_text3 .c_t4{
    color: #6a3331;
    background-color: #fce6e5;
    border-radius: 5px;
    padding: 0.8rem 2.4rem;
    margin-right: 5px;
}
.c_box10{
    margin: 1rem 0;
}


/*-----敏感肌でも、肌の悩み、あきらめない-----*/
.sec_text4 .c_box2{
    background-image: url(https://gigaplus.makeshop.jp/wclinic/shop/article/collage/collage_point1_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec_text4 .c_box2_1{
    background: rgba(255,255,255,0.7);
    padding: 20px 20px 30px;
}
.sec_text4 .c_t3{
    font-weight: 500;
    line-height: 1.9;
}
.sec_text4 .c_t3 span{
    background: linear-gradient(transparent 40%, #fffd32c4 80%);
}


/*-----3つのこだわり-----*/
.sec_text5{
    font-size: 15px;
}

/*-----アコーディオンメニュー-----*/

.accordion_1:not([open]) {
    margin-bottom: 10px;
}
.accordion_1 summary {
    text-align: center;
    position: relative;
    padding: 0.5em 0;
    background-color: #ff7762;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
    list-style: none;
}
.accordion_1 summary::marker{
    display: none;
}
.accordion_1 summary::-webkit-details-marker {
    display: none;
}
.accordion_1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transition: transform .3s;
    position: absolute;
    left: 1em;
    top: 0.9em;
}
.accordion_1[open] summary::after {
    transform: rotate(225deg);
}
/*-----アコーディオンメニューここまで-----*/


/*-----アコーディオンメニュー　中身-----*/
.accordion_1 summary span{
    color: #fff;
}
.accordion_1 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    transition: transform .5s, opacity .5s;
}
.accordion_1[open] p {
    transform: none;
    opacity: 1;
}
.accordion_1[open] .c_t5{
    color: #6a3331;
    font-size: 20px;
    font-weight: 600;
}
.accordion_1 .c_box1{
    margin: 1rem 0;
}
.accordion_1 .c_unit2{
    padding: 1em 1em 0 1em;
}

.accordion_1 .c_unit2 .c_t3{
    padding: 1em 0;
}
.accordion_1 .c_box1 .c_unit2{
    width: 60%;
}
.accordion_1 .c_box1 img{
    width: 40%;
    padding: 0 1rem 1rem 1rem;
}
.accordion_1[open] .point2_image img{
    width: 100%;
}
.accordion_1[open] .point2_image{
    width: 40%;
}


/*-----5種の保湿成分-----*/
.accordion_1:nth-of-type(2) .c_box1:nth-of-type(1) .c_unit2{
    margin-bottom: 1rem;
}
.accordion_1:nth-of-type(2) .c_unit2:nth-of-type(2){
    padding: 0 1em 0 1em;
}
.accordion_1:nth-of-type(2) .c_box1{
    margin: 2rem 0 2rem;
}
.accordion_1:nth-of-type(2) .c_box1:nth-of-type(1){
    margin: 1rem 0 0;
}
.accordion_1:nth-of-type(2) .point2_image2 img{
    width: 100%;
}
.accordion_1:nth-of-type(2) .point2_image2{
    width: 80%;
    margin: 0 auto;
}
.accordion_1 .c_unit2 .c_t1{
    padding-top: 2.5rem;
}
.accordion_1[open] .c_t1{
    font-size: 17px;
    font-weight: 600;
}
.accordion_1[open] .c_t1 span{
    background: linear-gradient(transparent 40%, #fffd32c4 80%);
}
.accordion_1[open] .c_unit3{
    width: 50%;
}
.accordion_1[open] .c_unit3 .c_t1{
    text-align: center;
}
.accordion_1[open] .c_unit3 .c_t1_1{
    text-align: center;
    color: #18b7cc;
    font-size: 17px;
    font-weight: 600;
}

.accordion_1[open] .c_unit3 .c_t3{
    padding: 1.5rem;
}
/*-----5種の保湿成分 ここまで-----*/


/*-----低刺激処方-----*/
.accordion_1[open]:nth-of-type(3) .c_unit2{
   margin: 1rem 0;
}
.accordion_1[open] .c_unit4 .c_t3, .accordion_1[open] .c_unit40 .c_t3{
   font-weight: 600;
   padding: 1em 0 0;
}
.accordion_1[open] .c_unit4 .c_t4{
   color: #6a3331;
   background-color: #fce6e5;
   border-radius: 5px;
   padding: 0.8rem 2.2rem;
   margin-right: 5px;
}
.accordion_1[open] .c_unit40 .c_box1{
   display: flex;
   flex-wrap: wrap;
   margin: 10px 0;
}
.accordion_1[open] .c_unit40 .c_t5{
   color: #6a3331;
   background-color: #fce6e5;
   border-radius: 5px;
   font-weight: 500;
   padding: 0.5rem 1rem;
   font-size: 15px;
   text-align: center;
   width: 49%;
   margin-bottom: 0.5rem;
   margin-right: 5px;
}

/*-----低刺激処方 ここまで-----*/
/*-----アコーディオンメニュー　中身 ここまで-----*/


/*-----2ステップケア-----*/
.sec_text6{
    background-color: #fce6dc;
    padding: 20px;
    margin-top: 3rem;
}
.sec_text6 .c_t3{
    margin-right: 2rem;
}
.sec_text6 .c_unit5{
    width: 50%;
}
.sec_text6 .c_unit5 img{
    margin-bottom: 5px;
    margin-top: 10px;
}


/*-----使用ステップ-----*/
.sec_text7 .c_image img{
    width: 94%;
}
.sec_text7 .c_image{
    background-color: #ffdce0;
}
.sec_text7 .c_t1{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.5em;
    font-weight: 600;
    margin-top: 4rem;
}




/*-----クレンジングミルク　メイク落ちテストについて-----*/
.sec_text2_2 .c_box2_2{
    display: flex;
    margin-bottom: 2rem;
    position: relative;
}
.sec_text2_2 .c_box2_2 .c_inner{
    width: 50%;
}
.sec_text2_2 .c_box2_2 .c_inner:nth-of-type(3) img{
    width: 58%;
}
.sec_text2_2 .c_s2{
    text-align: center;
    margin: 1.2rem 0;
}
.sec_text2_2 .c_s2 span{
    color: #6a3331;
    font-weight: bold;
    border: 1px solid #6a3331;
    border-radius: 50px;
    padding: 2px 20px;
    font-size: 15px;
}
.sec_text2_2 .c_box2_2 .c_image1{
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 1em 0 1em 1.5em;
    border-color: transparent transparent transparent #ff7762;
    transform: translateY(0.1em) scale(0.8);
    position: absolute;
    top: 10rem;
    left: 24rem;
}
.sec_text2_2 .c_s3{
    font-size: 15px;
    margin-bottom: 10px;
}
.sec_text2_2 .c_s3 span{
    padding: 1px 5px;
    border: 1px solid #333;
}

/*-----使用方法-----*/
.sec_detail .d_bx{
    display: flex;
    justify-content: space-between;
}
.sec_detail .d_item{
    width: 22%;
    position: relative;
}
.sec_detail .d_item span{
    position: absolute;
    color: #fff;
    background-color: #693231;
    padding: 2px 7px;
}
.sec_detail .d_item p{
    margin: 0.5em 0 2em;
}


@media screen and (max-width: 768px) {
.pc_only{
    display: none;
}
.sp_only{
    display: inline-block;
}
.article h2{
    font-size: 4.2vw;
}
.article p{
    font-size: 3.2vw;
}
.c_s2,.collage_kv .c_t2 span{
    font-size: 3.4vw;
}
.collage_kv{
    margin: 0 calc(50% - 50vw);
    padding: 2rem 4%;
}
.collage_kv img{
    width: 75%;
}
.collage_kv .c_t1{
    font-size: 4.8vw;
}
.c_box1 {
    display: inline-block;
}
.sec_text1 .c_t3{
    width: 100%;
}
.sec_text1_image{
    width: 100%;
}
.sub{
    font-size: 2.8vw;
}
.sec_text3 .c_t4, .accordion_1[open] .c_unit4 .c_t4{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    text-align: center;
    padding: 0.5rem;
}
.sec_text3 .c_box1, .accordion_1[open] .c_unit4 .c_box1{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

/*-----アコーディオンメニュー-----*/
.accordion_1 .c_box1 .c_unit2, .accordion_1[open] .point2_image, .accordion_1[open] .c_unit3, .sec_text6 .c_unit5{
    width: 100%;
}
.accordion_1[open] .c_t5{
    font-size: 4.2vw;
}

/*-----使用方法-----*/
.sec_detail .d_bx{
    display: inline-block;
}
.sec_detail .d_item{
    width: 100%;
    display: flex;
    gap: 0.5rem;
    margin: 1rem 0;
}
.d_item_image, .sec_detail .d_item p{
    width: 50%;
    margin: 0;
}
.accordion_1[open] .c_unit40 .c_box1{
    grid-template-columns: repeat(1, 1fr);
}
.accordion_1[open] .c_unit40 .c_t5{
    font-size: 3.2vw;
    width: 100%;
}
}


/*-----フルフルシリーズ-----*/
/*

  オリジナル

================================================================
*/
figure {
  margin: 0;
  padding: 0;}
figure img {
  width: 100%;
  height: auto;}
.at-brand {
  position: relative;}
.at-brand .title {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 22px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .1);
  letter-spacing: .1em;}
.at-brand figure {
  margin: 0;
  padding: 0;
  width: 40%;}
.at-brand figure img {
  width: 100%;
  height: auto;}
.at-brand .flex {
  display: flex;
  align-items: center;}
.at-brand .flex > div {
  flex: 1;
  margin-left: 40px;}
.at-brand .flex > div .txt {
  line-height: 1.8;
}

h3.ch3 {
  position: relative;
  font-weight: 600!important;
  margin-bottom: 15px;
  text-align: center;
  color: #333;}
h3.ch3:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ccc;}
h3.ch3 span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background-color: #fff;
  font-size: 22px;
  color: #333;
  z-index: 2;}

/*

  全体レイアウト

================================================================
*/
.lx-contents {
  position: relative;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;}
.lx-contents + .lx-contents {
  margin-top: 60px;}
.lx-contents .intro h2 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 24px;
  color: #0a9b37;}
.lx-contents .intro h2 span {
  display: inline-block;
  margin-right: 5px;
  font-size: 130%;}
.lx-contents .intro h2 span i {
  font-style: normal;}
.lx-contents .intro h2 span i:nth-child(odd) {
  position: relative;
  top: -3px;}
.lx-contents .intro h2 span i:nth-child(even) {
  position: relative;
  bottom: -3px;}
.lx-contents.mt0 {
  margin-top: 0;}
.tc {
  text-align: center;}
.tc span {
  font-size: 60%;}
.ul {
  text-decoration: underline;}
.imgarea {
  margin: 0;
  margin-top: 30px;
  padding: 0;}
.t01 {
  width: 100%;
  margin-top: 20px;}
.t01 + .t01 {
  margin-top: 10px;}
.t01 th {
  width: 38%;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  background-color: #f4f4f4;
  font-size: 15px;}
.t01 td {
  padding: 10px;
  font-size: 15px;}
.t01 tr + tr th {
  border-top: 1px solid #fff;}
.t01 tr + tr td {
  border-top: 1px solid #eee;}
.t01 caption {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #333;}
h3 + .t01 {
  margin-top: 0;}
.t01.oth th {
  text-align: left;
  background-color: transparent;
  border-top: 1px solid #eee!important;}
.t01.oth tr + tr th {
  border-top: none;}
.iml {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;}
.iml:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://gigaplus.makeshop.jp/wclinic/shop/article/collage/100000001765/iml.png) no-repeat bottom center / 100% auto;
  z-index: 2;}
.lobox {
  margin-top: 50px;}
.lobox .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #7b8fc8;
  letter-spacing: .1em;
  border-bottom: 1px solid #ccc;}
.tois {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;}
.tois div {
  width: 48.5%;
  margin-top: 10px;}
.tois div:nth-child(-n+2) {
  margin-top: 0;}
.tois div h3 {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 18px;
  color: #7b8fc8;
  letter-spacing: .1em;}
.tois div h3 span {
  font-size: 80%;}
.tois div p {
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  font-size: 15px;}

/*
========================================================

  共通レイアウト：おすすめの方

========================================================
*/
.reco {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
.reco li {
  width: 49.7%;
  margin-top: 5px;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #eaf5f1;
  text-align: center;
  color: #333;}
.reco li:nth-child(-n+2) {
  margin-top: 0;}

/*
========================================================

  共通レイアウト：01

========================================================
*/
.lx-contents .cl01 {
  position: relative;}
.lx-contents .cl01 h2 {
  position: relative;
  border-bottom: 1px solid #0a9b37;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: center;
  color: #0a9b37;
  letter-spacing: .1em;}
.lx-contents .cl01 h2:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #0a9b37;}
.lx-contents .cl01 h2:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #0a9b37;}
.lx-contents .cl01 h2 span {
  position: relative;
  display: block;}
.lx-contents .cl01 h2 span:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #0a9b37;}
.lx-contents .cl01 h2 span:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #0a9b37;}

/*
========================================================

  共通レイアウト：よくある質問

========================================================
*/
.faq-box {
  position: relative;}
.faq-box dl dt {
  position: relative;
  margin-bottom: 5px;
  font-weight: 500;
  padding: 2px 0;
  padding-left: 40px;}
.faq-box dl dt:before {
  pointer-events: none;
  content: 'Q';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: mincho;
  z-index: 2;}
.faq-box dl dd {
  font-size: 15px;
  padding: 15px 20px;
  background-color: #f7f7f7;}
.faq-box dl dd + dt {
  margin-top: 20px;}

/*
========================================================

  オリジナル

========================================================
*/
.step {
  position: relative;
  padding: 0 0 30px;}
.step:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #0a9b37;
  z-index: 1;}
.step li {
  position: relative;
  padding-left: 90px;
  z-index: 2;}
.step li + li {
  margin-top: 10px;}
.step li span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px 10px;
  background-color: #0a9b37;
  border-radius: 0 100svh 100svh 0;
  font-size: 90%;
  font-weight: 600;
  color: #fff;
  line-height: 1.0;}
.points {
  padding: 10px;
  background-color: #0a9b37;
  border-radius: 0 10px 10px 10px;
  color: #fff;
  text-align: center;
  font-weight: 600;}
.points p {
  text-align: center;}

@media screen and (max-width: 768px) {
  /*

  オリジナル

================================================================
*/

.at-brand .title {
  margin-bottom: 5vw;
  font-size: 4.8vw;
}
.at-brand .title span {
  display: block;
  margin-top: 3.5vw;
  font-size: 3.4vw;
  letter-spacing: 0;}
.at-brand figure {
  width: 100%;}
.at-brand .flex {
  flex-direction: column;}
.at-brand .flex > div {
  width: 100%;
  margin-top: 7vw;
  margin-left: 0;}
.at-brand .flex > div .txt {
  font-size: 3.4vw;}

h3.ch3 {
  border-bottom: none;
  margin: 0;
  padding: 0;
  margin-bottom: 3.5vw;
}
h3.ch3 span {
  font-size: 4.2vw;
}

/*

  全体レイアウト

================================================================
*/
.lx-contents img {
  max-width: 100%;}
.lx-contents {
  margin-top: 10vw;
  padding: 0;
  font-size: 3.4vw;
}
.lx-contents p {
  font-size: 3.4vw;}
.lx-contents + .lx-contents {
  margin-top: 10vw;}
.lx-contents .intro h2 {
  padding: 0;
  margin-bottom: 3.5vw;
  background: none;
  font-size: 4.8vw;
  line-height: 1.8;
  letter-spacing: .05em;
}
.lx-contents .intro h2 span {
  margin-right: 1vw;
  font-size: 120%;}
.lx-contents .intro h2 span i:nth-child(odd) {
  top: -1vw;}
.lx-contents .intro h2 span i:nth-child(even) {
  bottom: -1vw;}
.imgarea {
  margin-top: 5vw;
}
.t01 {
  border: none!important;
  margin-top: 5vw;}
.t01 th {
  width: 40%;
  border: none!important;
  padding: 3vw;
  background-color: #eaf5f1;
  font-size: 3.2vw;}
.t01 td {
  border: none!important;
  padding: 3vw;
  font-size: 3.2vw!important;}
.t01 caption {
  white-space: nowrap;
  margin-bottom: 1vw;
  text-align: left;
  font-size: 3.4vw;
}
.lobox {
  margin-top: 10vw;}
.lobox p {
  line-height: 1.8;}
.lobox .title {
  margin-bottom: 2vw;
  padding-bottom: 2vw;
  font-size: 3.4vw;
}
.tois {
  flex-direction: column;
  margin-top: 5vw;}
.tois div {
  width: 100%;
  margin-top: 3vw;}
.tois div h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  font-size: 3.8vw;
}
.tois div p {
  padding: 3vw;
  font-size: 3.2vw;}

/*
========================================================

  共通レイアウト：おすすめの方

========================================================
*/
.reco {
  flex-direction: column;
  margin: 0!important;}
.reco li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none!important;
  width: 100%;
  margin: 0!important;
  border-radius: 2vw;
  padding: 3vw 0;
  font-size: 3.2vw!important;
}
.reco li + li {
  margin-top: 2vw!important;}
.reco li span {
  padding: 0 1vw;}

/*
========================================================

  共通レイアウト：01

========================================================
*/
.lx-contents .cl01 h2 {
  padding: 0 0 2vw;
  background-image: none;
  margin-bottom: 3.5vw;
  font-size: 4.2vw;
  line-height: 1.6;
}
.lx-contents .cl01 h2:before, .lx-contents .cl01 h2 span:before {
  width: 3vw;
}
.lx-contents .cl01 h2:after, .lx-contents .cl01 h2 span:after {
  top: 4vw;
  width: 2vw;
}


/*
========================================================

  共通レイアウト：よくある質問

========================================================
*/
.faq-box dl {
  font-size: 3.4vw!important;}
.faq-box dl dt {
  padding: 2vw 0;
  padding-left: 11vw;}
.faq-box dl dt:before {
  top: 1vw;
  height: 8vw;
  font-size: 3.8vw;
}
.faq-box dl dd {
  font-size: 3.4vw!important;
  padding: 3vw 4vw;
  line-height: 1.7;
}
.faq-box dl dd + dt {
  margin-top: 5vw;}
.lx-contents .box05 h3.d_sp span {
  font-size: 3.6vw!important;}
.lx-contents .box05 p {
  font-size: 3vw!important;
  line-height: 1.8;}

/*
========================================================

  オリジナル

========================================================
*/
.step {
  list-style-type: none!important;
  padding: 0 0 5vw;}
.step li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  list-style-type: none!important;
  margin: 0!important;
  padding-left: 18vw;
  font-size: 3.3vw!important;
}
.step li + li {
  margin-top: 3vw!important;}
.step li span {
  padding: 1.5vw 2.5vw;
}
.points {
  padding: 2vw 3vw;
  border-radius: 0 2vw 2vw 2vw;
}
.points p {
  font-size: 3.4vw!important;
}
}