.award_title_bg {
  background-color: #444;
  background-image: url(../award_img/1115_040.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
.award_title_bg .ins {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.award_title_bg .cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 5em 0;
}
@media screen and (max-width: 999px) {
  .award_title_bg .cons {
    padding: 3em 0;
  }
}
@media screen and (max-width: 599px) {
  .award_title_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}
.award_title_bg .cons .card_block {
  background: rgba(255, 51, 51, 0.7);
  padding: 8px;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .card_block {
    padding: 4px;
  }
}
.award_title_bg .cons .card_block .in_border {
  border: 1px solid #fff;
  padding: 1.5em 2em;
}
@media screen and (max-width: 449px) {
  .award_title_bg .cons .card_block .in_border {
    padding: 1em;
  }
}
.award_title_bg .cons p.head_copy {
  padding: 0 1em;
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 449px) {
  .award_title_bg .cons p.head_copy {
    font-size: 1em;
  }
  .award_title_bg .cons p.head_copy br {
    display: none;
  }
}
.award_title_bg .cons h1.title {
  margin: 15px 0;
  border: 1px solid white;
  border-width: 1px 0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 0.25em 5px;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.5em;
  font-weight: 700;
}
@media screen and (max-width: 1059px) {
  .award_title_bg .cons h1.title {
    font-size: 3em;
  }
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons h1.title {
    font-size: 2.75em;
  }
}
.award_title_bg .cons h1.title span {
  display: block;
  line-height: 1;
}
.award_title_bg .cons h1.title span.t3 {
  font-size: 150%;
  margin-top: 7px;
}
@media screen and (max-width: 1059px) {
  .award_title_bg .cons h1.title span.t3 {
    font-size: 120%;
  }
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons h1.title span.t3 {
    font-size: 100%;
  }
}
.award_title_bg .cons .sub_info {
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .sub_info {
    font-size: 1.125em;
  }
}
.award_title_bg .cons .sub_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .sub_info p.link a {
  padding: 0.125em 0.5em;
  display: block;
  background: #fff;
  margin-top: 10px;
  border-radius: 5px;
  color: #000;
}
.award_title_bg .cons .sub_info p.link a:hover {
  background: #ccc;
}
.award_title_bg .cons .spPicth_info {
  background: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 12px 0;
  color: #000;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .spPicth_info {
    font-size: 1.125em;
  }
}
.award_title_bg .cons .spPicth_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .spPicth_info p.link a {
  margin-top: 6px;
  padding: 0.25em 0.75em;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: linear-gradient(180deg, #555 0%, #000 100%);
  border-radius: 5px;
  color: #fff;
}
.award_title_bg .cons .spPicth_info p.link a:hover {
  opacity: 0.75;
}
.award_title_bg .cons .to_ins_page {
  margin: 1.5em 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0 0 1px;
}
.award_title_bg .cons .to_ins_page a {
  width: 50%;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 1px 1px 0;
  display: block;
  color: #fff;
  padding: 0.75em 0.5em;
}
.award_title_bg .cons .to_ins_page a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 559px) {
  .award_title_bg .cons .to_ins_page {
    margin: 1.5em 0 0;
    font-size: 90%;
  }
}
.award_title_bg .cons .anc_set {
  margin-top: 1.25em;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.award_title_bg .cons .anc_set a {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  min-width: calc(25% - 0px);
  border-right: 1px solid rgba(255, 0, 0, 0.85);
  padding: 0.75em;
  font-size: 0.875em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.award_title_bg .cons .anc_set a:last-child {
  border-right: 0;
}
.award_title_bg .cons .anc_set a:hover {
  background: white;
}
@media screen and (max-width: 599px) {
  .award_title_bg .cons .anc_set {
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .award_title_bg .cons .anc_set a {
    width: calc(100% - 0px);
    border-bottom: 1px solid rgba(255, 0, 0, 0.5);
    padding: 0.75em 0;
    font-size: 0.9125em;
  }
  .award_title_bg .cons .anc_set a:last-child {
    border-bottom: 0;
  }
}

.prizewinner_bg {
  padding: 50px 0;
  background: #fde23a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6d365), to(#7d5c26));
  background-image: linear-gradient(180deg, #f6d365 0%, #7d5c26 100%);
  background-attachment: fixed;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg {
    padding: 15px 0;
  }
}
.prizewinner_bg .prizewinner_ins {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 60px;
}
@media screen and (max-width: 1059px) {
  .prizewinner_bg .prizewinner_ins {
    padding: 40px;
  }
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .prizewinner_ins {
    padding: 15px;
  }
}
.prizewinner_bg .intro {
  font-size: 1.125em;
}
.prizewinner_bg .intro .theme {
  margin-bottom: 2em;
}
.prizewinner_bg .intro .theme p {
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .theme p {
    font-size: 1em;
  }
}
.prizewinner_bg .intro .theme p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro .theme {
    padding: 15px;
  }
}
@media screen and (max-width: 349px) {
  .prizewinner_bg .intro .theme {
    padding: 5px;
  }
}
.prizewinner_bg .intro .map_title {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.prizewinner_bg .intro .award_map {
  margin: 0 auto;
  width: 95%;
  max-width: 600px;
}
.prizewinner_bg .intro .award_map img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.prizewinner_bg .intro.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_bg .intro.en .theme p {
  font-size: 1.125em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prizewinner_bg .intro .award_logo {
    margin: 0 auto 1em;
    max-width: 150px;
  }
}
.prizewinner_bg .wrap_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prizewinner_bg .wrap_intro.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_bg .wrap_intro .award_logo {
  margin-right: 2em;
  max-width: 250px;
}
.prizewinner_bg .wrap_intro .award_logo img {
  width: 100%;
}
.prizewinner_bg .wrap_intro .theme {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.prizewinner_bg .wrap_intro .theme p {
  line-height: 1.75;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .wrap_intro .theme p {
    font-size: 1em;
  }
}
.prizewinner_bg .wrap_intro .theme p + p {
  margin-top: 0.5em;
}
.prizewinner_bg .wrap_intro.en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_bg .wrap_intro.en .theme p {
  font-size: 1.125em;
}
@media screen and (max-width: 559px) {
  .prizewinner_bg .wrap_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prizewinner_bg .wrap_intro .award_logo {
    margin: 0 auto 1em;
    max-width: 150px;
  }
}

.end_plus_padding_bottom {
  padding-bottom: 5em;
}
@media screen and (max-width: 559px) {
  .end_plus_padding_bottom {
    padding-bottom: 3em;
  }
}

h2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background: linear-gradient(to bottom, #555 0%, #000 100%);
  border-radius: 4px;
  font-size: 1.25em;
  color: #fff;
  padding: 0.5em 0.75em;
  margin-bottom: 0.75em;
}

.prizewinner_head {
  border-top: 1px solid #000;
  padding: 1em 0 2em;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  .prizewinner_head {
    margin-top: 2em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.prizewinner_head .logo {
  margin-right: 1em;
  width: 260px;
}
@media screen and (max-width: 1059px) {
  .prizewinner_head .logo {
    max-width: 200px;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .prizewinner_head .logo {
    max-width: 150px;
  }
}
@media screen and (max-width: 559px) {
  .prizewinner_head .logo {
    max-width: 200px;
    margin: 0 auto;
  }
}
.prizewinner_head .logo img {
  width: 100%;
}
.prizewinner_head .head_title_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 559px) {
  .prizewinner_head .head_title_txt {
    text-align: center;
  }
}
.prizewinner_head .head_title_txt .t01 {
  font-size: 24px;
  font-family: "Lora", serif;
  font-weight: 500;
}
@media screen and (max-width: 559px) {
  .prizewinner_head .head_title_txt .t01 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.prizewinner_head .head_title_txt .t02 {
  font-family: "Sawarabi Mincho";
  font-size: 72px;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .prizewinner_head .head_title_txt .t02 {
    font-size: 56px;
  }
}
@media screen and (max-width: 349px) {
  .prizewinner_head .head_title_txt .t02 {
    font-size: 42px;
  }
}
.prizewinner_head .head_title_txt .t03 {
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .prizewinner_head .head_title_txt .t03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1em;
  }
}
@media screen and (max-width: 459px) {
  .prizewinner_head .head_title_txt .t03 {
    display: block;
    text-align: left;
  }
}

ul.winners_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.75em 0 1.5em;
}
ul.winners_list li:last-child {
  border-bottom: 0;
}
ul.winners_list li .wrap_ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.winners_list li .wrap_ins .mark {
  margin-right: 1em;
  width: 110px;
}
@media screen and (max-width: 767px) {
  ul.winners_list li .wrap_ins .mark {
    margin-right: 0.5em;
    width: 30%;
    max-width: 110px;
  }
}
ul.winners_list li .wrap_ins .mark img {
  width: 100%;
}
ul.winners_list li .wrap_ins .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.winners_list li .wrap_ins .wrap_prizeName_co {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_ins .wrap_prizeName_co {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.5em;
  }
}
ul.winners_list li .wrap_ins .wrap_prizeName_co .prize h3 {
  margin: 8px 0;
  margin-right: 0.75em;
  font-weight: bold;
  border: 2px solid black;
  padding: 0.25em 0.5em;
  border-radius: 3px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  ul.winners_list li .wrap_ins .wrap_prizeName_co .prize h3 {
    font-size: 0.875em;
  }
}
ul.winners_list li .wrap_ins .wrap_prizeName_co p.company {
  font-weight: bold;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  ul.winners_list li .wrap_ins .wrap_prizeName_co p.company {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_ins .wrap_prizeName_co p.company {
    font-size: 1.125em;
  }
}
ul.winners_list li .wrap_ins p.product {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  ul.winners_list li .wrap_ins p.product {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 559px) {
  ul.winners_list li .wrap_ins p.product {
    font-size: 1em;
  }
}
ul.winners_list li .report {
  margin-top: 0.5em;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .report {
    margin-top: 1.5em;
  }
}
ul.winners_list li .report p.copy {
  font-weight: bold;
  font-size: 1.125em;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  ul.winners_list li .report p.copy {
    font-size: 1em;
  }
}
ul.winners_list li .report p.commentary {
  margin-top: 0.3125em;
  font-size: 1em;
  line-height: 1.75;
}
ul.winners_list li .report .fig_this {
  margin: 1em auto 0;
  max-width: 520px;
}
ul.winners_list li .report .fig_this img {
  width: 100%;
}
ul.winners_list li .report .fig_this.set04 {
  max-width: 360px;
}

p.intro_spp {
  line-height: 1.75;
  margin-bottom: 1.5em;
}

p.area_spp {
  margin-bottom: 1.5em;
  font-size: 1.125em;
  font-weight: bold;
}

h3.spp_h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

ul.spp {
  margin-bottom: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
ul.spp li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 0.9125em;
}
ul.spp li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
}
ul.spp li a:hover {
  background: #f2f2f2;
}
ul.spp li:first-child {
  background: #cecece;
}
ul.spp li:first-child p {
  text-align: center;
  font-weight: bold;
}
ul.spp li p {
  padding: 0.75em 0.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
ul.spp li p.session {
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  width: 8em;
  text-align: center;
}
ul.spp li p.time {
  width: 8em;
  text-align: center;
}
ul.spp li p.product {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.spp li p.company {
  width: 10em;
  margin-left: auto;
}
@media screen and (max-width: 559px) {
  ul.spp li {
    font-size: 1em;
  }
  ul.spp li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.5em 0.25em;
  }
  ul.spp li a p {
    border: 0;
    padding: 0.25em 0;
    border: none;
    margin-right: 1em;
  }
  ul.spp li a p.session {
    border: none;
    width: auto;
    text-align: left;
    font-weight: bold;
  }
  ul.spp li a p.time {
    width: auto;
    text-align: left;
  }
  ul.spp li a p.product {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  ul.spp li a p.company {
    width: auto;
    margin-left: 0;
  }
  ul.spp li:first-child {
    display: none;
  }
}

ul.com1st li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.com1st li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
ul.com1st a {
  display: block;
  padding: 0.75em 0.5em;
  color: #333;
}
ul.com1st a:hover {
  background: #eee;
}
ul.com1st a.nolink {
  pointer-events: none;
}
ul.com1st p {
  line-height: 1.25;
  margin: 0;
}
ul.com1st .com_info {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.com1st .com_info span.num {
  background: #888;
  color: #fff;
  padding: 2px 0.75em;
  font-size: 80%;
  margin-right: 0.5em;
  border-radius: 3px;
}
ul.com1st .com_info span.comName {
  font-size: 1.125em;
  font-weight: bold;
}
ul.com1st .com_info span.pavi {
  border: 1px solid #888;
  padding: 2px 0.75em;
  font-size: 80%;
  margin-right: 0.5em;
  border-radius: 3px;
}
ul.com1st .proName {
  font-size: 1em;
  font-weight: bold;
}
ul.com1st .guide {
  margin-top: 3px;
  font-size: 0.9125em;
}
ul.com1st .guide + .proName {
  margin-top: 0.75em;
}

ul.award_judge {
  margin-bottom: 3em;
}
ul.award_judge li {
  font-size: 0.9125em;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0.5em;
}
ul.award_judge li p {
  line-height: 1.5;
}
ul.award_judge li p.post {
  width: 6.5em;
}
ul.award_judge li p.name {
  width: 6em;
}
ul.award_judge li p.co {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 559px) {
  ul.award_judge li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.award_judge li p.post, ul.award_judge li p.name {
    width: auto;
    margin-right: 0.75em;
    font-weight: bold;
    font-size: 110%;
  }
  ul.award_judge li p.co {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.prizewinner_body {
  padding: 2em;
}
@media screen and (max-width: 599px) {
  .prizewinner_body {
    padding: 1em;
  }
}
.prizewinner_body h3 {
  margin: 0 0 1em;
  background: #7f7777;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
  background-image: linear-gradient(to bottom, #555 0%, #000 100%);
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  padding: 0.5em 0.75em;
  border-radius: 3px;
}
.prizewinner_body .one {
  margin: 0 1em;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one {
    margin: 0 0.25em;
  }
}
.prizewinner_body .one .head {
  margin-bottom: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.prizewinner_body .one .head .prize {
  margin-right: 1em;
  width: 100px;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one .head .prize {
    width: 74px;
  }
}
.prizewinner_body .one .head .prize img {
  width: 100%;
}
.prizewinner_body .one .head .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  line-height: 1.25;
}
.prizewinner_body .one .head .txt .name {
  font-size: 1.5em;
}
.prizewinner_body .one .head .txt .title {
  font-size: 1.25em;
  margin: 0.3125em 0;
}
@media screen and (max-width: 599px) {
  .prizewinner_body .one .head .txt .name {
    font-size: 1.3125em;
  }
  .prizewinner_body .one .head .txt .title {
    font-size: 1em;
    line-height: 1.3125;
  }
}
.prizewinner_body .one .comments {
  line-height: 1.75;
}
.prizewinner_body .one + h3 {
  margin-top: 3em;
}
.prizewinner_body .img_1set {
  margin: 1.5em 1em 0;
  text-align: center;
}
.prizewinner_body .img_1set img {
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 559px) {
  .prizewinner_body .img_1set {
    margin: 1.5em 0 0;
  }
}
.prizewinner_body .img_2set {
  margin: 1.5em 1em 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prizewinner_body .img_2set > div {
  width: 50%;
}
.prizewinner_body .img_2set img {
  width: 100%;
}
@media screen and (max-width: 559px) {
  .prizewinner_body .img_2set {
    margin: 1.5em 0 0;
  }
  .prizewinner_body .img_2set > div {
    width: 100%;
  }
}

.summary h2 {
  margin: 0 0 1em;
  font-size: 1.25em;
  font-weight: normal;
  padding: 0.5em 0.75em;
  border-radius: 5px;
  color: #4f3c3c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdc6a), to(#ffc400));
  background-image: linear-gradient(180deg, #ffdc6a 0%, #ffc400 100%);
  font-weight: bold;
}
.summary p {
  line-height: 1.75;
  margin: 0 0.5em;
}
.summary p + p {
  margin-top: 0.25em;
}
.summary .table_ins {
  margin: 0 10px;
}
.summary .table_ins h4 {
  font-weight: bold;
  margin: 2em 0 0.75em;
}
.summary table.awardjudge {
  border-top: 1px solid #ccc;
}
.summary table.awardjudge td {
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  padding: 0.5em 0.5em;
  vertical-align: top;
}
.summary table.awardjudge td:nth-of-type(1), .summary table.awardjudge td:nth-of-type(2) {
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .summary table.awardjudge td {
    vertical-align: top;
    padding: 0.325em 0.5em;
  }
  .summary table.awardjudge td:nth-of-type(1) {
    white-space: inherit;
    width: 4em;
  }
}

table.presentation_stage {
  margin-top: 1em;
  margin-bottom: 4em;
}
table.presentation_stage th, table.presentation_stage td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.5em;
  font-size: 0.875em;
  line-height: 1.5;
}
table.presentation_stage th {
  background: #999;
  color: #fff;
}
table.presentation_stage td:nth-of-type(2) {
  width: 20%;
}

ul.award_photo_last {
  margin: 2em 2em 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  ul.award_photo_last {
    margin: 2em auto 5em;
  }
}
@media screen and (max-width: 499px) {
  ul.award_photo_last {
    margin: 2em 1em;
    width: calc(100% - 2em);
    max-width: none;
  }
}
ul.award_photo_last li {
  margin: 4px;
  width: calc(33.33% - 8px);
}
@media screen and (max-width: 499px) {
  ul.award_photo_last li {
    margin: 4px 0;
    width: 100%;
  }
}
ul.award_photo_last img {
  width: 100%;
  border: 1px solid #ccc;
}