@charset "UTF-8";
/* h1{
    position: relative;
    padding: 1rem;
    border-radius: 5px;
    border: 2px solid #8728ed;
    background: repeating-linear-gradient(-45deg, #ccaaef 0 3px, #fff 3px 6px);
    color: #fff;
    text-shadow: -1px -1px 0 #8728ed, -1px 1px 0 #8728ed, 1px -1px 0 #8728ed, 3px 3px 0 #8728ed;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    width: 500px;
    margin-left: 450px;
}

p{
    text-align: center;
    font-size: larger;
}

.pic-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    padding: 0px 5rem;
    box-sizing: border-box;
    background-color: rgb(254, 254, 254);
}

.box {
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    border: 3px solid #ffcc00;
    box-shadow: 5px 5px 0 #ffcc00;
    color: #8728ed;
}


.box p {
    line-height: 1.5;
} */

* {
    margin: 0;
    padding: 0;
    /* border: solid 1px; */
    box-sizing: border-box;
}


body {
    display: flex;
}

.nav-wrapper {
    height: 100vh;
    width: 18%;
    border: solid 1px;
    background-color: #f0f0ff;

}

.nav {
    margin-top: 43px;
    margin-left: 18px;
}

.nav-content {
    display: flex;
    margin-bottom: 31px;
    align-items: center;
}

.nav-icon {
    height: 8px;
    width: 8px;
    margin-right: 9px;
    border-radius: 50%;
}


.contents-wrapper {
    height: 100%;
    width: 82%;
    background-image: url(back.png);
    background-size: 400px;
    background-repeat: repeat;

}

.heading {
    margin-top: 35px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
}

.contents-wrapper-inner {
    display: flex;
    width: 880px;
    margin: 0 auto;
}

.content-left {
    width: 350px;
}

.face-photo {
    width: 100%;
    height: 414px;
    margin-bottom: 23px;
}

.profile {
    margin-bottom: 40px;
    margin-left: 20px;
}

.profile-english {
    width: 300px;
    margin-bottom: 20px;
}

.mail {
    margin-bottom: 20px;
}


.content-right {
    width: 530px;
}

.news-heading {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.news-list {
    margin-right: 10px;
    margin-left: 10px;
}

.news-list-title {
    margin-top: 5px;
    margin-bottom: 4px;
    font: bold;

}

.news-list-description {
    margin-bottom: 30px;
    margin-left: 80px;
}

dt {
    font-weight: bold;
}

dl {
    border-bottom: 1px solid #ccc;
}

.news-heading{
    border-bottom: 1px solid #ccc;
}