@charset "utf-8";

/* スタイルシート　始める、学ぶ、木造構造計算！ */


.hl_1 {
  border-right:3px solid #F58A7B;
  position:relative;
}
.hl_2 {
  border-right:3px solid #DF0542;
  position:relative;
}

.hl_1 > span {
  position:absolute;
  top:25%;
}
.hl_2 > span {
  position:absolute;
  top:25%;
}


.LandE {
  position:relative;
  top:0;
}
.LandE:hover {
  top:10px;
  transition:0.3s;
}


.pg-link {
  border: 1px solid #73b8c7;
  box-shadow: 4px 6px 5px rgba(60,170,222,0.3);
}
.pg-link:hover {
  box-shadow: none;
}


@media print, screen and (max-width: 992px) {


.hl_1 {
 border-right:none;
 border-bottom:3px solid #DF0542;
}
.hl_2 {
 border-right:none;
 border-bottom:3px solid #DF0542;
}

.hl_1 > span {
  position:static;
}
.hl_2 > span {
  position:static;
}



}


