main::after {
  content: "";
  display: block;
  width: 78.24%;
  height: 1px;
  background: #e2ebef;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  main::after {
    width: 93.3%;
    max-width: 1100px;
  }
}

.p_ttl2 {
  background: url("/img/award_mv.jpg") no-repeat center center/cover;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 481px) {
  .p_ttl2 {
    background: url("/img/award_mv@2x.jpg") no-repeat center center/cover;
  }
}
@media screen and (max-width: 480px) {
  .p_ttl2 {
    background: url("/img/award_mv_sp.jpg") no-repeat center center/cover;
  }
}

.p_intro {
  width: 1010px;
  margin: 0 auto;
  padding: 110px 0 100px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .p_intro {
    width: 88%;
    padding: 36px 0 60px;
  }
}

.p_lead {
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
  font-size: 2rem;
  line-height: 1.7;
}
.p_txt {
		margin-top: 20px;
		font-size: 1.6rem;
		line-height: 1.88;
}
.p_intro > .link {
		margin-top: 20px;
  background: #f1f5f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 5px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  gap: 20px 0;
}
.p_intro .link p {
		width: 690px;
		font-size: 1.4rem;
		line-height: 1.88;
}
.p_intro .link .btn3 {
	height: 40px;
	line-height: 1;
	font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .p_lead {
    font-size: 1.6rem;
  }
		.p_txt {
				font-size: 1.4rem;
				line-height: 1.86;
		}
  .p_lead br,
  .p_txt br {
    display: none;
  }
		.p_intro > .link {
		  display: block;
		  width: auto;
		  padding: 15px 20px 20px 20px;
		}
		.p_intro .link p {
				width: auto;
				font-size: 1.2rem;
				line-height: 1.67;
		}
		.p_intro .link .btn3 {
			height: auto;
			margin-top: 10px;
			line-height: 1.5;
			font-size: 1.2rem;
		}
}







.s_award {
  width: 1010px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  border-top: 1px solid #e2ebef;
}
@media screen and (max-width: 480px) {
  .s_award {
    width: 88%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 15px;
    padding: 60px 0;
  }
}
.s_award .s_ttl {
  width: 280px;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  margin-top: -0.25em;
}
@media screen and (max-width: 480px) {
  .s_award .s_ttl {
    width: auto;
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
  }
  .s_award .s_ttl br {
    display: none;
  }
}

.s_award .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.s_award .content h4 {
  color: #008e66;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 480px) {
  .s_award .content h4 {
    font-size: 1.6rem;
		  line-height: 1.5;
  }
}
.s_award .content p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.88;
}
.s_award .content p:first-child {
  margin-top: 0;
}
.s_award .content p.notes {
  color: #363640;
  font-size: 1.4rem;
  line-height: 1.67;
}
@media screen and (max-width: 480px) {
  .s_award .content p {
    font-size: 1.4rem;
  }
  .s_award .content p.notes {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.s_award .content hr {
  margin-top: 50px;
}
.s_award .content hr + * {
  margin-top: 50px !important;
}
@media screen and (max-width: 480px) {
  .s_award .content hr {
    display: none;
  }
  .s_award .content hr + * {
    margin-top: 40px !important;
  }
}

.s_award .content table {
  margin-top: 35px;
  width: 100%;
  border-top: 1px solid #e2ebef;
  border-left: 1px solid #e2ebef;
}
.s_award .content table:first-child {
  margin-top: 0;
}
.s_award .content table th,
.s_award .content table td {
  border-right: 1px solid #e2ebef;
  border-bottom: 1px solid #e2ebef;
  font-size: 1.6rem;
  line-height: 1.75;
  vertical-align: top;
  padding: 14px 20px;
}
.s_award .content table th {
  background: #f1f5f7 !important;
  font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
}
@media screen and (max-width: 480px) {
  .s_award .content table {
    margin-top: 15px;
  }
  .s_award .content table th,
  .s_award .content table td {
    font-size: 1.1rem;
    line-height: 1.64;
    padding: 5px 8px;
  }
}

.s_award .content ul.img {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
}
.s_award .content ul.img li {
		width: 175px;
}
.s_award .content ul.img li img {
	width: 100%;
	display: block;
}
.s_award .content ul.img li p {
	margin-top: 8px;
	text-align: center;
	font-family: "Inter", "TazuganeGothicStdN-Bold", sans-serif;
		font-weight: 600;
}
@media screen and (max-width: 480px) {
				.s_award .content ul.img {
						margin-bottom: -5px;
						width: 100%;
						flex-wrap: wrap;
				}
				.s_award .content ul.img li {
						width: 48%;
						margin-bottom: 10px;
				}
				.s_award .content ul.img li img {
						width: 100%;
				}
			.s_award .content ul.img li p {
				margin-top: 5px;
			}

}
