@charset "utf-8";

/* result */

.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;
  /* background: rgba(52,169,248,.2);
  background: linear-gradient(0deg, rgba(52,169,248,.2) 0%, rgba(52,169,248,.35) 40%, rgba(122,234,239,1) 67%, rgba(140,237,252,1) 100%);
  background-size: 100% auto; */
}
.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: .35;
  z-index: -1;
}

@media screen and (max-width:768px) {
  .mainContents {
    /* background: rgba(52,169,248,.2);
    background: linear-gradient(0deg, rgba(52,169,248,.2) 30%, rgba(52,169,248,.35) 56%, rgba(122,234,239,1) 78%, rgba(140,237,252,1) 100%); */
  }
  .mainContents::before {
    background: url(../img/top/intro_bg_sp.jpg) center top repeat-y;
    background-size: 100% auto;
  }
}

/* @media screen and (max-width:768px) {
  .mainContents {
    background: #38ACFC url(../img/top/final-award_bg.jpg) center top no-repeat;
    background-size: 300% auto;
  }
  .mainContents::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../img/top/final-award_bg_parts1.png) left 77% top 14% no-repeat;
    background-size: 200% auto;
    z-index: 0;
  }
  .mainContents::after {
    content: "";
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(../img/top/final-award_bg_parts2.png) right 12% top no-repeat;
    background-size: 195% auto;
    z-index: 0;
  }
} */

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

.pagetitle .forSp {
  display: none;
}
@media (max-width: 768px) {
  .pagetitle .forSp {
    display: inline;
  }
}

.inner {
  padding: 0 2%;
}

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

@media (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
}

.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: #975dbc !important;
}

.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(0, 0, 0, 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;
}
.__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;
  word-break: break-all;
}
.__txt table td a {
  display: inline-block;
}
.__1st li p {
  margin: 0 0 0.5em;
  font-size: 85%;
}

/*最終審査結果*/
.__final h3 {
  position: relative;
  margin: 100px 0 20px;
  border-top: 2px solid rgba(242, 255, 191, 1);
  /*border-radius: 10px;*/
  /*background: rgba(255,255,255,0.5);*/
  padding-top: 33px;
  padding-bottom: 7px;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.__final h3:first-of-type {
  margin: 20px 0;
}
.__final h3::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../../assets/img/result/ic-award.svg) center top no-repeat;
  background-size: 50px auto;
  position: absolute;
  top: -30px;
  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;
  color: #fff;
  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.3rem;
  padding-left: 35px;
}
.__final h4.__product {
  background: url(../../assets/img/result/__ic-product.svg) left center no-repeat;
  background-size: auto 1.3rem;
  padding-left: 35px;
}
.__final h4.__technology {
  background: url(../../assets/img/result/__ic-technology.svg) left center no-repeat;
  background-size: auto 1.3rem;
  padding-left: 35px;
}
.__final h4.__idea {
  background: url(../../assets/img/result/__ic-idea.svg) left center no-repeat;
  background-size: auto 1.3rem;
  padding-left: 35px;
}
.__final h4.__company {
  background: url(../../assets/img/result/__ic-company.svg) left center no-repeat;
  background-size: auto 1.3rem;
  padding-left: 35px;
}
.__final h4.__company span {
  display: block;
  width: 100%;
}
.__final h4 + p {
  margin: 0 0 10px;
  color: #fff;
}

.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;
  }
}



/***** report contents *****/
/*------------------------------------
**
** ページ間リンク
** pageLink
**
------------------------------------*/
.report_nav {
  position: relative;
  margin: 0 0 20px;
  padding: 80px 0 0;
  z-index: 3;
}
@media screen and (max-width:1380px) {
  .report_nav {
    padding: 180px 0 0;
  }
}
@media screen and (max-width:1000px) {
  .report_nav {
    padding: 80px 0 0;
  }
}

ul.__pageLink {
	list-style: none;
	letter-spacing: -.4em;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width:75%;
}
ul.__pageLink li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 0.5em 0!important;
	margin-bottom: 0.75em !important;
	width: calc(100% / 3);
	white-space: nowrap;
}
.__bt-pageLink {
	display: block;
	width: 100%;
	padding: 0.4em 0.8em;
	background-color: #efd8ff;
	border-bottom: 3px solid #b77ddc;
	border-radius: 7px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: rgba(0,0,0,1.0) !important;
	transition: 0.2s linear;
}
.__bt-pageLink:hover,
.__bt-pageLink.here {
	color: rgba(0,0,0,1.0);
	background-color: #d498f5;
	border-bottom: 3px solid #975dbc;
	text-decoration: none;
}
@media (max-width:768px) {
	ul.__pageLink {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		text-align: center;
		width:100%;
	}
	ul.__pageLink li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0 0.5em 0 !important;
		margin-bottom: 0.75em !important;
		width: calc(100% / 2);
		font-size: 0.75rem;
	}
}

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

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

/*.__ov .__R {
	width: 48%;
	float: left;
}
.__ov .__R::after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
.__ov .__L {
	width: 49%;
	float: right;
}
.__ov .__L .__h {
	margin: 0 0 10px;
	font-size: 0.95rem;
}
.__ov .__L p {
	font-size: 0.865rem;
	margin: 0;
}

.__ov h4.__trophy {
	background: url(../img/final/__ic-company.svg) left center no-repeat;
	background-size: auto 1.3rem;
	padding-left: 35px;
	font-size: 1.15rem;
	margin: 0;
}*/

.commentWrap .__ov .__R {
	width: 35%;
	float: left;
}
.commentWrap .__ov .__R::after {
	content:".";
	height:0;
	clear:both;
	display: block;
	visibility:hidden;
}
.commentWrap .__ov .__L {
	width: 62.5%;
	float: right;
}
.commentWrap .__ov .__R .__h,
.commentWrap .__ov .__L .__h {
  display: block;
	margin: 0 0 10px;
	font-size: 0.95rem;
	font-weight: 700;
}
.commentWrap .__ov .__R p,
.commentWrap .__ov .__L p {
	font-size: 0.865rem;
	margin: 0;
}
.commentWrap .__ov h4.__trophy {
	background: url(../img/report/__ic-company.svg) left 3px no-repeat;
	background-size: auto 1.3rem;
	padding-left: 35px;
	font-size: 1.15rem;
  font-weight: 700;
  color: #000;
	margin: 0;
}
.commentWrap .comment_tx table {
  margin-bottom: 15px;
}
.commentWrap .comment_tx .__bt-set {
  display: block;
  float: none;
  max-width: 200px;
  margin: 0 auto 20px;
}
.pointsWrap {
  float: right;
  width: 100%;
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  border-top: 1px solid #ccc;
  text-align: left;
  display: none;
}
.pointsWrap .__h {
  font-size: 0.85rem;
}
.pointsWrap span {
  display: block;
  padding: 0 0 0 0.5em;
  text-indent: -0.5em;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.commentWrap .message-border {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  background: #ccc;
}

.resultWrap .__bt-set {
  /* float: right; */
  width: 100%;
  list-style: none;
  letter-spacing: -0.4em;
  /* margin: 20px 0 0; */
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width:768px) {
  .resultWrap .__bt-set {
    margin-bottom: 20px;
  }
  
}
.__bt-set li {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 !important;
  padding: 0 1% !important;
  width: calc(100% / 2);
}
/*.__bt-set li:nth-child(2n+1) {
	padding-right: 0 !important;
}
.__bt-set li:nth-child(2n) {
	padding-left: 0 !important;
}*/
.resultWrap .__bt-overview {
  display: block;
  /*max-width: 320px;
	margin-left: auto;
	margin-right: auto;*/
  padding: 0.4em 0.8em;
  background-color: #d498f5;
  border-bottom: 3px solid #975dbc;
  border-radius: 7px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 1) !important;
  transition: 0.2s linear;
}
.__bt-overview:hover {
  color: rgba(255, 255, 255, 1);
  background: #a76dcc;
  text-decoration: none;
}
.__bt-comment {
  display: block;
  padding: 0.4em 0.8em;
  background: rgba(172, 237, 145, 1);
  border-bottom: 3px solid rgba(125, 191, 97, 1);
  border-radius: 7px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 1) !important;
  transition: 0.2s linear;
}
.__bt-comment:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(172, 237, 145, 0.85);
  text-decoration: none;
}
/*.__bt-overview:visited,
.__bt-comment:visited {
	color: black;
}*/

@media (max-width:768px) {
	.commentWrap .__cap {
		width:100%;
	}
  .commentWrap .__ov .__R {
		width: 100%;
		float: inherit;
		margin-bottom: 15px;
	}
	.commentWrap .__ov .__L {
		width: 100%;
		float: inherit;
	}
}

/*------------------------------------
**
** 審査員コメント
** committee
**
------------------------------------*/
.committeeWrap .__detail {
	padding: 25px 0 0;
	text-align: center;
}

.committeeWrap {
	padding-top: 100px;
	border-bottom: 1px solid rgba(220,220,220,1.0);
	padding-bottom: 50px;
}
.committeeWrap h2 {
	padding: 0;
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 170%;
}
.committeeWrap h3 {
	padding: 0;
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 120%;
}
.committeeWrap h3 span {
	border-bottom: 3px solid rgba(0,0,0,1.0);
	padding-bottom: 7px;
}
.committeeWrap .__inner > div {
	margin: 0 0 40px;
	padding: 1em;
	border: 1px solid rgba(220,220,220,1.0);
	background: rgba(255,255,255,1.0);
}
.committeeWrap .__cmt__ {
  margin: 40px 0 0;
  padding: 1.5em;
  border: 1px solid rgba(220,220,220,1.0);
  background: rgba(255,255,255,1.0);
}
.committeeWrap .__cmt__:first-of-type {
  margin: 0;
}
.committeeWrap .__person {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.committeeWrap .__person .__ph {
	width: 100px;
	margin-right: 20px;
}
.committeeWrap .__person .__ph img {
	border-radius: 50%;
	max-width: 100%;
	border: 3px solid rgba(220,220,220,1.0);
}
.committeeWrap .__person .__pr {
	width: calc(100% - 170px);
}
.committeeWrap .__person .__pr span {
	display: block;
}
.committeeWrap .__person .__pr span.font-85 {
  line-height: 1.5em;
}
/* .committeeWrap .__person .__tx {

} */
span.__label {
	font-size: 85%;
	color: rgba(255,255,255,1.0);
	font-weight: 500;
	padding: 0 5px 2px;
	border-radius: 3px;
	display: inline !important;
}
.__label.__blue {
	background: rgba(0,98,188,1.0);
}
.__label.__green {
	background: rgba(0,109,0,1.0);
}

.committee-bar {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background: #0064e9;
}

@media (max-width:768px) {
	.committeeWrap .__inner > div {
		margin: 0 0 20px;
	}
	.committeeWrap .__person {
		display: block;
		align-items: center;
		margin-bottom: 25px;
	}
	.committeeWrap .__person .__ph {
		width: 100px;
		margin: 0 auto 10px;
	}
	.committeeWrap .__person .__ph img {
		border-radius: 50%;
		max-width: 100%;
		border: 3px solid rgba(220,220,220,1.0);
	}
	.committeeWrap .__person .__pr {
		width: calc(100% );
	}
}


/***** final.html *****/
/* .finalWrap {

} */
.finalWrap .final-stitle {
  display: flex;
  align-items: center;
  margin: 60px 0 30px;
  padding: 0;
  color: #0064e9;
  font-size: 20px;
  border: none;
}
.finalWrap .final-stitle:first-of-type {
  margin: 0 0 30px;
}
.finalWrap .final-stitle::before,
.finalWrap .final-stitle::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 2px;
  flex-grow: 1;
  background: #0064e9;
  transform: none;
}
.finalWrap .final-stitle::before {
  margin-right: 0.8em;
}
.finalWrap .final-stitle::after {
  margin-left: 0.8em;
}
.finalWrap .final-sstitle {
  display: block;
  margin: 20px 0 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  color: #0064e9;
}
/*  */
.dot-line::before,
.dot-line::after {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 1px;
  flex-grow: 1;
  background: none !important;
  border-top: 1px dashed #448eef;
  border-bottom: 1px dashed #448eef;
  transform: none;
}
/*  */
.final-text {
  margin: 1em 0;
  color: #0064e9;
}
.finalWrap .photoWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.finalWrap .photoWrap-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.finalWrap .photoWrap-center-l {
  display: block;
}
.finalWrap .photoWrap-center-l2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.finalWrap .photoWrap::before {
  content: "";
  display: block;
  width: 31.5%;
  height: 0;
  order: 1;
}
.finalWrap .photoWrap::after {
  content: "";
  display: block;
  width: 31.5%;
  height: 0;
}
.photoWrap-independent {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid #0064e9;
}
.finalWrap .photo-item {
  width: 31.5%;
  margin: 0 0 40px;
}
.finalWrap .photoWrap-2 .photo-item {
  margin: 0 9.25% 40px;
}
.finalWrap .photoWrap-center .photo-item {
  margin: 0 1.5% 40px;
}
.finalWrap .photoWrap-center-l .photo-item {
  width: 75%;
  margin: 0 auto 40px;
}
.finalWrap .photoWrap-center-l2 .photo-item {
  width: 48%;
  margin: 0 1% 40px;
}
.finalWrap .photo-item img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(255,255,255,.9);
}
.finalWrap .photo-item .caption {
  margin: 0.5em 0 0;
  font-size: 12px;
  text-align: center;
  color: #001E50;
  line-height: 1.25em;
  letter-spacing: -0.03em;
}

.commendation-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commendation-item {
  width: 48%;
  padding: 2%;
  background: #fff;
}
.commendation-item-title {
  font-size: 1.2rem;
  font-weight: 700;
}
.commendation-item-name {
  font-size: 1.1rem;
  font-weight: 700;
}
.commendation-prize-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commendation-prize-text {
  width: calc(100% - 70px);
  font-size: 0.9rem;
}
.commendation-prize-qrcode {
  width: 60px;
}
.commendation-prize-qrcode img {
  width: 100%;
  height: auto;
}
.commendation-item-photo {
  margin: 10px 0;
}
.commendation-item-photo img {
  width: 100%;
  height: auto;
}
.commendation-item-caption {
  margin: 1em 0 0;
  text-align: right;
  font-size: 0.8rem;
  color: #0064e9;
  /* text-shadow: 0 0 10px rgba(0,0,0,1); */
}

@media (max-width: 768px) {
  .finalWrap .photoWrap::before {
    display: none;
  }
  .finalWrap .photoWrap::after {
    display: none;
  }
  .finalWrap .photoWrap-center {
    justify-content: space-between;
  }
  .finalWrap .photo-item {
    width: 47%;
    margin: 0 auto 40px;
  }
  .finalWrap .photoWrap-center .photo-item {
    margin: 0 auto 40px;
  }
  .finalWrap .photoWrap-center-l .photo-item {
    width: 70%;
    margin: 0 auto 30px;
  }
  .final-text {
    font-size: 0.9rem;
  }
  .commendation-item {
    width: 100%;
    padding: 3%;
  }
}

@media (max-width: 560px) {
  .finalWrap .photo-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .finalWrap .photoWrap-center-l .photo-item,
  .finalWrap .photoWrap-center-l2 .photo-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 420px) {
  .finalWrap .photo-item,
  .finalWrap .photoWrap-center-l .photo-item,
  .finalWrap .photoWrap-center-l2 .photo-item {
    margin: 0 0 20px;
  }
  .commendation-prize-text {
    width: 100%;
    font-size: 0.9rem;
  }
  .commendation-prize-qrcode {
    width: 60px;
  }
}

/*------------------------------------
**
** all list
**
------------------------------------*/
ul.__all-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  letter-spacing: -0.4em;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.__all-list::after {
  display: block;
  content:"";
  width: 32%;
  }
ul.__all-list li {
  box-sizing: border-box;
  display: block;
  letter-spacing: normal;
  width: 32%;
  margin-bottom: 2%;
  /*padding: 0 12px 24px;*/
  vertical-align: top;
}
ul.__all-list li:nth-child(odd),
ul.__all-list li:nth-child(even) {
  padding: 0;
}
ul.__all-list dl,
ul.__all-list dt,
ul.__all-list dd {
  margin: 0;
  padding: 0;
}
ul.__all-list dl {
  background-color: rgba(255,255,255,0.85);
  display: block;
  padding: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  width: 100%;
}
ul.__all-list dt {
  font-size: 0.865rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
ul.__all-list dd {
  font-feature-settings: "palt" 1;
  letter-spacing: -0.025em;
  margin-top: 5px;
  font-size: 0.8rem;
  width: 100%;
}
.__all-id {
  box-sizing: border-box;
  color: #fff;
  font-size: 85%;
  font-weight: 700;
  background-color: #975dbc;
  text-align: center;
  margin-right: 7px;
  padding: 1px 8px 2px;
  border-radius: 3px;
}
.all-caption {
  margin: 1em 0 0;
  text-align: right;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,1);
}

@media (max-width: 768px) {
  ul.__all-list {
    list-style: none;
    letter-spacing: -0.4em;
    margin: 0 auto;
    padding: 0;
  }
  ul.__all-list li {
    display: inline-block;
    letter-spacing: normal;
    width: 48.5%;
    margin-bottom: 3%;
    padding: 0 10px 20px;
    vertical-align: top;
  }
  ul.__all-list li:nth-child(odd),
  ul.__all-list li:nth-child(even) {
    padding: 0;
  }
  ul.__all-list dl,
  ul.__all-list dt,
  ul.__all-list dd {
    margin: 0;
    padding: 0;
  }
  ul.__all-list dl {
    padding: 5px;
  }
  ul.__all-list dt {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 5px 0;
    text-indent: 0;
  }
  ul.__all-list dd {
    font-size: 0.8rem;
    line-height: 1.25;
  }
  .__all-id {
    display: block;
    margin-bottom: 4px;
    padding: 0;
    text-align: center;
    width: 3em;
  }
}

/***** enquete *****/
.enqueteWrap {
  color: #975dbc;
}
.enquete-text {
  margin: 1em 0;
  color: #001E50;
}
.enquete-stitle {
  display: flex;
  align-items: center;
  margin: 100px auto 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.enquete-stitle::before,
.enquete-stitle::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  /*width: 300px;*/
  background: #d498f5;
  display: block;
}
.enquete-stitle::before {
  margin-right: 0.8em;
}
.enquete-stitle::after {
  margin-left: 0.8em;
}
.enquete-graph-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  padding: 2% 0;
  background-color: rgba(250,245,255,.75);
}
.enquete-graph {
  width: 60%;
  margin: 0 2%;
}
.enquete-graph.enquete-graph-l {
  width: 94%;
  margin: 0 auto;
}
.enquete-graph img {
  width: 100%;
  height: auto;
}
.enquete-voice {
  margin: 30px 0 0;
  padding: 2em;
  background: rgba(255,255,255,.75);
}
.enquete-voice-label {
  display: inline-block;
  margin: 60px 0 20px;
  padding: 0 0.5em;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: #111E37;
}
.enquete-voice-label:first-of-type {
  margin-top: 0;
}
.enquete-voice-item {
  position: relative;
  margin: 1em 0 0;
  padding: 1em 0 0 0.5em;
  text-indent: -0.5em;
  color: #001E50;
  font-size: 0.865rem;
  border-top: 1px solid rgba(215,215,215,1);
}
.enquete-voice-item::before {
  content: "・";
}
.enquete-voice-item_ {
  position: relative;
  margin: 1em 0 0;
  padding: 1em 0 0;
  color: #001E50;
  font-size: 0.865rem;
  border-top: 1px solid rgba(215,215,215,1);
}
.enquete-voice-item:first-of-type,
.enquete-voice-label + .enquete-voice-item,
.enquete-voice-label + .enquete-voice-item_ {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.enquete_itemtitle {
  font-weight: 700;
  color: #001E50;
}

@media (max-width: 768px) {
  .enquete-stitle {
    font-size: 0.965rem;
  }
  .enquete-text {
    font-size: 0.9rem;
  }
  .enquete-graph {
    width: 96%;
    margin: 20px auto;
  }
}

/***** online *****/
.page-nav-wrap {
  width: 80%;
  max-width: 800px;
  margin: 60px auto 0;
}
ul.page-nav {
	list-style: none;
	letter-spacing: -.4em;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	width: 75%;
}
ul.page-nav li {
	display: inline-block;
	letter-spacing: normal;
	padding: 0 0.5em 0!important;
	margin-bottom: 0.75em !important;
	max-width: 400px;
	white-space: nowrap;
}
.page-nav-item {
	display: block;
	width: 100%;
	padding: 0.4em 0.8em;
	background: #00beff;
	border-bottom: 3px solid #fff;
	border-radius: 7px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #111E37 !important;
	transition: 0.2s linear;
}
.page-nav-item:hover{
	color: rgba(0,0,0,1.0);
	background: rgba(255,241,0,0.85);
	border-bottom:3px solid rgba(255,255,255);
	text-decoration: none;
}
@media (max-width:768px) {
	ul.page-nav {
		list-style: none;
		letter-spacing: -.4em;
		padding: 0;
		text-align: center;
		width:100%;
	}
	ul.page-nav li {
		display: inline-block;
		letter-spacing: normal;
		padding: 0 0.5em 0 !important;
		margin-bottom: 0.75em !important;
		max-width: 100%;
		font-size: 0.75rem;
	}
}

.onlineWrap {
  color: #001E50;
}
.online-text {
  margin: 1em 0;
}
.resultWrap .online-text a {
  color: #001E50 !important;
  text-decoration: underline;
  word-break: break-all;
}
.resultWrap .online-text a:hover {
  color: #0078dc !important;
}
.online-stitle {
  display: flex;
  align-items: center;
  margin: 100px auto 0;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
}
.online-stitle::before,
.online-stitle::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  /*width: 300px;*/
  background: #d498f5;
  display: block;
}
.online-stitle::before {
  margin-right: 0.8em;
}
.online-stitle::after {
  margin-left: 0.8em;
}
.online-stitle:first-of-type {
  margin-top: 0;
}
.online-corp-wrap {
  padding: 0.75em;
  border: 1px solid #feb;
  background-color: #ffffdd;
}
.online-corp-link {
  display: flex;
  flex-wrap: wrap;
  margin: 0.25em 0 0;
}
.online-corp-link-item {
  display: inline-block;
  margin: 0 0.5em 0.5em 0;
  padding: 0.25em 0.5em;
  text-decoration: none !important;
  border-radius: 4px;
  border: 1px solid #001E50;
}
.online-corp-link-item:last-of-type {
  margin-right: 0;
}
.resultWrap .online-corp-link .online-corp-link-item:hover {
  color: #fff !important;
  border: 1px solid #0078dc;
  background: #0078dc;
}
.resultWrap dl.online-outline {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px; 
  padding: 0;
  border-radius: none;
  border: none;
  border-top: 1px solid rgba(100,100,100,.35);
  background: none;
}
.resultWrap dl.online-outline dt {
  width: 11em;
  margin: 0;
  padding: 0.25em 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.resultWrap dl.online-outline dd {
  width: calc(100% - 11em);
  margin: 0;
  padding: 0.25em 0;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.resultWrap dl.online-outline dd.column1 {
  width: 100%;
}
.online-school {
  width: 100%;
}
.online-school-name {
  width: 20em;
  margin: 0;
  padding: 0.25em 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.online-school-date {
  width: calc((100% - 22em) / 2);
  margin: 0;
  padding: 0.25em 0;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.online-school-number {
  width: calc((100% - 22em) / 2);
  margin: 0;
  padding: 0.25em 0;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.online-school td {
  padding: 0.25em 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(100,100,100,.35);
}
.online-photo-sec-title,
.online-graph-title {
  margin: 1.5em 0 0.5em;
  font-weight: 700;
}
.online-photo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online-photo-item {
  width: 48%;
  margin: 0 0 40px;
}
.online-photo-img {
  margin: 0;
  background: rgba(255,255,255,.75);
}
.online-photo-img img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(100,100,100,.9);
}
.online-photo-caption {
  margin: 0.5em 0 0;
  font-size: 13px;
  text-align: center;
  color: #001E50;
  line-height: 1.25em;
}
.online-graph {
  margin: 15px 0 15px;
}
.online-graph .online-photo-img img {
  border: 1px solid rgba(100,100,100,.25);
}
.online-graph img {
  width: 100%;
  height: auto;
}
.online-voice {
  margin: 30px 0 0;
  padding: 2em;
  background: rgba(255,255,255,.75);
}
.online-voice-title {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0.5em;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: #111E37;
}
.online-voice-item {
  margin: 1em 0 0;
  padding: 1em 0 0;
  font-size: 0.865rem;
  border-top: 1px solid rgba(215,215,215,1);
}
.online-voice-item:first-of-type,
.online-voice-title + .online-voice-item {
  margin: 0;
  padding: 0;
  border: none;
}
.online-stitle-company {
  display: flex;
  align-items: center;
  margin: 20px auto;
  font-size: 1.1rem;
  font-weight: 700;
}
.online-stitle-company::before,
.online-stitle-company::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #44ddff;
  display: block;
}
.online-stitle-company::before {
  margin-right: 0.8em;
}
.online-stitle-company::after {
  margin-left: 0.8em;
}

@media (max-width: 768px) {
  .online-stitle {
    font-size: 0.965rem;
  }
  .online-stitle-company {
    font-size: 0.925rem;
  }
  .online-text {
    font-size: 0.9rem;
  }
  .resultWrap dl.online-outline dt {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    text-indent: 0;
    border: none;
  }
  .resultWrap dl.online-outline dd {
    width: 100%;
    margin: 0 0 0.25em;
    padding: 0 0 0.25em;
    text-align: left;
    font-size: 0.85rem;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.35);
  }
  .online-school-name {
    display: none;
  }
  .online-school-date {
    display: none;
  }
  .online-school-number {
    display: none;
  }
  .online-school td {
    display: block;
    width: 100%;
    padding: 0.05em 0;
    font-size: 0.85rem;
    border: none;
  }
  .online-school td:last-of-type {
    border-bottom: 1px solid rgba(255,255,255,.35);
  }
  .online-school td br {
    display: none;
  }
  .online-school td:before {
    display: block;
    width: 5em;
    margin: 0 0.15em 0 0;
    box-sizing: border-box;
    content: attr(data-label);
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
	}
}

@media (max-width: 560px) {
  .resultWrap dl.online-outline dt {
    font-size: 0.9rem;
  }
  .online-photo-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 420px) {
  .online-photo-item {
    margin: 0 0 20px;
  }
}
