@charset "utf-8";


/*技術情報の整理
---------------------------------------------------------------------------*/
/* 技術情報のリストスタイル */
.technical {
  margin-bottom: 40px;
}

.technical ul {
  padding: 0;
  margin: 0 15px;   /* ← 左右の余白 */
}

.technical ul li {
  color: #404040;
  border-left: solid 6px #0000ff;/*左側の線*/
  border-bottom: solid 2px #dadada;/*下に灰色線*/
  background: whitesmoke;
  margin-bottom: 5px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 1em;
  list-style-type: none;/*ポチ消す*/
  font-weight: bold;
}

/* 技術論文のリストスタイル */

.thesis ul {
  list-style: none;
  padding: 0;
  margin: 25px 15px;
  border-top: solid 1px #1e366a;
}

.thesis ul li {
  border-bottom: solid 1px #1e366a;
}

/* リンク全体をクリック可能に */
.thesis ul li a {
  display: block;
  position: relative;
  padding: 0.7em 4.5em 0.7em 2.2em;
  text-decoration: none;
  color: #1e366a;
  line-height: 1.6;
  transition: background 0.2s ease;
}

/* ダウンロードアイコン */
.thesis ul li a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f56d"; /* fa-file-arrow-down */
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFD43B;
}

/* [PDF] 表記 */
.thesis ul li a::after {
  content: " [サンプルPDF]";
  position: static;
  padding-right: 5em;
  margin-left: 10px;
}

/* hover効果（真面目系） */
.thesis ul li a:hover {
  background: #f5f8ff;
}



/* 画像内テキスト */
.image-text-box {
  position: relative;
  margin-bottom: 3rem;
}

.image-text-box img {
  width: 100%;
  height: auto;
  display: block;
}

.image-text-box p {
  position: absolute;
  margin: 0;
}

/* 位置指定 */
.fig04 {
  top: 85%;
  left: 2%;
}

.fig06 {
  top: 44%;
  left: 60%;
}

.fig07 {
  top: 95%;
  left: 60%;
}

.fig09 {
  top: 99%;
  left: 2%;
}

.fig11 {
  top: 59%;
  left: 60%;
}

.fig10 {
  top: 99%;
  left: 2%;
}

.fig12 {
  top: 59%;
  left: 60%;
}
