@charset "utf-8";

/* .mainContents {
  background: #111E37;
  background-image: url("../../assets/img/top/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center top -75vw;
  background-size: 170% auto;
  background: #fff;
} */

.mainContents {
  position: relative;
}
.mainContents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/intro_bg_pc.jpg) center top repeat-y;
  background-size: 108% auto;
  opacity: .45;
  z-index: -1;
}

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

  .mainContents::before {
    background: url(../img/top/intro_bg_sp.jpg) center top repeat-y;
    background-size: 100% auto;
  }
}

.pagetitle {
  position: relative;
  z-index: 2;
}
.pagetitle .title_en,
.pagetitle .title_jp {
  color: #001E50;
}

.inner {
  padding: 0 2%;
}

hr {
  border: 1px solid rgba(255,255,255,0.5);
}

.resultWrap {
  position: relative;
  padding: 80px 0;
  z-index: 2;
  /* background-image: url("../../assets/img/top/intro2_bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 102% auto; */
}
.resultWrap .inner > p {
  color: #001E50;
}
.resultWrap a {
  color: #0078dc !important;
}

@media screen and (max-width:768px) {
  .resultWrap .inner > p.cap {
    color: #f4f4f4;
  }
}

.resultWrap ul {
  list-style: none;
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
}
.resultWrap ul li {
  display: inline-block;
  letter-spacing: normal;
  width: calc(100% / 2);
  margin-bottom: 30px;
  vertical-align: top;
}
.resultWrap ul li:nth-child(odd) {
  padding-right: 15px;
}
.resultWrap ul li:nth-child(even) {
  padding-left: 15px;
}

.resultWrap dl {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
}
.resultWrap dl dt {
  font-size: 0.9rem;
  text-align: left;
  border-bottom: 1px dotted rgba(0, 0, 0, 1);
  padding-bottom: 7px;
  /* padding-left: 3.5em;
	text-indent: -3.5em; */
  margin-bottom: 7px;
  letter-spacing: -0.01em;
  font-weight: 700;
  word-wrap: break-word;
}
.resultWrap dl dt:first-child {
  border-bottom: none;
}
.resultWrap ul.__1ji dl dt {
  font-size: 0.9rem;
  text-align: left;
  border-bottom: 1px dotted rgba(0, 0, 0, 1);
  padding-bottom: 7px;
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 7px;
  letter-spacing: -0.01em;
  font-weight: 700;
  word-wrap: break-word;
}
.resultWrap dl dd {
  font-size: 0.8rem;
  text-align: right;
  padding-bottom: 4px;
  margin-bottom: 4px;
  letter-spacing: -0.015em;
  margin-left: 0;
  font-feature-settings: "palt";
}
.resultWrap ul.__1ji dl dd:first-child {
  text-align: left;
}

.__label-id {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background-color: #975dbc;
  text-align: center;
  margin-right: 7px;
  padding: 1px 8px 2px;
  border-radius: 3px;
}
.__label-genre {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #d498f5;
  text-align: center;
  margin-right: 7px;
  padding: 1px 8px 2px;
  border-radius: 3px;
}

.resultWrap ul li > div {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
}
.resultWrap ul li > div p:first-child {
  margin: 0 0 5px;
  text-align: left;
}
.resultWrap .__cap {
  width: 40%;
  float: left;
}
.resultWrap .__cap img {
  max-width: 100%;
}
.resultWrap .__txt {
  width: 59%;
  float: right;
  text-align: l;
}
.__txt table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-collapse: separate;
  border-spacing: 0 0px;
  border: none;
  padding-left: 10px;
  text-align: left;
}
.__txt table th {
  width: 25%;
  overflow: visible;
  position: relative;
  font-weight: bold;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  background: rgba(245, 247, 247, 1);
  border-bottom: 1px dotted rgba(99, 99, 99, 1);
  padding: 3px;
  line-height: 1.5em;
}
.__txt table tr:nth-child(2) td {
  letter-spacing: -0.02em;
}
.__txt table td {
  width: 75%;
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  line-height: 1.5em;
  border-bottom: 1px dotted rgba(99, 99, 99, 1);
  padding: 3px;
  vertical-align: middle;
}
.__1st li p {
  margin: 0 0 0.5em;
  font-size: 85%;
}

/*最終審査結果*/
.__final h3 {
  position: relative;
  margin: 100px 0 20px;
  border-top: 2px solid #94e6b9;
  /*border-radius: 10px;*/
  /*background: rgba(255,255,255,0.5);*/
  padding-top: 33px;
  padding-bottom: 7px;
  color: #3f96e2;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.__final h3:first-of-type {
  margin: 80px 0 20px;
}
.__final h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../../assets/img/result/ic-award4.svg) center top no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.__final h3.price {
  padding-top: 56px;
}
.__final h3.price::before {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../../assets/img/result/ic_cup_circle.png) center top no-repeat;
  background-size: 100px auto;
  position: absolute;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
.__final h4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 1.25rem;
  font-weight: 700;
  color: #3f96e2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/*.__final h4:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: rgba(0,0,0,1.0);
	display: block;
	margin-left: .4em;
}*/
.__final h4.__total {
  background: url(../../assets/img/result/__ic-total.svg) left center no-repeat;
  background-size: auto 1.8rem;
  padding-left: 35px;
}
.__final h4.__product {
  background: url(../../assets/img/result/__ic-product.svg) left center no-repeat;
  background-size: auto 1.8rem;
  padding-left: 35px;
}
.__final h4.__technology {
  background: url(../../assets/img/result/__ic-technology.svg) left center no-repeat;
  background-size: auto 1.8rem;
  padding-left: 35px;
}
.__final h4.__idea {
  background: url(../../assets/img/result/__ic-idea.svg) left center no-repeat;
  background-size: auto 1.8rem;
  padding-left: 35px;
}
.__final h4.__company {
  background: url(../../assets/img/result/__ic-company.svg) left center no-repeat;
  background-size: auto 1.8rem;
  padding-left: 35px;
}
.__final h4.__company span {
  display: block;
  width: 100%;
}
.__final h4 + p {
  margin: 0 0 10px;
  color: #001E50;
}

.resultWrap .__ov,
.resultWrap .__point {
  clear: both;
  padding-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}
.resultWrap .__ov h5,
.resultWrap .__point h5 {
  margin: 0 0 7px 0;
  font-size: 0.85rem;
}
.resultWrap .__ov p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5em;
  font-weight: 400;
}
.resultWrap .__point ul {
  margin: 0 0 .75em;
  padding: 0;
}
.resultWrap .__point ul li {
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
  font-size: 0.8rem;
}
.resultWrap .__point ul li::before {
  content: "â—";
}
.__cap img{
  border:1px solid #808080;
}

@media (max-width: 768px) {
  .mainContents {
    background-position: center top -50vw;
  }
  .resultWrap ul li {
    display: inline-block;
    letter-spacing: normal;
    width: calc(100% / 1);
    margin-bottom: 10px;
    vertical-align: top;
  }
  .resultWrap ul li:nth-child(odd) {
    padding-right: 0px;
  }
  .resultWrap ul li:nth-child(even) {
    padding-left: 0px;
  }
  .resultWrap dl {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 10px;
  }
  .resultWrap dl dt {
    font-size: 0.8rem;
    text-align: left;
    border-bottom: 1px dotted rgba(0, 0, 0, 1);
    padding-bottom: 7px;
    padding-left: 3.5em;
    text-indent: -3.5em;
    margin-bottom: 7px;
    letter-spacing: -0.01em;
    font-weight: 700;
    word-wrap: break-word;
  }
  .resultWrap dl dd {
    font-size: 0.7rem;
    text-align: right;
    padding-bottom: 4px;
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
}

.award_icon1 {
  width: 90%;
  max-width: 400px;
  margin: 80px auto 20px;
}
.award_icon2 {
  width: 85%;
  max-width: 350px;
  margin: 60px auto 20px;
}