@charset "UTF-8";
ul.squ {
  list-style-type: none;
  position: relative;
}

ul.squ li:before {
  content: "■";
  position: absolute;
  left: 0;
}

td.time {
  width: 80px;
  text-align: center;
  background-color: #f6fdd4 !important;
}

th.syubetsu {
  width: 30%;
  text-align: left;
}

td.center {
  text-align: center;
}

.grid-left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
.grid-left p {
  text-indent: 0 !important;
}
.grid-left img {
  max-width: 100%;
  height: auto;
}

.rounded-link a.hov {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #ff7f2b; /* ベースの黄色 */
  color: #333; /* 文字は黒に近い色 */
  box-shadow: 0 4px 0 #d84d17; /* 下方向に影をつけて浮いている感じ */
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease-out, box-shadow 0.1s ease-out;
  color: white;
}
.rounded-link a.hov:hover {
  background-color: #f05518; /* 少しだけ濃く */
  transform: translateY(2px); /* 下に沈み込む */
  box-shadow: 0 1px 0 #9a3007;; /* 影を浅くして沈んだように見せる */
  text-decoration: none;
}

.grid-left img:hover {
	opacity:0.7;	
}

.contents-detail {
  margin-top: 70px;
}
.contents-detail:nth-of-type(1) {
  margin-top: 0;
}

.contents-wrap--top {
  margin-top: 150px;
}

.table_basic {
  margin-top: 0 !important;
}

p.cap {
  font-weight: bold;
  text-indent: 0 !important;
  margin-top: 2em;
}

.sp-table-caution {
	display:none;	
}

.rounded-link {
  border:none;
  width:177px;
  box-sizing:border-box;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.rounded-link a {
  color: #333;
	font-size:18px;
	display:block;
	width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0.7em 2em;
  box-sizing:border-box;
  font-weight:600;
}

.rounded-link a:hover {
text-decoration:none;	
}

.btn-box {
	display:grid;
	grid-template-columns:177px;
	grid-template-rows:auto auto;
	gap:20px 0;
}

@media screen and (max-width: 700px) {
  .grid-right {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .grid-right table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
  }
  .sp-table-caution {
	display:block;	
}
.sp-table-caution {
	text-indent:0!important;
	}
	
	
	
	
	.rounded-link {
	width:123px;
	height:auto;

}


.rounded-link a {
	font-size:12px;
}
.grid-left {
	align-items:flex-start;
	margin-top:20px;
	}

.btn-box {
	display:grid;
	grid-template-columns:123px;
	grid-template-rows:auto auto;
	gap:20px 0;
}
	.rounded-caption {
		text-align:justify;
		}
		
}
/*# sourceMappingURL=style2.css.map */