@charset "utf-8";
/* CSS Document */
.head_title h1 {
  font-size: 3.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.25;
}
#second_header {
    background: url(/202407/images/lf-bgg-computing.png);
    background-size: cover;
}
.kv-wrap {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.5)), url(/202407/computing/images/computing.jpg);
}
.kv-area p {	
    padding-bottom: 2.4em;	
}
.sub-titel span {	
    margin-bottom: 1.2rem;	
}
.tryDS-area .panel_list_wrap h3 {
  border-bottom: 6px solid #FF9933;
}
.tryDS-area .panel_list_wrap h3:before {
  background: #FF3300;
}

/* 「次世代のコンピューティング技術」タイトルの下線 */
.tryDS-area .next_computing h2 {
    position: relative;
    padding: 1rem 2rem 2rem 0;
    border-bottom: 6px solid #FF9933;
}
.tryDS-area .next_computing h2:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #FF3300;
}

/* 技術の別タブリンクの「詳しく見る」の画像(kozuchiのpage.css */
.btn .link-blank img {
  height: auto !important;
  width: 30px !important;
  margin-left: 15px;
  margin-top: 5px;
}
@media all and (max-width: 1040px) {
  .btn .link-blank img {
    width: 22px !important;
  }
}

/* アカウント登録ボタンをcenterに(convergingのpage.css */
.cv_btn .lay-2col {
    justify-content: center;
}