
.cta p.h2{
    font-family: 'Noto Serif JP',"Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600 !important;
  position: relative;
  text-align: center;
  font-size: 18px !important;
  letter-spacing: -.2px;
}
section.cta.toparea{
    padding: 0;
  }

.bg-cta{
background-color:#d1c2a5;
}

.bg-cta.toparea{
background-color:#fef586;
}
.bg-yellow{
background-color:#f9dd64;
padding:1rem;
}
#top-cta a.ctabtn{
background:#2dcb3b;
max-width:270px;
width:90%;
height:60px;
line-height: 1em;
border-radius:30px;
display:block;
font-size:1rem;
line-height:1.3em;
font-weight:bold;
color:#fff;
text-decoration:none;
padding-left:4.5em;
padding-top:.2em;
position:relative;
text-align:left;
margin:0 auto;
box-sizing: border-box;
}
#top-cta a.ctabtn.btn-mail{
background:#ffa13d;
padding-left:3.3em;
}
#top-cta a.ctabtn:hover{
color:#fff;
}
#top-cta a.ctabtn.btn-or{
background-color:#fff;
border:1px solid #ff533d;
color:#ff533d;
font-size:1.3em;
line-height:1em;
padding-left:2.5em;
padding-top:.5em;
margin-bottom:0;
}
#top-cta .btn-tel{
vertical-align: middle;
}
#top-cta .btn-tel::before{
content:'\f095';
font-family: 'Font Awesome 6 Free';
font-weight:900;
font-size:1.2em;
position:absolute;
top:18px;
left:.8em;
}
#top-cta .btn-mail::before{
content:'\f0e0';
font-family: 'Font Awesome 6 Free';
font-weight:900;
font-size:1.5em;
position:absolute;
top:20px;
left:.8em;
line-height:1em;
}
#top-cta .btn-line::before{
content:'\f3c0';
font-family: 'Font Awesome 6 Brands';
font-weight:400;
font-size:1.5em;
position:absolute;
top:20px;
left:1.6em;
}
#top-cta .subtext{
font-size:.45em;
line-height:1em;
display:block;
color:#ff533d;
}
#top-cta .subtitle{
font-size:2em !important;
font-weight:400;
line-height:130%;
margin-bottom:1rem;
}
@media (min-width: 768px) {

  .cta p.h2{
    font-size: 30px !important;
  }
  section.cta.toparea{
    padding: 0;
  }
  
#top-cta a.ctabtn.btn-or{
background-color:#fff;
border:1px solid #ff533d;
color:#ff533d;
font-size:1.1em;
line-height:1em;
padding-left:2.5em;
padding-top:.5em;
margin-bottom:0;
}
  }