/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 22 2026 | 05:56:29 */
#About .section1{
	padding-top:60px;
	padding-bottom:100px;
}
#About .section1 img{
	width:50%;
}
#About .section1 h2{
	 font-size: 32px;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	color:#684970;
	margin-bottom:10px;
	text-align:center;
}
#About .section1 p{
	margin-bottom:15px;
	text-align:center;
}
#About .section1 h3{
	 font-size: 26px;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	color:#684970;
	margin-top:20px;
	margin-bottom:15px;
	text-align:center;
}

#About .strength{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#F7F3F8;
}
#About .strength pre.title{
	   font-size: 40px;
font-family: "Orbitron", sans-serif;
  font-weight: 500;
	color:#684970;
	line-height:1.2;
	overflow:hidden;
	text-align:center;
}
#About .strength h2{
	   font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	text-align:center;
	margin-bottom:40px;
}
#About .strength .column p.name{
	    font-size: 16px;
  font-weight: 400;
	text-align:center;
	margin-top:2px;
}
#About .strength .column p.name strong{
	    font-size: 18px;
  font-weight: 400;
}
#About .strength .column pre{
	    font-size: 16px;
font-family: "Orbitron", sans-serif;
  font-weight: 500;
	color:#684970;
}
#About .strength .column pre.second{
	margin-top:25px;
}
#About .strength .column h3{
	   font-size: 28px;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	margin-bottom:5px;
}
	#About .strength p.caution{
	font-size: 14px;
    margin-bottom: 5px;
    color: #FF0000;
    display: none;
		text-align:left;
}
#About .strength .record{
	padding-top:70px;
}
#About .strength .record pre{
	 font-size: 16px;
font-family: "Orbitron", sans-serif;
  font-weight: 500;
	color:#684970;
	text-align:center;
}
#About .strength .record h3{
	   font-size: 28px;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	margin-bottom:5px;
	text-align:center;
}
#About .strength .record p{
	   font-size: 14px;
	margin-bottom:25px;
	text-align:center;
}

/* テーブル全体のコンテナ（レスポンシブ用） */
.table-container {
  width: 100%;
  overflow-x: auto; /* 横スクロールを許可 */
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}

/* テーブルの基本スタイル */
.project-table {
  width: 100%;
  min-width: 800px; /* スマートフォンでもレイアウトが崩れないよう最小幅を設定 */
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
}

/* ヘッダーのスタイル */
.project-table th {
  background-color: #7d6083; /* 画像に近い紫色 */
  color: #ffffff;
  font-weight: 500;
  padding: 12px 8px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 1.4;
	vertical-align: middle;
}

/* セルの基本スタイル */
.project-table td {
  padding: 10px 12px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
	font-weight: 400;
}

/* 期間セルのスタイル */
.period-cell {
  text-align: center;
  background-color: #fcfcfc !important;
  font-weight: bold;
}

/* 縞々（ストライプ）の設定 */
.project-table tbody tr:nth-child(even) td:not(.period-cell) {
  background-color: #f9f7f9; /* 薄いグレー/紫 */
}

/* ドット（●）のスタイル */
.dot {
  text-align: center;
  color: #5d4663; /* 少し濃い目の色 */
  font-size: 18px;
}

/* ホバー時の挙動（PC用） */
.project-table tbody tr:hover td:not(.period-cell) {
  background-color: #f0edf0;
}

/* スマートフォン向けの微調整 */
@media screen and (max-width: 640px) {
  .project-table {
    font-size: 12px;
  }
  .project-table td, .project-table th {
    padding: 8px 5px;
  }
}


#About .outline{
	padding-top:100px;
	padding-bottom:100px;
}
#About .outline pre{
	   font-size: 40px;
font-family: "Orbitron", sans-serif;
  font-weight: 500;
	color:#684970;
	line-height:1.2;
	overflow:hidden;
	text-align:center;
}
#About .outline h2{
	   font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	text-align:center;
	margin-bottom:40px;
}
#About .outline table{
  border-collapse: collapse;
  width: 100%;
	margin-bottom:30px;
}
#About .outline table th,
#About .outline table td {
  padding: 18px 20px;
  background-color: #F7F7F7;
  border: solid 5px #FFF;
  box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	line-height:1.6;
}
#About .outline table th {
  background-color: #94719C;
  color: #fff;
  width: 270px;
  font-weight: 500;
  vertical-align: middle;
}



@media (max-width: 833px) {
	#About .section1{
	padding-top:30px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#About .section1 img{
	width:95%;
}
#About .section1 h2{
	 font-size: 26px;
	margin-bottom:10px;
}
#About .section1 p{
	margin-bottom:10px;
	text-align:left;
}
#About .section1 h3{
	 font-size: 22px;
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
}
	
	
	#About .strength{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#About .strength pre.title{
	   font-size: 32px;
}
#About .strength h2{
	   font-size: 16px;
	margin-bottom:20px;
}
#About .strength .column pre{
	    font-size: 16px;
}
#About .strength .column pre.second{
	margin-top:15px;
}
#About .strength .column h3{
	   font-size: 24px;
	margin-bottom:5px;
}


#About .strength .record{
	padding-top:25px;
}
#About .strength .record pre{
	 font-size: 16px;
	text-align:center;
}
#About .strength .record h3{
	   font-size: 24px;
	margin-bottom:5px;
	text-align:center;
}
#About .strength .record p{
	   font-size: 14px;
	margin-bottom:15px;
}
	#About .strength p.caution{
	        display: block;
		text-align:left;
		margin-bottom:5px;
}
	
	
	#About .outline{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#About .outline pre{
	   font-size: 32px;
	text-align:center;
}
#About .outline h2{
	   font-size: 16px;
	margin-bottom:20px;
}
#About .outline table th {
    padding: 4px 15px;
  }
#About .outline table th,
#About .outline table td {
    padding: 15px;
    display: block;
    width: 100%;
    border: none;
  }
	
}





