/* ==========================================================
   LP02 カスタムCSS — 製造現場向けLP
   ========================================================== */

/* ==========================================================
   top-new.css から転記: メインビジュアル（head-img）
   ========================================================== */
   .head-img {
    position: relative;
    text-align: right;
  }
  .head-img img {
    max-width: 100%;
  }
  .head-img .contents {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    max-width: 1324px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #000;
  }
  .head-img .contents .text-box {
    max-width: 876px;
  }
  .head-img .link-btn {
    margin-top: 32px;
    max-width: 300px;
  }
  .head-img .link-btn a {
    background: #FFF100;
    padding: 12px 20px;
    display: block;
    position: relative;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
  }
  .head-img .link-btn a .yajirushi {
    width: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .head-img .link-btn a .yajirushi img {
    display: block;
    width: 100%;
  }
  
  /* ==========================================================
     top-new.css から転記: documentList（ガイドブック）
     ========================================================== */
  .documentList {
    margin: 15px auto;
  }
  .documentList__item:not(:last-child) {
    margin: 0 0 15px;
  }
  .documentList__item img {
    width: 100%;
    height: auto;
  }
  .documentList.new .documentList__item {
    background: #fff;
  }
  .documentList.new .documentList__item a {
    display: block;
    width: 100%;
    position: relative;
  }
  .documentList.new .documentList__item .icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 22px;
  }
  .documentList.new .documentList__item .img-box {
    padding: 0 0 12px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .documentList.new .documentList__item .text-box {
    padding: 10px 0 15px;
    position: relative;
  }
  .documentList.new .documentList__item .name-box {
    position: relative;
    line-height: 1.3em;
    margin-top: 15px;
  }
  .documentList.new .documentList__item .name-box p {
    font-weight: 700;
  }
  .h3-txt{
    margin-bottom: 32px;
  }
  @media (min-width: 901px) {
    .documentList {
      margin: 30px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .documentList::after {
      content: "";
      display: block;
      width: 257px;
    }
    .documentList__item {
      width: 257px;
    }
  }
  @media (max-width: 900px) {
    .h3-txt{
      margin-bottom: 8.5vw;
    }
    .head-img .contents {
      max-width: 100%;
      position: relative;
      top: auto;
      transform: none;
      margin-top: 8vw;
  }
  .head-img .contents .text-box {
    max-width: none;
  }
    .head-img .link-btn {
      margin-top: 6.4vw;
      max-width: none;
    }
    .head-img .link-btn a {
      padding: 3.2vw 5.3vw;
      display: block;
      position: relative;
      border-radius: 1vw;
      font-weight: 600;
      font-size: 4.2vw;
    }
    .head-img .link-btn a .yajirushi {
      width: 2vw;
      position: absolute;
      right: 5vw;
      top: 50%;
      transform: translate(0, -50%);
    }
    .head-img .contents span {
      color: #333;
    }
    .documentList.new .documentList__item .img-box {
      padding: 0 0 5.3vw;
    }
    .documentList.new .documentList__item .text-box {
      padding: 16px 0 25px;
    }
    .documentList.new .documentList__item .name-box {
      line-height: 1.8em;
      margin-top: 5vw;
      margin-bottom: 5vw;
    }
    .contents {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
    }
  }
  
  /* ==========================================================
     LP02 固有スタイル
     ========================================================== */
  
  /* ---- ヒーロー ---- */
  .head-img{
	position: relative;
	text-align: right;
  }
  .head-img img{
	max-width: 100%;;
  }
  .head-img .contents{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	max-width: 1324px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #000;
  }
  .head-img .link-btn{
	margin-top: 32px;
	max-width: 300px;
  }
  .head-img .link-btn a{
	background: #FFF100;
	padding: 12px 20px;
	display: block;
	position: relative;
	border-radius: 5px 5px;
	font-weight: 600;
	font-size: 16px;
  }
  .head-img .link-btn a .yajirushi{
	width: 8px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(0, -50%);
  }
  .head-img .link-btn a .yajirushi img{
	display: block;
	width: 100%;
  }
  
  .head-img  .link-btn {
    margin-top: 18px;
    margin-left: 0;
  }
  
  /* ---- 目次（TOC） ---- */
  .lp02-page .lp-toc {
    max-width: 1350px;
    margin: 28px auto 0;
    padding: 0 0px;
  }
  
  .lp02-page .lp-toc__list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lp02-page .lp-toc__list li{
    width: 32%;
  }
  @media (min-width: 901px) {
    .lp02-page .lp-toc__list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .caseList__item{
        width: 32.3%;
    }
  }
  
  .lp02-page .lp-toc__list > li {
  display: flex;
    margin: 0;
    border-bottom: 1px solid #2a4a7c;
    position: relative;
  }
  
  .lp02-page .lp-toc__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  width: 100%;
  height: 100%;
    box-sizing: border-box;
    min-height: 52px;
    padding: 14px 6px 14px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    color: #1e1e1e;
    text-decoration: none;
  }
  
  .lp02-page .lp-toc__link:hover,
  .lp02-page .lp-toc__link:focus-visible {
    color: #0064c8;
  }
  
  .lp02-page .lp-toc__label {
    flex: 1 1 auto;
    min-width: 0;
  display: flex;
  align-items: center;
  }
  
  .lp02-page .lp-toc__link .lp-toc__arrow {
    width: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .lp02-page .lp-toc__link .lp-toc__arrow img{
    display: block;
    width: 100%;
  }
  
  .lp02-page .lp-toc__link:hover .lp-toc__arrow,
  .lp02-page .lp-toc__link:focus-visible::after {
    border-top-color: #0064c8;
  }
  
  /* ---- コンテンツ幅の基本制約 ---- */
  .lp02-page .main > .top-txt,
  .lp02-page .topSection,
  .lp02-page .columnArea,
  .lp02-page .lp-concerns,
  .lp02-page .lp-proposals,
  .lp02-page .lp-caseArea,
  .lp02-page .main > .bnr-area {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* bottom-box は全幅背景のため max-width を外す */
  
  .lp02-page .main > .top-txt {
    margin-top: 42px;
  }
  
  .lp02-page .main > .top-txt h2 {
    font-size: 34px;
    line-height: 1.45;
  }
  
  
  
 
  
  /* ---- バッジ ---- */
  .lp02-page .lp-badge {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    white-space: nowrap;
  }
  
  .lp02-page .lp-badge--issue {
    background: #333333;
    color: #fff;
  }
  
  .lp02-page .lp-badge--proposal {
    background: #fff100;
    color: #0d2ea1;
  }
  
  .lp02-page .lp-badge--evidence {
    background: #0d2ea1;
    color: #fff;
  }
  
  /* ---- 課題セクション ---- */
  .lp02-page .lp-concerns {
    margin-top: 80px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .lp02-page .lp-issue-rows {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .lp02-page .lp-proposal-rows {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  
  .lp02-page .lp-issue-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px 28px;
    box-sizing: border-box;
    padding: 0;
    border: none;
    background: transparent;
  }
  
  .lp02-page .lp-issue-row__text {
    flex: 1 1 300px;
    min-width: 0;
  }

.lp02-page .lp-issue-row__text,
.lp02-page .lp-proposal-row__text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 12px;
}
  .caseList{
    padding:0;
  }
  .lp02-page .lp-issue-row__media {
    flex: 1 1 220px;
    max-width: 400px;
    margin-left: auto;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
    align-self: stretch;
  }
  
  .lp02-page .lp-issue-row__media img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    object-fit: cover;
  }
  
  .lp02-page .lp-issue-row__title,
  .lp02-page .lp-proposal-row__title {
  flex: 1 1 220px;
  margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    color: #0d2ea1;
  }
  
  .lp02-page .lp-issue-row__lead,
  .lp02-page .lp-proposal-row__lead {
  flex: 1 1 100%;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }
  
  /* ---- 提案セクション ---- */
  .lp02-page .lp-proposals {
    margin-top: 114px;
  }
  
  .lp02-page .lp-proposal-row {
    padding: 0;
  }
  
  .lp02-page .lp-proposal-row__media {
    margin-top: 47px;
    overflow: hidden;
  }
  
  .lp02-page .lp-proposal-row__media img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* ---- 事例セクション ---- */
  .lp02-page .lp-caseArea {
    margin-top: 76px;
  }
  
  /* ---- bottom-box（グレー背景エリア） ---- */
  .lp02-page .bottom-box {
    margin-top: 36px;
    padding-top: 114px;
    padding-bottom: 114px;
  }
  
  /* bottom-box 内の各セクションを 1080px に制約 */
  .lp02-page .lp-bottomBox > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  
  /* ---- 課題解決の根拠（エビデンス） ---- */
  .lp02-page .lp-evidence-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  
  .lp02-page .lp-evidence-card {
    padding-bottom: 32px;
  }
  
  .lp02-page .lp-evidence-card:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .lp02-page .lp-evidence-card__intro {
    display: flex;
  flex-wrap: nowrap;
  align-items: center;
    gap: 12px 18px;
    margin-bottom: 12px;
  }
  
  .lp02-page .lp-evidence-card__title {
    flex: 1 1 220px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #0d2ea1;
  }
  
  .lp02-page .lp-evidence-card__text {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.85;
    color: #333;
  }

  .lp02-page .lp-evidence-card__text2 {
    margin: 44px 0 14px;
    font-size: 20px;
    text-align: center;
    color: #0d2ea1;
    font-weight: 600;
  }
  .lp02-page .lp-evidence-card__linkblock {
    margin-bottom: 12px;
  }
  
  .lp02-page .lp-evidence-card__link {
    font-size: 16px;
  }
  
  .lp02-page .lp-evidence-card__arrow {
    margin-left: 4px;
    text-decoration: none;
  }
  
  .lp02-page .lp-evidence-card__url {
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 1.5;
    word-break: break-all;
    color: #333;
  }
  
  .lp02-page .lp-evidence-card__figure {
    margin:44px 0 0;
    background: transparent;
    border-radius: 0;
    overflow: hidden;
  }

.lp02-page .lp-evidence-card__figure-row {
  display: flex;
  gap: 16px;
}

.lp02-page .lp-evidence-card__figure-row .lp-evidence-card__figure {
  flex: 1 1 0;
}

.lp02-page .lp-evidence-card__figure-row .lp-evidence-card__link {
  display: inline-block;
  margin-top: 10px;
  color: #0d2ea1;
  text-decoration: underline;
}
  
  .lp02-page .lp-evidence-card__figure img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .lp02-page .lp-evidence-card__figure--split {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .lp02-page .lp-evidence-card__figure--split img {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
    object-fit: cover;
  }
  
  /* ---- カード・リスト共通 ---- */
  .lp02-page .caseList__item .text-box,
  .lp02-page .columnList__item .text-box,
  .lp02-page .documentList__item .text-box {
    padding-top: 12px;
  }
  
  .lp02-page .name-box p {
    font-size: 15px;
    line-height: 1.8;
  }
  
  .lp02-page .taglist2 li a {
    font-size: 12px;
  }
  
  .lp02-page .topSection__more {
    margin-top: 14px;
  }
  
  /* ---- おすすめ製品（画像＋テキスト横並び） ---- */
  .lp02-page .lp-products {
    margin-top: 114px;
  }
  
  .lp02-page .lp-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .lp02-page .lp-product-item {
  padding: 0;
  border-bottom: none;
  }

.lp02-page .lp-product-item .item-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  border: 2px solid #0D2EA1;
  background: #F5F6F7;
  width: 100%;
}
  
  .lp02-page .lp-product-item:first-child {
    padding-top: 0;
  }
  
  .lp02-page .lp-product-item:last-child {
  margin-bottom: 0;
  }
  
  .lp02-page .lp-product-item__img {
  width: 224px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2px;
  border-right: 2px solid #0D2EA1;
  box-sizing: border-box;
  }
  
  .lp02-page .lp-product-item__img img {
    display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
    height: auto;
  }
  
  .lp02-page .lp-product-item__body {
  width: calc(100% - 224px);
  box-sizing: border-box;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  
  .lp02-page .lp-product-item__name {
  margin: 0 0 10px;
  width: 100%;
  font-weight: 600;
  }

.lp02-page .lp-product-item .h4-txt {
  margin: 0 0 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}
  
  .lp02-page .lp-product-item__name a {
    color: #0D2EA1;
    text-decoration: none;
  font-size: 18px;
  line-height: 1;
  }
  
  .lp02-page .lp-product-item__name a:hover {
    text-decoration: underline;
  }
  
  .lp02-page .lp-product-item__linkicon {
  width: 100%;
    height: auto;
}

.lp02-page .lp-product-item__name .img {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: 2px;
  line-height: 1;
  }
  
  .lp02-page .lp-product-item__spec {
    margin: 0;
  width: 100%;
  font-size: 14px!important;
  line-height: 1.6;
    color: #333;
  }
  
  /* ---- ガイドブック ---- */
  .lp02-page .lp-bottomBox .documentArea {
    margin-top: 114px;
  }
  
  /* ---- CTA（kento-box ベース） ---- */
  .lp02-page .lp-bottomBox .kento-box {
    margin-top: 56px;
  }
  
  .lp02-page .kento-list li.lp-cta-bnr {
    padding: 28px 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0D2EA1;
  }
  
  .lp02-page .kento-list li.lp-cta-bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  
  .lp02-page .kento-list li.lp-cta-bnr img {
    display: block;
    width: 100%;
    height: auto;
  }
  .lp-section{
    max-width: 1320px;
    margin: 0 auto;
  }
  /* ---- 関連記事（他の記事を見る） ---- */
  .lp02-page .lp-relatedArea {
    max-width: 1320px;
    margin: 114px auto 0;
    padding: 0 0px;
  }
  
  /* ---- ニュース（使用時のみ） ---- */
  .lp02-page .news__item {
    padding: 14px 0;
  }
  
  .lp02-page .news__date {
    font-size: 14px;
  }
  
  .lp02-page .news__category {
    font-size: 14px;
  }
  
  .lp02-page .news__title a {
    font-size: 15px;
    line-height: 1.8;
  }
  .lp-proposal-row__media.ptn1{
    max-width: 942px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-proposal-row__media.ptn2{
    max-width: 942px;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-proposal-row__media.ptn3{
    max-width: 942px;
    margin-left: auto;
    margin-right: auto;
  }
  .link-text{
    text-align:right;
    margin-top: 15px;
  }
  .documentList.new .taglist li.day{
    width: 56%!important;
  }
  .link-area{
    margin-top: -60px;
    padding-top: 60px;
  }
  .lp-evidence-card__figure.mt-no{
    margin-top:0;
  }
  /* ==========================================================
     モバイル（≤ 900px）
     ========================================================== */
  @media (max-width: 900px) {
    .link-area{
      margin-top: -10vw;
      padding-top: 10vw;
    }
    .lp-evidence-card__figure.mt-no.ex{
      margin-top:3vw;
    }
    .lp02-page .lp-issue-row__title, .lp02-page .lp-proposal-row__title{
      font-size: 5.3vw;
    }
    .documentList.new .taglist li.day{
      width: 49%!important;
    }
    .link-text{
      margin-top: 3vw;
    }
    .lp02-page .lp-evidence-card__figure {
      margin:10.6vw 0 0;
    }
    .item-flex .text-box .item-name a{
      font-size: 4.8vw;
    }
    .head-img {
      margin: 0px auto 0;
      background: #F5F6F7;
    }
  
    .head-img .contents{
		max-width: 100%;
		position: relative;
		top: auto;
		transform: none;
		margin-top: 8vw;
        padding-bottom: 8vw;;
	}
	.head-img .link-btn{
		max-width: 100%;
	}
	.head-img .link-btn{
	  margin-top: 6.4vw;
	  max-width: none;
	}
	.head-img .link-btn a{
	  padding: 3.2vw 5.3vw;
	  display: block;
	  position: relative;
	  border-radius: 1vw 1vw;
	  font-weight: 600;
	  font-size: 4.2vw;
	}
	.head-img .link-btn a .yajirushi{
	  width:2vw;
	  position: absolute;
	  right: 5vw;
	  top: 50%;
	  transform: translate(0, -50%);
	}
	.head-img .contents span{
		color: #333;
	}
  
    .lp02-page .lp-toc {
      margin-top: 18.6vw;
    }
    .lp02-page .lp-toc__list{
        display: block;
    }
    .lp02-page .lp-toc__list li{
        width: 100%;
    }
  
    .lp02-page .lp-toc__link {
        width: 100%;
      font-size: 3.7vw;
      min-height: 48px;
      padding-top: 2.6vw;
      padding-bottom: 2.6vw;
      padding-right: 5vw;
    }
    .lp02-page .lp-proposal-row__media{
      margin-top: 10.6vw;
    }
    /* セクション上マージン */
    .lp02-page .main > .top-txt,
    .lp02-page .topSection,
    .lp02-page .columnArea,
    .lp02-page .lp-concerns,
    .lp02-page .lp-proposals,
    .lp02-page .lp-caseArea {
      margin-top: 18.5vw;
    }
  
    /* 白背景セクションの横パディング */
    .lp02-page .lp-concerns,
    .lp02-page .lp-proposals {
      box-sizing: border-box;
    }
  
    /* bottom-box */
    .lp02-page .bottom-box {
      margin-top: 28px;
      padding-top: 26vw;
      padding-bottom: 26vw;
    }
  
    /* bottom-box 内セクション横パディング */
    .lp02-page .lp-bottomBox > * {
      padding-left: 0vw;
      padding-right: 0vw;
      box-sizing: border-box;
    }
  
    .lp02-page .lp-bottomBox .lp-products {
      margin-top: 18.6vw;
    }
  
    .lp02-page .lp-bottomBox .documentArea {
      margin-top: 15.6vw;
    }
  
    .lp02-page .bottom-contactbox {
      margin-top: 8vw;
    }
  
    /* 製品リスト SP */
    .lp02-page .lp-product-item {
      padding: 0;
    }
  
    .lp02-page .lp-product-item .item-flex {
      display: block;
      margin-bottom: 8vw;
      border: 2px solid #0D2EA1;
      background: #F5F6F7;
    }
  
    .lp02-page .lp-product-item__img {
      width: 100%;
      display: block;
      text-align: center;
      padding: 1vw;
      border-right: 0;
      border-bottom: 2px solid #0D2EA1;
    }

    .lp02-page .lp-product-item__img img {
      max-height: 50vw;
    }

    .lp02-page .lp-product-item__body {
      width: 100%;
      padding: 5.3vw;
      display: block;
    }
  
    .lp02-page .lp-product-item .h4-txt {
      font-size: 4.2vw;
      margin: 0 0 2.4vw;
    }

    .lp02-page .lp-product-item__name {
      font-size: 5.3vw;
      margin: 0 0 5.3vw;
      width: 100%;
    }

    .lp02-page .lp-product-item__name a {
      font-size: 5.8vw;
      width: 100%;
      line-height: 1;
    }

    .lp02-page .lp-product-item__name .img {
      width: 4.8vw;
      margin-left: 1.2vw;
      margin-top: 0;
    }
  
    .lp02-page .lp-product-item__spec {
      font-size: 4.2vw!important;
      line-height: 1.6;
      width: 100%;
    }
    .lp02-page .kento-list li.lp-cta-bnr{
        padding:20.8vw 2.8vw;
    }
  
    /* CTA SP */
    .lp02-page .lp-bottomBox .kento-box {
      margin-top: 10vw;
    }
  
    /* 関連記事 SP */
    .lp02-page .lp-relatedArea {
      margin-top: 26.6vw;
      padding: 0 4vw;
    }
    .lp02-page .lp-issue-row__text, .lp02-page .lp-proposal-row__text{
        align-items: flex-start;
    }
    .lp02-page .lp-evidence-card__intro{
        align-items: flex-start;
    }
  
    /* 見出し */
    .lp02-page .main > .top-txt h2 {
      font-size: 24px;
    }
  
    .lp02-page .lp-issue-row__media {
      max-width: none;
      margin-left: 0;
      width: 100%;
      flex: 1 1 100%;
    }
    .lp02-page .lp-badge{
        font-size: 4.8vw;
        padding:1.3vw 5.3vw;
    }
    .lp02-page .main > .top-txt, .lp02-page .topSection, .lp02-page .columnArea, .lp02-page .lp-concerns, .lp02-page .lp-proposals, .lp02-page .lp-caseArea, .lp02-page .main > .bnr-area{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
  
    .lp02-page .lp-issue-row__title {
      font-size: 5.1vw;
    }
  
    .lp02-page .lp-issue-row__lead {
      font-size: 3.9vw;
    }
    .lp02-page .lp-issue-row__lead, .lp02-page .lp-proposal-row__lead{
      font-size: 3.9vw;
    }
  
    /* エビデンスカード */
    .lp02-page .lp-evidence-card__title {
      font-size: 5.3vw;
    }
  
    .lp02-page .lp-evidence-card__text {
      font-size: 3.7vw;
      text-align: left;
      color: #333;
    }
    .lp02-page .lp-evidence-card__text {
      font-size: 3.7vw;
    }
    
    .lp02-page .lp-evidence-card__linkblock {
      margin-bottom: 2.4vw;
    }
    
    .lp02-page .lp-evidence-card__link {
      font-size: 3.7vw;
    }
    .lp02-page .lp-evidence-card__text2 {
      margin: 28px 0 14px;
      font-size: 20px;
      text-align: center;
      color: #0d2ea1;
      font-weight: 600;
    }
  
    .lp02-page .lp-evidence-card__figure--split img {
      flex: 1 1 100%;
    }

  .lp02-page .lp-evidence-card__figure-row {
    display: block;
  }
  .lp02-page .lp-evidence-card__figure-row figure:first-child {
    margin-bottom: 10.6vw;
  }
  .topSection__more::before {
   display: none;
}
    /* カード */
    .lp02-page .name-box p {
      font-size: 14px;
    }
  
    .lp02-page .news__title a {
      font-size: 14px;
    }
  }
  .second-link{
    opacity: 1!important;
  }