@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100%;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.airinse-lp,
.airinse-lp *,
.airinse-lp *::before,
.airinse-lp *::after{
  box-sizing: border-box;
}

.airinse-lp{
  /* ---- カラー定義 ---- */
  --al-blue-dark:   #003e6b;
  --al-blue:        #005aa0;
  --al-blue-deep:   #023756;
  --al-blue-bg:     #e7eff6;
  --al-yellow:      #fffab0;
  --al-orange:      #e2854f;
  --al-orange-dark: #d4713a;
  --al-text:        #1f3146;
  --al-border:      #c9d6e3;
  --al-white:       #ffffff;

  /* ---- フォントサイズ（PC基準） ---- */
  --al-fs-h2: 30px;
  --al-fs-h3: 24px;
  --al-fs-text: 16px;

  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: var(--al-fs-text);
  line-height: 1.8;
  color: var(--al-text);
  background: var(--al-white);
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 767px){
  .airinse-lp{
    --al-fs-h2: 24px;
    --al-fs-h3: 20px;
    --al-fs-text: 14px;
  }
}

.airinse-lp :where(h1, h2, h3, p, ul, li, dl, dt, dd, table, th, td, figure){
  margin: 0;
  padding: 0;
}

.airinse-lp img{
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

.airinse-lp :where(a){
  color: inherit;
  text-decoration: none;
}

.airinse-lp ul{
  list-style: none;
}

/* ---- 共通コンテナ ---- */
.al-container{
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* ---- 共通：SP表示時のみ改行 ---- */
.al-br-sp{
  display: none;
}
.al-br-pc{
  display: inline;
}
@media (max-width: 767px){
  .al-br-sp{
    display: inline;
  }
   .al-br-pc{
    display: none;
  }
}

/* ---- 共通：セクション見出し（h2） ---- */
.al-section-title{
  background: var(--al-blue);
  color: var(--al-white);
  font-weight: 700;
  font-size: var(--al-fs-h2);
  padding: 0.3rem 1rem;
  margin: 60px auto 36px;
  width: 90%;
  max-width: 980px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 767px){
  .al-section-title{
    margin: 40px auto 24px;
    padding: 0.5em 0.7em;
  }
}

/* ---- 共通：ボタン ---- */
.al-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--al-orange);
  color: var(--al-white)!important;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.9em 1.8em;
  font-size: var(--al-fs-text);
  white-space: nowrap;
  transition: background 0.2s ease;
}
.al-btn:hover{
  background: var(--al-orange-dark);
  text-decoration: none!important;
}
.al-btn--arrow::after{
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

/* ---- 共通：試験方法タグ ---- */
.al-tag{
  display: inline-block;
  border: 2px solid var(--al-blue-deep);
  color: var(--al-blue-deep);
  font-weight: 700;
  font-size: 0.875em;
  padding: 0.25em 0.9em;
  border-radius: 4px;
  flex-shrink: 0;
}

.al-method{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin-top: 18px;
}
.al-method p{
  flex: 1 1 480px;
  font-size: 0.9em;
  line-height: 1.9;
}
@media (max-width: 767px){
  .al-method{
    flex-direction: column;
    gap: 10px;
  }
  .al-method p{
    flex: 1 1 auto;
  }
}

/* ---- 共通：注釈テキスト ---- */
.al-note{
  display: block;
  font-size: 0.8em;
  color: #5a6b7d;
}
.al-source{
  display: block;
  font-size: 0.78em;
  color: #5a6b7d;
  text-align: right;
  margin-top: 10px;
}

/* ============================================================
   ヘッダー（MV）
============================================================ */
.al-header{
  position: relative;
  background: linear-gradient(135deg, #00386a 0%, #00578f 45%, #0073ab 100%);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.10) 0 60px, transparent 62px),
    radial-gradient(circle at 32% 70%, rgba(255,255,255,0.08) 0 90px, transparent 92px),
    radial-gradient(circle at 70% 15%, rgba(255,255,255,0.10) 0 70px, transparent 72px),
    radial-gradient(circle at 88% 60%, rgba(255,255,255,0.08) 0 110px, transparent 112px),
    linear-gradient(135deg, #00386a 0%, #00578f 45%, #0073ab 100%);
  background-repeat: no-repeat;
  overflow: hidden;
}

.al-header__inner{
  padding: 28px 0 32px;
}

.al-header__top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  flex-wrap: wrap;
  gap: 10px;
}

.al-logo{
  color: var(--al-white);
  font-size: 1.5em;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
}

.al-header__category{
  color: var(--al-white);
  font-weight: 700;
  font-size: 1.2em;
  text-align: center;
  flex: 1 1 auto;
}

.al-header__badge{
  border: 1px solid rgba(255,255,255,0.8);
  color: var(--al-white);
  font-size: 0.8em;
  font-weight: 700;
  padding: 0.5em 1em;
  white-space: nowrap;
}

.al-header__title{
  color: var(--al-white);
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
  margin-bottom: 24px;
  letter-spacing: 0.04em;
}

.al-header__title picture,
.al-header__title img{
  margin-left: auto;
  margin-right: auto;
}

.al-header__content{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
  flex-wrap: wrap;
}

.al-header__image{
  flex: 0 1 380px;
  max-width: 380px;
}

.al-pill-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 1 420px;
  max-width: 420px;
  width: 100%;
}

.al-pill{
  background: var(--al-yellow);
  color: var(--al-blue-deep);
  font-weight: 700;
  font-size: 1.1em;
  text-align: center;
  border-radius: 999px;
  padding: 0.7em 1em;
}

.al-pill-note{
  text-align: right;
  font-size: 0.75em;
  color: var(--al-white);
  margin-top: 1px;
  display: block;
}

@media (max-width: 767px){
    .al-header__title{
        width: 80%;
        margin: 0 auto;
    } 
  .al-header__content{
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .al-header__image{
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .al-header__image img{
    margin: 24px 0;
  }
  .al-pill-list{
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .al-header__title{
    font-size: 2.3em;
  }
}

/* ---- ナビ ---- */
.airinse-lp ul{
    margin:0 auto!important;
    padding: 0.5rem!important;
}
.body .local-nav li a{
    color: var(--al-orange-dark)!important;
}

/* ============================================================
   イントロ
============================================================ */
.al-intro{
  text-align: center;
  padding: 120px 0 0;
  overflow: hidden;
  font-style: none;
}
.al-intro__container{
  position: relative;
}
.al-intro__bg{
  position: absolute;
  top: -10px;
  right: 200px;
  bottom: 0;
  width: 40%;
  background-image: url('/include_html/images/pickup/UXTEAM-3481/intro_illustration_pc.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  z-index: 0;
  pointer-events: none;
}
.al-intro__body{
  position: relative;
  z-index: 1;
}
.al-intro__lead{
  font-weight: 700;
  font-size: 1.3em;
  color: var(--al-blue-deep);
  line-height: 1.9;
}
.al-intro__highlight{
  font-weight: 900;
  font-size: 1.9em;
  color: var(--al-blue-deep);
  margin: 0.5em 0;
}
.al-intro__highlight mark,
.al-intro mark{
  background: var(--al-yellow);
  color: var(--al-blue-deep);
  padding: 0 0.15em;
  box-decoration-break: clone;
  font-style: none;
}
.al-intro__sub{
  font-weight: 700;
  font-size: 1.1em;
  color: var(--al-blue-deep);
  margin-top: 0.6em;
}
.al-intro__note{
  display: block;
  font-size: 0.7em;
  color: #8a93a0;
  margin-top: 4px;
}
@media (max-width: 767px){
  .al-intro{
    padding: 100px 0 0;
  }
  .al-intro__highlight{
    font-size: 1.5em;
  }
  .al-intro__bg{
    background-image: url('/include_html/images/pickup/UXTEAM-3481/intro_illustration_pc.png');
    top: -6px;
    right: -6px;
    width: 52%;
  }
}

/* ============================================================
   特徴セクション（1・2・3 共通）
============================================================ */
.al-feature{
  margin: 0 auto 56px;
  text-align: left;
}
.al-feature__head{
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 4px solid var(--al-blue-deep);
  margin-bottom: 22px;
}
.al-feature__num{
  background: var(--al-blue-deep);
  color: var(--al-white);
  font-weight: 900;
  font-size: var(--al-fs-h3);
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.al-feature__head h3{
  font-weight: 900;
  font-size: var(--al-fs-h3);
  color: var(--al-blue-deep);
  flex: 1 1 auto;
}
.al-feature__icon{
  width: 90px;
  flex-shrink: 0;
  align-self: flex-end;
}
@media (max-width: 767px){
  .al-feature__icon{
    width: 56px;
  }
    .al-feature__caption{
        text-align: left;
    }
}

.al-feature__label{
  display: inline-block;
  background: var(--al-blue-deep);
  color: var(--al-white);
  font-weight: 700;
  font-size: 1.05em;
  padding: 0.4em 1em;
  margin-bottom: 4px;
}

.al-feature__visual{
  background: var(--al-blue-bg);
  border-radius: 8px;
  padding: 24px;
  margin-top: 20px;
}

.al-feature__caption{
  text-align: center;
  font-weight: 700;
  font-size: 1.05em;
  color: var(--al-blue-deep);
  line-height: 1.9;
  margin-top: 20px;
}

/* ============================================================
   テーブル（横スクロール対応）
============================================================ */
.al-table-wrap{
  position: relative;
  margin-top: 20px;
}
.al-scroll-hint{
  display: none;
  text-align: right;
  font-size: 0.78em;
  color: var(--al-blue-deep);
  margin-bottom: 6px;
  font-weight: 700;
}
.al-table-scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.al-table{
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
}
.al-table th,
.al-table td{
  border: 1px solid var(--al-blue-deep);
  padding: 0.8em 0.9em;
  text-align: center;
  white-space: nowrap;
}
.al-table thead th{
  background: var(--al-yellow);
  color: var(--al-blue-deep);
  font-weight: 700;
}
.al-table tbody th{
  background: var(--al-yellow);
  color: var(--al-blue-deep);
  font-weight: 700;
}
.al-table tbody td{
  background: var(--al-white);
}
.al-table .al-table__strong{
  font-weight: 900;
  font-size: 1.2em;
  color: var(--al-blue-deep);
}
.al-table tfoot td{
  border: none;
  text-align: right;
  font-size: 0.78em;
  color: #5a6b7d;
  padding-top: 8px;
}

@media (max-width: 767px){
  .al-scroll-hint{
    display: block;
  }
  .al-table{
    min-width: 640px;
  }
}

/* ============================================================
   安全性セクション
============================================================ */
.al-safety__body{
  display: flex;
  align-items: center;
  gap: 28px;
  background: var(--al-blue-bg);
  border-radius: 8px;
  padding: 24px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.al-safety__images{
  flex: 0 1 340px;
  max-width: 340px;
}
.al-safety__text{
  flex: 1 1 380px;
}
.al-safety__text p{
  font-weight: 700;
  font-size: 1.05em;
  color: var(--al-text);
  line-height: 1.9;
}

@media (max-width: 767px){
  .al-safety__images{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .al-safety__images img{
    margin-left: auto;
    margin-right: auto;
  }
}

/* ============================================================
   使用方法セクション
============================================================ */
.al-usage__video{
  width: 100%;
  max-width: 560px;
  margin: 0 auto 40px;
  border-radius: 4px;
  overflow: hidden;
}
.al-usage__video iframe{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 560 / 315;
}

.al-usage__step{
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 36px;
  text-align: left;
}
.al-usage__step-img{
  flex: 0 0 220px;
  max-width: 220px;
}
.al-usage__step-body{
  flex: 1 1 auto;
}
.al-step-badge-row{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.al-step-badge{
  background: var(--al-blue-deep);
  color: var(--al-white);
  font-weight: 900;
  font-size: 1.1em;
  letter-spacing: 0.05em;
  padding: 0.4em 0.9em;
}
.al-usage__step-body h3{
  font-weight: 900;
  font-size: var(--al-fs-h3);
  color: var(--al-text);
}
.al-usage__step-body p{
  font-size: 1.05em;
  line-height: 1.9;
}
.al-usage__caution{
  font-size: 0.85em;
  color: #5a6b7d;
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

@media (max-width: 767px){
  .al-usage__step{
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .al-usage__step-img{
    flex: 0 0 auto;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
  .al-step-badge-row{
    justify-content: center;
  }
}

/* ============================================================
   使用者・獣医師の声
============================================================ */
.al-voice{
  margin-bottom: 56px;
  text-align: left;
}
.al-voice__label{
  position: relative;
  font-weight: 700;
  font-size: 1.15em;
  color: var(--al-blue-deep);
  padding-left: 16px;
  margin: 28px 0 16px;
  text-align: left;
}
.al-voice__label::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 5px;
  background: var(--al-blue);
}
.al-voice__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.al-voice__card{
  border: 1px solid var(--al-blue);
  border-radius: 6px;
  padding: 20px;
  font-size: 0.95em;
  line-height: 1.9;
}
.al-voice__caution{
  font-size: 0.85em;
  color: #5a6b7d;
  line-height: 1.9;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
@media (max-width: 767px){
  .al-voice__grid{
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   商品情報
============================================================ */
.al-product{
  background: var(--al-blue-bg);
  padding: 56px 0;
}
.al-product__body{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.al-product__image{
  flex: 0 1 320px;
  max-width: 320px;
}
.al-product__table-wrap{
  flex: 1 1 480px;
}
.al-product__table{
  width: 100%;
  border-collapse: collapse;
}
.al-product__table th,
.al-product__table td{
  border-bottom: 1px solid var(--al-border);
  padding: 0.9em 0.6em;
  text-align: left;
  font-size: 0.95em;
}
.al-product__table th{
  font-weight: 700;
  width: 32%;
  white-space: nowrap;
  text-align: center;
  padding-right: 1.4em;
}
.al-product__note{
  font-size: 0.8em;
  color: #5a6b7d;
  margin-top: 18px;
  text-align: left;
}
.al-product__cta{
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.al-product__cta .al-btn{
  width: 320px;
}
@media (max-width: 767px){
  .al-product__image{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .al-product__image img{
    margin-left: auto;
    margin-right: auto;
  }
  .al-product__table th{
    width: 38%;
  }
  .al-product__cta{
    flex-direction: column;
    align-items: center;
  }
  .al-product__cta .al-btn{
    width: 100%;
  }
}
/* ============================================================
   セミナー情報
============================================================ */
.seminar-lp {
  /* ---- PC用 文字サイズ---- */
  --sl-h2-fz: 36px;
  --sl-h3-fz: 22px;
  --sl-text-fz: 16px;

  /* ---- その他PC用パーツのサイズ ---- */
  --sl-head-fz: 15px;
  --sl-speaker-fz: 18px;
  --sl-deadline-fz: 22px;
  --sl-deadline-strong-fz: 26px;
  --sl-free-fz: 22px;
  --sl-cta-fz: 20px;
  --sl-cta-note-fz: 13px;
  --sl-period-fz: 20px;
  --sl-note-fz: 13px;
  --sl-footer-title-fz: 22px;
  --sl-footer-info-fz: 15px;

  /* ---- カラートークン ---- */
  --sl-navy: #173a5c;
  --sl-navy-deep: #102943;
  --sl-red: #e2231b;
  --sl-blue-bg: #dceaf6;
  --sl-border: #c9d4dd;
  --sl-text-gray: #4d5963;

  padding: 56px 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.seminar-lp,
.seminar-lp * {
  box-sizing: border-box;
}

/* ---- メインコンテンツ幅：PC 980px / SP 90% ---- */
.seminar-lp__inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.seminar-lp__frame {
  background: #fff;
  border: 3px solid var(--sl-navy);
  border-radius: 12px;
  overflow: hidden;
}

/* ---- ヘッダー（PRラベル行） ---- */
.seminar-lp__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 40px;
  border-bottom: 1px solid var(--sl-navy);
}

.seminar-lp__pr {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9aa6ad;
  padding: 3px 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--sl-text-gray);
}

.seminar-lp__head-text {
  margin: 0;
  font-size: var(--sl-head-fz);
  font-weight: 700;
  color: var(--sl-navy);
}

/* ---- 本文エリア ---- */
.seminar-lp__body {
  padding: 40px 48px 36px;
  text-align: center;
}

.seminar-lp__eyebrow {
  margin: 0 0 10px;
  font-size: var(--sl-h3-fz);
  font-weight: 700;
  color: var(--sl-navy);
}

.seminar-lp__heading {
  margin: 0 0 28px;
  font-size: var(--sl-h2-fz);
  font-weight: 700;
  line-height: 1.5;
  color: var(--sl-navy);
}

.seminar-lp__heading-line {
  display: block;
}

.seminar-lp__speaker {
  margin: 0 0 24px;
  background: var(--sl-navy);
  color: #fff;
  font-size: var(--sl-speaker-fz);
  font-weight: 700;
  padding: 14px 16px;
}

/* ---- 締切行 ---- */
.seminar-lp__deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 22px;
}

.seminar-lp__deadline-badge {
  flex-shrink: 0;
  background: var(--sl-red);
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 7px 14px;
  line-height: 1;
}

.seminar-lp__deadline-text {
  margin: 0;
  font-size: var(--sl-deadline-fz);
  font-weight: 700;
  color: var(--sl-navy);
}

.seminar-lp__deadline-strong {
  font-size: var(--sl-deadline-strong-fz);
}

/* ---- 参加費無料 ---- */
.seminar-lp__free {
  margin: 0 0 26px;
  font-size: var(--sl-free-fz);
  font-weight: 700;
  color: var(--sl-red);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.seminar-lp__free-mark {
  font-weight: 700;
}

/* ---- CTAボタン ---- */
.seminar-lp__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto 14px;
  background: var(--sl-navy);
  color: #fff!important;
  text-decoration: none!important;
  font-size: var(--sl-cta-fz);
  font-weight: 700;
  padding: 18px 24px;
  border-radius: 60px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.seminar-lp__cta:hover {
  background: var(--sl-navy-deep);
}

.seminar-lp__cta:focus-visible {
  outline: 3px solid var(--sl-red);
  outline-offset: 3px;
}

.seminar-lp__cta-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: var(--sl-navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.seminar-lp__cta-arrow {
  width: 14px;
  height: 14px;
}

.seminar-lp__cta-note {
  margin: 0 0 28px;
  font-size: var(--sl-cta-note-fz);
  color: var(--sl-text-gray);
}

/* ---- 視聴可能期間ボックス ---- */
.seminar-lp__period {
  margin: 0 0 28px;
  background: var(--sl-blue-bg);
  padding: 18px 16px;
}

.seminar-lp__period-text {
  margin: 0;
  font-size: var(--sl-period-fz);
  font-weight: 700;
  color: var(--sl-navy);
}

.seminar-lp__period-strong {
  font-size: calc(var(--sl-period-fz) + 4px);
}

/* ---- 注意事項リスト ---- */
.seminar-lp__notes {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: var(--sl-note-fz);
  line-height: 1.8;
  color: var(--sl-text-gray);
}

.seminar-lp__notes li {
  margin: 0 0 4px;
}

.seminar-lp__notes li::before {
  content: "※";
}

/* ---- フッター（お問い合わせ） ---- */
.seminar-lp__footer {
  background: var(--sl-navy);
  color: #fff;
  padding: 24px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.seminar-lp__footer-title {
  margin: 0;
  font-size: var(--sl-footer-title-fz);
  font-weight: 700;
  white-space: nowrap;
}

.seminar-lp__footer-info {
  margin: 0;
  font-size: var(--sl-footer-info-fz);
  line-height: 1.7;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  text-align: left;
}

.seminar-lp__footer-info p {
  margin: 0;
}

/* ==========================================================================
   SP（〜767px）：フォントサイズ・余白をPCの比率に合わせて調整
   ・コンテンツ幅は .seminar-lp__inner の width:90% がそのまま適用されます
   ========================================================================== */
@media (max-width: 767px) {
  .seminar-lp {
    padding: 32px 0;

    /* ---- SP用 文字サイズ ---- */
    --sl-h2-fz: 22px;
    --sl-h3-fz: 14px;
    --sl-text-fz: 13px;

    --sl-head-fz: 12px;
    --sl-speaker-fz: 14px;
    --sl-deadline-fz: 15px;
    --sl-deadline-strong-fz: 18px;
    --sl-free-fz: 16px;
    --sl-cta-fz: 16px;
    --sl-cta-note-fz: 11px;
    --sl-period-fz: 15px;
    --sl-note-fz: 11px;
    --sl-footer-title-fz: 17px;
    --sl-footer-info-fz: 12px;
  }

  .seminar-lp__head {
    padding: 12px 20px;
    gap: 10px;
  }

  .seminar-lp__pr {
    font-size: 11px;
    padding: 2px 8px;
  }

  .seminar-lp__body {
    padding: 28px 20px 24px;
  }

  .seminar-lp__heading {
    margin-bottom: 20px;
  }

  .seminar-lp__speaker {
    margin-bottom: 18px;
    padding: 12px 10px;
  }

  .seminar-lp__deadline {
    gap: 8px;
    margin-bottom: 18px;
  }

  .seminar-lp__deadline-badge {
    font-size: 12px;
    padding: 5px 10px;
  }

  .seminar-lp__free {
    margin-bottom: 20px;
    gap: 6px;
  }

  .seminar-lp__cta {
    max-width: 100%;
    padding: 14px 18px;
    margin-bottom: 10px;
  }

  .seminar-lp__cta-icon {
    width: 24px;
    height: 24px;
  }

  .seminar-lp__cta-arrow {
    width: 12px;
    height: 12px;
  }

  .seminar-lp__cta-note {
    margin-bottom: 20px;
  }

  .seminar-lp__period {
    margin-bottom: 20px;
    padding: 14px 12px;
  }

  .seminar-lp__footer {
    padding: 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .seminar-lp__footer-info {
    padding-left: 0;
    border-left: none;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
  }
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

