@charset "UTF-8";

.award2023 #comment {
	padding-bottom: 35px;
}
.award2023 .result_Wrap {
	position: relative;
	width: 100%;
	background: url(../img/award2023_bg.jpg) left center no-repeat;
	background-size: cover;
	padding: 25px 0;
}
.award2023 .result_List li .box_inner .logo.keiri {
	width: 90%;
	margin: 0 auto 25px;
}
.award2023 .txt_Box {
	padding-top: 5rem;
}
.award2023 .award-logo_li {
	justify-content: center;
}
.award2023 .award-logo_li li {
	width: 30%;
}
.award2023 .award-logo_li-2 li {
	width: 24%;
	margin: 0 5px;
}
.award2023 .award2023 .award-logo_li-2 li:first-of-type {
	margin-right: 1rem;
}
.award2023 .award-box {
	padding-top: 1rem;
	padding-bottom: 4.8rem;
}
.award2023 .award-box03 {
	padding-bottom: 0;
}
.award2023 .award-box01 {
	padding-top: 4rem;
}
.award2023 .award-box_con {
	margin-bottom: 2rem;
}
.award2023 .award-box h3 {
	position:relative;
	margin-bottom: 2.4rem;
}
.award2023 .award-box h3 span {
	background: #fff;
	color: #828282;
	font-size: 2rem;
	padding: 0 1rem 0 1rem;
	line-height: 3.4rem;
	position:relative;
	z-index:2;
}
.award2023 .award-box h3 span.word {
	font-size: 2.8rem;
	margin-left: 1rem;
	padding: 0;
	color: var(--gold);
}
.award2023 .award-box h3::after {
	content:'';
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #eee;
	z-index:1;
}
.award2023 .award-box_left {
	width: 30%;
}
.award2023 .award-box_txt {
	width: 64%;
	position:relative;
	box-sizing: border-box;
	padding: 1rem;
}
.award2023 .award-box_txt::before {
	content:'';
	position:absolute;
	top:-1rem;
	left:-1rem;
	border-top:16px solid var(--light);
	border-right: 16px  solid transparent;
	border-bottom: 16px  solid transparent;
	border-left: 16px solid var(--light);
}
.award2023 .award-box_txt::after {
	content:'';
	position:absolute;
	bottom:-1rem;
	right:-1rem;
	border-top: 16px solid transparent;
	border-right: 16px solid var(--light);
	border-bottom: 16px solid var(--light);
	border-left: 16px solid transparent;
}
.award2023 .award-box_txt p span {
	font-size: 1.5rem;
	font-weight: bold;
}
.award2023 .award-box_txt p br.br {
	content:'';
	display: block;
	margin-bottom: 1rem;
}
.award2023 .award-box_left .c-img {
	margin-bottom: 0.8rem;
}
.award2023 .award-box_left .c-img img {
	object-fit: cover;
	width: 110px;
	height: 110px;
	border-radius:999px;
	background: var(--light);
}
.award2023 .award-box_left .c-name {
	font-size: 1.5rem;
	line-height: 2rem;
}
.award2023 .award-box_txt p {
	margin-bottom: 1rem;
	line-height: 2.4rem;
}
.award2023 .detail-btn {
	text-align: right;
	}
.award2023 .detail-btn a {
	font-size: 1.4rem;
	line-height: 2rem;
	border-bottom:1px solid var(--basic);
	transition:.2s;
	font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.award2023 .detail-btn a:hover {
	color: var(--gold);
	border-color:var(--gold);
}
.award2023 .service-detail {
	background: var(--light);
	padding: 2rem 2.4rem;
	width: 100%;
	box-sizing:border-box;
	border-radius:8px;
}
.award2023 .service-detail_01 {
	margin-bottom: 1.6rem;
}
.award2023 .service-detail_logo {
	background: #fff;
	border-radius:6px;
	padding: 1rem;
	width:24%;
	box-sizing:border-box;
	vertical-align: middle;
	text-align: center;
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
	position:relative;
}
.award2023 .service-detail_logo img {
	width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.award2023 .service-detail_txt {
	width: 72%;
	font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.award2023 .service-detail_txt h4 {
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.award2023 .service-detail_txt p {
	font-size: 1.5rem;
	line-height: 2.3rem;
	margin-bottom: 0.4rem;
}
.award2023 .award-box_left-txts {
	margin-bottom: 1.6rem;
}

@media screen and (max-width:769px){
	.award2023 .result_Wrap {
		padding: 30px 0 15px;
	}
	.award2023 .award-li li {
		width: 48%;
		margin-bottom: 2rem;
	}
	.award2023 .award-li li:last-of-type {
		margin-bottom: 0;
	}
	.award2023 .award-box_left {
		width: 100%;
		margin-bottom: 2rem;
	}
	.award2023 .award-box_txt {
		width: 100%;
	}
	.award2023 .award-box h3 span {
		padding-left: 0;
		padding-right: 2.4rem;
		font-size: 1.8rem;
		line-height: 2.8rem;
	}
	.award2023 .award-box h3 span.word {
		margin: 0;
		font-size: 2.4rem;
	}
	.award2023 .award-box_left-txts	{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
	}
	.award2023 .award-box_left .c-img {
		margin-bottom: 0;
	}
	.award2023 .award-box_left .c-name {
		text-align: left;
		letter-spacing: 0.03em;
	}
	.award2023 .award-box_left .c-name span{
		letter-spacing: 0.1em;
	}
	.award2023 .award-box_left {
		width: 100%;
		margin-bottom: 2rem;
	}
	.award2023 .award-box_left .c-im {
		width: 120px;
	}
	.award2023 .award-box_left .c-name {
		width: calc(100% - 110px - 2rem);
	}
	.award2023 .award-box_txt {
		width: 100%;
	}
	.award2023 .award-box h3::after {
		display: none;
	}
	.award2023 .til-img img {
		height: auto;
		width: 70%;
	}
	.award-box h3 span {
		padding-right: 0;
	}
	.award2023 .con p {
		max-width: 100%;
	}
	.award2023 .service-detail_logo{
		margin-bottom: 1.6rem;
		width: 100%;
		height: 160px;
	}
	.award2023 .service-detail_txt {
		width: 100%;
		font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}
}