@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
.trainer_trigger{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin:0 auto;
    width:1024px;
    margin-bottom:50px;
}
.triphoto{
    width:300px;
    margin-top:25px;
}
.trainer_contents{
    width:650px;
}
.trainer_name{
    font-weight:bold;
    font-size:1.8rem;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', sans-serif;
    color:#9bcdc1;
    margin-right:1rem;
}
.name_Eg{
    color:#9bcdc1;
}
.nameline{
    border:3px solid #9bcdc1;
}
.profile{
    font-weight:bold;
    font-size:1.3rem;
}
.trainermenu{
    font-weight:bold;
    font-size:1.3rem;
    color:#9bcdc1;
    border-bottom:1px dashed #9bcdc1;
}
.trainerlist li{
    list-style:square;
    color:#9bcdc1;
}
.trainerlist li span{
    color: #333;
}
footer{
	margin-top:150px;
}