/* 全体 */

body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
text-align:center;
background:#f5f6f8;
color:#333;
line-height:1.7;
}



/* セクション */

section{
background:#ffffff;
max-width:900px;
margin:40px auto;
padding:30px 20px;
border-radius:10px;
box-shadow:0 4px 12px rgba(0,0,0,0.08);
}



/* フック画像 */

.hook{
max-width:none;
margin:0;
padding:0;
background:none;
box-shadow:none;
}

.hook img{
width:100%;
height:auto;
display:block;
}



/* 画像 */

img{
width:100%;
height:auto;
border-radius:6px;
}



/* CTAボタン */

.cta{

display:inline-block;

margin-top:25px;

padding:16px 32px;

background:#ff6a00;

color:#fff;

font-size:18px;

font-weight:bold;

text-decoration:none;

border-radius:8px;

box-shadow:0 4px 10px rgba(0,0,0,0.2);

transition:all .2s;

}



/* ホバー */

.cta:hover{

background:#ff5200;

transform:translateY(-2px);

box-shadow:0 6px 16px rgba(0,0,0,0.25);

}



/* 最終CTA */

.large{

font-size:20px;

padding:20px 40px;

}



/* 見出し */

h2{

font-size:26px;

margin-bottom:20px;

}



/* 本文 */

p{

font-size:16px;

margin:10px 0;

}



/* trust */

.trust{

background:#fafafa;

}

.trust-text{

margin-top:20px;

}



/* Google CTA */

.google{

background:transparent;

box-shadow:none;

}



/* スマホ */

@media (max-width:600px){

section{

margin:20px 10px;

padding:20px 15px;

}

h2{

font-size:22px;

}

.cta{

font-size:16px;

padding:14px 24px;

}

}

footer{

background:#222;
color:#fff;

padding:40px 20px;

text-align:center;

margin-top:60px;

}

.footer-title{

font-size:20px;
font-weight:bold;
margin-bottom:10px;

}

footer p{

margin:5px 0;
font-size:14px;

}

.copyright{

margin-top:15px;
opacity:0.7;

}