@import url(global.css);

.mainvisual h1::after {
	background: url(../award/img/top.jpg);
	background-size: cover;
}

.contents h2 {
	width: 80%;
	text-align: center;
	font-size: 22px;
	margin: 0 auto 2em;
}
.contents > p {
	width: 80%;
	text-align: center;
	margin: 0 auto 40px;
}
.contents .award2015 {
	margin-bottom: 40px;
}
.contents .award2015 .mainarea {
	position: relative;
}
.contents .award2015 .mainarea h1 {
	font-size: 22px;
	line-height: 1.4;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 80px 40px;
	background-color: #fff;
	box-sizing: border-box;
}
.contents .award2015 .mainarea figure {
	width: 70%;
	float: right;
}
.contents .award2015 > figure {
	width: 50%;
	float: left;
}
.contents .award2015 .text {
	margin-left: 50%;
	padding: 40px;
	box-sizing: border-box;
}
.contents .award2015 .text p {
	margin-bottom: 1em;
	text-align: justify;
	text-justify: distribute;
}
.contents .award2015 .text ul {
	margin: 20px -5px 0;
}
.contents .award2015 .text ul li {
	width: 25%;
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
.contents .award2015 .text ul li a {
	display: block;
	background: #000 url(../img/icon_magnify.png);
	background-size: 50px 50px;
	background-position: center center;
	background-repeat: no-repeat;
}
.contents .award2015 .text ul li a img {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.contents .award2015 .text ul li a:hover img {
	opacity: 0.6;
}

.contents .box {
	margin: 50px auto;
	border: 1px solid #ddd;
	padding: 50px;
}
.contents .box dl {
	width: 70%;
	float: left;
	padding-right: 40px;
	box-sizing: border-box;
}
.contents .box dl dt {
	font-size: 22px;
	line-height: 1.4;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	margin-bottom: 1em;
}
.contents .box dl dd p {
	margin-bottom: 1em;
	text-align: justify;
	text-justify: distribute;
}
.contents .box figure {
	width: 30%;
	float: right;
}

.contents .box .contest2024 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-right: 0px;	
}
.contents .box .contest2024 dt {
	padding-right: 20px;
	min-width: 450px;
}
.contents .box .contest2024 dd {
	margin: 0 5px;
}
.contents .box .contest2024 dd figure {
	width: auto;
}

.about {
	width: 100%;
	background-color: #f2f2f2;
}
.about .wrapper {
	padding: 50px;
	box-sizing: border-box;
	text-align: center;
}
.about h1 {
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.about p {
	width: 80%;
	margin: 0 auto 2em;
}
.about p.btn {
	width: auto;
	display: inline-block;
	margin: 0 auto;
}
.about p.btn a {
	width: 100%;
	display: block;
	padding: 15px 30px;
	border: 1px solid #000;
	background-color: #fff;
	display: block;
	color: #000;
	position: relative;
	overflow: hidden;
	z-index: 2;
	box-sizing: border-box;
}
.about p.btn a img {
	width: 20px;
	margin-left: 10px;
}
.about p.btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
	position: absolute;
	top: 0;
  left: -100%;
  z-index: -1;
	transition: all ease-out 0.3s;
	-webkit-transition: all ease-out 0.3s;
}
.about p.btn a:hover::after {
  left: 0;
  background-color: #eee;
}



/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1140px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1139px){



}




/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px){

.contents h2 {
	width: 100%;
}
.contents > p {
	width: 100%;
}
.contents .award2015 > figure {
	width: 50%;
	margin: 0 30px 20px 0;
}
.contents .award2015 .text {
	margin-left: 0;
	padding: 30px 0;
}
.contents .award2015 .text ul li a {
	background-size: 70px 70px;
}
.contents .box {
	padding: 40px;
}

.contents .box .contest2024 {
	flex-wrap: wrap;
	padding-right: 0px;	
}
.contents .box .contest2024 dt {
	padding-right: 0;
	width: 100%;
	min-width: inherit;
}
.contents .box .contest2024 dd {
	margin: 0 1%;
	width: 48%;
}
.contents .box .contest2024 dd figure {
	width: auto;
}
	
.about .wrapper {
	padding: 40px;
}
.about p {
	width: 100%;
}


}





/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px){

.contents > p {
	text-align: justify;
	text-justify: distribute;
}
.contents .award2015 .mainarea {
	margin-bottom: 20px;
}
.contents .award2015 .mainarea h1 {
	font-size: 20px;
	position: relative;
	left: auto;
	top: auto;
	transform: none;
	-webkit-transform: none;
	padding: 0;
	margin-bottom: 20px;
}
.contents .award2015 .mainarea h1 br {
	display: none;
}
.contents .award2015 .mainarea figure {
	width: 100%;
	float: none;
}
.contents .award2015 > figure {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.contents .award2015 .text {
	margin-left: 0;
	padding: 0;
}
.contents .award2015 .text ul {
	margin: 0;
}
.contents .award2015 .text ul li {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 20px;
}

.contents .box {
	padding: 20px;
}
.contents .box dl {
	width: 100%;
	float: none;
	padding-right: 0;
	margin-bottom: 20px;
}
.contents .box dl dt {
	font-size: 20px;
}
.contents .box dl dt br {
	display: none;
}
.contents .box figure {
	width: 100%;
	float: none;
	text-align: center;
}

.about .wrapper {
	padding: 30px 20px;
}
.about h1 {
	line-height: 1.4;
}
.about p {
	text-align: justify;
	text-justify: distribute;
}
.about p.btn {
	width: 100%;
	display: block;
}
.about p.btn a {
	padding: 15px;
}



}









