@charset "UTF-8";

html{
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body{
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #797e81;
}

a{
  text-decoration: none;
}


h2 {
	font-size: 3.6rem;
  font-weight: 600;
}





.wrap{
	margin: auto;
width: 1000px;
height: 450px;
	display: flex;
justify-content: center;
}

.item{
	width: 200px;
	text-align: center;
	
}

.item_ph{
	width: 600px;
	background-image: url("./top/top2025.png");
text-align: center;
	font-size: 1.7rem;
color: white;
}

.item ul{
	margin-left: -48px;
	margin-top: -5px;
	
}

.item ul li{
	list-style: none;
	width: 180px;
	
	font-size: 1.3rem;
	line-height: 2.1rem;
	 background: linear-gradient(10deg, #d1f8f9, #d2d1f9);
	background-color:#d1d9f9;
	border-radius: 5px;
 margin: 8px auto;
 padding: 4px;
	 box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.45);
}

.item ul li a{
	 text-decoration: none;
	color: #1b4059;
}

.foooter h1{
	text-align: center;
font-size: 2rem;
font-weight: 800;
}

.foooter p{
	text-align: center;
		font-size:1.2rem;
	line-height: 0.1rem;
}
