@charset "UTF-8";

.title {
 height: 380px;
}

@media screen and (max-width: 768px) {
 .title {
  height: 180px;
 }
}


.PLink.textin {
 padding: 0 3px 0 1.5em;
 border-bottom: 0;
 text-decoration: underline;
}

.sst_01 {
 font-size: 25px;
 letter-spacing: 0;
 line-height: 1.5em;
}