@charset "UTF-8";

.magnet-blog{
max-width:1000px;
margin:auto;
line-height:2;
}

.blog-lead{
background:#f8f8f8;
padding:30px;
border-radius:12px;
margin-bottom:40px;
}

.point-box{
background:#fff7ea;
padding:25px;
border-left:5px solid #ff9900;
margin:25px 0;
}

.point-box ul{
margin:0;
padding-left:20px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:20px;
margin:30px 0;
}

.feature-card{
padding:25px;
background:#fff;
border:1px solid #ddd;
border-radius:12px;
}

.size-table{
width:100%;
border-collapse:collapse;
margin:30px 0;
}

.size-table th,
.size-table td{
border:1px solid #ddd;
padding:15px;
}

.size-table th{
background:#f5f5f5;
}

.cta-box{
background:#0f4c81;
color:#fff;
text-align:center;
padding:40px;
border-radius:15px;
margin-top:50px;
}

.cta-btn{
display:inline-block;
margin-top:20px;
padding:15px 40px;
background:#ffb400;
color:#000;
text-decoration:none;
font-weight:bold;
border-radius:999px;
transition:.3s;
}

.cta-btn:hover{
transform:translateY(-3px);
}

@media(max-width:768px){

.feature-grid{
grid-template-columns:1fr;
}

.cta-box{
padding:30px 20px;
}

}

.magnet-seo-faq {
  margin-top: 60px;
}

.magnet-seo-faq h2 {
  margin-top: 55px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0f4c81;
  color: #0f4c81;
  font-size: 1.65rem;
  line-height: 1.5;
}

.magnet-seo-faq h3 {
  margin-top: 32px;
  color: #333;
  font-size: 1.25rem;
  border-left: 5px solid #ffb400;
  padding-left: 14px;
}

.magnet-seo-faq p {
  margin: 18px 0;
  line-height: 2;
}

.magnet-faq-box {
  background: #fff8e8;
  border: 1px solid #f3d28b;
  border-radius: 14px;
  padding: 24px 28px;
  margin: 28px 0;
}

.magnet-faq-box ul {
  margin: 0;
  padding-left: 1.2em;
}

.magnet-faq-box li {
  margin: 8px 0;
  line-height: 1.8;
}

.magnet-seo-faq .note {
  font-size: 0.9rem;
  color: #666;
  background: #f7f7f7;
  padding: 14px 18px;
  border-radius: 10px;
}

.magnet-step-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 35px 0;
}

.magnet-step {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  padding: 26px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.magnet-step span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 14px;
  background: #0f4c81;
  color: #fff;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: bold;
}

.magnet-step h3 {
  margin-top: 0;
  border-left: none;
  padding-left: 0;
  color: #0f4c81;
}

.magnet-step p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .magnet-seo-faq {
    margin-top: 40px;
  }

  .magnet-seo-faq h2 {
    font-size: 1.35rem;
  }

  .magnet-step-list {
    grid-template-columns: 1fr;
  }

  .magnet-faq-box {
    padding: 20px;
  }
}

.magnet-article {
  max-width: 960px;
  margin: 0 auto;
  color: #222;
  line-height: 1.9;
}

.magnet-article h2 {
  margin: 56px 0 22px;
  padding-bottom: 12px;
  border-bottom: 3px solid #0f4c81;
  color: #0f4c81;
  font-size: 1.7rem;
  line-height: 1.5;
}

.magnet-article h3 {
  margin: 0 0 12px;
  color: #222;
  font-size: 2rem;
  line-height: 1.5;
}

.magnet-article p {
  margin: 0 0 18px;
  font-size: 2rem;
}

.magnet-cv {
  margin: 56px 0;
  padding: 36px 32px;
  background: linear-gradient(135deg, #0f4c81, #06345d);
  color: #fff;
  text-align: center;
  border-radius: 18px;
}

.magnet-cv--top {
  margin-top: 24px;
}

.magnet-cv h2 {
  margin: 0 0 16px;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 1.8rem;
}

.magnet-cv p {
  margin-bottom: 18px;
}

.magnet-cv__label {
  display: inline-block;
  margin-bottom: 14px !important;
  padding: 5px 16px;
  background: #ffb400;
  color: #111;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.9rem;
}

.magnet-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 15px 36px;
  background: #ffb400;
  color: #111 !important;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18);
}

.magnet-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.18);
}

.magnet-lead {
  margin: 40px 0;
  padding: 32px;
  background: #f5f9fc;
  border-left: 6px solid #0f4c81;
  border-radius: 16px;
}

.magnet-lead h2 {
  margin-top: 0;
  font-size: 3rem;
}

.magnet-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin: 28px 0;
}

.magnet-card {
  position: relative;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.magnet-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: #ff9f00;
  font-size: 3rem;
  font-weight: 800;
}

.magnet-card p {
  margin-bottom: 0;
}

.magnet-column {
  margin: 56px 0;
  padding: 34px;
  background: #fff8e8;
  border: 1px solid #f1d18a;
  border-radius: 18px;
}

.magnet-column h2 {
  margin-top: 0;
  border-bottom-color: #ffb400;
  color: #8a5a00;
}

.magnet-case-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.magnet-case-item {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 16px;
}

.magnet-case-item h3 {
  padding-left: 14px;
  border-left: 5px solid #0f4c81;
}

.magnet-case-item p {
  margin-bottom: 0;
}

.magnet-reason {
  margin-top: 50px;
}

.magnet-reason ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.magnet-reason li {
  padding: 16px 18px;
  background: #f5f9fc;
  border: 1px solid #dce6ee;
  border-radius: 12px;
  font-weight: 700;
}

.magnet-reason li::before {
  content: "✓";
  margin-right: 8px;
  color: #0f4c81;
  font-weight: 800;
}

.magnet-size table {
  width: 100%;
  margin: 28px 0;
  border-collapse: collapse;
}

.magnet-size th,
.magnet-size td {
  padding: 16px;
  border: 1px solid #d8d8d8;
  text-align: left;
}

.magnet-size th {
  background: #0f4c81;
  color: #fff;
}

.magnet-size tr:nth-child(odd) td {
  background: #f8fbfd;
}

.magnet-faq {
  margin-top: 56px;
}

.magnet-faq-item {
  margin: 18px 0;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.magnet-faq-item h3 {
  position: relative;
  padding-left: 42px;
  color: #0f4c81;
}

.magnet-faq-item h3::before {
  content: "Q";
  position: absolute;
  top: -3px;
  left: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #0f4c81;
  color: #fff;
  border-radius: 50%;
  font-size: 0.9rem;
}

.magnet-faq-item p {
  position: relative;
  margin-bottom: 0;
  padding-left: 42px;
}

.magnet-faq-item p::before {
  content: "A";
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  background: #ffb400;
  color: #111;
  border-radius: 50%;
  font-weight: 700;
  font-size: 0.9rem;
}

.magnet-flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.magnet-flow-list div {
  padding: 20px 14px;
  background: #f5f9fc;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  text-align: center;
}

.magnet-flow-list span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #0f4c81;
  color: #fff;
  border-radius: 999px;
  font-size: 2rem;
  font-weight: 700;
}

.magnet-flow-list p {
  margin: 0;
  font-weight: 700;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .magnet-article {
    padding: 0 4px;
  }

  .magnet-article h2 {
    margin-top: 42px;
    font-size: 2.5rem;
  }

  .magnet-cv {
    padding: 28px 20px;
    border-radius: 14px;
  }

  .magnet-cv h2 {
    font-size: 2rem;
  }

  .magnet-lead {
    padding: 24px 20px;
  }

  .magnet-card-grid,
  .magnet-case-list,
  .magnet-reason ul,
  .magnet-flow-list {
    grid-template-columns: 1fr;
  }

  .magnet-size {
    overflow-x: auto;
  }

  .magnet-size table {
    min-width: 580px;
  }

  .magnet-faq-item {
    padding: 22px 18px;
  }

  .magnet-faq-item h3,
  .magnet-faq-item p {
    padding-left: 38px;
  }

  .sp-only {
    display: block;
  }
}