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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;  /*line-height: 1;*/
  margin: auto;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

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

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

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'honokamarugo';
  src: url("../font/honokamarugo.ttf?uhb5i") format("truetype"), url("../font/honokamarugo.woff?uhb5i") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: "Noto Sans JP", sans-serif;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (min-width: 641px) {
  .wrap {
    min-width: 1200px;
  }
}

p {
  line-height: 1.2em;
}

li {
    list-style: none;
}

a {
  color: #71c3d7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover {
  color: #008ad1;
}

@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
#res2025 .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 20px 20px;
  display: flex;
  align-items: center;
}
#res2025 .logo-container {
  width: 11%;
  height: auto;
  margin-right: 40px;
}

@media only screen and (max-width: 640px) {
  #res2025 .logo-container {
    width: 16%;
    height: auto;
    margin-right: 20px;
  }
}
#res2025 .title-container {
  flex: 1;
}
#res2025  #wrapper > p {
    margin-bottom: 1.6em;
    text-align: center;
    line-height: 2;
  }
#res2025 a {
    color: #333;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
.line {
  display: inline-block;
}
/* ロゴ */
#logo-res1{
  padding: 12px 20px;
}


/* Topタイトル */
#main-res1 {
  background: #9DD9F7;
  padding-block: 50px;
  text-align: center;
  margin: 0 auto;
  padding-inline: 20px;
}
#main-res1.result1 {
  background: #005BAC;
  color: #fff;
}
#main-res1.result2 {
  background: #FA8F2B;
  color: #fff;
}
#main-res1.result3 {
  background: #4F9841;
  color: #fff;
}
#main-res1 img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.contest-ttl {
    padding-top:16px ;
    font-size: 1.8em;
    line-height: 1.8;
    letter-spacing:0.12em ;
}

@media screen and (max-width: 590px) { 
  #main-res1 {
    padding-block: 30px;
  }
  #main-res1 img {
    max-width: 100%;
  } 
  .contest-ttl {
    padding-top:8px ;
    font-size: 1.2em;
    line-height: 1.8;
    letter-spacing:0.12em ;
  }
  .main-res1 {
    padding: 16px 8%;
  }
  }

/* 結果一覧 */
.result-list {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 32px;
}
.result-table{
  width: 100%;
  margin-bottom: 8px;
}
.result-table .result-table-td-ttl {
  width: 35%;
  padding: 8px 60px 8px 0.8em;
  text-align: right;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
.result-table-td {
  width: 40%;
  text-align: center;
  vertical-align: middle;
}
.result-table td {
  padding: 8px 16px;
  border-bottom:1px solid #333;
  line-height: 1.6em;
}
.annotation {
  font-size: small;
}

/* 授賞式画像 */
.jushosiki {
  text-align: center;
  margin-bottom: 32px;
}
.jushosiki img {
  max-width: 80%;
}

/* 受賞作品 */
.prise {
  text-align: center;
  margin-bottom: 48px;
  max-width: 1200px;
  margin: 60px auto 40px;
}
.prise-ttl {
  background-color: #eeeeee;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0.6em;
  font-weight: 200;
  border: solid 1px #333;
}
.works {
  padding: 16px;
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
.prise img {
  max-width: 100%;
}
.sakuhin-position {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding-inline: 5%;
  margin: 0 auto;
}
.description {
  text-align: left;
  font-size: 0.7em;
  display: flex;
  flex-direction: row;
  gap: 6px 20px;
  margin-bottom: 20px;
}
.description img {
  width: auto;
  max-width: 65%;
}
.description-table {
  text-align: center;
  max-width: 35%;
  flex: 1;
}
.description table {
  flex-shrink: 0;
  margin: 0 auto;
  text-align: left;
  width: auto;
}

.description table td.description-ttl {
  width: 50px;
}
.sakuhin td {
  padding: 0.1em;
}
@media screen and (max-width: 820px) { 
  .sakuhin td {
    padding: 1px 0;
    line-height: 1.4;
  }
  }
@media screen and (max-width: 550px) { 
  .description {
    font-size: 0.6em;
    left:56%;
    bottom:2%;
    flex-direction: column;
  }
  .description img {
    width: 100%;
    flex: 1;
    max-width: 100%;
  }
  .description table {
    flex-shrink: 0;
    width: 100%;
    margin-inline: 10px;
  }
  }
/* 審査員講評 */
.feedback {
  margin: 0 auto;
  display: flex;
  gap: 16px;
  align-items: center;
  width: 90%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 0.6em;
}
.jedge {
  flex-basis: 10%;
  text-align: center;
}
.jedge img {
  width: 100%;
}
.feedback-text {
  text-align: left;
  flex:2;
}
.feedback p {
  font-size:0.8em ;
  line-height: 1.4em;
}
@media screen and (max-width: 550px) { 
  .feedback {
    margin: 0 auto;
    display: flex;
    gap: 8px;
    align-items: center;
    width: 90%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 0.4em;
  }
    .jedge {
      flex-basis: 16%;
      text-align: center;
    }
  }

/* 受賞作品 */
.jusho-sakuhin {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #EDEDEC;
  margin-bottom:24px ;
  padding-inline: 20px;
}
.jusho-sakuhin-ttl{
  border-bottom: solid 1px #000;
  font-size: 1em;
  padding: 8px;
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 1000px;
}
.jusho-sakuhin-flex1 {
  display: flex;
  font-size: 0.8em;
  padding-bottom: 16px;
  margin: 0 auto;
  max-width: 1000px;
}
.prise-name {
  height: 40px;
  width: 72px;
  border-right: solid 1px #000;
  display: flex;
  align-items: center;
}
.prise-flex {
  display: flex;
  flex: 2;
}
.prise-bumon {
  flex:1;
  height: 40px;
  border-right: solid 1px #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-border {
  border: none;
}

/* フッター */
/* .contesttop {
padding-top: 24px;
} */
#contesttop {
    text-align: center;
    font-size: 16px;
    border: solid 1px #000;
    padding: 8px 0;
    margin: 0 0 10px;
    letter-spacing: 0.05em;
}
#res2025 #copy {
  border: none;
  text-align: center;
  font-size: 7.5pt;
  padding: 0 20px 10px;
  line-height: 70px;
}

/* @media */
@media screen and (max-width: 768px) {
    /* <STRUCTURE> */
    .pc{ display:none !important }
    #main ul.pc{ display: none !important }
    .smt{ display:inherit !important }
    img{ max-width:100%; }
    html{
        font-size: 87.5%;
    }
    body,input,textarea,button{
        font-size: 0.9rem;
        line-height:1;
    }
    #wrapper{
        width: auto;
        margin: 0 20px;
        }
    }