@charset "UTF-8";

.section_01.sentence_01 h1.title{
text-align:center;
margin:0 auto;
line-height:60px;
background-repeat:no-repeat;
background-size:contain;
background-position:top;
padding-top:11px;
padding-bottom:29px;
font-family:"Arial Black", Gadget, sans-serif;
font-size:2em;
letter-spacing:1px;
}

@media screen and (min-width:499px) and (max-width:767px) {
.section_01.sentence_01 h1.title{
line-height:58px;
margin-bottom:28px;
}
}

@media screen and (min-width:320px) and (max-width:498px) {
.section_01.sentence_01 h1.title{
line-height:38px;
padding-top:0;
padding-bottom:0;
margin-bottom:18px;
font-size:1.44em;
}
.link_01{
display:none;
}
}