@charset "UTF-8";

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .backtotop {
    bottom: 30px;
    /* IE10 */
  }
}

/* common
----------------------------------------------*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 2;
  font-family:
  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",
  "メイリオ","Meiryo",
  "游ゴシック Medium","Yu Gothic Medium",
  "游明朝","Yu Mincho",
  "ＭＳ Ｐゴシック","MS PGothic",
  "Osaka";
  word-break: break-all;
  box-sizing: border-box;
  color: #333333;
}

a {
  margin: 0;
  padding: 0;
  background: 0;
  color: #0085cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

span.new-line {
  display: block;
}

.paragraph-position {
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  margin: 0 0 32px;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  text-align: center;
}

h2.top {
  margin: 45px 0 32px;
}

h3 {
  margin: 0;
  margin-bottom: 9px;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: normal;
}


.flex-center {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
}

.flex-center {
  -ms-flex-pack: distribute;
  justify-content: space-around\9;
  /* IE10以下 */
}

.special-other{
  margin-bottom: 80px;
}

@media all and (-ms-high-contrast: none) {
  .flex-center {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    /* IE10以上 */
  }
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.flex-huyo {
  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;
}

.flex-huyo p:first-child::after {
  margin-left: 8px;
  content: "｜";
}

.flex-suke {
  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: 16px;
}

.flex-suke p:first-child {
  font-weight: bold;
}

.flex-suke p:first-child::after {
  margin-left: 8px;
  content: "";
}

.eventsEnd {
  width: 434px;
  margin: 0 auto 0 auto;
  padding: 8px 0 5px 0;
  border: solid 2px #fff;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-sizing: border-box;
}

/* head
----------------------------------------------*/
.headerwrap {
	height: 40px;
	border-bottom: solid 1px #f0f0f0;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

.header {
	position: relative;
	width: 900px;
	margin: 0 auto;
	padding-top: 8px;
  overflow:hidden;
}

.header_2col {
	vertical-align: top;
	width: 48%;
}

.header_2col_left {
	float: left;
	text-align: left;
}

.header_2col_right {
	float: right;
	text-align: right;
}

.header .sns div {
	display: inline-block;
}

.header .sns .fb-like {
	right: 0;
}


.mainwrap {
  height: auto;
  width: 100%;
  margin-top: 0px;
  background-image: url(../img/mainwrap.jpg);
  /* background: -moz-linear-gradient(top, #A50034 0%, #E50027 45%, #A50034 100%);
  background: -webkit-linear-gradient(top, #A50034 0%, #E50027 45%, #A50034 100%);
  background: linear-gradient(to bottom, #A50034 0%, #E50027 45%, #A50034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E50027', endColorstr='#A50034', GradientType=0); */
  overflow: hidden;
  position: relative;
}

.main {
  width: 900px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  height: 467px;
  margin: 0 auto;
}

.main .items {
  width: 100%;
  z-index: 100;
  text-align: center;
}

.main .items .txt {
  line-height: 1;
  margin-top: 66px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
}

.main .items .txt::before {
  content: "＼";
  margin-right: 16px;
  font-weight: normal;
}

.main .items .txt::after {
  content: "／";
  margin-left: 8px;
  font-weight: normal;
}

.main .items.info {
  position: relative;
  top: 8px;
  width: 90%;
  margin: 0 auto;
}

.main .main_backcolor {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  margin-left: -488px;
}

.main .main_backcolor img {
  width: 970px;
  height: 467px;
}

.light-border {
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, transparent 0%, #FFFFFF 20%, #FFFFFF 80%, transparent 100%);
  background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, #FFFFFF 20%, #FFFFFF 80%, rgba(255,255,255,0) 100%);
  margin-bottom: 16px;
}

.light-border:last-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.light-border2 {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  width: 80%;
  margin: 15px auto;
}

.light-border3 {
  display: block;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  margin: 10px auto;
}

.details .site-diagnosis{
  margin-bottom: 20px;
}

/* navi
----------------------------------------------*/
#gnavi {
  background-color: #000000;
  text-align: center;
  border-bottom: solid 1px #FFFFFF;
  position: relative;
  z-index: 15;
}

#gnavi ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}

#gnavi li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 15px;
}

#gnavi li.disp_none {
  display: none;
}

#gnavi li a {
  display: block;
  padding: 0 45px;
  line-height: 44px;
  color: #FFFFFF;
}

#gnavi .current {
  background-color: #FFFFFF;
  color: #000000;
}

#gnavi ul li a:hover {
  background-color: #FFFFFF;
  color: #000000;
}

#gnavi.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* ページの内容
----------------------------------------------*/

.contents {
  width: 900px;
  margin: 0 auto;
}

.contents-mb {
  margin-bottom: 80px;
}

/* 総合賞
----------------------------------------------*/

.award-title {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.other-award-title {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: -20px;
}

.award-title .award-leaf {
  height: 70px;
}

.award-title .title-txt {
  margin: 0 16px;
}

.award-title .title-txt h3 {
  font-size: 32px;
}
.award-title .title-txt p {
  font-size: 20px;
}

.other-award-title .award-leaf {
  height: 70px;
}

.other-award-title .title-txt {
  margin: 0 16px;
}

.other-award-title .title-txt h3 {
  font-size: 32px;
}
.other-award-title .title-txt p {
  font-size: 20px;
}

.overall-bg .award-title {
  color: #F8E59A;
  text-align: center;
  line-height: 1;
  padding-top: 91px;
}

.special-bg .award-title {
  color: #F8E59A;
  text-align: center;
  line-height: 1;
  padding-top: 35px;
}

.new_face_award_bg .award-title {
  color: #F8E59A;
  text-align: center;
  line-height: 1;
  padding-top: 43px;
}

.other-bg .award-title {
  color: #CC8200;
  text-align: center;
  line-height: 1;
}

.other-bg .other-award-title {
  color: #F8E59A;
  text-align: center;
  line-height: 1;
}

.overall-bg {
  background-image:url(../img/sogosyo_background.jpg);
  height: 479px;
  margin-bottom: 32px;
}

.special-bg {
  background-color: #BE0607;
  margin-bottom: 32px;
  height: 479px;
}

.new_face_award_bg{
  background-color: #BE0607;
  margin-bottom: 32px;
  height: auto;
  padding: 0 30px;
}

.overall-first {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 17px;
  padding: 4px;
  background-color: #F8E59A;
  color: #BE0607;
  border-radius: 2px;
  line-height: 1;
}

.overall-first .number {
  font-size: 40px;
}

.overall-first .unit {
  font-size: 24px;
  margin-bottom: 5px;
}

.overall-award .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F8E59A;
  line-height: 1;
}

.overall-award .prize-money .amount {
  font-size: 72px;
  font-weight: bold;
}

.overall-award .prize-money .base-line {
  margin-bottom: -8px;
}

.overall-award1{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 38px;
}

.overall-award1 .prize-money{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 32px;
    color: #F8E59A;
    line-height: 1;
}

.overall-award1 .prize-money .base-line{
  margin-bottom: -8px;
}

.overall-award1 .prize-money .amount{
  font-size: 77px;
  font-weight: bold;
  letter-spacing: -0.06em;
  margin-right: 7px;
}

.overall-other {
  margin-bottom: 32px;
  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;
}

.new{
  display: flex;
  justify-content: space-between;
}

.details{
  width: 50%;
  color: #ffffff;
}

.details:last-child{
  margin-top: 15px;
}

.overall-other-box-new {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  width: 50%;
}

.overall-second {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 14px;
  padding: 4px;
  background-color: #FFFFFF;
  color: #BE0607;
  border-radius: 2px;
  line-height: 1;
}

.overall-second .number {
  font-size: 32px;
}

.overall-second .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.overall-other .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1;
}

.overall-other .prize-money .amount {
  font-size: 65px;
  font-weight: bold;
}

.overall-other .prize-money .base-line {
  margin-bottom: -6px;
}

.overall-other-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34%;
}

.other-bg {
  width: 45%;
  height: 402px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #BE0607;
  padding: 32px 16px;
}

.other-award-box {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 72px;
}

.other-award {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 32px;
}

.other-other-award{
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
}

.other-award .other-first {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 24px;
  padding: 4px;
  border: 2px solid #CC8200;
  color: #CC8200;
  border-radius: 2px;
  line-height: 1;
}

.other-other-award .other-first {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
  padding: 21px 4px 0px 4px;
  background-color: #F8E59A;
  color: #BE0607;
  border-radius: 2px;
  line-height: 1;
}

.other-award .other-first .number {
  font-size: 32px;
}

.other-award .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-award .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #CC8200;
  line-height: 1;
}

.other-other-award .other-first .number {
  font-size: 32px;
}

.other-other-award .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-other-award .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #F8E59A;
  line-height: 1;
}

.prize-money-other{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
}

.other-award .prize-money .amount {
  font-size: 56px;
  font-weight: bold;
}

.other-award .prize-money .base-line {
  margin-bottom: -6px;
}

.other-other-award .prize-money .amount {
  font-size: 77px;
  font-weight: bold;
  vertical-align:-4px;
}

.other-other-award .prize-money .base-line {
  margin-bottom: -6px;
}

.other-award-new {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.other-award-new .other-first {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 24px;
  padding: 4px;
  border: 2px solid #CC8200;
  color: #CC8200;
  border-radius: 2px;
  line-height: 1;
}

.other-award-new .other-first .number {
  font-size: 32px;
}

.other-award-new .other-first .unit {
  font-size: 20px;
  margin-bottom: 4px;
}

.other-award-new .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F8E59A;
  line-height: 1;
}

.other-award-new .prize-money .amount {
  font-size: 77px;
  font-weight: bold;
}

.other-award-new .prize-money .base-line {
  margin-bottom: -6px;
}

.other-other {
  margin-bottom: 40px;
  display:-webkit-box;
  display:-ms-flexbox;
	-ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.other-other-other {
  margin-bottom: 32px;
  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;
}

.other-second {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  margin-right: 12px;
  padding: 4px;
  color: #BE0607;
  background-color: #ffffff;
  border-radius: 2px;
  line-height: 1;
}

.other-second .number {
  font-size: 32px;
}

.other-second .unit {
  font-size: 16px;
  margin-bottom: 3px;
}

.other-other .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

.other-other-other .prize-money {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 24px;
  color: #333333;
  line-height: 1;
}

.other-other .prize-money .amount {
  font-size: 61px;
  font-weight: bold;
  padding: 0px 2px;
    vertical-align: -2px;
}

.other-other-other .prize-money .amount {
  font-size: 48px;
  font-weight: bold;
}

.other-other .prize-money .base-line {
  margin-bottom: -4px;
}

.other-other-other .prize-money .base-line {
  margin-bottom: -4px;
}

.main .overall-award {
  display: inline-block;
}

.main .overall-award .prize-money {
  font-size: 24px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
  align-items: flex-end;
  font-size: 32px;
  color: #F8E59A;
  line-height: 1;
}

.main .overall-award .prize-money .amount {
  font-size: 56px;
}

.main .overall-other {
  margin-bottom: 16px;
}

.main .overall-other-box {
  display: inline-block;
  margin-left: 40px;
  padding-top: 12px;
}

.main .overall-other-box2{
  display: inline-block;
  margin-left: 40px;
}

.main .overall-other .prize-money {
  font-size: 20px;
}

.main .overall-other .prize-money　img{
  margin-right: 30px;
}

.main .overall-other .prize-money .base-line {
  margin-bottom: 0;
  margin: 0 auto;
}

.main .overall-other .prize-money .amount {
  font-size: 32px;
}

.main .schedule {
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 7px;
}

.main .sign {
  width: 85%;
  margin: 0 auto;
  padding: 16px;
  padding-top: 8px;
}

.main .sign .sub {
  padding-top: 8px;
}

.main .sign p {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
}

.special-award {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.special-award .award-title {
  margin-bottom: 0;
  padding-top: 38px;
  margin: 0 auto;
}

.special-award .award-title .title-txt {
  margin: 0 16px;
  color: #F8E59A;
}

.special-award .award-title .title-txt h3 {
  font-size: 32px;
}

.special-award .award-title .title-txt p {
  font-size: 20px;
}

.special-award .special {
  font-size: 20px;
  color: #CC8200;
  line-height: 1;
  margin-left: 17px;
}

.conditions.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}

.conditions.flex-start {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
	-ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.special-award .conditions.flex-start {
  margin-bottom: 0;
  line-height: 1;
}

.conditions {
  font-family: "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro",
  "メイリオ",
  Meiryo,
  "MS Pゴシック",
  "MS PGothic",
  sans-serif;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}

.color-f {
  color: #FFFFFF;
}

.conditions .target {
  font-weight: bold;
  margin-right: 16px;
}

.other-target{
  font-weight: bold;
  margin-right: 16px;
}

p.other-serif{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  color: #F8E59A;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-top: 12px;
  margin-bottom: 8px;
}

.conditions p {
  font-size: 14px;
  color: #ffffff;
}

.technical_link{
  margin-top: 10px;
}

.technical_link p{
  color: #ffffff;
  margin-bottom: 5px;
}

.technical_link a::after{
  
}

.technical_link a{
  color: #F3C887;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 10px 25px;
  margin-right: 9px;
}

.technical_link a:last-child{
  margin: 0;
}

.technical_link a:hover{
  background-color: #F3C887;
  color: #111111;
}

.treasure{
  margin-top: 10px;
  text-align: center;
}

.treasure p{
  color: #ffffff;
}

a.treasure-btn{
  color: #F3C887;
  border:solid 1px #F3C887;
  border-radius: 3px;
  padding: 10px 40px;
  font-weight: 600;
  font-size: 16px;
  margin-top: 17px;
}

a.treasure-btn:hover{
  color: #000000;
  background-color: #F3C887;
}

a.treasure-btn::after{

}

p.maintenance{
  text-align: center;
  margin-bottom: 30px;
}

p.maintenance:first-child{
  margin-top: 30px;
}

.maintenance-title{
  font-size: 17px;
  font-weight: bold;
}

.maintenance-time{
  color: #BE0607;
  font-weight: bold;
}

.site-diagonasis {
  font-family: "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro",
  "メイリオ",
  Meiryo,
  "MS Pゴシック",
  "MS PGothic",
  sans-serif;
  margin-top: 10px;
}

.site-diagonasis .title {
  font-weight: bold;
  margin-bottom: 16px;
  color: #ffffff;
  line-height: 23px;
}

span.title-other {
  font-weight: 300;
  margin-bottom: 14px;
  color: #ffffff;
}

.site-diagonasis .inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 20px;
}

.site-diagonasis .inner .items {
  margin-bottom: 16px;
  width: 58%;
}

.site-diagonasis .inner .items:last-child{
  width: 40%;
}

.site-diagonasis .inner .items .category {
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
}

.site-diagonasis .inner .items .category::before {
  content: "カテゴリー：";
  font-weight: bold;
}

.site-diagonasis .inner .items .site-name{
  color: #ffffff;
  margin-bottom: 8px;
}

.site-diagonasis .inner .items a{
  color: #F3C887;
  font-weight: normal;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 9px 16px;
}

.site-diagonasis .inner .items a::after{
  content: "\03e";
}

.site-diagonasis .inner .items a:hover{
  color: #111111;
  background-color: #F3C887;
}

.site-diagonasis .inner2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}

.site-diagonasis .inner2 .items {
  margin-bottom: 16px;
  width: 29%;
}

.site-diagonasis .inner2 .items:last-child {
  margin-bottom: 16px;
  width: 31%;
}

.site-diagonasis .inner2 .items .category {
  font-size: 10px;
  color: #ffffff;
  font-weight: normal;
}

.site-diagonasis .inner2 .items .category::before {
  content: "カテゴリー：";
  font-weight: bold;
}

.site-diagonasis .inner2 .items .site-name{
  color: #ffffff;
  margin-bottom: 8px;
}

.site-diagonasis .inner2 .items a{
  color: #F3C887;
  font-weight: normal;
  border: 1px solid #F3C887;
  border-radius: 5px;
  padding: 9px 16px;
}

.site-diagonasis .inner2 .items a::after{
  content: "\03e";
}
.site-diagonasis .inner2 .items a:hover{
  color: #111111;
  background-color: #F3C887;
}

.btn-sign-up-main-teaser {
  width: 20em;
  display: block;
  padding: 16px 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
  margin: 0 auto;
}

.btn-sign-up-main-entry {
  width: 20em;
  display: block;
  padding: 16px 32px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #0085CC;
  border: solid 2px #0085cc;
  border-radius: 4px;
  margin: 0 auto;
}

.main .btn-sign-up-main-teaser {
  width: auto;
  display: block;
  padding: 11px 16px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
  text-align: center;
}

.main .btn-sign-up-main-entry {
  width: auto;
  display: block;
  padding: 11px 16px 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
  text-align: center;
}

.btn-sign-up-main-sub {
  width: auto;
  display: block;
  padding: 9px 16px 7px;
  font-size: 14px;
  line-height: 1.5;
  color: #0085CC;
  background-color: #fff;
  border: 1px solid #0085CC;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
}

.flex-center .btn-sign-up-main-sub {
  width: auto;
  display: block;
  padding: 9px 10px 7px;
  margin-left: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #0085CC;
  background-color: #fff;
  border: 1px solid #0085CC;
  border-radius: 4px;
  text-align: center;
  margin-top: 0;
}

.top-sign-up{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-top: 20px;
}

.top-sign-up::before{
  content: "＼";
    margin-right: 16px;
    font-weight: normal;
}

.top-sign-up::after{
  content: "／";
    margin-left: 8px;
    font-weight: normal;
}

.apply .btn-apply {
  display: block;
  margin: 0 auto;
  padding: 16px 32px 13px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color:#4cbebe;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 16px;
}

.w24em {
  width: 24em;
}

.main .apply .schedule {
  color: #ffffff;
  font-size: 13px;
}

.separator::after {
  content: "｜";
  margin-left: 16px;
  margin-right: 16px;
}

/* スケジュール
 */

.step {
  list-style-type: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.step li {
  display: inline-block;
  position: relative;
  padding: 16px;
}

.step li .title {
  font-size: 20px;
  font-weight: bold;
}

.step li:last-child:before,
.step li:last-child:after {
  display: none;
}

.step li:before,
.step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before {
  top: 0;
  right: -18px;
  border-style: solid;
  border-width: 50px 0 50px 1em;
  border-color: transparent transparent transparent #FFFFFF;
  z-index: 10;
}

.step li:after {
  top: 0;
  right: -14px;
  border-style: solid;
  border-width: 50px 0 50px 1em;
  z-index: 10;
}

.step li.is-entry {
  width: 310px;
  background: #F8E59A;
  border-radius: 4px 0 0 4px;
}

.step li.is-entry:after {
  border-color: transparent transparent transparent #F8E59A;
}
.step li.is-judge {
  width: 300px;
  background: #EFC16F;
}

.step li.is-judge:after {
  border-color: transparent transparent transparent #EFC16F;
}
.step li.is-result {
  width: 169px;
  background: #F4A800;
  border-radius: 0 4px 4px 0;
}

.list-triangle {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
}

.triangle {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  width: 90%;
  text-align: center;
  z-index: 1;
}

.triangle .title {
  font-size: 20px;
  font-weight: bold;
}

.triangle:first-child {
  width: 39%;
  background-color: #F8E59A;
  z-index: 5;
  border-radius: 4px 0 0 4px;
}
.triangle:nth-child(2) {
  width: 41%;
  background-color: #EFC16F;
  z-index: 4;
}
.triangle:last-child {
  width: 20%;
  background-color: #F4A800;
  z-index: 3;
  border-radius: 0 4px 4px 0;
}
.triangle:first-child::after {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F8E59A 50.5%) no-repeat top left/100% 50%,
  linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #F8E59A 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #F8E59A;
}
.triangle:nth-child(2)::after {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #EFC16F 50.5%) no-repeat top left/100% 50%,
  linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #EFC16F 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #EFC16F;
}
.triangle:last-child::after {
  display: none;
}

.triangle::after {
  content: '';
  height: 100%;
  top: 0;
  left: 93.5%;
  position: absolute;
  width: 20px;
  z-index: 2;
}

.triangle::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/100% 50%,
  linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat bottom right/100% 50%;
  border-left: 20px solid #fff;
  content: '';
  height: 100%;
  top: 0;
  left: 95%;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.triangle:last-child::before {
  display: none;
}

/* 告知用の空き
----------------------------------------------*/
.pb85 {
  padding-top: 85px;
}

.special-award-site .notice {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.special-award-site .notice {
  height: 240px;
  /* background-color: #EBF9EA; */
  border-radius: 8px;
  text-align: center;
}


/* 過去開催 */
.past-award {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

/* 審査基準
----------------------------------------------*/
.rules {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 24px 0 24px;
  background-color: #F9F7F4;
  border-radius: 4px;
}

.rules ul {
  list-style: none;
  padding-left: 1em;
}

.rules ul li.rules-item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 9px;
  list-style: none;
  line-height: 2;
  font-size: 16px;
}

.rules ul li.rules-item:last-child {
  margin-bottom: 0;
}

.rules ul li.rules-item::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: -1em;
  color: #BE0607;
  font-size: 16px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

/* 募集要項 */

.yokou {
  border: 1px solid #D1B37D;
  border-collapse: collapse;
}

.yokou tr {
  border-bottom: 2px dotted #D1B37D;
}

.yokou tr:last-child {
  border-bottom: none;
}

.yokou th {
  width: 13em;
  font-weight: bold;
  background-color: #F9F7F4;
  text-align: left;
  vertical-align: top;
}

.yokou th,td {
  padding: 16px;
}

.yokou ul {
  margin: 0;
  padding-left: 16px;
}

.yokou .tokuten {
  display:-webkit-box;
  display:-ms-flexbox;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 652px;
}

.yokou .tokuten .items {
  display:-ms-flexbox;
  -webkit-box-align: baseline;
	-ms-flex-align: baseline;
  align-items: baseline;
  width: 50%;
  margin-bottom: 24px;
  flex-wrap: wrap；
}


.yokou .tokuten .items .award {
  margin-right: 24px;
  font-weight: bold;
  width: 100%;
}

.yokou .tokuten .items .money {
  line-height: 1.5;
  width: 100%;
}

p.precautions{
  margin-top: 30px;
}


/* ノウハウ集への導線
----------------------------------------------*/
.know-how {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

.know-how:last-child {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}

.know-how-link img {
  width: 280px;
}

.know-how-first{
  text-align: center;
  margin-bottom: 20px;
}

/*ページ内スクロール調整
------------------------*/
#section0 {
  margin-top: -80px;
  padding-top: 80px;
}

#section1 {
  margin-top: -80px;
  padding-top: 80px;
}

#section2 {
  margin-top: -80px;
  padding-top: 80px;
}

#section3 {
  margin-top: -80px;
  padding-top: 80px;
}

#section4 {
  margin-top: -80px;
  padding-top: 80px;
}

#section5 {
  margin-top: -80px;
  padding-top: 80px;
}

#section6 {
  margin-top: -80px;
  padding-top: 80px;
}
.mt20 {
  margin-top: 20px;
}

/* inquiry
----------------------------------------------*/
.inq_cp {
  padding: 20px;
  background-color: #f7f7f7;
  text-align: center;
  width: 460px;
  margin: 0 auto;
}

.inq_cp span {
  display: block;
  font-size: 22px;
  font-weight: bold;
}

.inq_cp span img {
  padding: 4px 10px 0 0;
}

/* site top
----------------------------------------------*/
.sitetop {
  margin: 40px 0 0 0;
  padding: 20px 0;
  text-align: center;
}

/* footer
----------------------------------------------*/
.footer {
  margin: 20px 0 0 0;
  padding: 20px 0;
  background-color: #fff;
  font-size: 17px;
  text-align: center;
}

/* backtotop
----------------------------------------------*/
.backtotop {
  position: fixed;
  bottom: 40px;
  right: 100px;
  z-index: 10;
  display: none;
}

.backtotop {
  bottom: 40px;
  /* ハックなし */
  bottom: 40px¥9;
  /* IE8以下 */
  * bottom: 40px;
  /* IE7以下 */
}

.backtotop:not(:target) {
  bottom: 100px¥9;
  /* IE9 */
}

.backtotop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 98%;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background-color: #BE0607;
  border-radius: 50%;
}

.backtotop a:hover {
  opacity: 0.7;
}

/* サインアップボタン
----------------------------------------------*/
.sign-up-header {
  margin-bottom: 32px;
  text-align: center;
  font-weight: bold;
}

.sign-up {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
}

.sign-up-text {
  width: 65%;
  padding-right: 32px;
  font-size: 16px;
}

.sign-up-btn {
  text-align: center;
  width: 35%;
  margin-top: 8px;
}

.sign-up-btn .btn-sign-up-text {
  font-size: 16px;
}

.sign-up a.btn-sign-up {
  display: block;
  margin-bottom: 16px;
  padding: 16px 30px 13px;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  box-shadow: 0 3px 0 0 #3d9999;
  background-color: #4cbebe;
  border-radius: 4px;
}

.sign-up a.btn-sign-up2 {
  display: block;
  margin-bottom: 16px;
  padding: 16px 30px 13px;
  font-size: 19px;
  line-height: 1.5;
  color: #0085CC;
  border: solid 2px #0085cc;
  border-radius: 4px;
}

/* etc
----------------------------------------------*/
.pcshow {
  display: block;
}

.spshow {
  display: none;
}

@media screen and (max-width: 800px) {
  .contents {
    width: 800px;
  }
}

/* @media screen and (max-width: 767px
--------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  h2 {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .flex-center {
    margin-bottom: 57px;
  }

  h2.skewer-border {
    margin: 0 40px;
    padding: 0 10px 0;
    font-size: 20px;
    line-height: 1.5;
  }

  h3 {
    font-size: 17px;
  }

  .paragraph-position {
    text-align: left;
  }

  span.new-line {
    display: inline;
  }

  a.treasure-btn{
    line-height: 25px;
    padding: 7px;
    margin-bottom: 7px;
    margin-top: 20px;
  }

  .technical_link ul{
    list-style: none;
    padding-inline-start: 0;
  }

  .technical_link ul li{
    margin-bottom: 35px;
  }

  .technical_link ul li:last-child{
    margin-bottom: 0;
  }

  .technical_link ul li a:first-child{
    padding: 10px 60px;
  }

  .technical_link ul li a{
    font-size: 16px;
    padding: 10px 50px;
  }

  /* contents
----------------------------------------------*/
  .contents {
    width: 85%;
    margin-top: 0;
    padding: 20px 20px;
    border: none;
    border-radius: 0;
  }

  /* head
----------------------------------------------*/
  .header {
    width: 100%;
  }

  .mainwrap {
    height: auto;
    /* mainwrapはheight必須 */
  }

  .main {
    height: 100%;
    padding: 0;
    background: none;
    background-position-x: center;
  }

  .main h1 {
    margin: 0;
    top: 16px;
  }

  .main-img {
    width: 100%;
    height: 100%;
  }
  
  .main .main_backcolor {
    /* display: none; */
  }

  .main .main_backcolor img{
    height: 800px;
  }

  .introduction {
    margin: 12px 0 32px;
  }

  .paragraph-position{
    margin-bottom: 15px;
  }

  .main .sign{
    margin-top: 21px;
  }

  /*ページ内スクロール調整解除
------------------------*/

  #section0 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section1 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section2 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section3 {
    margin-top: -90px;
    padding-top: 90px;
  }

  #section4 {
    margin-top: -90px;
    padding-top: 90px;
  }

  /* navi
  ----------------------------------------------*/
  #gnavi {
    display: none;
  }

  /* sitetop
----------------------------------------------*/
  .sitetop {
    margin: 20px 0 0 0;
    padding: 10px 40px;
  }

  /* backtotop
----------------------------------------------*/
  .backtotop {
    right: 30px;
  }

  .backtotop a {
    width: 40px;
    height: 40px;
    line-height: 46px;
  }

  /* footer
----------------------------------------------*/
  .footer {
    padding: 20px 40px;
  }

  .footer p {
    font-size: 15px;
    line-height: 1.3;
  }

  /* etc
----------------------------------------------*/
  .pcshow {
    display: none;
  }

  .spshow {
    display: block;
  }

  /* inquiry
----------------------------------------------*/
  .inq_cp {
    padding: 20px;
    background-color: #f7f7f7;
    text-align: center;
    width: auto;
    margin: 0 auto;
  }

  /* 受賞サイトの見出し
  ----------------------------------------------*/
  .award-winner-site .header {
    padding: 8px 0 7.5px;
  }

  .award-winner-site .medal {
    width: 0px;
  }

  .award-winner-site .medal img {
    width: 60px;
    height: 61.25px;
    top: -20px;
    left: -20px;
  }

  .award-winner-site .header-text {
    margin-left: 0;
  }

  .award-winner-site .site-category {
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-left: 50px;
  }

  .award-winner-site .site-category .colon {
    margin-bottom: 0;
  }

  .award-winner-site .site-category .colon::after {
    content: "";
    margin-left: 8px;
    margin-right: 8px;
  }

  .award-winner-site .site-name {
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 16px 0;
  }

  /* 受賞サイトの内容
  ----------------------------------------------*/
  .site-contents {
    display: block;
    margin: 32px 0px 32px;
  }

  .site-contents .capture-link {
    width: 100%;
    height: 100%;
  }

  .site-contents .text-link {
    margin-bottom: 32px;
  }

  .site-contents .paragraph {
    margin-left: 0;
    width: 100%;
  }

  .site-contents .paragraph p {
    margin-bottom: 33px;
  }

  .site-contents h3.award-winner-comment::before {
    font-size: 20px;
  }

  .award-title{
    margin-bottom: 31px;
  }

  /* スタッフコメント
  ----------------------------------------------*/
  .staff-comment {
    padding: 16px 16px 9px;
  }

  /* 特別賞
  ----------------------------------------------*/

  .special-award-site {
    width: 100%;
    margin: 64px 0 64px;
  }

  .pb85 {
    padding-top: 0;
  }

  .special-award-site .capture-link {
    width: 100%;
    height: 100%;
  }

  /* 新人賞
  ----------------------------------------------*/

  .special-award .special{
    margin-left: 0;
  }

  .other-award-new{
    justify-content: center;
  }

  .new{
    display: block;
  }

  .details{
    padding-bottom: 32px;
    width: 100%;
  }

  .overall-other-box-new{
    width: 100%;
    justify-content: center;
    -webkit-appearance: none;
    margin-bottom: 24px;
  }

  .other-other{
    margin-bottom: 0;
    flex-wrap: wrap;
    display: block;
    width: 100%;
  }

  .conditions{
    margin-top: 20px;
  }


  .overall-bg .award-title{
    padding-top:0px;
  }

  .light-border2{
    width: 100%;
  }


/* テクニカル賞、トレジャー賞
  ----------------------------------------------*/

  .other-award-title .title-txt h3{
    font-size: 30px;
  }

  .other-award-title{
    margin-bottom: 0;
  }

  .prize-money-other{
    margin-top: 15px;
  }

  .other-other-award{
    margin-top: 30px;
  }

  /* 審査基準
  ----------------------------------------------*/
  .rules {
    margin: 0 auto;
    padding: 25px 16px 25px;
  }

  .rules ul li.rules-item {
    margin-bottom: 17px;
    line-height: 1.5;
    list-style: none;
  }

 .know-how {
  display:-webkit-box;
  display:-ms-flexbox; 
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column; 
  flex-direction: column;
  -webkit-box-align: center;
	-ms-flex-align: center; 
  align-items: center;
   margin-bottom: 24px;
 }

 .know-how:last-child {
  display:-webkit-box;
  display:-ms-flexbox; 
  display: flex;
   margin-bottom: 0;
 }

 .know-how-link {
   margin-bottom: 24px;
 }

 .know-how-link:last-child {
   margin-bottom: 0;
 }

 .know-how-link img {
   width: 280px;
 }

 .know-how-first img{
   width: 100%;
 }

  /* サインアップボタン
  ----------------------------------------------*/
  .sign-up {
    display: block;
  }

  .sign-up-text {
    width: 100%;
    margin-bottom: 16px;
    padding-right: 0;
  }

  .sign-up-btn {
    width: 100%;
    margin-top: 0;
  }

  .sign-up a.btn-sign-up {
    font-size: 16px;
  }

  .main {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
  }
  
  .main .items {
    width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	  -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }

  .main .items .txt {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 16px;
  }

  .main .items img {
    width: 100%;
  }

  .main .items.info {
    top: 0;
  }

  .main .overall-award .prize-money {
    font-size: 20px;
  }

  .overall-award1 .prize-money{
    font-size: 20px;
  }

  .overall-award .prize-money .base-line {
    margin-bottom: -4px;
  }

  .main .overall-award .prize-money .amount {
    font-size: 40px;
  }

  .main .overall-other .prize-money {
    font-size: 0.9em;
    font-weight: bold;
  }

  .main .overall-other .prize-money img{
    margin: 0 auto;
    width: 82%;
  }

  .main .overall-other .prize-money .amount {
    font-size: 2em;
  }

  .main .schedule {
    font-size: 14px;
    line-height: 1.5;
  }

  .main .apply .btn-apply {
    font-size: 16px;
  }

  .main .apply .schedule {
    font-size: 14px;
    line-height: 1.5;
  }

  .main .btn-sign-up-main-sub {
    padding: 8px 5px 8px;
    margin-top: 8px;
  }

  .flex-center .btn-sign-up-main-sub {
    margin: 0;
  }

  h2.top {
    margin: 22px 0 32px 0;
  }

  .overall-bg {
    padding:32px 24px 24px 24px;
    background-image: url(../img/sp_sogosyo_background.jpg);
    height: auto;
  }

  .special-bg{
    background-color: #BE0607;
    padding: 32px 24px 24px 24px;
    height: 535px;
  }

  .new_face_award_bg{
    background-image: none;
    background-color: #BE0607;
    height: auto;
  }

  .overall-first {
    margin-right: 10px;
  }

  .overall-award .prize-money {
    font-size: 20px;
  }

  .overall-award1 .prize-money

  .overall-award .prize-money .amount {
    font-size: 56px;
  }

  .overall-award1 .prize-money .amount {
    font-size: 56px;
  }

  .overall-other {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .special-bg .award-title{
    padding-top: 4px;
  }

  .overall-other-box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .overall-other-box2 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }

  .overall-other-box1{
    width: 100%;
    margin-left: 0;
    margin-bottom: 38px;
  }

  .main .overall-other-box{
    margin-left: 0;
  }

  .main .overall-other-box2{
    margin-left: 0;
  }

  .overall-other-box:last-child {
    margin-bottom: 0;
  }

  .overall-other-box2:last-child {
    margin-bottom: 0;
    margin-top: 15px;
  }

  .overall-second {
    margin-right: 10px;
  }

  .overall-other .prize-money {
    font-size: 20px;
  }

  .overall-other .prize-money .base-line {
    margin-bottom: -4px;
  }

  .overall-other .prize-money .amount {
    font-size: 48px;
    margin-left: 4px;
  }
  
  .conditions.flex {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .other-award-box {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .other-bg {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 32px;
  }

  .other-bg:last-child {
    margin-bottom: 0;
  }

  .other-bg .other-other .overall-other-box {
    margin-left: 0;
  }

  .other-bg .other-other .overall-other-box .other-second {
    margin-right: 24px;
  }

  .other-bg .other-other .overall-other-box .prize-money .amount {
    margin-left: 12px;
  }

  .special-award {
    margin-bottom: 31px;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .special-award .award-title {
    margin: 0;
  }

  .special-award .award-title .title-txt p {
    font-size: 20px;
  }

  .special-award .special {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .special-award .conditions.flex-start {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.7;
  }

  .special-award .conditions.flex-start .target {
    margin-bottom: 16px;
    line-height: 1;
  }

  .site-diagonasis .inner {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .site-diagonasis .inner .items {
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .site-diagonasis .inner .items a{
    font-size: 16px;
  }

  .site-diagonasis .inner .items:last-child{
    width: 100%;
  }

  .site-diagonasis .inner2 {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .site-diagonasis .inner2 .items {
    width: auto;
    font-size: 12px;
    margin-bottom: 30px;
  }

  .site-diagonasis .inner2 .items a{
    font-size: 16px;
  }

  .site-diagonasis .inner2 .items:last-child{
    width: auto;
    margin-bottom: 40px;
  }

  .btn-sign-up-main-teaser {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
  }

  .btn-sign-up-main-entry {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
  }

  .step li.is-entry,
  .step li.is-judge,
  .step li.is-result
    {
    width: 100%;
    box-sizing: border-box;
  }

  .flex-huyo {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .flex-huyo p:first-child::after {
    margin-left: 8px;
    content: "";
  }

  .flex-suke {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
  }

  .flex-suke p:first-child::after {
    margin-left: 8px;
    content: "";
  }

  .yokou tr {
    border-bottom: 1px solid #D1B37D;
    display:-webkit-box;
    display:-ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
  }

  .yokou th, td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .yokou th {
    text-align: center;
    border-bottom: 2px dotted #D1B37D;
  }

  .yokou .tokuten {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .yokou .tokuten .items {
    width: 100%;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .w24em {
    width: 100%;
    box-sizing: border-box;
  }

  .apply .btn-apply {
    font-size: 18px;
  }

  .list-triangle {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    box-sizing: border-box;
  }

  .triangle {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	  -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    padding: 16px;
    position: relative;
    width: 90%;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
  }

  .triangle p {
    font-size: 13px;
  }

  .triangle p.title {
    font-size: 20px;
    font-weight: bold;
  }

  .triangle:first-child {
    width: 100%;
    background-color: #F8E59A;
    z-index: 3;
    border-radius: 4px 4px 0 0;
  }

  .triangle:nth-child(2) {
    width: 100%;
    background-color: #EFC16F;
    z-index: 2;
    padding-top: 80px;
  }

  .triangle:last-child {
    width: 100%;
    background-color: #F4A800;
    z-index: 1;
    border-radius: 0 0 4px 4px;
    padding-top: 70px;
  }

  .triangle:first-child::after {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #F8E59A 50.1%) no-repeat top left/50.1% 100%,
    linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #F8E59A 50.1%) no-repeat top right/50.1% 100%;
    border-top: 10px solid #F8E59A;
    border-left: 0;
  }

  .triangle:nth-child(2)::after {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #EFC16F 50.1%) no-repeat top left/50.1% 100%,
    linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #EFC16F 50.1%) no-repeat top right/50.1% 100%;
    border-top: 10px solid #EFC16F;
    border-left: 0;
  }

  .triangle:last-child::after {
    display: none;
  }

  .triangle::after {
    bottom: -40px;
    content: '';
    height: 40px;
    top: 90%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 5;
    border-left: 0;
  }

  .triangle::before {
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 50.1%, #fff 50.1%) no-repeat top left/50.1% 100%,
    linear-gradient(to top left, rgba(0, 0, 0, 0) 50.1%, #fff 50.1%) no-repeat top right/50.1% 100%;
    border-top: 16px solid #fff;
    bottom: -50px;
    content: '';
    height: 40px;
    top: 90%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 4;
    border-left: 0;
  }

  .triangle:last-child::before {
    display: none;
  }

  .past-award {
    width: 100%;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	  -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  #main canvas {
    display: none !important
  }

  .flex-center {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-center p {
    margin-bottom: 8px;
  }
  
  .eventsEnd {
    width: 100%;
    font-size: 14px;
    padding-left: 4px;
  }

}

@media screen and (min-width: 600px) {
  .yokou .tokuten {
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
    flex-direction: row;
  }

  .yokou .tokuten .items {
    width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  .serif {font-family: "メイリオ", Meiryo, sans-serif; } 
}