@charset "UTF-8";

.container {
  position: relative;
  /* width: 1030px; */
  margin: 0 auto;
}

@media only screen and (max-width: 705px) {
  .container {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* btn-detail */
.btn-detail {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  width: 100%;
	max-width: 240px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid;
  border-radius: 36px;
  color: #faba5a;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  margin-top: 30px;
}
.btn-detail::before {
  content: "";
	position: absolute;
	top: 50%;
	right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
  transition: transform .3s;
}

.btn-detail:hover {
  border-color: #faba5a;
  color: #fff;
  background-color: #faba5a;
}
.btn-detail:hover::before {
  -webkit-transform: translateX(3px) translateY(-50%) rotate(45deg);
	transform: translateX(3px) translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 705px) {
}

/* headline-contest */
.headline-contest {
  position: relative;
  padding: 4px 0 4px 20px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

.headline-contest::before {
  content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
  border-left: 4px solid #faba5a;
}

.headline-contest span {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
}

@media only screen and (max-width: 705px) {
  .headline-contest {
    font-size: 20px;
  }

  .headline-contest span {
    display: block;
    margin-top: 8px;
    margin-left: 0;
  }
}


/* main-visual */
.main-visual {
  position: relative;
  z-index: 2;
  background: url(./../img/contest/mv-bg_pc.png) center / cover no-repeat;
}
/*.main-visual::before {
  content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: calc(50% + 222px);
  z-index: -1;
  background-color: #ebf2f6;
}*/

.main-visual img {
  display: inline;
  vertical-align: bottom;
}
@media only screen and (min-width: 706px) {
.main-visual img {
  margin-left: 210px;
}

}

.main-visual .container {
  height: 240px;
}

/* .main-visual__headline {} */

@media only screen and (max-width: 705px) {
  .main-visual {
    background: none;
  }
  .main-visual::before {
    content: none;
  }

  .main-visual .container {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

/* anchor-local */
.anchor-local {
  margin-top: 20px;
  margin-bottom: 20px;
}

.anchor-local ul {
  display: flex;
  margin-top: 0;
  padding-left: 0;
}

.anchor-local li {
  display: flex;
	align-items: center;
	justify-content: center;
  height: 40px;
  font-weight: bold;
  list-style: none;
  line-height: 1.334;
  text-align: center;
}
.anchor-local li:not(:first-child) {
  margin-left: 30px;
  padding-left: 20px;
  border-left: 1px solid #dcdcdc;
}

.anchor-local a {
  color: #0075c1;
  text-decoration: none;
}
.anchor-local a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
  transition: .3s;
}
.anchor-local a:hover {
  text-decoration: underline;
}
.anchor-local a:hover::before {
  -webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
}

@media only screen and (max-width: 705px) {
  .anchor-local {
    margin-top: 0;
    margin-bottom: 0;
  }

  .anchor-local .container {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
  }

  .anchor-local ul {
    flex-wrap: wrap;
    margin-bottom: -1px;
    margin-right: -1px;
  }

  .anchor-local li {
    justify-content: flex-start;
    flex-basis: calc(100% / 2);
    height: auto;
    padding-right: 0;
    padding-left: 0 !important;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    text-align: left;
  }
  .anchor-local li:not(:first-child) {
    margin-left: 0;
    border-left: 10;
    border-left: 0;
  }

  .anchor-local a {
    display: block;
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    padding: 8px 20px 8px 10px;
    font-feature-settings: "palt";
  }
  .anchor-local a::before {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-right: 0;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .anchor-local a:hover::before {
    -webkit-transform: translateX(3px) translateY(-50%) rotate(-45deg);
    transform: translateX(3px) translateY(-50%) rotate(-45deg);
  }
}

/* area-grand-prix */
.area-grand-prix {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebf2f6;
}

.area-grand-prix__text {
  line-height: 1.8;
}
.area-grand-prix__text a {
  color: #0075c1;
}
.area-grand-prix__text a:hover {
  text-decoration: none;
}

.area-grand-prix__sign {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}

@media only screen and (max-width: 705px) {
  .area-grand-prix {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .area-grand-prix__text {
    font-size: 14px;
  }

  .area-grand-prix__sign {
    margin-top: 16px;
  }
}

/* card-award */
.card-award {
  border: 1px solid #999;
  background-color: #fff;
}
.card-award-outer--pt{
  padding-top: 40px;
}
.card-award:not(:first-child) {
  margin-top: 40px;
}

.card-award.-award-01,
.card-award.-award-02 {
  position: relative;
}
.card-award.-award-01::before,
.card-award.-award-02::before {
  content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: 3;
  background: left top no-repeat, right top no-repeat, right bottom no-repeat, left bottom no-repeat;
  pointer-events: none;
}

.card-award.-award-01 .card-award__inner::before,
.card-award.-award-01 .card-award__inner::after,
.card-award.-award-02 .card-award__inner::before,
.card-award.-award-02 .card-award__inner::after {
  content: "";
	position: absolute;
  z-index: 3;
  pointer-events: none;
}
.card-award.-award-01 .card-award__inner::before,
.card-award.-award-02 .card-award__inner::before {
	top: 0;
	right: 30px;
	bottom: 0;
	left: 30px;
  background: left top repeat-x, left bottom repeat-x;
}
.card-award.-award-01 .card-award__inner::after,
.card-award.-award-02 .card-award__inner::after {
	top: 30px;
	right: 0;
	bottom: 30px;
	left: 0;
  background: left top repeat-y, right top repeat-y;
}

.card-award.-award-01 {
  border-color: #aea682;
  background-color: #fcfaef;
}
.card-award.-award-01::before {
  background-image: url(./../img/contest/bg-award-01-tl.png), url(./../img/contest/bg-award-01-tr.png), url(./../img/contest/bg-award-01-br.png), url(./../img/contest/bg-award-01-bl.png);
}

.card-award.-award-01 .card-award__inner::before {
  background-image: url(./../img/contest/bg-award-01-line-t.png), url(./../img/contest/bg-award-01-line-b.png);
}
.card-award.-award-01 .card-award__inner::after {
  background-image: url(./../img/contest/bg-award-01-line-l.png), url(./../img/contest/bg-award-01-line-r.png);
}

.card-award.-award-01 .card-award__header {
  background: url(./../img/contest/bg-award-01.png) center / cover no-repeat;
}

.card-award.-award-01 .card-award__headline {
  display: flex;
	align-items: flex-end;
  color: #695e36;
}
.card-award.-award-01 .card-award__headline span {
  margin-top: 0;
  margin-right: 12px;
  font-size: 20px;
  text-shadow: 2px 2px 2px #fff;
}
.card-award.-award-01 .review-award {
  background-color: #fff;
}

.card-award.-award-02::before {
  background-image: url(./../img/contest/bg-award-02-tl.png), url(./../img/contest/bg-award-02-tr.png), url(./../img/contest/bg-award-02-br.png), url(./../img/contest/bg-award-02-bl.png);
}

.card-award.-award-02 .card-award__inner::before {
  background-image: url(./../img/contest/bg-award-02-line-t.png), url(./../img/contest/bg-award-02-line-b.png);
}
.card-award.-award-02 .card-award__inner::after {
  background-image: url(./../img/contest/bg-award-02-line-l.png), url(./../img/contest/bg-award-02-line-r.png);
}

.card-award.-award-02 .card-award__header {
  background: url(./../img/contest/bg-award-02.png) center / cover no-repeat;
}

.card-award.-award-02 .card-award__headline {
  color: #666;
}

/* .card-award.-award-03 {} */
.card-award.-award-03 .card-award__header {
  background-color: #e1dad4;
}
.card-award.-award-03 .card-award__headline {
  color: #6f534f;
}

/* .card-award.-award-04 {} */
.card-award.-award-04 .card-award__header {
  background-color: #e3f3f8;
}
.card-award.-award-04 .card-award__headline {
  color: #52747e;
}

/* .card-award.-award-05 {} */
.card-award.-award-05 .card-award__header {
  background-color: #faba5a;
}
.card-award.-award-05 .card-award__award::before {
  content: "";
	position: absolute;
	top: -9px;
	left: -10px;
  width: 43px;
  height: 45px;
  background: url(./../img/contest/ic-kirakira.svg) no-repeat;
}
.card-award.-award-05 .card-award__headline {
  color: #fff;
}
.card-award.-award-05 .review-award {
  background-color: #ebf6f2;
}
.card-award.-award-05 .review-award__headline {
  color: #faba5a;
}

.card-award__inner {
  position: relative;
}

.card-award__header {
  display: flex;
	align-items: center;
	justify-content: center;
  position: relative;
  height: 80px;
  text-align: center;
}

.card-award__award {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 8;
}

.card-award__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.334;
}
.card-award__header span {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.card-award__contents {
  padding: 32px 60px;
}
@media only screen and (min-width: 706px) {
.card-award__headline-area{
    display: flex;
}
.card-award__headline-textarea{
    width: calc( 100% - 460px );
}
}

.card-award__headline-sub {
  margin-bottom: 16px;
}
.card-award__headline-sub dt {
  font-size: 14px;
  font-weight: bold;
}
.card-award__headline-sub dd {
  margin-top: 12px;
  color: #0075c1;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

.card-award__theme dt {
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dcdcdc;
  color: #999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.card-award__theme dd {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.card-award__unit {
  display: flex;
  align-items: center;
	justify-content: space-between;
  line-height: 1.5;
}

.card-award__creator {
  font-size: 14px;
  line-height: 1.5;
}

.card-award__btn {
  margin-top: 20px;
  flex-basis: 240px;
}

.card-award__detail {
  margin-top: 35px;
  margin-left: 10px;
  padding-left: 10px;
  flex-basis: 240px;
}

.card-award__anchor {
  margin-top: 32px;
  font-size: 18px;
  text-align: center;
}
.card-award__anchor a {
  color: #0075c1;
  text-decoration: none;
}
.card-award__anchor a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
  transition: .3s;
}
.card-award__anchor a:hover {
  text-decoration: underline;
}
.card-award__anchor a:hover::before {
  -webkit-transform: translateY(-1px) rotate(45deg);
	transform: translateY(-1px) rotate(45deg);
}

@media only screen and (max-width: 705px) {
  .card-award:not(:first-child) {
    margin-top: 32px;
  }

  .card-award.-award-01 .card-award__header {
    height: 80px;
  }
  .card-award.-award-01 .card-award__headline {
    flex-direction: column;
    align-items: center;
    padding-bottom: 8px;
  }
  .card-award.-award-01 .card-award__headline span {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 16px;
  }
  .card-award.-award-01 .card-award__headline img {
    width: 197px;
  }

  .card-award__header {
    height: auto;
    min-height: 60px;
    padding: 8px 24px;
  }

  .card-award__headline {
    font-size: 20px;
  }

  .card-award__contents {
    padding: 16px 24px 24px;
  }

  .card-award__headline-sub {
    margin-bottom: 12px;
  }
  .card-award__headline-sub dt {
    font-size: 12px;
  }
  .card-award__headline-sub dd {
    margin-top: 8px;
    font-size: 20px;
  }

  .card-award__unit {
    display: block;
  }

  .card-award__btn {
    margin-top: 16px;
  }

  .card-award__detail {
    margin-top: 16px;
  }

  .card-award__anchor {
    margin-top: 24px;
    padding-bottom: 28px;
  }
  .card-award__anchor a {
    position: relative;
    padding-bottom: 16px;
  }
  .card-award__anchor a::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-right: 0;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  .card-award__anchor a:hover::before {
    -webkit-transform: translateX(-50%) translateY(3px) rotate(45deg);
    transform: translateX(-50%) translateY(3px) rotate(45deg);
  }
}

/* title-award */
.title-award {
  display: flex;
	justify-content: space-between;
}

/* detail-award */
.detail-award {
  display: flex;
	justify-content: space-between;
}
/* .detail-award:not(:first-child) {
  margin-top: 28px;
} */

 {
  flex: 1;
  /* background-color: #fff; */
}
.detail-award__item:not(:first-child) {
  margin-left: 20px;
}

.detail-award__header {
  display: flex;
	align-items: center;
	justify-content: center;
  height: 40px;
  background-color: #0075c1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.detail-award__contents {
  padding: 24px 16px;
}

.detail-award__list {
  display: flex;
	align-items: center;
	justify-content: center;
}
.detail-award__list li {
  flex: 1;
  border: 1px solid #d3b665;
}
.detail-award__list li:not(:first-child) {
  margin-left: 10px;
}

.detail-award__btn {
  margin-top: 20px;
  text-align: center;
}

.detail-award__movie {
	position: relative;
}
.detail-award__movie::before {
	content: "";
	display: block;
	padding-top: 56.41%;
}
.detail-award__movie iframe,
.detail-award__movie object,
.detail-award__movie embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 705px) {
  .title-award {
    display: block;
  }

  .detail-award {
    display: block;
  }
  /* .detail-award:not(:first-child) {
    margin-top: 20px;
  } */

  .detail-award__item:not(:first-child) {
    margin-top: 16px;
    margin-left: 0;
  }

  .detail-award__header {
    height: 32px;
    font-size: 14px;
  }

  .detail-award__contents {
    padding: 20px 12px;
  }

  .detail-award__btn {
    margin-top: 16px;
  }
}

/* review-award */
.review-award {
  display: flex;
  height: 100%;
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
}
/* .review-award:not(:first-child) {
  margin-top: 28px;
} */

.review-award__image {
  flex-basis: 120px;
  margin-right: 20px;
  text-align: center;
}

.review-award__image p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.review-award__image span {
  display: block;
  font-weight: bold;
}

.review-award__contents {
  flex: 1;
  padding-top: 4px;
}

@media only screen and (min-width: 706px) {
  .review-award__contents_r {
    margin-left:30px;
    padding-left:20px;
    border-left: 1px solid #dcdcdc;
  }
}

.review-award__headline {
  color: #0075c1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.review-award__headline-sub {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.review-award__text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.8;
}

@media only screen and (max-width: 705px) {
  .review-award {
    overflow: hidden;
    display: block;
    height: auto;
    padding: 25px;
  }
  .review-award:not(:first-child) {
    margin-top: 16px;
  }

  .review-award__image {
    float: left;
    width: 90px;
    margin-right: 15px;
    margin-bottom: 4px;
  }

  .review-award__image p {
    margin-top: 4px;
    font-size: 12px;
  }

  /* .review-award__contents {
    overflow: hidden;
  }
 */
  .review-award__text {
    margin:18px;
  }
}

/* column-impression */
.column-impression {
  display: flex;
  margin-top: 20px;
}

.column-impression__item {
  flex: 1;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.column-impression__item:not(:first-child) {
  margin-left: 20px;
}

.column-impression__item.-teacher .column-impression__headline {
  padding-left: 48px;
  color: #faba5a;
}
.column-impression__item.-teacher .column-impression__headline::before {
  width: 34px;
  height: 47px;
  background-image: url(./../img/contest/ic-char-01.svg);
}

.column-impression__item.-student .column-impression__headline {
  padding-left: 60px;
  color: #0075c1;
}
.column-impression__item.-student .column-impression__headline::before {
  width: 44px;
  height: 46px;
  background-image: url(./../img/contest/ic-char-02.svg);
}

.column-impression__headline {
  position: relative;
  font-weight: bold;
}
.column-impression__headline::before {
  content: "";
	position: absolute;
	bottom: 0;
	left: 0;
  background: center / contain no-repeat;
}

.column-impression__text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.column-impression__sign {
  margin-top: 12px;
  font-size: 12px;
}

@media only screen and (max-width: 705px) {
  .column-impression {
    display: block;
    margin-top: 32px;
  }

  .column-impression__item {
    margin-top: 24px;
    padding: 15px;
  }
  .column-impression__item:not(:first-child) {
    margin-top: 24px;
    margin-left: 0;
  }

  .column-impression__text {
    font-size: 12px;
  }

  .column-impression__sign {
    margin-top: 8px;
  }
}

/* vote-award */
.vote-award {
  display: flex;
	align-items: center;
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fffbce;
}

.vote-award__image {
  flex-basis: 67px;
}

.vote-award__contents {
  flex: 1;
  margin-left: 16px;
}

.vote-award__period,
.vote-award__finish {
  font-weight: bold;
}
.vote-award__period b,
.vote-award__finish b {
  font-size: 16px;
}

.vote-award__period {
  font-size: 12px;
  line-height: 1.5;
}

.vote-award__finish {
  margin-top: 4px;
  color: #faba5a;
  font-size: 20px;
  line-height: 1.2;
}
.vote-award__finish span {
  font-size: 36px;
}

@media only screen and (max-width: 705px) {
  .vote-award {
    margin-top: 12px;
  }

  .vote-award__period b,
  .vote-award__finish b {
    display: block;
  }

  .vote-award__period b {
    margin-top: 4px;
  }

  .vote-award__finish {
    margin-top:  8px;
    font-size: 18px;
  }
  .vote-award__finish span {
    font-size: 28px;
  }
}

/* area-judge */
.area-judge {
  /* padding-top: 40px; */
  /* padding-bottom: 56px; */
  background-color: #FFFDE7;
}

.area-judge__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -46px;
}

.area-judge__item {
  flex-basis: calc(100% / 3 - 46px);
  margin-top: 56px;
  margin-left: 46px;
}

.area-judge__header {
  display: flex;
}

.area-judge__image {
  flex-basis: 120px;
}

.area-judge__group {
  flex: 1;
  margin-left: 24px;
}

.area-judge__label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.334;
}

.area-judge__name {
  margin-top: 12px;
  color: #faba5a;
  line-height: 1.2;
}

.area-judge__position {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}

.area-judge__contents {
  margin-top: 24px;
}

.area-judge__text {
  font-size: 14px;
  line-height: 1.5;
}

@media only screen and (max-width: 705px) {
  .area-judge {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .area-judge__list {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }

  .area-judge__item {
    margin-top: 24px;
    margin-left: 0;
  }

  .area-judge__group {
    margin-left: 16px;
  }

  .area-judge__contents {
    margin-top: 16px;
  }
}

/* area-keynote */
/* .area-keynote {} */

.area-keynote  {
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  background-color:#ebf2f6 ;
}
.container {
  padding-top: 40px;
  padding-bottom: 40px;
  /* border-top: 1px solid #dcdcdc; */
}
.area-keynote__card {
  position: relative;
  z-index: 3;
  margin-top: 40px;
  padding: 0 40px 40px;
}
.area-keynote__card::before {
  content: "";
	position: absolute;
	top: 140px;
	right: 0;
	bottom: 0;
	left: 0;
  z-index: -1;
  /* background-color: #f0f0f0; */
}

.area-keynote__unit {
  display: flex;
}

.area-keynote__image,
.area-keynote__contents {
  flex: 1;
}

.area-keynote__image img {
  align-self: flex-start;
  border: 1px solid #dcdcdc;
}

.area-keynote__img-text{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.area-keynote__contents {
  margin-left: 40px;
  background-color: #f0f0f0;
  padding: 20px 40px;
}

.area-keynote__label {
  display: inline-flex;
	align-items: center;
	justify-content: center;
  height: 36px;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #faba5a;
  color: #fff;
  text-align: center;
}

.area-keynote__position {
  margin-top: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.area-keynote__name {
  margin-top: 12px;
  color: #faba5a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.area-keynote__name span {
  margin-left: 10px;
  font-size: 12px;
}

.area-keynote__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 20px;
}

.area-keynote .column-impression {
  margin-top: 40px;
}
.area-keynote .column-impression__item:not(:first-child) {
  margin-left: 40px;
}

@media only screen and (max-width: 705px) {
  .area-keynote .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .area-keynote__card {
    margin-top: 20px;
    padding: 0 15px 15px;
  }
  .area-keynote__card::before {
    top: 0;
  }

  .area-keynote__unit {
    display: block;
  }

  .area-keynote__image {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  .area-keynote__contents {
    margin-top: 15px;
    margin-left: 0;
    background-color: #f0f0f0;
    padding: 20px 40px;
  }

  .area-keynote__name {
    font-size:20px;
  }

  .area-keynote__text {
    margin-top: 20px;
  }

  .area-keynote .column-impression {
    margin-top: 24px;
  }
  .area-keynote .column-impression__item:not(:first-child) {
    margin-left: 0;
  }
  .area-keynote__img-text{
    padding: 0 15px;
  }
}


/* area-artwork */
.area-artwork {
  /* padding-top: 40px; */
  padding-bottom: 40px;
  background-color: #ebf2f6;
}

.area-artwork__text {
  margin-top: 20px;
  line-height: 1.8;
}

@media only screen and (max-width: 705px) {
  .area-artwork {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .area-artwork__text {
    margin-top: 12px;
    font-size: 14px;
  }
}

/* area-thanks */
.area-thanks {
  padding-top: 48px;
  padding-bottom: 40px;
  text-align: center;
}

.area-thanks__headline {
  font-size: 20px;
  font-weight: bold;
  color: #faba5a;
  line-height: 1.334;
}

.area-thanks__text {
  margin-top: 24px;
  line-height: 1.8;
}
.area-thanks__text a {
  color: #0075c1;
}
.area-thanks__text a:hover {
  text-decoration: none;
}

.area-thanks__bnr {
  margin-top: 36px;
}
.area-thanks__bnr img {
  display: inline;
}

@media only screen and (max-width: 705px) {
  .area-thanks {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .area-thanks__headline {
    font-size: 18px;
  }

  .area-thanks__text {
    margin-top: 12px;
  }

  .area-thanks__bnr {
    margin-top: 24px;
  }
}

/* block-message */
.block-message {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px;
  background-color: #f0f0f0;
  text-align: center;
}

.block-message__headline {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.334;
}

.block-message__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8;
}

.block-message__link {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
.block-message__link a {
  color: #0075c1;
}

@media only screen and (max-width: 705px) {
  .block-message {
    margin-top: 28px;
    padding: 20px;
  }

  .block-message__headline {
    font-size: 18px;
  }

  .block-message__text {
    margin-top: 12px;
  }

  .block-message__link {
    margin-top: 4px;
  }
}


/* kv */
.main-visual {
  position: relative;
  z-index: 2;
  background: url(./../img/contest/220126/kv_bg-pc.jpg) center / cover no-repeat;
}
.main-visual__headline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-visual__headline-img{
  width: 71%;
  max-width: 726px;
  max-height: 190px;
  margin-right: 21px;
  margin-top: 7px;
}
.main-visual__headline-cv {
  margin-top: 30px;
  width: calc(29% - 21px);
}
.main-visual__headline-cv-ttl {
  font-size: 22px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.main-visual__headline-cv-link {
  display: block;
  margin: 0 10px 10px;
  padding: 15px 0;
  background-color: #fc5124;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 40px;
  font-size: 16px;
}
.main-visual__headline-cv-link:hover{
  opacity: 0.8;
}
.main-visual__headline-cv-txt {
  color: #fc5124;
  font-size: 18px;
  display: block;
  text-align: center;
  padding-bottom: 25px;
}
@media only screen and (max-width: 705px) {
  .main-visual{
    background: none;
  }
  .main-visual__headline{
    display: block;
  }
  .main-visual__headline-img{
    width: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0;
  }
  .main-visual__headline-cv {
    background-color: #ebf2f6;
    margin-top: 0;
    width: 100%;
  }
  .main-visual__headline-cv-ttl {
    font-size: 22px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .main-visual__headline-cv-link {
    display: block;
    margin: 0 15px 10px;
    padding: 15px 0;
    background-color: #fc5124;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
  }
  .main-visual img.main-visual__headline-cv-logo {
    display: block;
    padding: 0 12.5%;
    background-color: #fff;
    margin-bottom: 15px;
  }
  .main-visual__headline-cv-txt {
    color: #fc5124;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-bottom: 15px;
  }
}
/* contest-summry */
.area-contest-summry {
  /* margin-top: 20px; */
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  background-color: #FFFDE7;
}





/* SP */
@media only screen and (max-width: 705px) {
  .area-contest-summry-text-right {
    text-align: right;
    font-size: 0.8em;
  }
  .area_contest-summry-h3{
    margin: 15px 0 10px 0;
    font-size: 20px;
  }

  .area_contest-summry-info{
    display: flex;
  }
  .area_contest-summry-info-title{
    width: 20%;
    text-align: center;
    background-color: #faba5a;
    margin-bottom: 4px;
    padding: 4px 0;
    color: white;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .area_contest-summry-info-title_wide{
    width: 50%;
    text-align: center;
    background-color: #ee9b15;
    margin-bottom: 4px;
    padding: 4px 0;
    color: white;
    font-weight: bold;
  }
  .area_contest-summry-info-contents{
    width: 79%;
    margin-left: 4px;
    margin-bottom: 4px;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .area_contest-summry-flow {
    width: 300px;
    margin: 0 auto;
  }
  .area_contest-summry-flow-item {
    height: 90px;
    background-color: #faba5a;
    position: relative;
    text-align: center;
  }
  .area_contest-summry-flow-item:after {
    content: "";
    position: absolute;
    right: 0;
    Z-INDEX: 1;
    width: 0;
    height: 0;
    bottom: -15px;
    border-style: solid;
    border-width: 15px 150px 0 150px;
    border-color: #faba5a transparent transparent transparent;
}
  .area_contest-summry-flow-item:nth-of-type(2n){
    background-color: #ee9b15;
  }
  .area_contest-summry-flow-item:nth-of-type(2n):after{
    content: "";
    position: absolute;
    right: 0;
    Z-INDEX: 1;
    width: 0;
    height: 0;
    bottom: -15px;
    border-style: solid;
    border-width: 15px 150px 0 150px;
    border-color: #ee9b15 transparent transparent transparent;
  }
  .flow_item-time{
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-top: 20px;
  }
  .flow_item-text {
    color: white;
    font-weight: bold;
    margin-top: 10px;
    Z-INDEX: 2;

  }
  .flow_item-text-margin-top0 {
    color: white;
    font-weight: bold;
  }
  .flow_item-text-blue {
    color: #0075c1;
  }

  .flow_remark {
    margin-top: 15px;
    color: #242424;
  }
  .flow_remark-item {
    margin-top: 30px;
    color: #242424;
    font-size: 12px;
    padding-left: 12px;
  }
  .flow_remark-item::before {
    content: "※";
    position: absolute;
    left: 12px;
  }
  .area_contest-summry-btn {
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    width: 330px;
    background-color: #fc5124;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
  }

  .area_contest-summry-btn-area .area_contest-summry-btn {
    color: white;
    font-weight: bold;
  }

  .area_contest-summry-btn-area .main-visual__headline-cv-txt {
    font-weight: bold;
  }
  .area_contest-summry-info-contents-big{
    font-size: 15px;
    font-weight: bold;
  }


}

/* PC */
@media only screen and (min-width: 706px) {
  .area-contest-summry-text-right {
    text-align: right;
    font-size: 12px;
  }
  .area_contest-summry-h3{
    margin: 20px 0 15px 0;
    font-size: 20px;
  }
  .area_contest-summry-info{
    display: flex;
  }
  .area_contest-summry-info-title{
    width: 15%;
    text-align: center;
    background-color: #faba5a;
    margin-bottom: 4px;
    padding: 4px 0;
    color: white;
    font-weight: bold;
  }
  .area_contest-summry-info-title_wide{
    width: 35%;
    text-align: center;
    background-color: #ee9b15;
    margin-bottom: 4px;
    padding: 4px 0;
    color: white;
    font-weight: bold;
  }
  .area_contest-summry-info-contents{
    width: 84%;
    margin-left: 4px;
    margin-bottom: 4px;
    align-items: center;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
  }
  .area_contest-summry-flow{
    display: flex;
  }
  .area_contest-summry-flow-item{
    height: 135px;
    width: 20%;
    background-color: #faba5a;
    position: relative;
    text-align: center;
  }
  .area_contest-summry-flow-item:after {
    content: "";
    position: absolute;
    right: -20px;
    Z-INDEX: 1;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 67px 0 68px 20px;
    border-color: transparent transparent transparent #faba5a;
}
  .area_contest-summry-flow-item:nth-of-type(2n){
    background-color: #ee9b15;
  }
  .area_contest-summry-flow-item:nth-of-type(2n):after{
    content: "";
    position: absolute;
    right: -19px;
    Z-INDEX: 1;
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    border-width: 67px 0 68px 20px;
    border-color: transparent transparent transparent #ee9b15;
  }
  .flow_item-time{
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 5%;
  }
  .flow_item-text {
    color: white;
    font-weight: bold;
    padding-left: 5%;
    margin-top: 20px;
  }
  .flow_item-text-margin-top0 {
    color: white;
    font-weight: bold;
    padding-left: 10%;
    margin-top: 5px;
  }
  .flow_item-text-blue {
    color: #0075c1;
  }
  .flow_remark {
    margin-top: 15px;
    color: #242424;
  }
  .flow_remark-item {
    margin-top: 10px;
    color: #242424;
    font-size: 12px;
    padding-left: 12px;
  }
  .flow_remark-item::before {
    content: "※";
    position: absolute;
    left: -1px;
  }
  .area_contest-summry-btn {
    display: block;
    margin: 20px auto;
    padding: 15px 0;
    width: 330px;
    background-color: #fc5124;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 40px;
    font-size: 16px;
  }

  .area_contest-summry-btn-area .area_contest-summry-btn {
    color: white;
    font-weight: bold;
  }

  .area_contest-summry-btn-area .main-visual__headline-cv-txt {
    font-weight: bold;
  }
  .pc-hidden{
    display: none;
  }
  .area_contest-summry-info-contents-big{
    font-size: 18px;
    font-weight: bold;
  }
}






/*
==================================
以下、2020年7月19日リリース内容
==================================
*/

/*
==================================
common
==================================
*/
body{
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
a:hover{
  opacity: 0.8;
}
.is-none{
  display: none !important;
}
.main{
  color: #030303;
}
.main img{
  width: 100%;
}
.main button:hover{
  text-decoration: underline;
}
/* pc */
@media print, screen and (min-width: 769px) {
  .sp,
  .u-d-n-pc{
    display: none !important;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .pc,
  .u-d-n-sp{
    display: none !important;
  }
}



/*
==================================
over_write
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {

}
/* sp */
@media only screen and (max-width: 768px) {
  .area-thanks__bnr img{
    height: auto;
  }
}



/*
==================================
header
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 16px 0;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 138px;
    height: 32px;
    vertical-align: middle;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-header {
    background: #fff;
    border-bottom: 1px solid  #eff5fc;
  }
  
  .l-header__inner {
    padding: 3.85vw;
  }
  .l-header__link {
    display: inline-block;
  }
  .l-header__logo {
    width: 34.267vw;
    vertical-align: middle;
  }
}



/*
==================================
footer
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .l-footer {
    padding: 16px 0;
  }
  .l-footer__inner {
    max-width: 960px;
    margin: 0 auto;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;
    margin: 12px 0;
  }

  .l-footer__link {
    margin-left: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 16px 0;
  }
  .l-footer__inner {
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .l-footer__logo {
    width: 110px;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;

    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-footer__logo-link {
    display: inline-block;
    width: 100%;
  }
  .l-footer__logo-link img {
    vertical-align: baseline;
  }
  .l-footer__copyright {
    display: inline-block;
    font-size: 12px;

    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 4px 0;
  }

  .l-footer__link {
    margin-left: auto;

    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: auto;
  }
  .l-footer__link__item {
    margin: 0 4px 0 0;
    font-size: 12px;
    color: #808080;
  }
  
  .l-footer__link__item:first-child:after {
    content: "|";
    margin: 0 0 0 4px;
  }
}



/*
==================================
kv
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .kv{
    background-color: #fdf376;
  }
  .kv__ttl{
    width: 100%;
    max-width: 1030px;
    min-height: 522px;
    margin: 0 auto;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .kv__ttl{
    width: 100%;
    min-height: 324px;
  }
}
/* tablet */
@media print, screen and (max-width: 1030px) and (min-width: 769px) {
  .kv__ttl{
    min-height: 390px;
  }
}


/*
==================================
cv
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .cv{
    background-color: #FFFDE7;
  }
  .cv-inr{
    /* padding: 43px 0 40px; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cv__txtarea{
    font-size: 16px;
    font-weight: bold;
    margin-top: 2px;
  }
  .cv__txtarea-normal{
    color: #242424;
    display: block;
  }
  .cv__txtarea-day{
    color: #FC5124;
    display: block;
  }
  .cv__link{
    width: 310px;
    background-color: #FC5124;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 12px 0 11px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .cv{
    background-color: #FFFDE7;
  }
  .cv-inr{
    /* padding: 30px 32px 25px; */
    text-align: center;
  }
  .cv__txtarea{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .cv__txtarea-normal{
    color: #242424;
    display: block;
  }
  .cv__txtarea-day{
    color: #FC5124;
    display: block;
  }
  .cv__link{
    width: 310px;
    background-color: #FC5124;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 9px;
    padding: 12px 0 11px;
    border-radius: 50px;
    display: block;
    text-decoration: none;
  }
}



/*
==================================
anchor
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .anc-inr{
    padding: 28px 0;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
  }
  .anc__list{
    display: flex;
    justify-content: space-between;
  }
  .anc__list-item-link{
    font-size: 14px;
    font-weight: bold;
    color: #faba5a;
    padding-left: 17px;
    position: relative;
    text-decoration: none;
  }
  .anc__list-item-link::before{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_bottom_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .anc-inr{
    padding: 28px 12px;
  }
  .anc__list{
    display: flex;
    flex-wrap: wrap;
  }
  .anc__list-item:nth-of-type(2n+1){
    width: 45%;
  }
  .anc__list-item-link{
    font-size: 14px;
    font-weight: bold;
    color: #faba5a;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
  }
  .anc__list-item-link::before{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_bottom_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
/* tablet */
@media print, screen and (max-width: 1030px) and (min-width: 769px) {
  .anc__list{
    flex-wrap: wrap;
  }
}



/*
==================================
sec
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .sec--blue{
    background-color: #FFFDE7;
  }
  .sec-inr{
    padding: 40px 0 60px;
    margin: 0 auto;
    width: 100%;
    max-width: 1030px;
  }
  .sec__txt{
    font-size: 14px;
  }
  .sec__note{
    font-size: 12px;
    text-align: right;
  }
  .sec__cont:not(:last-child){
    margin-bottom: 40px;
  }
  .sec__cont-box-inr {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__cont-ttl{
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    padding-left: 13px;
    margin-bottom: 24px;
    position: relative;
  }
  .sec__cont--pt .sec__cont-ttl{
    padding-top: 40px;
  }
  .sec__cont-ttl::before{
    content: "";
    width: 4px;
    height: 36px;
    background-color: #faba5a;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .sec__cont--pt .sec__cont-ttl::before{
    top: calc(50% + 20px);
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .sec--blue{
    background-color: #FFFDE7;
  }
  .sec-inr{
    padding: 40px 12px;
  }
  .sec__txt{
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sec__note{
    font-size: 12px;
    text-align: right;
  }
  .sec__cont:not(:last-child){
    margin-bottom: 40px;
  }
  .sec__cont-ttl{
    font-size: 24px;
    font-weight: bold;
    color: #242424;
    padding-left: 13px;
    margin-bottom: 24px;
    position: relative;
  }
  .sec__cont--pt .sec__cont-ttl{
    padding-top: 40px;
  }
  .sec__cont-ttl::before{
    content: "";
    width: 4px;
    height: 36px;
    background-color: #faba5a;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
  .sec__cont--pt .sec__cont-ttl::before{
    top: calc(50% + 20px);
  }
}



/*
==================================
sec__cont-box
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .sec__cont-box:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__cont-box-ttl{
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 12px;
  }
  .sec__cont-box-txt{
    font-size: 14px;
    line-height: 1.6em;
  }
  .sec__cont-box-txt:not(:last-child){
    margin-bottom: 12px;
  }
  .sec__cont-box-img{
    width: 350px;
    height: 150px;
    margin: 0px;
  }
  ul.sec__cont-box-note{
    margin-top: 18px;
  }
  .sec__cont-box-note-item{
    font-size: 12px;
    color: #484848;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .sec__cont-box:not(:last-of-type){
    margin-bottom: 40px;
  }
  .sec__cont-box-ttl{
    font-size: 18px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 12px;
  }
  .sec__cont-box-txt{
    font-size: 14px;
    line-height: 1.6em;
  }
  .sec__cont-box-txt:not(:last-child){
    margin-bottom: 12px;
  }
  .sec__cont-box-img{
    width: 100%;
    /* height: 150px; */
    margin: 0 auto;
  }
  ul.sec__cont-box-note{
    margin-top: 18px;
  }
  .sec__cont-box-note-item{
    font-size: 12px;
    color: #484848;
  }
}



/*
==================================
sec__cont-voice
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .sec__cont-voice{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sec__cont-voice-wrap{
    width: 49%;
  }
  .sec__cont-voice-wrap:not(:last-of-type){
    margin-right: 30px;
  }
  .sec__cont-voice-wrap-head{
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec__cont-voice-wrap-head-img{
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .sec__cont-voice-wrap-head-txt{
    font-weight: bold;
  }
  .sec__cont-voice-wrap-head-txt-place{
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .sec__cont-voice-wrap-head-txt-school{
    display: block;
    font-size: 16px;
  }
  .sec__cont-voice-wrap-main-top{
    background-color: #faba5a;
    padding: 13px 20px 6px;
    position: relative;
  }
  .sec__cont-voice-wrap-main-top::before{
    content: "";
    position: absolute;
    left: 12px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 18px 15px;
    border-color: transparent transparent #faba5a transparent;
  }
  .sec__cont-voice-wrap-main-top-txt{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .sec__cont-voice-wrap-main-txtarea{
    padding: 20px;
    background-color: #FEF9B8;
  }
  .sec__cont-voice-wrap-main-txtarea-txt{
    font-size: 14px;
    line-height: 1.6em;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .sec__cont-voice-wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .sec__cont-voice-wrap-head{
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .sec__cont-voice-wrap-head-img{
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
  .sec__cont-voice-wrap-head-txt{
    font-weight: bold;
  }
  .sec__cont-voice-wrap-head-txt-place{
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .sec__cont-voice-wrap-head-txt-school{
    display: block;
    font-size: 16px;
  }
  .sec__cont-voice-wrap-main-top{
    background-color: #faba5a;
    padding: 10px 10px 6px;
    position: relative;
  }
  .sec__cont-voice-wrap-main-top::before{
    content: "";
    position: absolute;
    left: 9px;
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 18px 11px;
    border-color: transparent transparent #faba5a transparent;
  }
  .sec__cont-voice-wrap-main-top-txt{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .sec__cont-voice-wrap-main-txtarea{
    padding: 16px 12px;
    background-color: #FEF9B8;
  }
  .sec__cont-voice-wrap-main-txtarea-txt{
    font-size: 14px;
    line-height: 1.6em;
    height: 85px;
    overflow: hidden;
  }
  .sec__cont-voice-wrap-main-txtarea-btn{
    margin-top: 10px;
    position: relative;
  }
  .sec__cont-voice-wrap-main-txtarea-btn button{
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
    color: #faba5a;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .sec__cont-voice-wrap-main-txtarea-btn button::after{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_bottom_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    margin-left: 7px;
  }
  .sec__cont-voice-wrap-main-txtarea-btn button.is-active::after{
    transform: rotate(180deg);
  }
  .sec__cont-voice-wrap-main-txtarea-btn button::before{
    content: "";
    width: calc(100vw - 24px);
    height: 80px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -13px;
    z-index: -1;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(264,264,244,1) 50%);
  }
  .sec__cont-voice-wrap-main-txtarea-btn button.is-active::before{
    content: none;
  }
}



/*
==================================
sec__cont-mov
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .sec__cont-mov{
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .sec__cont-mov-wrap{
    width: 49%;
  }
  .sec__cont-mov-wrap:not(:last-of-type){
    margin-right: 30px;
  }
  .sec__cont-mov-wrap-ttl{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .sec__cont-mov-wrap-txt{
    font-size: 14px;
    line-height: 1.6em;
  }
  /* 動画が2個以上になったら、テキスト部分の幅を調整して、動画の高さ位置を合わせる */
  .sec__cont-mov-wrap:nth-of-type(2) .sec__cont-mov-wrap-txt{
    min-height: 3.2em;
  }
  .sec__cont-mov-wrap-video{
    margin: 16px auto 0;
    width: 100%;
    height: 49vw;
    max-height: 272px;
    background-color: #ccc;
  }
  .sec__cont-mov-wrap-video iframe{
    width: 100%;
    height: 100%;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .sec__cont-mov-wrap:not(:last-of-type){
    margin-bottom: 20px;
  }
  .sec__cont-mov-wrap-ttl{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .sec__cont-mov-wrap-txt{
    font-size: 14px;
    line-height: 1.6em;
  }
  .sec__cont-mov-wrap-video{
    margin: 16px auto 0;
    width: 350px;
    height: 195px;
    background-color: #ccc;
  }
  .sec__cont-mov-wrap-video iframe{
    width: 100%;
    height: 100%;
  }
}



/*
==================================
flow
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .flow{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .flow__box{
    width: 24%;
  }
  .flow__box:not(:last-of-type){
    margin-right: 22px;
    position: relative;
  }
  .flow__box:not(:last-of-type):after{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_right_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 13px;
    position: absolute;
    right: -17px;
    top: 69px;
  }
  .flow__box-head{
    background-color: #faba5a;
    padding: 11px 0 7px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .flow__box-head-txt{
    display: block;
    font-size: 20px;
    margin-bottom: 1px;
  }
  .flow__box-head-subtxt{
    display: block;
    font-size: 16px;
  }
  .flow__box-main{
    background-color: #fff;
    padding: 15px 12px;
  }
  .flow__box-main-txt{
    font-size: 14px;
  }
  .flow__box-main-result{
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    color: #faba5a;
    text-align: center;
  }
  .flow__box-main-style{
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px;
    color: #faba5a;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .flow{
    padding: 0 30px;
  }
  .flow__box{
    width: 100%;
  }
  .flow__box:not(:last-of-type){
    margin-bottom: 30px;
    position: relative;
  }
  .flow__box:not(:last-of-type):after{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_bottom_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -19px;
  }
  .flow__box-head{
    background-color: #faba5a;
    padding: 11px 0 7px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .flow__box-head-txt{
    display: block;
    font-size: 20px;
    margin-bottom: 1px;
  }
  .flow__box-head-subtxt{
    display: block;
    font-size: 16px;
  }
  .flow__box-main{
    background-color: #fff;
    padding: 15px 16px;
  }
  .flow__box-main-txt{
    font-size: 14px;
  }
  .flow__box-main-result{
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    color: #faba5a;
    text-align: center;
  }
  .flow__box-main-style{
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    color: #faba5a;
  }
}



/*
==================================
bnr
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .bnr-item-link{
    display: block;
    width: 750px;
    text-decoration: none;
    text-align: center;
    margin:  auto;
  }
  .bnr-item-link-img{
    min-height: 160px;
  }
  .bnr-item-link-txt{
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #faba5a;
    padding-left: 17px;
    position: relative;
  }
  .bnr-item-link-txt::before{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_right_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 18px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .bnr-item-link{
    display: block;
    width: 350PX;
    margin: 0 auto;
    text-decoration: none;
  }
  .bnr-item-link-img{
    min-height: 120px;
  }
  .bnr-item-link-txt{
    display: block;
    margin-top: 9px;
    font-size: 20px;
    font-weight: bold;
    color: #faba5a;
    padding-left: 17px;
    position: relative;
  }
  .bnr-item-link-txt::before{
    content: "";
    background-image: url(./../img/contest/220719/icon_arrow_right_yellow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 18px;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
  }
}



/*
==================================
非表示部分対応
==================================
*/
/* pc */
@media print, screen and (min-width: 769px) {
  .area-thanks{
    margin-top: 0;
    padding-top: 20px;
  }
  .block-message{
    margin-top: 0;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .area-thanks{
    padding-top: 0;
  }
  .block-message{
    margin-top: 0;
  }
}