@charset"UTF-8";
/*h3デコレーション*/
h3 {
text-align: center;
  padding: 1vh;/*文字周りの余白*/
  margin:2vh 4vh;
  width: 90%;
  height: auto;
  border:solid 2px #aaaaaa;
  border-radius: 0.5em;/*背景角丸*/
 justify-content: center;
}

p {
  margin:2vh 4vh 2vh 3vh;
}

/* メインアイコン */
.prof{
  display: flex;
  justify-content: center;
}
.prof img{
	width: 40vh;
	height: 40vh;
}

/* リンクボタン */
.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:3% auto;
    padding: .9em 2em;
    border: none;
    border-radius: 25px;
    background-color: #13d0c3;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-2:hover {
    background-color: #03c0b3;
}
/* 歴代アイコン */
.img_prof {
margin: 2vh 1vh 0;
text-align: center;
}
.img_prof img {
width: 20vh;
height: 20vh;
border-radius:50%;
}

.icon_sns {
 display: flex;
 flex-wrap: wrap;
}

/* 表部分 */

table {
  margin:2vh;
  width: 95%;
  height: auto;
}

th,td{
  padding: 0.5vh;
  border:solid 2px #aaaaaa;
}