﻿
/*共通UI==============================================*/
.top-img-wrapper {
	background: url(../img/award_top.png) center / cover;
	position: relative;
	height: 400px;
}
.main-contents-wrapper p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 30px;
	color: #000000;
}

.intro {
	width: 90%;
	margin: 0 auto 100px;
}

.intro img {
	width: 240px;
	display: flex;
	margin:70px auto;
}

h2 {
	position: absolute;
	width: 100%;
	height: 200px;
	text-align: center;
	font-weight: bold;
	font-size: 62px;
	font-style: oblique;
	color: #fff;
	line-height: 400px;
}
h3 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 68px;
	color: #000000;
	margin-bottom: 50px;
}


 

/*タブメニュー*/
.tab-box {
 width: 100%;
}
.tab-box .tab-list {
 display: flex;
	max-width: 900px;
 margin: 0 auto;
 justify-content: space-between;
 align-items: flex-end;
}
.tab-box .tab-list .tab {
 display: block;
 width: 50%;
/* width: 33%;*/
max-width: 440px;
}
.tab-box .tab-list .tab label {
 display: block;
 font-size: 18px;
 font-weight:bold;
 text-align: center;
 background-color: #000;
 color: #FFE400;
 min-height: 80px;
 line-height: 80px;
}
.tab-box .tab-list .tab .pc {
 display: block;
}
.tab-box .tab-list .tab .sp {
 display: none;
}
.tab-box .tab-list .tab label:hover {
 cursor: pointer;
 opacity: 0.8;
}
.tab-box .tab-radio {
 display: none;
}
.tab-box .tab-radio:checked + label {
 background-color: #EEE;
 color: #000;
 font-weight: bold;
}
.tab-content-list {
 display: block;
 width: 100%;
 box-sizing: border-box;
 background-color: #EEE;
}
.tab-content-list .tab-content {
 display: none;
 width: 100%;
 margin: 0 auto;
 text-align: center;
 background-color: #EEE;
 padding: 100px 10%;
	box-sizing: border-box;
}
#tab_1:checked ~ .tab-content-list #content_1, #tab_2:checked ~ .tab-content-list #content_2, #tab_3:checked ~ .tab-content-list #content_3 {
 display: block;
 background-color: #EEE;
}
#tab_1:checked ~ .tab-list .tab #tab_label_1, #tab_2:checked ~ .tab-list .tab #tab_label_2, #tab_3:checked ~ .tab-list .tab #tab_label_3 {
 background-color: #EEE;
 color: #000;
 font-weight: bold;
}
#tab_1:checked ~ .tab-list .tab #tab_label_1:hover, #tab_2:checked ~ .tab-list .tab #tab_label_2:hover, #tab_3:checked ~ .tab-list .tab #tab_label_3:hover {
 cursor: auto;
 opacity: 1;
}

/* ---------------黒背景：MVI内容部分--------------- */

.award__details{
	max-width: 850px;
	background: #000000;
	display: flex;
	align-items: center;
	margin: 0 auto 100px;
	border-radius: 30px;
	justify-content: center;
	box-sizing: border-box;
	padding: 50px 80px;
}

.award__details img{
	width: auto;
	margin-right: 50px;
}

.award__details p {
	text-align:left;
		color: #FFE400;
	margin-bottom: 0;
		font-size: 18px;
}

.award__details span.title {
	font-size: 20px;
	line-height: 2;
	font-weight: bold;
}


/* ---------------白背景：表彰者内容部分--------------- */

.award__list{
	max-width: 850px;
	margin: 20px auto;
	text-align:left;
	background-color: #FFF;
	color: #000000;
	padding: 30px 80px;
	box-sizing: border-box;
	display: flex;
	align-items: center;

}

.award__list .img{
	margin-right: 50px;
}

.award__list .img img{
	width: auto;
}


.award__list-text p {
	text-align: left;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

.award__list-text h4{
	display: inline-block;
	background:  #000000;
	padding: 5px 20px;
	border-radius: 20px;
	font-size: 14px;
	color: #FFE400;
	margin-bottom: 10px;
}

.award__list-text .title{
	font-size: 20px;
	font-weight: bold;
}

.award__list-text .name{
	font-size: 18px;
	font-weight: bold;
}

.award__list-text .name02{
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


/* -----------------------------------------レスポンシブ----------------------------------------- */
@media screen and (max-width: 1280px) {
	.top-img-wrapper {
		height: 180px;
	}
	.main-contents-wrapper p {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 20px;
	}
.main-contents-wrapper img {
	margin:20px auto;
	max-width: 200px;
	height: auto;
}
	h2 {
		font-size: 40px;
		line-height: 180px;
	}
	h3 {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 25px;
	}
	
.intro {
	margin: 0 auto 50px;
}

.tab-box {
	width: 100%;
	margin: 60px auto 110px auto;
}

.tab-box .tab-list .tab label span.pc {
	display: none;
}

.tab-box .tab-list .tab label span.sp {
	display: block;
	line-height: 18px;
	padding-top: 5px;
}

.tab-box .tab-list .tab label {
	font-size: 14px;
	min-height: 45px;
	line-height: 45px;
}

.tab-content-list .tab-content {
	min-width: 330px;
	width: 80%;
	margin: 0 auto;
	font-size: 14px;
	padding: 60px 0 100px 0;
}
	
/* ---------------黒背景：MVI内容部分--------------- */
	.award__details{
	display: block;
	border-radius: 30px;
	padding: 25px 5%;
	margin: 0 auto 50px;
}

.award__details img{
	min-width: 50px;
	margin-bottom: 10px;
}

.award__details p {
	margin-bottom: 0;
		font-size: 14px;
}

.award__details span.title {
	font-size: 14px;
	line-height: 2;
}

	
/* ---------------白背景：表彰者内容部分--------------- */

.award__list{
	max-width: 1100px;
	margin: 20px auto;
	text-align:left;
	padding: 10px 5%;
	display: block;
}

.award__list .img {
	margin: 0 auto;
	text-align: center;
}

.award__list .img img{
	width: auto;
}


.award__list-text p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 0;
}

.award__list-text h4{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 15px;
	font-size: 12px;
	margin-bottom: 10px;
}

.award__list-text .title{
	font-size: 16px;
}

.award__list-text .name{
	font-size: 13px;
}
.award__list-text .name02{
	font-size: 12px;
}

}