@charset "utf-8";
/**タイトル**************************************************************/
.pwTitle{
  font-size:22pt;
  padding-left:0.7em;
  font-weight:bold;
  color:rgb(50, 82,163);
  border-bottom:2px solid currentColor;
  margin-bottom:0.2em;
}
.pwTitleBottom{
  height: 0.7em;
  background-color: white;
  border: none;
}
@media screen and (max-width: 640px) {
.pwTitle{
  font-size:20pt;
  line-height: 1.1em;
}
}
/***タイトル（実績あり）**********************************************/
.ziTitle{
  font-size:22pt;
  padding-left:0.7em;
  font-weight:bold;
  color:#3252a3;
  border-bottom:2px solid currentColor;
  margin-bottom:0.2em;
}
.ziTitleBottom{
  height: 0.7em;
  background-color: white;
  border: none;
}
@media screen and (max-width: 640px) {
.ziTitle{
  font-size:20pt;
  line-height: 1.1em;
  margin-bottom:1em;
}
}
/**********************************************/
.zisseki{
  float: right;
  padding: 0;
  font-weight: bold;
  font-size:28px;
  color:currentColor;
}
.sp{
  display:none;
}
@media screen and (max-width: 640px) {
.zisseki{
  line-height: 2em;
}
.sp{
  display:inline;
}
}
/************************************************************************/