@charset "UTF-8";
/*=============================================================================

	style.css

============================================================================= */
.hover a {
	display: block;
}
.hover a:hover {
	opacity: 0.7;
}

/*=============================================================================

	クリエーティブ甲子園

============================================================================= */
/*=============================================================================

	トップページ

============================================================================= */
/*-------------------------------------------------------------
	mainvisual
-------------------------------------------------------------*/
.mainvisual .topbnr {
	padding: 30px 0;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.mainvisual .topbnr {
	padding: 0;
}
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	
	
}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	bg
-------------------------------------------------------------*/
.bg_red {
	background: #d8437b;
}
.bg_blue {
	background: #7cc3e7;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	section_topread
-------------------------------------------------------------*/
.section_topread .section_inner {
	padding: 40px 0;
}
.section_topread .headline {
	width: 430px;
	height: 40px;
	line-height: 1;
	margin: 0 auto;
}
.section_topread .content {
	margin-top: 20px;
}
.section_topread p {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
.section_topread .section_inner {
	padding: 40px 20px;
}	
.section_topread p {
	text-align: left;
}	

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {	
.section_topread .section_inner {
	padding: 20px;
}	
.section_topread .headline {
	width: 90%;
	height: auto;
}
.section_topread .content {
	margin-top: 3vw	;
}	
.section_topread p {
	font-size: 3.5vw;
}	

}	/* for SP max-width: 800px */

/*-------------------------------------------------------------
	section_toplist
-------------------------------------------------------------*/
.section_toplist .flex_container {
	margin-top: -30px;
}
.section_toplist .item {
	text-align: center;
	background: #fff;
}
.section_toplist .item a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 30px;
	box-sizing: border-box;
}
.section_toplist .item .txt {
	margin-top: 15px;
}
.section_toplist .item .name {
	color: #192d79;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
.section_toplist .item p {
	color: #d8437b;
	font-size: 12px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 10px;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {

}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.section_toplist .flex_container {
	margin-top: -10px;
}	
.section_toplist .item a {
	padding: 10px 10px 20px;
}
.section_toplist .item .txt {
	margin-top: 10px;
}	
.section_toplist .item .name {
	font-size: 4vw;
}
.section_toplist .item p {
	font-size: 3.5vw;
	margin-top: 2vw;
}

}	/* for SP max-width: 800px */

/*=============================================================================

	下層ページ

============================================================================= */
.eyecache a {
	display: block;
}
.eyecache a:hover {
	opacity: 0.7;
}

/* タブレット以下 */
@media screen and (max-width: 1070px) {
	
}	/* for tablet max-width: 1070px */

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
	
}	/* for SP max-width: 800px */

/*=============================================================================

受賞賞品表示
============================================================================= */

/* 賞タイトル */

.award_title{
  display: inline-block;
  position: relative;
  padding: 1.5rem 2rem;
}

.award_title:before,
.award_title:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 30%, #e1ce08 60%, #704308 120%);
  background-image: linear-gradient(135deg, #897713 0%, #ffce08 30%, #e1ce08 80%, #897713 100%);
}

.award_title:before {
  top: 0;
}

.award_title:after {
  bottom: 0;
}

/* 賞品キャプション */
.caption{
    font-size: 10px;
    text-align: center ;
}

/* 個人受賞賞品 */

.flex_box_c {
  display: flex;
  justify-content: center;
    align-items: center;
}
.flex_item_c {
  width: 25%;
  margin: 0 50px;
}

.radius img{
    border-radius: 0.4em;
     border:1px solid #d3d3d3; 
}


@media only screen and (max-width: 800px) {
.flex_box_c {
flex-wrap: wrap ;
}	
.flex_item_c {
  width: 80%;
  margin: 0;
}    

.radius img{
    border-radius: 0.4em;
}
}	/* for SP max-width: 800px */


/* 団体　受賞賞品 */
.img_c{
 text-align: center ;
}
.img_c img{
width: 40%
}

/* SP向けレイアウトの指定：～800px */
@media only screen and (max-width: 800px) {
.img_c img{
width: 80%
}	
}


.title_cap{
font-weight: normal;
font-size: 1rem; 
}

@media only screen and (max-width: 800px) {
.title_cap span{
  font-size: 0.8rem;
}
}	/* for SP max-width: 800px */
