/* ===============================
PROTON PAGE
================================ */

.section-title{
font-weight:700;
letter-spacing:2px;
}

.section-title:after{
content:"";
display:block;
width:60px;
height:3px;
background:#2f6fd6;
margin:15px auto;
}

/* 説明 */

.proton-about p{
line-height:1.9;
color:#444;
}

/* 丸画像 */

.proton-circle{
border-radius:50%;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
transition:0.3s;
}

.proton-circle:hover{
transform:scale(1.05);
}

/* ===============================
POINT
================================ */

.proton-point{
background:#f7f9fc;
}

.point-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
text-align:center;
height:100%;
transition:.3s;
}

.point-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.point-card img{
border-radius:6px;
margin-bottom:15px;
}

.point-card h3{
font-size:20px;
margin-bottom:10px;
}
/* ===============================
POINT番号
================================ */

.point-number{

position:absolute;
top:15px;
left:20px;

font-size:32px;
font-weight:700;

color:#2f6fd6;
opacity:0.15;

}

/* ===============================
POINTアイコン
================================ */

.point-icon{

font-size:36px;
margin-bottom:10px;

}

/* カード調整 */

.point-card{

position:relative;

background:#fff;
padding:35px 30px 30px 30px;

border-radius:10px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

text-align:center;

height:100%;

transition:.3s;

}

.point-card:hover{

transform:translateY(-8px);

box-shadow:0 15px 35px rgba(0,0,0,0.15);

}
/* ===============================
プロトンライン
================================ */

.proton-line{
background:#f7f9fc;
}

.line-image{
border-radius:8px;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
transition:.3s;
}

.line-image:hover{
transform:scale(1.02);
}
/* ===============================
比較
================================ */

.freeze-compare{
background:#ffffff;
}

.freeze-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
height:100%;
}

.freeze-card h3{
text-align:center;
font-weight:700;
margin-bottom:20px;
}

.freeze-card img{
margin-bottom:20px;
border-radius:6px;
}

.freeze-card ul{
padding-left:20px;
line-height:1.8;
color:#444;
}

/* 上ライン */

.normal{
border-top:4px solid #999;
}

.proton{
border-top:4px solid #2f6fd6;
}

/* ===============================
CTA
================================ */

.proton-cta{
background:#2f6fd6;
color:#fff;
padding:80px 0;
}

.proton-cta h2{
font-weight:700;
margin-bottom:20px;
}

.proton-cta p{
font-size:18px;
}

.proton-cta .btn{
margin-top:20px;
}

/* ===============================
スマホ
================================ */

@media (max-width:768px){

.section-title{
font-size:28px;
}

.proton-circle{
width:70%;
margin:auto;
display:block;
}

.point-card{
padding:20px;
}

}