/* =====================
入試概要
===================== */

#main-body{

max-width:1100px;

margin:0 auto;

padding:
60px 32px 100px;

min-height:60vh;

}

.entry-title{

font-size:2rem;

margin-bottom:22px;

color:#222;

line-height:1.4;

}

.entry-lead{

max-width:flex;

line-height:2;

font-size:1.03rem;

color:#666;

margin-bottom:52px;

}

.exam-grid{

max-width:760px;

margin:0 auto 60px;

}

.exam-card{

display:flex;

flex-direction:column;

gap:22px;

padding:42px;

background:#fff;

border-radius:22px;

text-decoration:none;

color:#222;

box-shadow:

0 8px 28px
rgba(0,0,0,.08);

min-height:300px;

}


.exam-card:hover{

transform:
translateY(-4px);

box-shadow:
0 18px 40px
rgba(0,0,0,.12);

}

.exam-label{

font-size:.8rem;

letter-spacing:.18em;

color:#6d7588;

font-weight:700;

}

.exam-card h2{

font-size:1.35rem;

line-height:1.6;

margin:0;

}

.exam-card p{

line-height:2;

color:#555;

margin:0;

}

.exam-card span{

margin-top:auto;

padding-top:18px;

font-weight:700;

color:#173c7b;

}

/* 注記 */

.exam-note{

max-width:760px;

margin:0 auto;

padding-top:28px;

text-align:center;

line-height:2;

color:#666;

border-top:

1px solid
#e5e5e5;

}


/* SP */

@media(max-width:899px){

#main-body{

padding:
44px 20px 80px;

}

.entry-title{

font-size:1.7rem;

}

.entry-lead{

font-size:.96rem;

}

.exam-grid{

grid-template-columns:1fr;

gap:24px;

}

.exam-card{

padding:30px;

}

}
