#sec1 {
  padding-bottom: 8rem;
}
#sec2 {
  padding: 8rem 0 6rem;
}
#sec3 {
  padding-top: 6rem;
}
.page h2.big{
  margin-bottom: 40px;
}
h2.d-block.fs25{
background: var(--vk-color-primary);
text-align: center;
padding: 12px 15px;
color: #fff;
margin: 2rem 0;
}
h3.message-ttl{
  font-size:40px;
  margin: 40px 0 20px;
}

.message-bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-top:36px;
}
.tag-en{
  color:#ce0012;
    font-weight:bold;
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 60px;
}
.tag-ja{
  font-weight:bold;
  font-size:20px;
}
.sign-name img{
  width: 220px;
}
.reno-title1{
      font-size: 30px;
    text-align: center;
}
table.comp-tbl{
  margin-bottom: 6rem;
}
table.comp-tbl,
table.comp-tbl th,
table.comp-tbl td{
  border-color: #baaf9c;
  border-left: none;
  border-right: none;
}
table.comp-tbl td, table.comp-tbl th {
    padding: 1rem 1rem;
}
table.comp-tbl th{
  width: 20%;
  text-align: left;
      vertical-align: text-top;
}
table.comp-tbl td p{
  margin-bottom: 0;
}
span.pright{
 display: inline-block;
 margin-right: 5px;
 width: 220px;
}
h3.reno-title1:nth-of-type(n+2){
  margin-top: 6rem;
}
.comp-block{
  margin-bottom: 6rem;
}
.qual-rows{
  display:block;
}
.qual-row{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:0 40px;
  align-items:stretch;
}
.qual-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:1rem 1rem;
  border-bottom:1px solid #baaf9c;
}

table.comp-tbl td span{
  display: inline-block;
}
.qual-note{
  text-align:right;
}

@media (max-width: 767.98px){
  #sec1 {
  padding-bottom: 4rem;
}
#sec2 {
  padding: 4rem 0;
}
#sec3 {
  padding-top: 3rem;
}
.comp-block{
  margin-bottom: 3rem;
}
  table.comp-tbl{
  margin-bottom: 3rem;
}
  .sign-name img {
    width: 130px;
}
h3.message-ttl {
    font-size: 22px;
}
.tag-en {
    font-size: 22px;
}
.tag-ja {
    font-size: 16px;
}
.reno-title1 {
    font-size: 22px;
  }
table.comp-tbl th, table.comp-tbl td{
  display: block;
  width: 100%;
  border-width: 0.5px;
}
span.pright {
    width: 200px;
}
.qual-row {
    grid-template-columns: 1fr;
    gap: 0;
}
}
