header{
	margin-bottom:50px;
}
.wrap_page {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}
aside {
    width: 22%;
    padding-top:70px;
}
aside ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
aside ul li {
    margin-bottom: 2em;
}
article {
    width: 75%;
    line-height:2em
}
h2 {
    margin-bottom: 2em;
}

section{
	scroll-margin-top:100px;
    margin-bottom: 10%;
}
.inner_contents {
    padding-bottom: 4em;
}
.inner_contents:last-child {
    padding-bottom: 0;
}
.keyvisual {
    margin-bottom: 10%;
}
ul{
	margin:0;
	padding-left:1.3em;
}
.judge ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px 30px;
}
.judge ul li {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2%;
}
.judge ul li .portrait {
    display: none;
}
.judge ul li .prof .prof_name {
    font-size: 1.33rem;
    padding-bottom: 0.5em;
}
.judge ul li .prof .prof_name {
    font-size: 1.33rem;
    padding-bottom: 0.5em;
}
.judge ul li .prof .prof_bio {
    font-size: .78rem;
    line-height: 2em;
}
.signiture {
    font-size: 1.44rem;
}
.signiture .prefix {
    font-size: .85em;
}

.display {
    position: relative;
    margin-bottom: 1%;
}
.display img {
    display: block;
}
.img_credit {
    position: absolute;
    bottom: .5em;
    left: 1em;
    font-size: .75rem;
    color: #fff;
}
.wrap_history .img_caption {
    font-size: .78rem;
    padding: 0 0 2em;
    line-height:1.4em;
}
.history_ctl {
    display: flex;
    flex-wrap: wrap;
    list-style:none;
    padding: 0;
}
.history_ctl li {
    border: 1px solid #333;
    padding: .1em 1.3em;
    border-radius: 100px;
    margin: 0 1em 1em 0;
    font-size:.89rem;
}
.schedule dl dt{
	width:4em;
	float:left;
}

@media screen and (max-width:600px){
.wrap_page {
    display: block;
}
aside {
    width: 100%;
    padding: 0;
}
aside ul li {
    text-align: center;
}
article {
    width: 100%;
}
section {
    margin-bottom: 22%;
}
.judge ul {
    display: block;
}
.judge ul li {
    margin-bottom: 40px;
}

}