/* CSSリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

/* 共通 */
body {
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    font-size: 16px;
    background-color: #004097;
    background-image: url(../images/bgbody.jpg);
    background-repeat: repeat-x;
    /* background: rgb(0,64,151);
    background: linear-gradient(0deg, rgba(0,64,151,1) 0%, rgba(0,64,151,1) 30%, rgba(0,184,238,1) 100%); */
    background-attachment: fixed;
}

p {
    font-size: 0.968em;
    line-height: 1.5;
    text-align: justify;
}

a {
    color: #000;
    text-decoration: none;
    outline-style: none;
}

a:hover {
    color: #000;
}

a:hover img {
    opacity: 0.60;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

dt {
    font-size: 90%;
    line-height: 1.8;
}

dd {
    font-size: 90%;
    line-height: 1.8;
}

li {
    font-size: 90%;
    line-height: 1.8;
}

h1 {
    text-align: center;
}

h1 img {
    width: 100%;
    height: auto;
}

.content-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.53;
    letter-spacing: 1px;
    margin-bottom: 1.5em;
    color: #FFF;
}

h2 {
    font-size: 1.25em;
    line-height: 1.4;
    color: #000;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: -0.6em;
}

h3 {
    clear: both;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.75em;
    line-height: 1.6;
    margin-left: -0.6em;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: bold;
}

/* 構成 */

#container {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: -70px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#contents {
    padding: 0px 0 50px 0;
    margin-top: 20px;
    width: calc(100% - 170px);
}

#wrapper {
    background: url(../images/sdc-main-logo.png) center 57px no-repeat;
    background-attachment: fixed;
}

#mainvisual {
    width: 100%;
    height: 519px;
    /* background-color: rgba(0,0,0,0.5); */
}

article {
    background-color: #FFFFFF;
    padding: 37px 37px 37px 37px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

#page #container {
    margin: 0px auto 0 auto;
}

#page #wrapper {
    background: none;
}

/* エレメント */

#side {
    width: 150px;
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    height: 100%;
}

#side img {
    margin-top: 20px;
}

#side #nav ul {
    margin: 30px 0 0 0;
}

#side #nav ul li {
    margin-bottom: 5px;
}

#side #nav ul li a {
    font-size: 16px;
    color: #FFFFFF;
}

#sitetitle {
    width: 194px;
    height: 347px;
}

h3.postertheme {
    margin-left: -15px;
    font-weight: bold;
}

h3.postertheme span {
    letter-spacing: -10px;
    font-weight: 600;
}

h2.postertheme {
    max-width: 600px;
    margin-left: 0px;
    margin-bottom: 140px;
}

.fukidashi {
    display: flex;
    align-items: center;
}

.fukidashi img {
    display: none;
}

.fukidashi p {
    padding: 5px 10px;
    background-color: #C30327;
    border-radius: 8px;
    color: #FFF;
}

.judge-list {}

.judge-list dt {
    font-size: 0.968em;
    line-height: 1.5;
}

.judge-list dd {
    font-size: 0.875em;
    margin-bottom: 0.5em;
}

@media screen and (min-width:420px) {
    .cols {
        display: flex;
        justify-content: flex-start;
    }

    .fukidashi {
        width: 136px;
    }

    .fukidashi img {
        display: block;
        height: 54px;
        width: 136px;
    }

    .fukidashi p {
        display: none;
    }

    .judge-list {
        display: flex;
        flex-wrap: wrap;
    }

    .judge-list dt {
        width: 6em;
        font-size: 0.968em;
    }

    .judge-list dd {
        width: calc(100% - 6em);
        font-size: 0.968em;
        margin-bottom: 0;
    }
}

.linkbtn {
    text-align: center;
    margin: 30px auto 0 auto;
}

.linkbtn a {
    line-height: 40px;
    text-align: center;
    background-color: #DBDCDC;
    display: block;
    border-radius: 5px;
}

.linkbtn a:hover {
    background-color: #EFEFEF;
    text-decoration: none;
}

#kyosan {
    position: relative;
    overflow: hidden;
}

#kyosan .logosaikyo {
    position: absolute;
    bottom: 5px;
    left: 9em;
    width: 164px;
    height: 46px;
}

.gpx-img {
    margin-bottom: 50px;
}

.location-info {
    margin-left: 5em;
    margin-bottom: 1em;
}

.exhibition-info p {
    text-indent: -0.6em;
    margin-bottom: 0.25em;
}

.event-msg {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 40px;
}

.event-msg h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.53;
    margin-bottom: 1.5em;
}

.event-msg p {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.53;
    margin-bottom: 1.5em;
    text-align: center;
}

.event-msg .years-theme h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.53;
    margin-bottom: 0em;
}

.event-msg .spbr {
    display: none;
}

.contact-info .spbr {
    display: none;
}

.contact-info {
    padding-bottom: 30px;
}

.event-headertxt {
    font-size: 26px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
    margin-top: -10px;
}

.event-info {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    margin-bottom: 50px;
}

.event-info dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 26px;
    margin-bottom: 30px;
}

.event-info dl dt {
    width: 3.1em;
    font-weight: 700;
}

.event-info dl dd {
    width: calc(100% - 3.1em);
    font-weight: 700;
}

.event-info dl dd span {
    font-size: 18px;
    display: block;
    line-height: 1.5;
    font-weight: 400;
}

.event-info ul {
    margin-left: -0.7em;
}

.event-info li {
    text-indent: -0.7em;
    margin-left: 1em;
    line-height: 1.785;
}

.event-info .event-term .spbr {
    display: none;
}

#contents .exhibition-lead {
    margin-top: -20px;
    font-size: 24px;
    padding-bottom: 30px;
}

#contents h1.exhibition-title {
    margin-top: 0px;
    padding-bottom: 15px;
}

.pg-exhibition h2 {
    margin-top: 0em;
    margin-left: 0em;
}

.pg-exhibition h2 .spbr {
    display: none;
}

.pg-exhibition .location-info {
    margin-left: 4.2em;
    margin-bottom: 1.5em;
}

/* スマートフォン・タブレット対応 */
@media screen and (orientation: landscape) {
    #kyosan .logosaikyo {
        left: 13em;
    }
}

/* スマートフォン・タブレット対応 */
@media screen and (min-width:714px) {
    #side>button {
        display: none;
    }

}

@media screen and (min-width:420px) and (max-width:714px) {
    #contents {
        width: 100%;
        margin-left: 0px;
    }

    .event-info .event-term .spbr {
        display: none;
    }

    .pcbr br {
        display: none;
    }

    .pcbr::before {
        content: "、";
    }

    .pcsp {
        display: none;
    }

}

@media screen and (max-width:420px) {
    #container {
        display: block;
        margin: 0px auto 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }

    #side {
        width: auto;
        display: block;
        z-index: 1000;
    }

    #side #nav ul li a {
        font-size: 18px;
        color: #000;
    }

    article {
        padding: 0 15px;
    }

    .pg-home article,
    .pg-ypko article,
    .pg-ceremony article,
    .pg-winners article,
    .pg-contact article {
        padding-top: 15px;
    }

    #contents {
        width: 100%;
        margin-left: 0px;
        margin-top: 50px;
    }

    #contents .exhibition-lead {
        margin-top: 0px;
        font-size: 18px;
        padding-bottom: 30px;
    }

    #contents h1.exhibition-title {
        margin-top: 0px;
        padding-bottom: 15px;
    }

    .pg-exhibition h2 .spbr {
        display: block;
    }

    .pg-exhibition .location-info {
        margin-left: 0em;
        margin-bottom: 1.5em;
    }

    #kyosan {
        position: relative;
        overflow: hidden;
    }

    #kyosan .logosaikyo {
        position: relative;
        bottom: 0px;
        left: 10px;
        width: 164px;
        height: 46px;
    }

    .pcbr br {
        display: none;
    }

    .pcbr::before {
        content: "、";
    }

    .pcsp {
        display: none;
    }

    .event-info dl {
        font-size: 23px;
    }

    .event-info .event-term .spbr {
        display: block;
    }

    .expimg {
        width: 95%;
        height: auto;
    }

    .content-title {
        font-size: 21px;
        margin-bottom: 1.0em;
    }

    h2 {
        font-size: 1.2em;
    }

    .location-info {
        margin-left: 0em;
    }

    .event-over-msg {
        margin-bottom: 0px;
    }

    .event-over-msg h1 {
        font-size: 23px;
    }

    .event-over-msg p {
        font-size: 17px;
    }

    .event-over-msg .next-years-theme h2 {
        font-size: 23px;
    }

    .event-over-msg p br {
        display: none;
    }

    .event-over-msg .spbr {
        display: inline;
    }

    .event-over-msg .next-years-theme br {
        display: inline;
    }

    .contact-info .spbr {
        display: inline;
    }

    h2.postertheme {
        margin-bottom: 60px;
    }
}

.pg-profile article {
    margin-bottom: 94px;
}

.pg-profile section {
    overflow: hidden;
    /* margin-bottom:94px; */
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

.pg-profile .profile {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.works {
    clear: both;
    overflow: hidden;
    /* margin-right:-23px; */
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item2w {
    max-width: 413px;
    min-height: 312px;
    margin: 12px;
    padding: 0;
}

.item1w {
    width: 195px;
    height: 312px;
    margin: 12px;
    padding: 0;
}

.pg-profile p {
    font-size: 0.75em;
    line-height: 1.67;
    text-align: justify;
}

.pg-profile h3 {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.06em;
    line-height: 1.235;
}

/* エレメント */

.pg-profile .profileimg {
    width: 195px;
    margin-left: 10px;
}

.profiletxt {
    max-width: 420px;
}

.entxt {
    font-size: 0.71em;
    padding-left: 7px;
}

.works h5 {
    font-size: 0.66em;
    line-height: 1.3;
    padding-top: 0.5em;
}

.linkbtn {
    text-align: center;
    margin-top: 10px;
}

.linkbtn a {
    line-height: 40px;
    text-align: center;
    background-color: #DBDCDC;
    display: block;
    border-radius: 5px;
}

.linkbtn a:hover {
    background-color: #EFEFEF;
    text-decoration: none;
}


/* スマートフォン・タブレット対応 */
@media screen and (min-width:440px) and (max-width:910px) {
    .pg-profile article h2 {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:440px) {
    .pg-profile article {
        padding: 37px 15px 0 15px;
        margin-bottom: 94px;
    }

    .pg-profile .profile {
        display: block;
    }

    .pg-profile article h2 {
        padding-bottom: 1em;
        float: none;
        padding-left: 0px;
        margin-left: 0px;
        max-width: 210px;
        text-align: left;
    }

    .pg-profile .profileimg {
        width: 195px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 37px;
    }

    .pg-profile .item2w {
        max-width: 413px;
        min-height: 312px;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .pg-profile .item1w {
        width: 195px;
        height: 312px;
        float: none;
        margin: 0 auto;
        padding: 0;
    }


}


.pg-archive article {
    margin-bottom: 94px;
    padding: 0;
}

.pg-archive section {
    overflow: hidden;
    /* margin-bottom:94px; */
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
}

.pg-archive .archive {
    display: flex;
    justify-content: space-between;
}

.archive .posterimg {
    width: 50%;
    max-width: 370px;
}

.archivemenu {
    padding: 37px 20px 37px 37px;
    width: 50%;
    box-sizing: border-box;
}

.pg-archive p {
    font-size: 0.968em;
    line-height: 1.5;
    text-align: justify;
}

.pg-archive h3 {
    margin: 0px 0px 8px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 1.25em;
    line-height: 1.235;
    font-weight: 600;
}

.pg-archive h3.postertheme {
    margin-left: -0.6em;
}

.pg-archive h4 {
    line-height: 1.4;
    color: #000;
    letter-spacing: 1px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: -0.6em;
}

.pg-archive ul {
    font-size: 1.1em;
    line-height: 1.67;
    margin-top: 2em;
    margin-left: 1.5em;
}

.pg-archive ul li {
    list-style-type: disc;
    margin-bottom: 0.25em;
}

/* スマートフォン・タブレット対応 */
@media screen and (min-width:440px) and (max-width:910px) {
    .pg-archive article h2 {
        padding-bottom: 1em;
    }
}

@media screen and (max-width:440px) {
    .pg-archive .archive {
        display: block;
    }

    .archive .posterimg {
        width: 100%;
    }

    .archivemenu {
        padding: 37px 37px 37px 37px;
        width: 100%;
        box-sizing: border-box;
    }

    .pg-archive article h2 {
        padding-bottom: 1em;
        float: none;
        padding-left: 0px;
        margin-left: 0px;
        max-width: 210px;
        text-align: left;
    }

    .profileimg {
        width: 195px;
        float: none;
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .item2w {
        max-width: 413px;
        min-height: 312px;
        float: none;
        margin-right: 23px;
        padding: 0;
    }

    .item1w {
        width: 195px;
        height: 312px;
        float: none;
        margin-right: 23px;
        padding: 0;
    }

}

.pg-contact .contact-info>h2:first-child {
    margin-top: 0;
}

.pg-committee p {
    font-size: 0.875em;
    font-weight: normal;
    padding: 0 0 1em 0;
}

#imagelist ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
}

#imagelist li {
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

#imagelist li.w330 {
    width: 330px;
    margin: 0 auto 30px auto;
    padding: 0 0 0 0;
}

#imagelist img {
    width: 100%;
    height: auto;
}

.pg-winners h1 {
    text-align: left;
    padding: 0;
    margin: 20px 0 50px 0;
}

.pg-winners .prize h2 {
    text-align: center;
    font-weight: normal;
    padding: 0;
    margin: 5px 0 20px 0;
    text-indent: 0;
    line-height: 52px;
    font-size: 1.5em;
}

.pg-winners .prize h2 img {
    text-align: center;
    margin: 0 auto;
}

.prize-elementary,
.prize-junior,
.prize-high {
    margin-top: 70px;
    clear: both;
    overflow: hidden;
}

.pg-winners .prize .gpxWorks,
.pg-winners .prize .goldWorks,
.pg-winners .prize .shilverWorks,
.pg-winners .prize .bronzeWorks {
    margin-bottom: 40px;
}

.workslist {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 530px;
    margin: 0 auto;
}

.prizework {
    width: 500px;
    margin: 0 auto 25px auto;
}

.prizework img {
    width: 100%;
    height: auto;
}

.shilverWorks .prizework,
.bronzeWorks .prizework {
    width: 235px;
    margin: 0 15px 25px 15px;
}

.pg-winners .prize p {
    margin-bottom: 10px;
}

.pg-winners .prize .name {
    font-size: 1.285em;
}

.pg-winners .prize .workslist .name {
    line-height: 1.2;
    padding: 0;
    margin: 0;
}

.pg-winners .prize .name span {
    margin-left: 1em;
    font-size: 0.7em;
}

.pg-winners .prize .schoolgrade {
    margin-top: 0.2em;
    line-height: 1.2;
}

.pg-winners .prize .yushushoWorks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 530px;
    margin: 0 auto;
}

.pg-winners .prize .yushushoWorks .prizelist {
    width: 235px;
    margin: 0 15px 25px 15px;
}

.pg-winners .prize .yushushoWorks .name {
    margin-bottom: 0px;
}

.pg-ceremony p {
    font-size: 0.875em;
    font-weight: normal;
    padding: 0 0 1em 0;
}

.pg-ceremony .credit {
    text-align: right;
}

@media screen and (max-width:440px) {
    #imagelist li {
        line-height: 1.5;
    }

    #imagelist img {
        margin-bottom: 0.5em;
    }

    .workslist {
        overflow: hidden;
        display: block;
    }

    .prizework {
        width: 100%;
    }

    .shilverWorks .prizework,
    .bronzeWorks .prizework {
        width: calc(100% - 30px);
    }

    .pg-winners .prize .schoolgrade br {
        display: none;
    }
}

.pg-winners .prize .yushushoWorks .prizelist-flex {
    width: 100%;
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.prizelist-flex .prizewinner {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width:440px) {
    .pg-winners .prize .yushushoWorks .prizelist-flex {
        width: 100%;
        margin: 25px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        box-sizing: border-box;
    }

    .prizelist-flex .prizewinner {
        width: 100%;
        max-width: 235px;
        padding: 0 15px;
        box-sizing: border-box;
    }
}