@charset "UTF-8";

.award_wrapper {
  background-color: #fff;
}
.award_wrapper * {
  box-sizing: border-box;
}

.pagetitle {
  color: #ffffff;
  text-align: center;
  background: url("../img/award_winners/bg_title.png") no-repeat center top;
  background-size: cover;
  height: 259px;
  padding: 75px 0 0;
}
body.en .pagetitle {
  padding-top: 88px;
}
@media (min-width: 1671px) {
  .pagetitle {
    background-size: cover;
  }
}
.pagetitle .t1 {
  font-size: 18px;
}
.pagetitle .t2 {
  font-size: 50px;
  margin-top: 5px;
}
.pagetitle .t3 {
  margin-top: 22px;
  font-size: 20px;
}

.section {
  padding-bottom: 50px;
}
.section > .hl {
  background-color: #cfa910;
  color: #ffffff;
  height: 100px;
  text-align: center;
  padding: 25px 0 0;
}
body.en .section > .hl {
  padding-top: 32px;
}
.section > .hl .hl1 {
  font-size: 28px;
  font-weight: 500;
}
.section > .hl .hl2 {
  font-size: 14px;
  margin-top: 5px;
}

article {
  width: 940px;
  margin: 50px auto;
}
article:after {
  content: "";
  display: table;
  clear: both;
}
article .prize-name {
  text-align: center;
  margin: 0 0 30px;
}
article .prize-name .main {
  font-size: 24px;
  font-weight: bold;
  color: #282828;
}
article .prize-name .en {
  font-size: 14px;
  color: #cfa910;
  margin-top: 5px;
}

article.pt-a .left {
  width: 470px;
  float: left;
}
article.pt-a .right {
  width: 440px;
  float: right;
}
article.pt-b .left {
  width: 300px;
  float: left;
  margin-left: 80px;
}
article.pt-b .right {
  width: 545px;
  float: right;
}
article .maincut img {
  width: 100%;
}
article.pt-a .award-box {
  margin-top: 25px;
}
article.pt-b .award-box {
  margin-top: 5px;
}
article .award-box .title {
  font-size: 22px;
  color: #333;
}
article .award-box .original {
  font-size: 14px;
  color: #cfa910;
  font-style: italic;
  margin-top: 5px;
}
article.pt-a .second-box {
  margin-top: 30px;
}
article.pt-b .second-box {
  margin-top: 15px;
}
article .second-box .text-box .title {
  font-size: 16px;
  color: #333;
}
article .second-box .text-box .original {
  font-size: 12px;
  color: #cfa910;
  font-style: italic;
  margin-top: 5px;
}
article.pt-a .second-box .photo-box {
  width: 198px;
}
article.pt-b .second-box .photo-box {
  width: 190px;
}
article.pt-b .second-box {
  display: flex;
  align-items: center;
}
article.pt-a .second-box .photo-box {
  margin-top: 10px;
}
article.pt-b .second-box .photo-box {
  margin-right: 10px;
}
article .second-box .photo-box img {
  width: 100%;
}
article a {
  color: #333;
  text-decoration: underline;
}
/* article a:hover {
  opacity: 0.5;
} */
article .btns {
  clear: both;
  display: flex;
  justify-content: center;
  padding-top: 12px;
}
.-events article {
  margin-top: -10px;
}
.-events article .btns {
  padding-top: 0;
}
article .btns .btn {
  height: 25px;
  width: 162px;
  text-align: center;
  font-size: 12px;
  line-height: 25px;
  margin: 0 5px;
}
article .btns .btn a {
  color: #fff;
  background-color: #e9380c;
  border-radius: 8px;
  text-decoration: none;
  display: block;
}
article .btns .btn a:hover {
  opacity: 0.5;
}

article.pt-c .mention li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
article.pt-c .mention .title {
  font-size: 18px;
  color: #333;
}
article.pt-c .mention .original {
  font-size: 14px;
  color: #cfa910;
  margin-right: 10px;
}
article.pt-c .mention .sub {
  font-size: 14px;
  color: #333;
}

.section .desc {
  font-size: 14px;
  line-height: 1.3;
  color: #333;
  margin: 30px auto -20px;
  width: 760px;
}

article.pt-d {
  width: 760px;
}
article.pt-d .second-box {
  width: 178px;
  float: left;
  margin-right: 40px;
}
article.pt-d .photo-box {
  width: 178px;
  margin-bottom: 10px;
}
article.pt-d .photo-box img {
  width: 100%;
}
article.pt-d .btns {
  padding-top: 35px;
}

article.pt-e {
  width: 760px;
}
article.pt-e .boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
article.pt-e .second-box {
  width: 115px;
  float: left;
  margin-right: 100px;
}
article.pt-e .second-box:nth-child(4n) {
  margin-right: 0;
}
article.pt-e .photo-box {
  width: 115px;
  margin-bottom: 10px;
}
article.pt-e .photo-box img {
  width: 100%;
}
article.pt-e .text-box .sub {
  font-size: 11px;
  color: #999;
  margin-top: 10px;
}
article.pt-e .btns {
  padding-top: 35px;
}

.copyright {
  width: 940px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 1.45;
  color: #282828;
}


@media screen and (max-width: 640px) {



  .pagetitle {
    text-align: center;
    background: url("../img/award_winners/bg_title_sp.png") no-repeat center top / auto 100%;
    height: 259px;
    padding: 75px 0 0;
  }
  .pagetitle .t1 {
    font-size: 18px;
  }
  .pagetitle .t2 {
    font-size: 50px;
    margin-top: 5px;
  }
  .pagetitle .t3 {
    margin-top: 22px;
    font-size: 20px;
  }

  .section {
    padding-bottom: 50px;
  }
  .section > .hl {
    background-color: #cfa910;
    color: #ffffff;
    height: 100px;
    text-align: center;
    padding: 25px 0 0;
  }
  .section > .hl .hl1 {
    font-size: 28px;
  }
  .section > .hl .hl2 {
    font-size: 14px;
    margin-top: 5px;
  }

  article {
    width: 100%;
    margin: 50px auto 70px;
  }
  article:after {
    content: "";
    display: table;
    clear: both;
  }
  article .prize-name {
    text-align: center;
    margin: 0 0 30px;
  }
  article .prize-name .main {
    font-size: 24px;
    font-weight: bold;
    color: #282828;
  }
  article .prize-name .en {
    font-size: 14px;
    color: #cfa910;
    margin-top: 5px;
  }

  article.pt-a .left {
    width: 74%;
    float: none;
    margin: 0 auto;
  }
  article.pt-a .right {
    width: auto;
    float: none;
  }
  article.pt-b .left {
    width: 47%;
    float: none;
    margin-left: 0;
    margin: 0 auto;
  }
  article.pt-b .right {
    width: auto;
    float: none;
  }
  article .maincut img {
    width: 100%;
  }
  article.pt-a .award-box {
    margin-top: 22px;
    text-align: center;
  }
  article.pt-b .award-box {
    margin-top: 20px;
    text-align: center;
  }
  article .award-box .title {
    font-size: 22px;
    color: #333;
  }
  article .award-box .original {
    font-size: 14px;
    color: #cfa910;
    font-style: italic;
    margin-top: 5px;
  }
  article.pt-a .second-box {
    margin-top: 30px;
    text-align: center;
  }
  article.pt-b .second-box {
    margin-top: 15px;
    text-align: center;
  }
  article .second-box .text-box .title {
    font-size: 16px;
    color: #333;
  }
  article .second-box .text-box .original {
    font-size: 12px;
    color: #b18807;
    font-style: italic;
    margin-top: 5px;
  }
  article.pt-b .second-box .text-box .title,
  article.pt-b .second-box .text-box .original {
    text-align: left;
  }
  article.pt-a .second-box .photo-box {
    width: 28%;
    margin: 0 auto;
  }
  article.pt-b .second-box .photo-box {
    width: 23%;
  }
  article.pt-b .second-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  article.pt-a .second-box .photo-box {
    margin-top: 10px;
  }
  article.pt-b .second-box .photo-box {
    margin-right: 10px;
  }
  article .second-box .photo-box img {
    width: 100%;
  }
  article a {
    color: #333;
    text-decoration: underline;
  }
  /* article a:hover {
    opacity: 0.5;
  } */
  article .btns {
    clear: both;
    display: flex;
    justify-content: center;
    padding-top: 12px;
  }
  .-events article {
    margin-top: -10px;
  }
  .-events article .btns {
    padding-top: 0;
  }
  article .btns .btn {
    height: 25px;
    width: 162px;
    text-align: center;
    font-size: 10px;
    line-height: 25px;
    margin: 0 5px;
  }
  article .btns .btn a {
    color: #fff;
    background-color: #e9380c;
    border-radius: 8px;
    text-decoration: none;
    display: block;
  }
  article .btns .btn a:hover {
    opacity: 0.5;
  }

  article.pt-c .mention li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  article.pt-c .mention .title {
    font-size: 18px;
    color: #333;
  }
  article.pt-c .mention .original {
    font-size: 14px;
    color: #b18807;
    margin-right: 10px;
  }
  article.pt-c .mention .sub {
    font-size: 14px;
    color: #333;
  }

  .section .desc {
    font-size: 14px;
    line-height: 1.3;
    color: #333;
    margin: 30px 10px -20px;
    width: auto;
  }

  article.pt-d {
    width: auto;
  }
  article.pt-d .boxes {
    display: flex;
    justify-content: center;
  }
  article.pt-d .second-box {
    width: calc(50% - 20px);
    max-width: 178px;
    float: none;
    margin: 0 10px;
  }
  article.pt-d .photo-box {
    width: 100%;
    margin-bottom: 10px;
  }
  article.pt-d .photo-box img {
    width: 100%;
  }
  article.pt-d .btns {
    padding-top: 35px;
  }

  article.pt-e {
    width: auto;
  }
  article.pt-e .boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  article.pt-e .second-box {
    width: calc(50% - 40px);
    max-width: 115px;
    float: none;
    margin: 0 20px 20px;
  }
  article.pt-e .second-box:nth-child(4n) {
    margin-right: 20px;
  }
  article.pt-e .photo-box {
    width: 100%;
    margin-bottom: 10px;
  }
  article.pt-e .photo-box img {
    width: 100%;
  }
  article.pt-e .text-box .sub {
    font-size: 11px;
    color: #999;
    margin-top: 10px;
  }
  article.pt-e .btns {
    padding-top: 35px;
  }

  .copyright {
    width: auto;
    margin: 0 10px;
    font-size: 11px;
    line-height: 1.45;
    color: #282828;
  }








}

