/* =============
  for Award Pages
============== */
.subPage .wrapGuide {
  width: 100%;
  text-align: left;
  padding: 40px 0;
}
.subPage .wrapGuide p {
  color: var(--brown);
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .subPage .wrapGuide p{
    font-size: 18px;
  }
}
.subPage .wrapGuide span {
  color: var(--red);
}

/* award MV */
.award_mv img{
	width: 100%;
}


/* awardNavigation */
.awardNavigation {
  margin: 0 auto;
  padding: 30px 0 60px 0;
  width: 100%;
}
.awardNavigation ul{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.awardNavigation ul li {
  margin: 0;
  padding: 0 20px;
  text-align: center;
  width: 25%;
}
.awardNavigation ul li a {
  background: #FFF;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.awardNavigation ul li a:hover {
  background: var(--red);
  color: #FFF;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .awardNavigation ul li {
    padding: 5px;
    width: 50%;
  }
  .awardNavigation ul li a {
    font-size: 1em;
    padding: 10px;
    height: 8em;
  }
}
/* == 1. Award Index (Category) == */
.flexRow.grCategory {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 30px 0 60px 0;
}
.subPage .boxCard {
  width: 30%;
}
.subPage .boxCard h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--brown);
  text-align: center;
  position: relative;
  width: 100%;
  height: 90px;
  line-height: 340%;
}
.subPage .boxCard h3::before {
  content: "";
  background: rgba(255, 70, 40, 0.3);
  border: 0;
  border-radius: 50px;
  width: 100%;
  height: 94px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -2;
}
.subPage .boxCard h3::after {
  content: "";
  border: 2px solid var(--brown);
  border-radius: 50px;
  width: 100%;
  height: 94px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .flexRow.grCategory {
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .subPage .boxCard {
    width: 100%;
    padding: 4vw 0 8vw 0;
  }
  .subPage .boxCard h3 {
    font-size: 28px;
    width: 98%;
    line-height: 360%;
  }
}
/* category box */
.subPage .boxCard p {
  font-size: 18px;
  font-weight: normal;
}
.subPage .boxCard figure {
  display: block;
  margin: 0 auto;
  padding: 25px 30px;
  width: 100%;
  height: 320px;
}
.subPage .boxCard figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 240px;
}
.subPage .grCategory .boxCard h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px 0;
}

.subPage .flowimg figure {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.subPage .flowimg figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767.98px) {
  .subPage .boxCard figure {
    display: block;
    margin: 0 auto;
    padding: 8vw;
    width: 100%;
    height: auto;
  }
  .subPage .flowimg figure {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .subPage .flowimg figure img {
    width: 100%;

  }
}
/* Criteria List */
.flexCol.grCriteria {
  width: 100%;
	padding-bottom: 60px;
}
.flexCol.grCriteria h3 {
  padding-top: 30px;
  font-size: 28px;
  font-weight: bold;
  color: var(--brown);
}
.flexCol.deptPrizes p,
.flexCol.grCriteria p {
  font-size: 18px;
  color: var(--brown);
}
.flexCol.grCriteria .critTable {
  margin: 0 auto;
  padding-top: 30px;
  width: 100%;
  height: auto;
}
.flexCol.grCriteria .critTable table {
  display: table;
  width: 100%;
  height: auto;
  border: 1px solid var(--brown);
  border-collapse: collapse;
}
.flexCol.grCriteria .critTable table tr,
.flexCol.grCriteria .critTable table th,
.flexCol.grCriteria .critTable table td {
  border: 1px solid var(--brown);
  border-collapse: collapse;
}
.flexCol.grCriteria .critTable table th,
.flexCol.grCriteria .critTable table td {
  display: table-cell;
}
.flexCol.grCriteria .critTable table th {
  font-size: 24px;
  font-weight: normal;
}
.flexCol.grCriteria .critTable table td {
  width: 25%;
  padding: 10px;
  vertical-align: top;
}
.flexCol.grCriteria .critTable table th h4,
.flexCol.grCriteria .critTable table td h4 {
  font-size: 18px;
  color: var(--red);
  text-align: left;
}
.flexCol.grCriteria .critTable table th h4 {
  color: var(--brown);
  text-align: center;
  font-weight: normal;
}

.flexCol.grCriteria .critTable table td h4 {
  font-weight: bold;
}

.flexCol.grCriteria .critTable table td ul {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 100%;
}
.flexCol.grCriteria .critTable table td li {
  margin: 0 auto;
  padding: 0 0 5px 1.2em;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.flexCol.grCriteria .critTable table td li::before {
  content: "・";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  text-align: left;
}
.flexCol.grCriteria .crit_note {
	font-weight: normal;
}
@media screen and (max-width: 1000.98px) {
  .flexCol.grCriteria h3 {
    padding-top: 6vw;
    font-size: 24px;
  }
  .flexCol.grCriteria dt {
    font-size: 22px;
  }
  .flexCol.grCriteria dd {
    font-weight: normal;
  }
  .flexCol.grCriteria .critTable {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    padding: 30px 0 0 0;
    margin-bottom: 8vw;
  }
  .flexCol.grCriteria .critTable::-webkit-scrollbar{
    width: 100%;
    height: 10px;
  }
  .flexCol.grCriteria .critTable::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  .flexCol.grCriteria .critTable::-webkit-scrollbar-thumb{
    background-color: var(--red);
  }
  .flexCol.grCriteria .critTable table {
    width: 200%;
  }
  .flexCol.grCriteria .critTable table th {
    font-size: 18px;
    line-height: 1.2;
  }
  .flexCol.grCriteria .critTable table th h4 {
    line-height: 1.2;
  }
  .flexCol.grCriteria .critTable table td h4 {
    line-height: 1.2;
  }
}

/* schedule */
.flexCol.grSchedule {
  width: 100%;
}
.flexCol.grSchedule .indentTable {
  font-size: 18px;
  color: var(--brown);
  margin-bottom: 30px;
}
.flexCol.grSchedule .indentTable td:first-child {
	white-space: nowrap;
	vertical-align: top;
}
.flexCol.grSchedule .schedTable {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.flexCol.grSchedule .schedTable table {
  display: table;
  width: 100%;
  height: auto;
	border-radius: 24px;
	border-spacing: 0;
	border: none;
	border-left: 1px solid var(--brown);
	border-top: 1px solid var(--brown);
}
.flexCol.grSchedule .schedTable table tr {
	 -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.flexCol.grSchedule .schedTable table th,
.flexCol.grSchedule .schedTable table td {
	border: none;
	border-right: 1px solid var(--brown);
	border-bottom: 1px solid var(--brown);
}
.flexCol.grSchedule .schedTable table tr:first-child>*:first-child{
	 border-radius: 24px 0 0 0;
}
.flexCol.grSchedule .schedTable table tr:first-child>*:last-child{
	border-radius: 0 24px 0 0;
}
.flexCol.grSchedule .schedTable table tr:last-child>*:first-child{
	 border-radius: 0 0 0 24px;
}
.flexCol.grSchedule .schedTable table tr:last-child>*:last-child {
	border-radius: 0 0 24px 0;
}
.flexCol.grSchedule .schedTable table th {
	width: 4%;
	padding: 10px 15px;
	font-size: 18px;
	border-right: 1px solid var(--brown);
}

.flexCol.grSchedule .schedTable table td {
	padding: 10px;
	font-size: 18px;
}
.flexCol.grSchedule .schedTable table td:not(:last-child) {
	width: 20%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}
.flexCol.grSchedule .schedTable table td .sched_box {
	font-size: 16px;
	font-weight: 500;
	padding: 1em;
	margin: 1em 0 0;
	background: rgba(255, 70, 40, 0.2);
	border-radius: 20px;
}
.flexCol.grSchedule .schedTable table td span {
  font-weight: bold;
  font-size: 24px;
}

@media screen and (max-width: 1000.98px) {
	.flexCol.grSchedule .indentTable td {
	display: block;
}
  .flexCol.grSchedule {
    width: 90%;
  }
	.flexCol.grSchedule p {
		margin: 0;
	}
  .flexCol.grSchedule .schedTable {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    margin-bottom: 8vw;
  }
  .flexCol.grSchedule .schedTable::-webkit-scrollbar{
    width: 100%;
    height: 10px;
  }
  .flexCol.grSchedule .schedTable::-webkit-scrollbar-track{
    background-color: #ccc;
  }
  .flexCol.grSchedule .schedTable::-webkit-scrollbar-thumb{
    background-color: var(--red);
  }
  .flexCol.grSchedule .schedTable table {
    width: 200%;
  }
.flexCol.grSchedule .schedTable table td span {
    font-size: 18px;
    line-height: 1.2;
  }
}

/* guideline */
.grGuideline {
  width: 100%;
}
.grGuideline .boxCard {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 30px 0 0 0;
}
.grGuideline .boxCard h4 {
  font-size: 28px;
}
.grGuideline .boxCard p {
  font-size: 18px;
}
.grGuideline .flexRow .boxCard {
  padding: 30px 0 0 0;
}
.grGuideline .boxCard dl {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 100%;
}
.grGuideline .boxCard .flexRow dl {
  width: 50%;
  padding: 30px 0;
}
.grGuideline .boxCard dt {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
}

.grGuideline .boxCard .flexRow {
  justify-content: space-between;
  align-items: stretch;
}

.grGuideline .boxCard ul {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
}
.grGuideline .boxCard li {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 1.4em;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.grGuideline .boxCard li::before {
  content: "";
  width: 19px;
  height: 28px;
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  background: url(../img/icon/arrow_red.png) no-repeat left center;
  background-size: cover;
}
.grGuideline .boxCard li span {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 0;
  font-size: 18px;
  font-weight: normal;
  display: block;
  line-height: 1.6em;
}
.grGuideline .boxCard dt {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 1.4em;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.grGuideline .boxCard dt::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 11px;
  left: 4px;
  background: url(../img/icon/circle_red.png) no-repeat left center;
  background-size: cover;
}
.grGuideline .boxCard dd {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 2em;
  font-size: 18px;
  position: relative;
}
.grGuideline .boxCard dt span,
.grGuideline .boxCard dd span {
  color: var(--red);
}

.grGuideline .dlBox{
margin: 0 0 80px 0;
}

.grGuideline .dlBox p.deadline {
  font-size: 38px;
  font-weight: 700;
}

.grGuideline .dlBox .btn {
  margin: 30px auto;
  padding: 0.5em 1em;
  width: 390px;
  height: auto;
  position: relative;
}
.grGuideline .dlBox .btn span {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  position: relative;
}
.grGuideline .dlBox .btn.btnBrn {
  background: var(--brown);
  border: 2px solid var(--brown);
}
.grGuideline .dlBox .btn.btnBrn::after {
  content: "";
  margin: 0;
  padding: 0;
  width: 10px;
  height: 18px;
  display: block;
}
.grGuideline .dlBox .btn.btnBrn:hover {
  background: #FFF;
  background-size: auto 28px;
  border: 2px solid var(--brown);
  color: var(--brown);
}



@media screen and (max-width: 1000.98px) {
  .grGuideline .boxCard li{
    font-size: 18px;
  }
  .grGuideline .boxCard .flexRow dl {
    width: 100%;
  }
  .grGuideline .boxCard dt,
  .grGuideline .boxCard .flexRow dt {
    font-size: 18px;
    line-height: 1.2;
  }
  .grGuideline .boxCard dt::before {
    width: 18px;
    height: 18px;
    top: 0;
  }
  .grGuideline .boxCard dd {
    padding-left: 1em;
    font-size: 16px;
    line-height: 1.2;
  }
  .grGuideline .boxCard dd {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px){
	.grGuideline .boxCard .flexRow{
		gap:20px;
	}
}

@media screen and (max-width: 820px) {
.grGuideline .boxCard:first-child {
  padding: 0;
}
.grGuideline .boxCard .flexRow {
    display: block;
  }
.grGuideline .dlBox p.deadline {
    font-size: 22px;
    padding-bottom: 3vw;
  }
	.grGuideline .dlBox .btn.btnBrn {
		width: 100%;
		gap:20px;
	}
	.btn.btnBrn::after {
		right: 5%;
	}
}
@media screen and (max-width: 768px) {

.grGuideline .boxCard .flexRow {
    display: block;
  }
}
/* == 2. terms == */
/* Terms */
.flexCol.grPrize,
.flexCol.grTerms,
.flexCol.grRegulation {
  width: 100%;
  padding: 30px 0;
  justify-content: flex-start;
  align-items: stretch;
}
.flexCol.grPrize h3 {
  color: #000;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}
.flexCol.grPrize p {
  font-size: 18px;
}
.flexCol.grPrize p.deadline {
  font-size: 38px;
  font-weight: 700;
  color: var(--brown);
}
.flexCol.grPrize p.deadline span {
  font-size: 32px;
}
@media screen and (max-width: 1000.98px) {
  .flexCol.grPrize,
  .flexCol.grTerms,
  .flexCol.grRegulation,
  .flexCol.grGuideline {
    width: 90%;
    padding: 8vw 0;
  }

}
/* Schedule table */
.dlTable.grAgenda {
  padding: 30px 0;
}
.dlTable.grAgenda dl{
  width: 100%;
  padding: 30px 0 0 0;
}
.dlTable.grAgenda dt,
.dlTable.grAgenda dd {
  font-size: 28px;
  font-weight: normal;
}
.dlTable.grAgenda dt {
  width: 40%;
}
.dlTable.grAgenda dd {
  width: 58%;
}
@media screen and (max-width: 767.98px) {
  .dlTable.grAgenda dt,
  .dlTable.grAgenda dd {
  font-size: 21px;
  font-weight: normal;
}
}

/* Prize */
.flexCol.grPrize h3{
  padding: 30px 0 15px 0;
}
.subPage .flexRow.wholePrizes {
  justify-content: space-between;
  align-items: stretch;
  padding: 50px 0;
}
.subPage .flexRow.wholePrizes figure {
  width: 30%;
}
.subPage .flexRow.wholePrizes figure img {
  width: 95%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .flexCol.grPrize,
  .flexCol.grTerms {
    padding: 6vw 0;
    width: 100%;
  }
  .flexCol.grTerms {
    width: 90%;
  }
  .flexCol.grPrize h3 {
    font-size: 20px;
    line-height: 1.6;
    padding: 3vw 0;
  }
  .flexCol.grPrize p {
    font-size: 14px;
    line-height: 1.4;
  }
  .flexCol.grPrize p.deadline {
    font-size: 22px;
    padding-bottom: 3vw;
  }
  .flexCol.grPrize p.deadline span {
    font-size: 18px;
  }
  .flexCol.dlTable.grAgenda {
    padding: 3vw 0;
  }
  .dlTable.grAgenda dl {
    padding: 1vw 0;
  }
  .flexCol.grPrize .dlTable dt {
    font-size: 16px;
    width: 52%;
  }
  .flexCol.grPrize .dlTable dd {
    font-size: 16px;
    width: 47%;
  }
  .flexCol.grPrize .dlTable dt,
  .flexCol.grPrize .dlTable dd{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
}

.boxTerms,
.boxRegulations {
  margin: 0 auto;
  padding: 0 0 30px 0;
  width: 100%;
}
.boxTerms h5 {
  font-size: 21px;
}
.boxTerms p {
  font-size: 18px;
  text-indent: 0;
  padding: 0 0 5px 1.5em;
  width: 100%;
  position: relative;
}

.boxRegulations h4 {
  font-size: 24px;
}
.boxRegulations p{
  font-size: 18px;
  text-indent: 0;
  padding: 0 0 5px 0;
  width: 100%;
  position: relative;
}
.boxRegulations .disc {
	margin: 0 auto;
	padding: 26px 0 0;
	width: 100%;
}
.boxRegulations .disc li {
	margin: 0 auto;
	padding: 0 0 5px 1.2em;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
}
.boxRegulations .disc li::before {
	content: "・";
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 16px;
  text-align: left;
}
.boxRegulations .flexRow {
	margin: 20px auto 30px;
	padding: 0;
	width: 100%;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.boxRegulations .flexRow li {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	width: 25%;
}
.boxRegulations .flexRow li a {
	background: #FFF;
  border: 2px solid var(--red);
  color: var(--red);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}
.boxRegulations .flexRow li a:hover {
	 background: var(--red);
  color: #FFF;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
	.boxRegulations .disc li {
		font-size: 16px;
	}
	.boxRegulations .flexRow {
		display: block;
	}
  .boxRegulations .flexRow li {
    padding: 5px;
    width: 100%;
  }
  .boxRegulations .flexRow li a {
    padding: 10px;
    height: auto;
  }
}

@media screen and (max-width: 1000.98px) {
  .boxTerms,
  .boxRegulations {
    padding: 0 0 6vw 0;
  }
  .grRegulation .flexCol.boxRegulations dl.flexRow {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
  .grRegulation .flexCol.boxRegulations dl.flexRow dt,
  .grRegulation .flexCol.boxRegulations dl.flexRow dd {
    width: 100%;
  }
  .boxTerms p {
    padding: 2vw 1em 2vw 0;
    top: 9px;
    font-size: 16px;
  }
  .boxTerms p::before {
    top: 9px;
  }
  .boxRegulations h4 {
    font-size: 21px;
  }
  .boxRegulations p {
    padding: 2vw 1em 2vw 0;
    top: 9px;
    font-size: 16px;
  }
}
.boxTerms ol {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.boxTerms ol > li {
  font-size: 18px;
  text-indent: 0;
  padding: 0 0 5px 1.5em;
  width: 100%;
  position: relative;
  line-height: 1.6;
}
.boxTerms ol.olIndices li::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
ol.olIndices li:nth-child(1)::before { content: '\02460'; }
ol.olIndices li:nth-child(2)::before { content: '\02461'; }
ol.olIndices li:nth-child(3)::before { content: '\02462'; }
ol.olIndices li:nth-child(4)::before { content: '\02463'; }
ol.olIndices li:nth-child(5)::before { content: '\02464'; }

.boxRegulations dl {
  margin: 10px auto;
  width: 100%;
}
.boxRegulations dt {
  font-size: 21px;
  font-weight: bold;
}
.boxRegulations dd {
  font-size: 18px;
}
.boxRegulations dl.flexRow dt {
  width: 200px;
}
.boxRegulations dd img {
  height: auto;
  width: 200px;
  display: block;
}

/* == 4. FAQ == */
/* FAQ */
.boxFaq{
  width: 100%;
}
.boxFaq h3 {
  padding-top: 30px;
  font-size: 32px;
  font-weight: 600;
  color: var(--red);
}
.boxFaq dl{
  width: 100%;
  padding-bottom: 20px;
  align-items: stretch;
}
.boxFaq dt{
  color: var(--brown);
  text-decoration: underline;
  width: 100%;
  font-size: 22px;
}
.boxFaq dd {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  display: none;
  transition: transform .3s;
}
.boxFaq dd.active {
  display: block;
}
.boxFaq dd p {
  padding-top: 20px;
  font-size: 18px;
}
.boxFaq dd .faq_txt_s {
	font-size: 16px;
}
@media screen and (max-width: 1000.98px) {
  #faqAward.inner {
    width: 90% !important;
  }
  .boxFaq h3 {
    font-size: 24px;
  }
  .boxFaq dl{
    padding-bottom: 8vw;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .boxFaq dt,
  .boxFaq dd{
    width: 100%;
    text-align: left;
  }
  .boxFaq dt{
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4em;
  }
  .boxFaq dd{
    padding: 2vw 0 0 0;
  }
  .boxFaq dd p{
    font-size: 18px;
    font-weight: normal;
  }
}
/* == Award == */
.flexCol.dlCols.deptPrizes dd {
  font-weight: normal;
}
/* profile table */
.dlTable.grJudges {
  padding-top: 30px;
}
.dlTable.grJudges dt {
  width: 210px;
  height: 210px;
}
.dlTable.grJudges dt img {
  width: 200px;
  height: auto;
}
.dlTable.grJudges dd {
  width: calc(100% - 220px);
  height: 100%;
}
.dlTable.grJudges.grFinalist dd {
  width: 100% !important;
}
.dlTable.grJudges dd h4 {
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 5px 0;
  font-size: 22px;
}
.dlTable.grJudges dd h5 {
  font-size: 18px;
}
.dlTable dd p {
  font-size: 16px;
}
.dlTable.grJudges dd p {
  font-size: 16px;
  padding-bottom: 1em;
}
.dlTable.grJudges dd p.position {
  font-size: 15px;
  font-weight: bold;
}
.dlTable.grJudges dd p.profile_text {
  font-size: 14px;
  padding-bottom: 1em;
}
.dlTable.grJudges dd p.comment_text {
  display: none;
  font-size: 16px;
  padding: 2em;
  margin: 2em 0 0 0;
  background: rgba(255, 70, 40, 0.2);
  border-radius: 24px;
}
.dlTable.grJudges.grFinalist dd p.position {
  font-size: 21px;
}
.dlTable.grJudges dd small {
  display: inline-block;
  font-size: 16px;
}
span.tag {
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 2;
}

span.tag.chairman {
  background: var(--red);
  color: #FFF;
}
span.tag.committee {
  background: var(--brown);
  color: #FFF;
}
@media screen and (max-width: 767.98px) {
  .subPage .flexRow.wholePrizes {
    padding: 4vw 0;
    flex-wrap: wrap;
  }
  .subPage .flexRow.wholePrizes figure {
    width: 48%;
    padding: 4vw 0;
  }
  .dlCols.deptPrizes dl {
    margin: 0 auto;
    padding: 4vw 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }
  .dlCols.deptPrizes dt {
    font-size: 16px;
    line-height: 1.4;
  }
  .dlCols.deptPrizes dd {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.4;
  }
  .dlTable.grJudges dl {
    margin: 0 auto;
    padding: 8vw 0 4vw 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
  }
  .dlTable.grJudges dt,
  .dlTable.grJudges dd {
    width: 100%;
    height: auto;
    padding: 4vw 0;
  }
  .dlTable.grJudges dt img{
    margin: 0 auto;
    display: block;
  }
  .dlTable.grJudges dd h4 {
    justify-content: space-between;
    padding: 0 0 4vw 0;
    font-size: 18px;
  }
  .dlTable.grJudges dd h4 small {
    font-size: 12px;
  }
  .dlTable.grJudges dd p {
    font-size: 13px;
  }
  .dlTable.grJudges dd p.position {
    font-size: 14px;
    padding: 0 0 2vw 0;
    font-weight: normal;
  }
  span.tag {
    padding: 0 2vw;
    font-size: 10px;
    line-height: 2;
  }
}


.strong_more{
	color:var(--red);
	font-size: 1.6rem;
	font-weight: bold;
}
.center{
	text-align: center;
}
.h2_top_p{
	width: 100%;
}
.h2_top_p > p{
	font-size: 18px;
	padding-bottom: 30px;
}
.txt_reb_b{
	color:var(--red);
	font-weight: bold;
}
.txt_reb{
	color:var(--red);
}
@media screen and (max-width: 1000px){
	.h2_top_p{
	width: 90%;
		margin: 0 auto;
}

}