/* CSS Document */

@charset "utf-8";

/*===========================================
ボタン枠
============================================*/


@media screen and (max-device-width: 760px) {

}

@media screen and (min-device-width: 761px ) {

}
/*===========================================
全体
============================================*/
div, p, span, img, a, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul, ul li, dl, dl dt, dl dd {
	list-style: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.pagetop {
	margin: 5px 0 30px 0;
	width: 17.24137931034483%;
	max-width: 100px;
	height: auto;
	clear: both;
	float: right;
}
.text_red {
	color: #ffff7a;
}
.text_bold {
	font-weight: bold;
}




/*===========================================
#container_all
============================================*/
#container_all {
	margin: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	color: #000000;
	text-align: left;
	width: 100%;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}





/*===========================================
a:hover
============================================*/
#container_all a:hover img {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

/*===========================================
Header
============================================*/
#header_area{
	margin-bottom: 70px;
        text-align: center;
}


img.sp {
        display: none;
}
img.pc {
        display: block;
}

p.header_text {
	font-weight: bold;
        font-size: 1.2em;
        color: #ca0000;
        margin: 15px;

}




/
/*===========================================
Grand Prix
============================================*/
#prize01_all{
	margin-bottom: 60px;
}
.prize_block01{
	position: relative;
	width: 100%;
	max-width: 940px;
	border: 2px solid #AC8000;
	box-sizing: border-box;
	padding:70px 40px 30px;
	text-align: center;
}

.prize_gold{
	position: absolute;
	top:-10%;
	left: 35%;
}
.prize_content01{
	display: flex;
	margin-bottom: 30px;
}

.prize_work01 img{
	width: 350px;
	height: auto;
}

.prize_details01{
	width: 540px;
	margin-left:40px;
	text-align: left;
}
.prize_title{
	font-size:2em;
	color: #007b94;
}
.prize_name{
	font-size: 1.3em;
}
.prize_comment{
	margin-top:20px;
	margin-bottom:50px;
	line-height: 180%;
}
/*===========================================
受賞
============================================*/
#prize02_all {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.prize_block02{
	position: relative;
	width: 48.5%;
	border: 2px solid #979797;
	box-sizing: border-box;
	padding: 50px 20px 35px 20px;
	text-align: center;
	margin-top: 60px;
	flex-direction: column;
}

.prize_silver{
	position: absolute;
	top: -3%;
	left: 25%;
}

.prize_work02 img {
		max-width: 100%;
	}
.prize_details02{
	margin-top :15px;
	text-align: left;
}

/*===========================================
Fukidashi
============================================*/

.staff_area01,.staff_area02 {
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  display: flex;
}

.staff_area01 .staff_boy01, .staff_area02 .staff_boy02 {
  float: left;
}
.staff_area02 .staff_boy02 {
  margin-right: -90px;
}

.staff_area01 .staff_boy01 img, .staff_area02 .staff_boy02 img {
  width: 70px;
  height: auto;
}

.staff_fukidashi01, .staff_fukidashi02 {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 12px;
  background: #FFF;
  border: solid 1px #555;
  box-sizing: border-box;
  line-height: 180%;
  border-radius: 6px;
}
.staff_fukidashi02 {
  margin: 0 0 0 100px;
}

.staff_fukidashi01:before, .staff_fukidashi02:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -22px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-right: 11px solid #FFF;
  z-index: 2;
}

.staff_fukidashi01:after, .staff_fukidashi02:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #555;
  z-index: 1;
}

.staff_fukidashi01 p, .staff_fukidashi02 p {
  margin: 0;
  padding: 0;
}
/*===========================================
入賞
============================================*/
#prize03_all {
        position: relative;
	display: inline-flex;
        padding: 70px 20px 35px 20px;
        margin: 60px auto;
	flex-wrap: wrap;
	border: 2px solid #a46949;
	box-sizing: border-box;
        text-justify: inter-ideograph;
}


.prize_block03 {
	height: 700px;
	width: 30%;
	padding: 14px 14px 97px 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
}


.prize_bronze {
	position: absolute;
	top: -1%;
	left: 38%;
}


.prize_work03 img {
		width:100%;
	}


.prize_details03 {
	margin-top:15px;
	text-align: left;
}


.prize_content03 {
        margin: 0;
}




/*===========================================
myButton
============================================*/
.btn_sisetsu01 {
	box-shadow:inset 0px 1px 0px 0px #79b2bd;
	background:linear-gradient(to bottom, #0391ad 5%, #007b94 100%);
	background-color:#0391ad;
	border-radius:6px;
	border:1px solid #8c7f7f;
	display:inline-block;
	cursor:pointer;
	padding: 9px 123px 9px 123px;
}
.prize_block02 .btn_sisetsu01, .prize_block03 .btn_sisetsu01 {
	line-height: 150%;
	display: block;
        position: absolute;
        bottom: 15px;
}
.btn_sisetsu01 a{
	color:#ffffff;
	display: block;
	position:relative;
	font-family:Arial;
	font-size:1.3em;
	text-decoration:none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-shadow:0px 1px 0px #007b94;
	letter-spacing: 0.1em;
}
.btn_sisetsu01:hover {
	background:linear-gradient(to bottom, #007b94 5%, #0391ad 100%);
	background-color:#007b94;
}


.btn_container1, .btn_container2, .btn_container3, .btn_container4 {
	box-shadow:inset 0px 1px 0px 0px #79b2bd;
	background:linear-gradient(to bottom, #0391ad 5%, #007b94 100%);
	background-color:#0391ad;
	border-radius:6px;
	border:1px solid #8c7f7f;
	display:inline;
	cursor: pointer;
	padding: 6px 52px 6px 52px;
}

a.btn-border {
	text-decoration:none;
	color:#ffffff;
	font-family:Arial;
	display: block;
	font-size:1.3em;
        position:relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration:none;
	text-shadow:0px 1px 0px #007b94;
	letter-spacing: 0.1em;
}




.btn-border :hover {
	background:linear-gradient(to bottom, #007b94 5%, #0391ad 100%);
	background-color:#007b94;
}


.btn_container1 {
	position: absolute;
        top: 22%;
}

.btn_container2 {
	position: absolute;
        top: 47%;
}


.btn_container3 {
	position: absolute;
        top: 71%;
}

.btn_container4 {
	position: absolute;
        top: 95%;
}


/*===========================================
RESPONSIVE
============================================*/

@media screen and (min-device-width: 761px ) {
}

@media screen and (max-device-width:  760px ) {
	#container_all img {
		width: 100%;
	}
	#header_area{
		margin-bottom: 50px;
	}
	img.sp {
        display: block;
}
	img.pc {
        display: none;
}
	p.header_text {
	font-weight: bold;
        font-size: 1em;
        color: #ca0000;
        margin: 0 0 50px 0;
	}

	.staff_area01 .staff_boy01 img, .staff_area02 .staff_boy02 img {
                width: 50px;
                height: auto;
	}
	.staff_fukidashi02 {
                width: 321px;
                margin: 0 0 0 100px;
	}
	figure.prize_work01, figure.prize_work02, figure.prize_work03 {
		margin-inline-start:inherit;
		margin-inline-end:inherit;
		margin-block-start:inherit;
		margin-block-end:inherit;
	}
	.prize_content01 {
		display: inherit;
	}
	.prize_block01 {
		padding: 30px 20px 20px;
	}
	.prize_details01 {
		width: inherit;
		margin-left: 10px;
	}
	.prize_gold {
		top: -7%;
		left: 1%;
	}
	.prize_gold img {
		width: 90% !important;
	}
	.prize_silver{
		top: -6%;
		left: 6%;
	}
	.prize_silver img {
		width: 90% !important;
	}
	.prize_bronze img {
		width: 90% !important;
	}
	.prize_title {
		font-size: 1.4em;
	}
	.prize_name {
		font-size: 1em;
	}
	.prize_comment {
		margin-bottom: 28px;
		font-size: 0.9em;
	}
	.prize_sisetsu {
		font-size: 0.9em;
	}
	.staff_fukidashi0 1{
		line-height: 150%;
		font-size: 0.9em;
	}
	.btn_sisetsu01 {
		padding: 0.3em 3em;
	}
	#prize02_all, #prize03_all {
		display:inherit;
		flex-wrap:inherit;
		justify-content: inherit;
	}
	.prize_block02 {
		width: 100%;
		padding: 11.2% 3% 3%;
	}
	#prize03_all {
		padding: 0;
	}
	.prize_block03 {
		width: 95%;
		height: auto;
		padding: 11.2% 3% 3%;
	}
	.prize_block03 .btn_sisetsu01 {
		width: 98%;
	}
	.prize_bronze {
		position: absolute;
		top: -0.7%;
		left: 12%;
	}

/*===========================================
RESPONSIVE BTN
============================================*/

.prize_block02 .btn_sisetsu01, .prize_block03 .btn_sisetsu01 {
	line-height: 150%;
	display: block;
        position: relative;
        bottom: 1px;
        padding: 6px 52px 6px 52px;
	}

.btn_container1, .btn_container2, .btn_container3, .btn_container4 {
	box-shadow:inset 0px 1px 0px 0px #79b2bd;
	background:linear-gradient(to bottom, #0391ad 5%, #007b94 100%);
	background-color:#0391ad;
	border-radius:6px;
	border:1px solid #8c7f7f;
	display:inline;
	cursor: pointer;
	padding: 6px 52px 6px 52px;
	}

a.btn-border {
	text-decoration:none;
	font-family: Arial;
	font-size: 1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #007b94;
	letter-spacing: 0.1em;
	}




.btn_container1, .btn_container2, .btn_container3, .btn_container4 {
	display: block;
        position: unset;
        margin: 20px 0 20px 0;
	}


}

/*===========================================
ボタン
============================================*/

#btn_back {
	display: flex;
	justify-content: center;
}
.btn_area {
	display: flex;
	justify-content: center;
}
/*#btn_back img{
	witdh:100%;
    height:auto;
}*/

.btn_bknumber {
    padding: 15px 50px;
    display: block;
    background-color: #1a0f39;
    margin-right: auto;
    border-radius: 6px;
    margin-left: auto;
	margin-bottom: 50px;
}
.btn_bknumber a{
	font-size: 1.5em;
	display: block;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 680px) {
.btn_area {
    display: inherit;
	justify-content: inherit;
	margin-bottom: 10px;
}
.btn_works, .btn_bknumber{
	padding: inherit;
	width: 80%;
	margin-right: inherit;
	margin: 10px auto;
	padding: 8px;
    text-align: center;
}
}

