@charset "UTF-8";

/* **************************************************

Name: awards.css

***************************************************** */
/* ------------------------------------------------------
 * PC
------------------------------------------------------ */
#Contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.pcElement {
	display: block;
}

.spElement {
	display: none;
}

/* -------------------------------------
 * 一覧ページ
------------------------------------- */
	/* ----- awards-tab-layout ----- */
	.awards-tab-layout {
		margin-top: 30px;
		padding-bottom: 50px;
	}
	.awards-tab-layout > .tab_navi {
		width: 100%;
		margin-bottom: 39px;
		background: #f2f2f2;
	}
	.awards-tab-layout > .tab_navi > .tab_list {
		width: 100%;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li {
		position: relative;
		width: 50%;
		max-width: 482px;
		float: left;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li:nth-of-type(even) {
		float: right;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li:nth-of-type(even)::before {
		content: "";
		display: block;
		position: absolute;
		width: 1px;
		height: 20px;
		top: 15px;
		left: -1px;
		background: #555555;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li {
		position: relative;
		width: 50%;
		max-width: 482px;
		float: left;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li > a {
		display: block;
		padding: 12px 1em 13px;
		background: #f2f2f2;
		color: #333333;
		font-size: 87.5%;
		font-weight: bold;
		text-align: center;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li > a:link,
	.awards-tab-layout > .tab_navi > .tab_list > li > a:visited {
		text-decoration: none;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li:not(.is-current) > a:hover::after,
	.awards-tab-layout > .tab_navi > .tab_list > li.is-current > a::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -8px;
		left: calc(50% - 7.5px);
		width: 15px;
		height: 8px;
		background: url(/image/common/jp/r1/bg_gn_current.gif) no-repeat;
	}
	.awards-tab-layout > .tab_navi > .tab_list > li > a:hover,
	.awards-tab-layout > .tab_navi > .tab_list > li.is-current > a {
		background: #b1000e;
		color: #ffffff;
	}
	
	/* ----- awards-section ----- */
.awards-section + .awards-section {
	margin-top: 50px;
}
	/* ----- awards-table-layout ----- */
.awards-table-layout > .table_inner {
	width: 100%;
	margin: 0;
}
.awards-table-layout th,
.awards-table-layout td {
	padding: 15px;
	border: 1px solid #dddddd;
	font-size: 87.5%;
	line-height: 1.71;
	vertical-align: top;
}
.awards-table-layout .cell-style1 {
	background: #f2f2f2;
	line-height: 1.86;
}


/* -------------------------------------
 * 詳細ページ
------------------------------------- */
/* ----- awards-detail-heading ----- */
.awards-detail-heading {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	padding: 20px 15px;
	background-color: #011d55;
	color: #ffffff;
}
.awards-detail-heading .heading_inner {
	width: 100%;
	max-width: 965px;
	margin: 0 auto;
}
.awards-detail-heading .heading_inner h1 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1.5;
}

/* ----- awards-detail-contents ----- */
.awards-detail-contents {
	padding: 40px 0 80px;
	overflow: hidden;
}
.awards-detail-contents > *:last-child {
	margin-bottom: 0;
}
.awards-detail-contents .TextStyle1 {
	font-size: 87.5%;
	margin-bottom: 20px;
	line-height: 1.64;
}
.awards-detail-contents .LinkListStyle1 {
	font-size: 87.5%;
	margin-bottom: 20px;
	line-height: 1.64;
}
.awards-detail-image {
	margin: 0 0 40px;
	text-align: center;
}

/* ----- awards-button-link ----- */
.awards-button-link {
	margin: 40px auto;
	text-align: center;
}
.awards-button-link a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 190px;
	margin: 0 auto;
	padding: 5px 20px;
	font-size: 87.5%;
	border: 1px solid #dddddd;
	color: #575757;
	text-align: center;
	text-decoration: none;
	transition: color .2s, border .2s;
}
.awards-button-link a:hover {
	border: 1px solid #b1000e;
	color: #b1000e;
}
.awards-button-link .link_next a {
	background: url(/image/common/jp/r1/icon/icon_link_right_hd.gif) no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-position: right 6px top 50%;
}
.awards-button-link .link_next a:hover {
	background-position: right 4px top 50%;
}
.awards-button-link .link_back a {
	background: url("/image/common/jp/r1/icon/icon_link_left_hd.gif") no-repeat;
	background-size: 16px 16px;
	-moz-background-size: 16px 16px;
	-webkit-background-size: 16px 16px;
	background-position: left 6px top 50%;
}
.awards-button-link .link_back a:hover {
	background-position: left 4px top 50%;
}

/* ----- awards-about-layout ----- */
.awards-about-layout {
	margin: 40px 0;
	padding: 21px 20px 15px;
	background: #f2f2f2;
}
.awards-about-layout .about_title {
	margin-bottom: 8px;
	color: #575757;
	font-size: 87.5%;
	font-weight: bold;
}
.awards-about-layout .about_text > *:last-child {
	margin-bottom: 0;
}

/* ------------------------------------------------------
 * Clearfix
------------------------------------------------------ */
.awards-tab-layout > .tab_navi::after {
	display: block;
	clear: both;
	content: "";
}

@media print {
	.data-fixedNav {
		display: none;
	}
}
/* ------------------------------------------------------
 * SP
------------------------------------------------------ */
@media only screen and (max-width: 767px) {
	#Contents {
		padding: 0 !important;
	}
	#TopicPath {
		margin-bottom: -1px;
	}
	.pcElement {
		display: none;
	}
	.spElement {
		display: block;
	}
	.Grid4 .PageTitleStyle1 {
		max-width: calc(100% - 50px);
		margin: 0 auto;
	}

/* -------------------------------------
 * 一覧ページ
------------------------------------- */
	 /* ----- awards-tab-layout ----- */
	.awards-tab-layout {
		margin: 12.5px 0 0;
		padding: 0 0 42px;
	}
	.awards-tab-layout > .tab_detail + .tab_detail {
		margin-top: 1px;
	}
	.awards-tab-layout .accordion_trigger {
		position: relative;
		padding: 10px 0 11px;
		background-color: #b1000e;
		color: #ffffff;
		font-weight: 700;
	}
	.awards-tab-layout + .awards-tab-layout .accordion_trigger {
		border-top: none;
	}
	.awards-tab-layout .accordion_trigger > .accordion_label {
		position: relative;
		display: inline-block;
		width: calc(100% - 52px);
		padding: 0 0 0 30px;
		font-size: 87.5%;
	}
	.awards-tab-layout .accordion_trigger > .accordion_label::before,
	.awards-tab-layout .accordion_trigger > .accordion_label::after {
		position: absolute;
		top: 14px;
		right: 0;
		width: 12px;
		height: 2px;
		margin: -1px 0 0 0;
		background-color: #ffffff;
		content: "";
		z-index: 2;
		transition: transform 0.2s;
	}
	.awards-tab-layout .accordion_trigger > .accordion_label::before {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.awards-tab-layout .accordion_trigger.is-current > .accordion_label::before {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.awards-tab-layout .accordion_detail {
		display: block;
		width: 100%;
		padding: 12px 0 30px;
		background-color: #fff;
	}
	/* ----- awards-section ----- */
	.awards-section + .awards-section {
		margin-top: 30px;
	}
	.awards-section h2 {
		margin: 0;
	}
	.awards-section h2 span {
		padding: 13px 16px 12px;
	}
	/* ----- awards-table-layout ----- */
	.awards-table-layout {
		padding: 15px 15px 0;
	}
	
/* -------------------------------------
 * 詳細ページ
------------------------------------- */
	/* ----- awards-detail-heading ----- */
	.awards-detail-heading {
		width: 100%;
		margin-left: 0;
		padding: 20px 15px;
	}
	.awards-detail-heading .heading_inner {
		width: 100%;
		max-width: 100%;
	}
	.awards-detail-heading .heading_inner h1 {
		font-size: 131.25%;
		line-height: 1.3;
	}

	/* ----- awards-detail-contents ----- */
	.awards-detail-contents {
		padding: 25px 15px 50px;
	}
	.awards-detail-contents > *:last-child {
		margin-bottom: 0;
	}
	.awards-detail-image {
		margin: 0 0 25px;
	}

	/* ----- awards-button-link ----- */
	.awards-button-link {
		margin: 25px auto;
	}
	.awards-button-link a {
		width: 100%;
		padding: 10px 25px;
	}

	/* ----- awards-about-layout ----- */
	.awards-about-layout {
		margin: 25px 0;
		padding: 17px 20px;
	}
	.awards-about-layout .LinkListStyle1 li{
		word-break: break-all;
	}


}
