body,html{
  width: 100%;
  overflow-x: hidden;
  height: auto;
}

.sec-lab-body.sec-application-list{
  width: 100%;
}

.sec-lab-body.sec-application-list .container{
  padding-left: 0;
  padding-right: 0;
}

.sec-lab-feature {
  background: url(../img/lab/kv.jpg) center bottom no-repeat;
  background-size: cover
}

.sec-lab-feature.detail.stl01 {
  background: url(../img/lab/stl/kv_stl01.jpg) center bottom no-repeat;
  background-size: cover
}

.sec-lab-feature:after{
  display: none;
}

.sec-lab-feature .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sec-product-search .blc-search .w100{
  width: 100%;
}

.sec-product-search .blc-search .w100 ul.search_tags{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.sec-product-search .blc-search .w100 ul.search_tags li{
  flex-shrink: 0;      /* タグを縮めさせない */
  white-space: nowrap; /* タグ内テキストを折り返させない */
}

@media screen and (max-width:767px) {
  .sec-lab-feature.detail.stl01 {
    background: url(../img/lab/stl/kv_stl01_sp.jpg) center center no-repeat;
    background-size: cover
  }
}

main .sec-lab-body .container {
  padding-top: 4rem;
}

main .sec-lab-body .container .wrap-lab-list{
  display: flex;
  gap: 2%;
  flex-wrap: wrap;
  width: 100%;
}

main .sec-lab-body .container .wrap-lab-list > li{
  width: 32%;
  margin-bottom: 70px;
}

main .sec-lab-body .container .wrap-lab-list li a{
  display: block;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.19);
  background: #FFF;
  position: relative;
  height: 100%;
}

main .sec-lab-body .container .wrap-lab-list li a .update{
  position: absolute;
  left: 8px;
  top: 8px;
  width: 130px;
  height: 21px;
  border-radius: 32px;
  border: 1px solid #16205A;
  background: #FFF;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  padding-top: 4px;
}

main .sec-lab-body .container .wrap-lab-list li a .update span{
  display: inline-block;
  margin-left: 6px;
}

main .sec-lab-body .container .wrap-lab-list li a .pic{
  display: block;
  width: 100%;
}

main .sec-lab-body .container .wrap-lab-list li a .body{
  padding: 20px;
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 700;
}

main .sec-lab-body .container .wrap-lab-list li a .body .tags,
.sec-lab-detail-body .tags{
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

main .sec-lab-body .container .wrap-lab-list li a .body .tags li,
.sec-lab-detail-body .tags li{
  background: #182057;
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%; /* 13.2px */
  letter-spacing: 0.22px;
  padding: 3px 8px;
}

.sec-lab-feature.detail .desc{
  font-size: 40px;
  font-weight: 800;
  line-height: 120%; /* 48px */
}

.sec-lab-feature.detail .desc2{
  padding-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

@media screen and (max-width: 1135px) {

  main .sec-lab-body .container .wrap-lab-list{
    gap: 4%;
  }

  main .sec-lab-body .container .wrap-lab-list > li{
    width: 48%;
    margin-bottom: 70px;
  }

}



@media screen and (max-width:767px) {
  .sec-lab-feature h1{
    font-size: inherit;
  }
  .sec-lab-feature svg{
    width: 176px;
    height: auto;
  }

  main .sec-lab-body .container {
    padding-top: 3rem;
  }

  main .sec-lab-body .container .wrap-lab-list{
    gap: 5%;
  }

  main .sec-lab-body .container .wrap-lab-list > li{
    width: 47.5%;
    margin-bottom: 25px;
  }

  main .sec-lab-body .container .wrap-lab-list li a .update{
    left: 5px;
    top: 5px;
    width: 120px;
    height: 19px;
    border-radius: 32px;
    font-size: 10px;
    padding-top: 4px;
  }

  main .sec-lab-body .container .wrap-lab-list li a .update span{
    display: inline-block;
    margin-left: 6px;
  }


  main .sec-lab-body .container .wrap-lab-list li a .body{
    padding: 9px;
    font-size: 11px;
  }

  main .sec-lab-body .container .wrap-lab-list li a .body .tags,
  .sec-lab-detail-body .tags{
    padding-top: 10px;
    gap: 3px;
  }

  main .sec-lab-body .container .wrap-lab-list li a .body .tags li,
  .sec-lab-detail-body .tags li{
    font-size: 9px;
    padding: 2px 6px;
  }

  .sec-lab-feature.detail .desc{
    font-size: 22px;
    font-weight: 800;
    line-height: 120%; /* 26.4px */
  }

  .sec-lab-feature.detail .logo svg{
    width: 102px;
    height: auto;
  }

  .sec-lab-feature.detail .desc2{
    padding-top: 0;
  }
}


main .sec-under-feature.detail .logo{
  font-size: inherit;
  margin-bottom: 1.5rem;
}

main .sec-lab-feature.detail .container{
  padding: 70px 0 50px;
}

.sec-lab-detail-body .tags{
  padding-top: 0;
  gap: 10px;
  margin-bottom: 22px;
}

.sec-lab-detail-body .tags li{
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
}

.sec-lab-detail-body .date{
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  line-height: 1.5;
  margin-bottom: 70px;
}

.sec-lab-detail-body .contents{
  margin-bottom: 100px;
}

.sec-lab-detail-body .contents h2{
  color: #2A2A2A;
  font-size: 40px;
  font-weight: 800;
  line-height: 120%; /* 48px */
  margin-bottom: 28px;
}

.sec-lab-detail-body .contents p,
.sec-lab-detail-body .contents ul.indent,
.sec-lab-detail-body .desc ul.indent{
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin-bottom: 23px;
}

.sec-lab-detail-body .desc ul.indent{
  margin-bottom: 0;
}

.sec-lab-detail-body .contents p a,
.sec-lab-detail-body .contents ul.indent li a{
  text-decoration: underline;
}

.sec-lab-detail-body .contents p a:hover,
.sec-lab-detail-body .contents ul.indent li a:hover{
  text-decoration: none;
}

.sec-lab-detail-body .contents p .bold,
.sec-lab-detail-body .contents ul.indent li .bold{
  font-weight: 700;
}

.sec-lab-detail-body .contents ul.indent li,
.sec-lab-detail-body .desc ul.indent li{
  font-size: 18px;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.sec-lab-detail-body .contents ul.indent.indent1 li,
.sec-lab-detail-body .desc ul.indent.indent1 li{
  text-indent: -1em;
  padding-left: 1em;
}

.sec-lab-detail-body .contents ul.indent.indent2 li,
.sec-lab-detail-body .desc ul.indent.indent2 li{
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.sec-lab-detail-body .desc ul.indent li{
  font-size: 16px;
  text-indent: -1.22em;
  padding-left: 1.22em;
}

.sec-lab-detail-body .contents ul.indent li div.pl10{
  padding-left: 0;
  text-indent: 0;
  margin-left: 18px;
  line-height: 1.5;
}

.sec-lab-detail-body .contents p.caution{
  padding: 30px 48px;
  font-size: 16px;
  font-weight: 400;
  background: #F2F2F2;
}

.sec-lab-detail-body .contents .image{
  margin-bottom: 30px;
}

.sec-lab-detail-body .contents .image .text-image01{
  display: block;
  width: 70%;
  margin: 0 auto;
}

.sec-lab-detail-body .contents h3{
  font-size: 24px;
  font-weight: 800;
  line-height: 120%; /* 48px */
  margin-bottom: 20px;
}

.sec-lab-detail-body .contents h4{
  font-size: 16px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  margin-bottom: 20px;
}

.sec-lab-detail-body .contents .table01{
  margin-bottom: 40px;
}

.sec-lab-detail-body .contents .table01 th{
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  padding:25px 0;
}

.sec-lab-detail-body .contents .table01 th.th1,
.sec-lab-detail-body .contents .table01 th.th2{
  width: 300px;
}

.sec-lab-detail-body .contents .table01 th.th3{
  text-align: left;
  padding-left: 45px;
}

.sec-lab-detail-body .contents .table01.table01_4 th.th1,
.sec-lab-detail-body .contents .table01.table01_4 th.th2{
  width: 180px;
  padding-left: 0px;
}


.sec-lab-detail-body .contents .table01 td{
  padding: 30px 0;
  text-align: center;
  border-color: #929696;
}

.sec-lab-detail-body .contents .table01.table01_2 td{
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  padding-left: 45px;
  padding-right: 45px;
}

.sec-lab-detail-body .contents .table01.table01_2 th{
  text-align: left;
  padding-left: 45px;
}

.sec-lab-detail-body .contents .table01 td.td1{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
}

.sec-lab-detail-body .contents .table01 td.td1.td1_1{
  background: #7297E7;
}
.sec-lab-detail-body .contents .table01 td.td1.td2_1{
  background: #FDEB53;
}
.sec-lab-detail-body .contents .table01 td.td1.td3_1{
  background: #EFA64F;
}
.sec-lab-detail-body .contents .table01 td.td1.td4_1{
  background: #D04134;
  color: #FFF;
}

.sec-lab-detail-body .contents .table01 td.td3{
  text-align: left;
  padding-left: 46px;
}
.sec-lab-detail-body .contents .source {
  background: #f2f2f2;
  padding: 72px 56px;
  background: #F9F9F9;
  margin-bottom: 55px;
}

.sec-lab-detail-body .contents .source .ttl{
  font-size: 18px;
  margin-bottom: 0;
}

.sec-lab-detail-body .contents .source pre{
  font-size: 18px;
  line-height: 160%; /* 28.8px */
  word-break: break-all;
  white-space: pre-wrap;
  padding-left: 20px;
  position: relative;
}

.sec-lab-detail-body .contents .source pre.lnumber span {
  width: 45px;
  font-size: 15px;
  line-height: 29px;
  text-align: right;
  color: #808080;
  position: absolute;
  left: -35px;
}

.sec-lab-detail-body .desc{
  background: #F2F2F2;
  padding: 30px 48px;
}

.sec-lab-detail-body .desc h4{
  color: #2A2A2A;
  font-size: 24px;
  font-weight: 800;
  line-height: 160%; /* 38.4px */
  margin-bottom: 8px;
}

.sec-lab-detail-body .desc p{
  color: #2A2A2A;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}

@media screen and (max-width:767px) {
  main .sec-under-feature.detail .logo{
    margin-bottom: .5rem;
  }
  main .sec-under-feature{
    height: 37vh;
  }
  .sec-product-search,
  .sec-lab-body{
    width: calc(100% - 14px);
    margin-left: auto;
    margin-right: auto;
  }
  .sec-lab-detail-body {
    padding-left: 12px;
    padding-right: 12px;
  }

  main .sec-lab-feature.detail .container{
    padding: 35px 0 0px;
  }

  .sec-lab-detail-body .tags{
    padding-top: 0;
    gap: 4px;
    margin-bottom: 22px;
  }

  .sec-lab-detail-body .tags li{
    padding: 4px 8px;
  }

  .sec-lab-detail-body .date{
    margin-bottom: 45px;
  }

  .sec-lab-detail-body .contents{
    margin-bottom: 55px;
  }

  .sec-lab-detail-body .contents h2{
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sec-lab-detail-body .contents p,
  .sec-lab-detail-body .contents ul.indent{
    font-size: 14px;
    margin-bottom: 30px;
  }

  .sec-lab-detail-body .contents ul.indent li{
    font-size: 14px;
  }


  .sec-lab-detail-body .contents p .bold,
  .sec-lab-detail-body .contents ul.indent li .bold{
    font-weight: 700;
  }

  .sec-lab-detail-body .contents ul.indent li,{
    font-size: 14px;
  }

  .sec-lab-detail-body .contents ul.indent li div.pl10{
    padding-left: 0;
    text-indent: 0;
    margin-left: 14px;
  }

  .sec-lab-detail-body .contents p.caution{
    padding: 20px;
    font-size: 14px;
  }

  .sec-lab-detail-body .contents .image{
    margin-bottom: 30px;
  }

  .sec-lab-detail-body .contents .image .text-image01{
    width: 90%;
  }

  .sec-lab-detail-body .contents h3{
    font-size: 20px;
    margin-bottom: 20px;
  }

  .table_area{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 50px;
  }

  .sec-lab-detail-body .contents .table01{
    margin-bottom: 0;
    width: 650px;
  }

  .sec-lab-detail-body .contents .table01 th{
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    padding:5px 20px;
  }

  .sec-lab-detail-body .contents .table01 th.th1,
  .sec-lab-detail-body .contents .table01 th.th2{
    width: 168px;
  }

  .sec-lab-detail-body .contents .table01 th.th3{
    text-align: left;
    padding-left: 20px;
  }

  .sec-lab-detail-body .contents .table01.table01_4{
    width: 800px;
  }

  .sec-lab-detail-body .contents .table01.table01_4 th.th1,
  .sec-lab-detail-body .contents .table01.table01_4 th.th2{
    width: 180px;
    padding-left: 20px;
  }

  .sec-lab-detail-body .contents .table01 td{
    padding: 20px ;
    text-align: left;
  }

  .sec-lab-detail-body .contents .table01 td.td1{
    font-size: 14px;
  }

  .sec-lab-detail-body .contents .table01 td.td3{
    padding-left: 20px;
  }

  .sec-lab-detail-body .contents .source_area{
    width: 100%;
    overflow-x: scroll;

  }

  .sec-lab-detail-body .contents .source {
    width: 880px;
    padding: 20px;
    margin-bottom: 40px;
  }

  .sec-lab-detail-body .contents .source .ttl{
    font-size: 14px;
  }

  .sec-lab-detail-body .contents .source pre{
    font-size: 14px;
    line-height: 160%; /* 28.8px */
  }

  .sec-lab-detail-body .contents .source pre.lnumber span {
    width: 25px;
    text-align: left;
    left: -15px;
    font-size: 14px;
  }

  .sec-lab-detail-body .desc{
    padding: 20px;
  }

  .sec-lab-detail-body .desc h4{
    font-size: 20px;
  }

  .sec-lab-detail-body .desc p,
  .sec-lab-detail-body .desc ul.indent li{
    font-size: 14px;
  }

  .sec-lab-detail-body .desc ul.indent li{
    text-indent: -1.14em;
    padding-left: 1.14em;
  }

  .sec-lab-detail-body .contents .table01.table01_2 td{
    padding-left: 20px;
    padding-right: 20px;
  }
  .sec-lab-detail-body .contents .table01.table01_2 th{
    padding-left: 20px;
  }
}

.sp{
  display: none;
}

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

  .sp{
    display: block;
  }
}

.download_link{
  display: flex;
  align-items: center;
  gap: 5px;
}

/* stl_detail */
.sec-lab-stl-detail .container{
  display: block;
}

.sec-lab-stl-detail .container .stl_detail{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l{
  width: 673px;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l ul{
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li{
  width: 161px;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li a {
  display: block;
  position: relative;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 1px #CCCCCC;
  box-sizing: border-box; /* ボーダーによるサイズ調整 */
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li a.active:before {
  border-color: #FF0000;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_r{
  width: calc(100% - 729px);
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner{
  background: #F7F7F7;
  padding: 48px;
  font-size: 20px;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt01,
.sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt02{
  margin-bottom: 30px;
  line-height: 160%; /* 32px */
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt01 span{
  background: #182057;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  padding: 3px 8px;
  margin-left: 8px;
}

.sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt02 span{
  font-weight: 700;
}

.sec-lab-stl-detail .container h3{
  margin-top: 100px;
  font-size: 28px;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
}

.sec-lab-stl-detail .container h3:before{
  content: "";
  display: block;
  width: 8px;
  height: 33px;
  background: #0053E6;
  position: absolute;
  left: 0;
}

.sec-lab-stl-detail .notes{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
}

.sec-lab-stl-detail .notes span{
  font-weight: 700;
}

@media screen and (max-width:767px) {
  .sec-lab-stl-detail .container .stl_detail{
    display: block;
  }
  .sec-lab-stl-detail .container .stl_detail .stl_detail_l{
    width: 100%;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_l ul{
    margin-top: 15px;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li{
    width: 23.79%;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_l ul li a.active:before {
    border-color: #FF0000;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_r{
    width: 100%;
    margin-top: 60px;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner{
    background: #F7F7F7;
    padding: 32px 24px;
    font-size: 18px;
  }

  .sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt01,
  .sec-lab-stl-detail .container .stl_detail .stl_detail_r .inner .txt02{
    margin-bottom: 20px;
  }

  .sec-lab-stl-detail .container h3{
    margin-top: 80px;
  }
}


/* ============================================================
 モーダル
 ============================================================ */

/* オーバーレイ */
.stl-modal-overlay{
  position:fixed;inset:0;
  background: rgba(40, 40, 40, 0.95);
  display:none;                 /* 初期は非表示 */
  align-items:center;justify-content:center;
  padding:20px;z-index:1000;
  -webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);
}
.stl-modal-overlay.is-open{display:flex;}

/* モーダル本体 */
.stl-modal{
  position:relative;
  width:100%;max-width:600px;
  max-height:90vh;
  background:#fff;
  padding:32px;
  box-sizing:border-box;
  display:flex;flex-direction:column;
  animation:stlModalIn .2s ease-out;
}
@keyframes stlModalIn{
  from{opacity:0;transform:translateY(12px) scale(.98);}
  to{opacity:1;transform:none;}
}

/* 閉じるボタン */
.stl-modal-close{
  position:absolute;top:14px;right:14px;
  width:34px;height:34px;
  border:none;background:transparent;cursor:pointer;
  color:#e8eaed;line-height:0;border-radius:50%;z-index:1;
  transition:background .15s,color .15s;
}

.stl-modal-title{
  margin:0 0 20px;
  font-size: 20px;
  font-weight:700;line-height:1.1
}

/* 免責事項ボックス（スクロール領域） */
.stl-modal-terms{
  background:#F3F5FC;
  border:1px solid #E1E1E1;
  padding:20px;
  max-height:340px;
  overflow-y:auto;
  font-size:14px;line-height:1.6;
}
.stl-modal-terms h3{
  margin:0 0 10px;font-size:14px;font-weight:700;
}
.stl-modal-terms ol{
  margin:0;
}
.stl-modal-terms li{margin-bottom:10px; font-size: 14px; line-height: 160%; /* 22.4px */}
.stl-modal-terms li:last-child{margin-bottom:0;}

/* スクロールバー装飾（任意） */
.stl-modal-terms::-webkit-scrollbar{width:8px;}
.stl-modal-terms::-webkit-scrollbar-thumb{
  background:#c6cbd2;border-radius:4px;
}
.stl-modal-terms::-webkit-scrollbar-track{background:transparent;}

.stl-modal-lead{
  margin:20px 0 0;font-size:16px;line-height:1.6;
}

/* 同意チェック */
.stl-modal-agree{
  display:flex;align-items:center;justify-content:center;gap:10px;
  margin:20px 0 24px;
  font-size:16px;font-weight:700;cursor:pointer;user-select:none;
}
.stl-modal-agree input{
  width:22px;height:22px;cursor:pointer;accent-color:#1e88e5;
}

/* ダウンロードボタン（グラデーション） */
.stl-modal-submit{
  display:flex;align-items:center;justify-content:center;gap:10px;
  width:100%;padding:18px 24px;border:none;border-radius:999px;
  font-size:17px;font-weight:700;letter-spacing:.02em;color:#fff;
  cursor:pointer;
}
.stl-modal-submit svg{width:20px;height:20px;}
.stl-modal-submit:hover:not(:disabled){filter:brightness(1.05);}
.stl-modal-submit:active:not(:disabled){transform:translateY(1px);}

/* 未同意時：押せない見た目 */
.stl-modal-submit:disabled{
  background:#c8ccd2;box-shadow:none;cursor:not-allowed;
}


@media screen and (max-width:767px) {
  /* オーバーレイ */
  .stl-modal-overlay{
    padding:80px 16px 0px;
  }
  .stl-modal-overlay.is-open{display:flex;}

  /* モーダル本体 */
  .stl-modal{
    padding:30px 20px;
  }

  .stl-modal-title{
    margin:0 0 15px;
    font-size: 18px;
  }

  /* 免責事項ボックス（スクロール領域） */
  .stl-modal-terms{
    padding:16px;
    max-height:380px;
    font-size:12px;
  }
  .stl-modal-terms ol{
    margin:0;
  }
  .stl-modal-lead{
    margin:15px 0 0;font-size:14px;line-height:1.6;
  }

  /* 同意チェック */
  .stl-modal-agree{
    display:flex;align-items:center;justify-content:center;gap:10px;
    margin:30px 0 15px;
    font-size:16px;font-weight:700;cursor:pointer;user-select:none;
  }
}
/* /stl_detail */

main .container{
  width: 97%;
  max-width: 2440px;
}

main .sec-lab-detail-body{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

p.h2_desc{
  font-size: 20px;
}

@media screen and (max-width:767px) {
  p.h2_desc{
    font-size: 16px;
  }
}