@charset "UTF-8";

br.side_br{
	display: none;
}

div.contents{
	width: 100%;
	padding-bottom: 100px;
}

div.pagetitle a{
	display: block;
}
/* *****************************************************
*	footer
* *****************************************************/
footer > div.foot-inner{
	text-align: center;
}

footer > div.foot-inner > dl dt svg{
	margin: 0 auto 20px;
}

/* *****************************************************
*	header
* *****************************************************/
header{
	position:relative;
	width:1050px;
	height:auto;
	margin:0 auto;
	border-bottom: 1px solid #60411d;
}

header > p{
	position: relative;
	width: 315px;
	padding: 30px 0 25px;
}

header > p svg{
	display: none;
}

header > h1{
	position: absolute;
	top: 30px;
	right: 25px;
	width: 100%;
	padding: 0;
	font-size: 1.1rem;
	text-align: right;
}

/* *****************************************************
*	breadcrumb
* *****************************************************/
ul.breadcrumb{
	width: 1050px;
	margin: 0 auto;
	padding:20px 0;
}

/* *****************************************************
*	pagetitle
* *****************************************************/
div.pagetitle {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 15%;
	margin-bottom:20px;
	line-height: 0;
}

div.pagetitle img{
	position:absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width:100%;
	height:100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/* *****************************************************
*	content-wrap
* *****************************************************/
.awards-ceremony{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 100px 0 20px;
	z-index: 5;
}

.awards-ceremony::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F5F4EB;
	z-index: -1;
}

.awards-ceremony .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
}

.awards-ceremony .icon img{
	width: 100%;
	height: auto;
}

.awards-ceremony h2{
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
}

.awards-ceremony figure{
	width: 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 3px 6px rgba(0,0,0,.5);
	line-height: 0;
}

.awards-ceremony figure img{
	width: 100%;
}

.result-contents{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 70px 0 50px;
	z-index: 5;
}

.result-contents::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F5F4EB;
	z-index: -1;
}

.result-contents .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
}

.result-contents .icon img{
	width: 100%;
	height: auto;
}

.result-contents h2{
	position: relative;
	margin-bottom: 60px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}

.result-contents .award-contents h3{
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px 0;
	letter-spacing: 0.1em;
	background: #FF3333;
	color: #fff;
}

.result-contents .award-contents > ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 auto;
}

.result-contents .award-contents > ul li{
	margin: 0 8% 50px 0;
	width: 46%;
}

.result-contents .award-contents > ul li .grandprix {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #ffcc44;
	margin-bottom: 20px;
	padding: 20px 0;
}

.result-contents .award-contents > ul li .grandprix span{
	position: relative;
}

.result-contents .award-contents > ul li .grandprix span::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 32px;
	top: -8px;
	left: -55px;
	background: url(../images/crown_yellow.svg) no-repeat;
}

.result-contents .award-contents > ul li .grandprix02{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #ffe49f;
	margin-bottom: 20px;
	padding: 20px 0;
}

.result-contents .award-contents > ul li .photo{
	width: 480px;
	height: auto;
	text-align: center;
}

.result-contents .award-contents > ul li .photo img{
	width: 100%;
	max-height: 480px;
	object-fit: contain;
	font-family: 'object-fit: contain;'
}

.result-contents .award-contents > ul li:nth-child(2n){
	margin-right: 0;
}

.result-contents .award-contents > ul li .caption {
	padding: 10px 0 0;
	text-align: center;
	font-weight: bold;
}

.result-contents .award-contents > ul li .caption dt{
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.result-contents .award-contents > ul li .caption dd{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}

.content-wrap{
	width:1200px;
	margin:0 auto;
	font-size: 1.6rem;
}

.overview-contents{
	position: relative;
	padding: 68px 0 115px;
	z-index: 50;
}

.overview-contents::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	/* background: #333; */
	background: url(../images/overview-bg.jpg) no-repeat center center / cover;
}

.overview-contents h2{
	position: relative;
	margin-bottom: 35px;
	padding-bottom: 30px;
	text-align: center;
	z-index: 5;
}

.overview-contents h2:after{
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: 0;
	width: 258px;
	height: 6px;
	background: #284B98;
}

.overview-contents p{
	position: relative;
	color: #fff;
	margin-bottom: 40px;
	color: #3A3A3A;
	font-size: 2.8rem;
	font-family: 'Kosugi Maru', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	z-index: 5;
	line-height: 1.8;
}

.overview-contents figure{
	position: relative;
	width: 100%;
	z-index: 5;
}

.overview-contents figure img{
	width: 100%;
}

.overview-info{
	position: relative;
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	padding: 70px 0 100px;
}

.overview-info::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:100vw;
	height:100%;
	margin:0 calc(50% - 50vw);
	background: #F3D43C;
	z-index: 0;
}

.overview-info h2{
	position: relative;
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width: 100%;
	height: 100px;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	border-radius: 50px;
	background: #FF3333;
	letter-spacing: 0.05em;
	z-index: 5;
}

.overview-info p{
	position: relative;
	padding: 40px 0 70px;
	z-index: 5;
	text-align: center;
	line-height: 0;
}

.overview-info .about-application{
	position: relative;
	margin-bottom: 35px;
	padding: 100px 50px 40px;
	width: 100%;
	border: 3px solid #3A3A3A;
	border-radius: 30px;
	z-index: 5;
}

.overview-info .about-application h3{
	position:absolute;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	top: -30px;
	left: 50%;
}

.overview-info .about-application ul li:not(:last-child){
	margin-bottom: 12px;
}

.overview-info .about-application ul li dl{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.overview-info .about-application ul li dl.notes{
	color: #ff0000;
}

.overview-info .about-application ul li dl.notes dt::before{
	color: #303030 !important;
}

.overview-info .about-application ul li dl dt{
	position: relative;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.8;
}

.overview-info .about-application ul li dl dt::before{
	content: "■";
}

.overview-info .about-application ul li dl dt::after{
	content: "：";
}

.overview-info .about-application ul li dl .full{
	margin-top: 12px;
	flex: auto;
	-webkit-flex: auto;
	width: 100%;
}

.overview-info .about-application ul li dl dd{
	flex: 1;
	-webkit-flex: 1;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.8;
}

.overview-info .application-link{
	position: relative;
	z-index: 5;
}

.overview-info .application-link ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
}

.overview-info .application-link ul li{
	width: 500px;
	height: 90px;
}

.overview-info .application-link ul li:not(:last-child){
	margin-right: 50px;
}

.overview-info .application-link ul li a{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	background: #60411D;
	letter-spacing: 0.025em;
	text-align: center;
}

.overview-info .application-link ul li a:after{
	content: "";
	position: absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	border-top: 4px #fff solid;
	border-right: 4px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.backnumber-list-contents{
	position: relative;
	padding: 80px 0 20px;
}

.backnumber-list-contents:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw);
	background: #f6f7fa;
	z-index: 0;
}

.backnumber-list-contents .icon{
	position: relative;
	display: block;
	margin: 0 auto 40px;
	width: 75px;
	line-height: 0;
	z-index: 10;
}

.backnumber-list-contents .icon img{
	width: 100%;
	height: auto;
}

.backnumber-list-contents h2{
	position: relative;
	margin-bottom: 45px;
	text-align: center;
	line-height: 0;
	z-index: 10;
}

.backnumber-list-contents .backnumber-btn{
	width: 500px;
	margin: 0 auto;
	height: 90px;
}

.backnumber-list-contents a{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 3.0rem;
	font-weight: bold;
	color: #fff;
	background: #60411D;
	letter-spacing: 0.025em;
	text-align: center;
}

.backnumber-list-contents a:after{
	display: none;
	content: "";
	position: absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	border-top: 4px #fff solid;
	border-right: 4px #fff solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

.backnumber-list-contents ul{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	max-width: 1050px;
	margin: 0 auto;
}

.backnumber-list-contents ul li{
	width: 45.75%;
	margin: 0 0 60px;
}

.backnumber-list-contents ul li a{
	position: relative;
	display: block;
	background: #fff;
}

.backnumber-list-contents ul li a h3{
	line-height: 0;
}

.backnumber-list-contents ul li a h3 img{
	width: 100%;
}

.backnumber-list-contents ul li a figure{
	position: relative;
	width: 100%;
	/* height: 270px; */
	line-height: 0;
	overflow: hidden;
}

.backnumber-list-contents ul li a figure::before{
	content:"";
	display:block;
	padding-top: 56.25%;
}

.backnumber-list-contents ul li a figure img{
	position:absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width:100%;
	height:auto;
}

.backnumber-list-contents ul li:nth-child(3) a figure img{
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 0;
}

.backnumber-list-contents ul li a p{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	position: relative;
	padding-right: 38px;
	width: 100%;
	height: 50px;
	color: #3A3A3A;
	background: #F5F4EB;
	border: 1px solid #707070;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: right;
	letter-spacing: 0.05em;
}

.backnumber-list-contents ul li a p:after{
	content: "";
	position: absolute;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 6px;
	height: 6px;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	border-top: 2px #3A3A3A solid;
	border-right: 2px #3A3A3A solid;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}

@media screen and (max-width: 1919px){
.overview-contents::before{
	background-size: cover;
	background-position: center center;
}
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
.awards-ceremony::before,
.result-contents::before,
.backnumber-list-contents:before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}
.overview-contents::before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}

.overview-info::before{
	width:100%;
	margin:0 -20%;
	padding:0 20%;
}

.overview-contents figure{
	width: 90%;
	margin: 0 auto 60px;
}
}

@media screen and (min-width: 768px){
div.pagetitle a{
	transition:0.5s ease;
}

div.pagetitle a:hover{
	opacity: .75;
}

.overview-info .application-link ul li a{
	transition:0.5s ease;
}

.overview-info .application-link ul li a:hover{
	background: #284B98;
}

.awards-ceremony .awards-img-wrap{
	display:-webkit-box;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	gap: 20px;
}

.awards-ceremony .awards-img-wrap figure{
	width: calc((100% - 20px) / 2);
}

.awards-ceremony .awards-img-wrap.single figure{
	width: 100%;
}
}

@media screen and (max-width: 767px){
div.pageWrap{
	padding-bottom: 0 !important;
}

.awards-ceremony{
	padding: 50px 15px 60px;
}

.awards-ceremony .icon{
	margin-bottom: 20px;
	width: 50px;
}

.awards-ceremony h2{
	margin-bottom: 30px !important;
	font-size: 24px;
}

.awards-ceremony h2 img{
	height: 90px;
}

.awards-ceremony figure{
	padding: 5px;
}

.awards-ceremony .awards-img-wrap figure:not(:last-child){
	margin-bottom: 20px;
}

.result-contents{
	padding: 0 10px 60px;
}

.result-contents .icon{
	margin-bottom: 20px;
	width: 50px;
}

.result-contents h2{
	margin-bottom: 30px !important;
	font-size: 24px;
}

.result-contents h2 img {
	height: 20px;
}

.result-contents .award-contents > ul{
	margin-bottom: 0;
}

.result-contents .award-contents > ul li{
	width: 100%;
	margin: 0;
}

.result-contents .award-contents > ul li:not(:last-child){
	margin-bottom: 40px;
}

.result-contents .award-contents > ul li div.grandprix{
	font-size: 15px;
	font-size: 1.5rem;
}

.result-contents .award-contents > ul li div.grandprix span::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 22px;
	top: -4px;
	left: -40px;
	background: url(../images/crown_yellow.svg) no-repeat;
	background-size: 30px 22px;
}

.result-contents .award-contents > ul li .caption {
	font-size: 1.4rem;
}

.result-contents .award-contents > ul li .photo {
	width: 100%;
	height: auto;
}

.result-contents .award-contents > ul li .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 290px;
}

.result-contents .award-contents h3 {
	margin-bottom: 15px;
	font-size: 1.4rem;
}

.result-contents .award-contents > ul li .caption dt {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.5rem;
}

.result-contents .award-contents > ul li .caption dd{
	font-size: 1.3rem;
}


.overview-info .application-link ul li{
	width: 100%;
	height: 50px;
}

.overview-info .application-link ul li:not(:last-child){
	margin: 0 0 15px;
}

.overview-info .application-link ul li a{
	font-size: 1.6rem;
}

.overview-info .application-link ul li a:after{
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}

.overview-contents {
	padding: 30px 0 25px;
}

.overview-contents h2 {
	margin: 0 auto 25px;
	padding-bottom: 15px;
}

.overview-contents h2:after {
	width: 150px;
	height: 3px;
}

.overview-contents h2 img {
	height: 20px;
}

.overview-contents > p {
	margin-bottom: 20px;
	padding: 0 20px;
	font-size: 2.2rem;
	text-align: left;
}

.overview-contents figure {
	padding: 0 20px;
}

.overview-info {
	padding: 20px 15px;
}

.overview-info h2{
	margin: 0 !important;
	font-size: 1.8rem !important;
	line-height: 1.45;
	border-radius: 25px;
}

.overview-info h2 img {
	height: auto;
	width: 100%;
	max-width: 330px;
	text-align: center;
}

.overview-info p{
	padding: 25px 0 60px;
}

.overview-info p img{
	height: 110px;
}

.overview-info .about-application{
	margin-bottom: 20px;
	padding: 60px 20px 30px;
	border-radius: 15px;
	border: 2px solid #3A3A3A;
}

.overview-info .about-application h3{
	width: 230px;
}

.overview-info .about-application h3 img{
	width: 100%;
}

.overview-info .about-application ul li:not(:last-child){
	margin-bottom: 15px;
}

.overview-info .about-application ul li dl dt{
	font-size: 1.5rem;
}

.overview-info .about-application ul li dl dd{
	flex: auto;
	-webkit-flex: auto;
	width: 100%;
	font-size: 1.5rem;
}

.overview-info .about-application ul li dl .full{
	margin: 0;
}

.backnumber-list-contents{
	padding: 30px 15px;
}

.backnumber-list-contents h2 {
	width: 100%;
	margin: 0 auto 30px !important;
	font-size: 24px;
	text-align: center;
}

.backnumber-list-contents h2 img{
	height: 20px;
}

.backnumber-list-contents ul li{
	width: 100%;
	margin: 0;
}

.backnumber-list-contents ul li:not(:last-child){
	margin: 0 0 15px;
}

.backnumber-list-contents ul li a h3{
	margin-bottom: 0;
}

.backnumber-list-contents ul li a figure:before{
	padding-top: 61%;
}

.backnumber-list-contents ul li a p{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 34px;
	font-size: 1.4rem;
	padding-right: 28px;
}

.backnumber-list-contents ul li a p:after{
	width: 5px;
	height: 5px;
	right: 14px;
	margin-top: -3px;
}

.backnumber-list-contents .icon{
	margin-bottom: 20px;
	width: 50px;
}

.backnumber-list-contents .backnumber-btn{
	width: 100%;
	height: 50px;
}

.backnumber-list-contents .backnumber-btn a{
	font-size: 1.6rem;
}

.backnumber-list-contents .backnumber-btn a:after{
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}

}
/* *****************************************************
*	max-width: 1050px
* *****************************************************/
@media screen and (max-width: 1050px){
/* *****************************************************
*	header
* *****************************************************/
header{
	max-width:100%;
}

header > p{
	padding: 30px 0 25px 25px;
}

/* *****************************************************
*	footer
* *****************************************************/
footer > div.foot-inner{
	max-width:100%;
}

/* *****************************************************
*	breadcrumb
* *****************************************************/
ul.breadcrumb{
	max-width: 100%;
	padding: 20px 0 20px 25px;
}

/* *****************************************************
*	content-wrap
* *****************************************************/
.content-wrap{
	max-width:100%;
}

/* *****************************************************
*	contest
* *****************************************************/
.contest{
	padding:0 10px;
}

}/* /max-width: 1050px */


/* *****************************************************
*	max-width: 992px
* *****************************************************/
@media screen and (max-width: 992px){

/* *****************************************************
*	content-wrap
* *****************************************************/
.content-wrap{
	max-width:100%;
}

/* *****************************************************
*	outline
* *****************************************************/
.outline p{
	font-size:1.6rem;
	/* text-align:left; */
}

/* *****************************************************
*	contest
* *****************************************************/
.contest ul li{
	width:100%;
	margin:0 0 60px 0;
}

.contest ul li:nth-last-of-type(2){
	margin-bottom:60px;
}

.contest .photo{
	width:100%;
	height:auto;
}

.contest .photo img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:450px;
}


} /* /max-width: 992px */

@media screen and (min-width: 768px){
.backnumber-list-contents ul li a h3::before{
	transition:0.25s ease;
}

.backnumber-list-contents ul li a:hover h3::before{
	border-radius: 50%;
}

.backnumber-list-contents ul li a figure{
	transition:0.5s ease;
}

.backnumber-list-contents ul li a:hover figure{
	opacity: 0.7;
}
}

/* *****************************************************
*	max-width: 767px
* *****************************************************/
@media screen and (max-width: 767px){
div.contents{
	padding: 0 0 40px;
}

h2{
	width: 250px;
	margin-bottom: 20px;
	font-size: 1.8rem;
}

/* *****************************************************
*	header
* *****************************************************/
header{
	width: 100%;
}

header > h1{
	position: static;
	display: block;
	width: 100%;
	top: 0;
	padding: 0 15px 8px;
}

header > h1 span{
	display: block;
	width: 166.66666%;
	width: calc(100%/.93);
	font-size: 10px;
	-webkit-transform: scale(.93);
	transform: scale(.93);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

header > p {
	display: block;
	width: 270px;
	padding: 15px 0 15px 15px;
}

header > p img {
	height: 30px;
}

/* *****************************************************
*	breadcrumb
* *****************************************************/
ul.breadcrumb {
	width: 100%;
	margin: 0 auto;
	padding:20px 0 20px 10px;
}

/* *****************************************************
*	footer
* *****************************************************/
footer > div.foot-inner > dl dt svg{
	margin: 0 8px 0 0;
}

/* pagetitle
-------------------------------------------------------*/
div.pagetitle{
	height:auto;
	margin-bottom: 10px;
	padding-top: 0;
}

div.pagetitle img{
	position:static;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	object-fit: contain;
}

/* *****************************************************
*	content-wrap
* *****************************************************/
.content-wrap{
	width:100%;
}

/* *****************************************************
*	introduction
* *****************************************************/
.introduction > p{
	padding: 0 10px;
}

.introduction figure{
	padding: 0 10px;
	width: 100%;
}

.introduction ol{
	width:100%;
	margin:0;
}

.introduction ol li{
	margin-bottom:30px;
}

.introduction ol li > span:first-child{
	width:100%;
	text-align:center;
}

.introduction ol li > span:nth-of-type(2){
	position:relative;
	width:100%;
	text-align: center;
}

.introduction ol li > span:nth-of-type(2)::before{
	content:"\f103";
	position:relative;
	display:block;
	margin:3px auto;
	font-family: "FontAwesome";
}

/* *****************************************************
*	contest
* *****************************************************/
.award-contents:not(:last-of-type){
	margin-bottom: 60px;
}

.contest{
	padding:0 10px;
}

.contest ul li{
	width:100%;
	margin:0 0 40px 0;
}

.contest ul li:nth-last-of-type(2){
	margin-bottom:60px;
}

.contest .photo{
	width:100%;
	height:auto;
}

.contest .photo img{
	width:auto;
	height:auto;
	max-width:100%;
	max-height:290px;
}

.contest .caption{
	font-size:1.4rem;
}

.contest ul li div.grandprix {
	margin-bottom: 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.contest ul li div.grandprix span::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 22px;
	top: -4px;
	left: -40px;
	background: url(../images/crown.svg) no-repeat;
	background-size: 30px 22px;
}

.contest ul li div.grandprix02{
	font-size: 15px;
	font-size: 1.5rem;
}

div.backnumber{
	margin: 0 10px;
	padding: 30px;
	border: 3px solid #f0f0f0;
}

div.backnumber p{
	font-size: 1.5rem;
	line-height: 1.5;
}

div.backnumber a{
	width: 93%;
}

div.backnumber a img{
	width: 100%;
}

.contest .caption dt{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 1.5rem;
}

.contest .caption dd{
	font-size: 1.3rem;
}

/* 横向き */
@media screen and (orientation: landscape) {
	.contest ul li{
		width:50%;
		padding: 0 5px;
	}

	.contest ul li:nth-last-of-type(2){
		margin-bottom:0;
	}

}

/* *****************************************************
*	component
* *****************************************************/
.panel{
	padding:20px 10px;
}

.panel .panel-header{
	font-size: 1.5rem;
}

.panel .panel-header:not(:last-child){
	margin-bottom:15px;
}

.panel .panel-body{
	padding-bottom:20px;
}


/* utility */
.pc-hide{
	display:block;
}

.sp-hide{
	display:none;
}
/* 横向き */
@media screen and (orientation: landscape) {
.sp-lg-visible{
	display:block;
}
}
.sp-flex-none{
	flex: none;
	display:block;
}

/* typography */
.h2{
	font-size: 1.8rem;
}

}

/* tablet  */
@media only screen and (min-width: 768px) and (max-width: 960px) {


}

@media screen and (min-width: 568px) and (max-width: 767px){
br.side_br{
	display: block;
}

.contest ul li div.grandprix span{
	line-height: 1.4;
	padding-left: 35px;
}

.contest ul li div.grandprix span::before{
	left: 0px;
}

}

@media screen and (max-width: 320px){
br.side_br{
	display: none;
}

.contest ul li div.grandprix {
	font-size: 14px;
	font-size: 1.4rem;
}

.contest ul li div.grandprix span{
	padding-left: 35px;
}

.contest ul li div.grandprix span::before{
	left: 0px;
}
}

@media all and (-ms-high-contrast: none) {
/* ------------------------------------------------------*/
.overview-contents{
	padding: 64px 0 115px;
}
}
