﻿@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFF;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
	font-size: 15px;
	line-height: 150%;
}

html,
body {
	height: 100%;
}

img {
	line-height: 0;
	font-size: 0;
	border: 0;
}

a img,
fieldset,
img {
	border: 0;
}

blockquote,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
pre,
span,
td,
th {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
	font-size: 100%;
}

ul,
li,
ol {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%
}

a:link,
a:visited {
	color: #1072bd;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
	text-decoration: none;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#header {
	border-bottom: 1px solid #60c6ef;
	padding: 20px 0;
	margin-bottom: 0px;
}

#header h1 {
	text-align: left;
}

#header h1 img.logo {
	display: block;
	font-size: 0;
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
#contents {
	background-color: #fff;
	padding: 40px 0px 1px 0px;
	text-align: left;
}

.contentsInner {
	width: 840px;
}

.section {
	text-align: left;
}

.section.bb1x {
	border-bottom: 1px solid #666;
}

.mb100 {
	margin-bottom: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.hxL {
	background: #60c6ef;
	background: linear-gradient(#ffffff 0%, #53cbf1 45%, #60c6ef 100%);
	padding: 20px;
	color: #FFF;
	line-height: 200%;
	text-shadow: 1px 1px 10px #60c6ef;
	font-size: 22px;
	margin-bottom: 20px;
}

.hxM {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #62c6f2;
	padding-bottom: 5px;
	font-weight: normal;
}

.hx1 {
	border-top: 1px solid #62c6f2;
}

.hx1 span {
	display: inline-block;
	background-color: #62c6f2;
	color: #FFF;
	margin-bottom: 20px;
	font-weight: normal;
	padding: 5px;
}

.hx2 {
	font-size: 18px;
	padding: 10px 0;
	color: #1072bd;
	margin-bottom: 20px;
}

.section .text {
	margin-bottom: 20px;
	line-height: 200%;
}

.section .list ul li {
	float: left;
	margin-right: 10px;
}

.section .list ul li h3 {
	background-color: #e3e3e3;
	padding: 5px;
}

.summ {
	background: url(../img/arrow_triple.png) left center no-repeat;
	padding-left: 100px;
	min-height: 70px;
	width: 760px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.sumText {
	background-color: #60c6ef;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	padding: 10px 20px;
	line-height: 160%;
	text-align: left;
}

.sumText span {
	background-color: #FFF;
	color: #80cdf1;
	padding: 3px 5px;
}

.aCenter {
	margin: 0 auto;
	text-align: center;
}

.aRight {
	text-align: right;
}

a.btn {
	background-color: #1072bd;
	border-radius: 8px;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	color: #FFF;
	padding: 10px;
	border-bottom: 3px solid #02518e;
	text-decoration: none;
}

a.btn2 {
	background-color: #FFF;
	border-radius: 8px;
	font-size: 13px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	color: #333;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #959595;
}

a.btn2 img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

a.btn.pdf {
	background: #1072bd url(../img/icon_pdf.png) right center no-repeat;
	background-size: 25px;
	padding-right: 27px;
}

a.btn.xls {
	background: #1072bd url(../img/icon_xls.png) right center no-repeat;
	background-size: 25px;
	padding-right: 27px;
}

a.btn.blank {
	background: #1072bd url(../img/icon_link.png) right center no-repeat;
	background-size: 25px;
	padding-right: 27px;
}

.pdfList ul li,
.arrowList ul li {
	width: 250px;
	float: left;
	margin: 0 15px;
}

.pdfList ul li h3 {
	background: #62c6f2;
	padding: 10px;
	color: #FFF;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}

.pdfList ul li a.btn {
	width: 100%;
	margin-bottom: 10px;
}

.arrowList ul li h3 {
	position: relative;
	background: #FFF;
	border: 2px solid #60c6ef;
	height: 100px;
	font-size: 16px;
	color: #60c6ef;
	margin-right: 30px;
	margin-bottom: 20px;
	padding: 15px;

}

.arrowList ul li h3.line1 {
	padding: 38px 15px;
}

.arrowList ul li h3:after,
.arrowList ul li h3:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrowList ul li h3:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #FFF;
	border-width: 48px;
	margin-top: -48px;
}

.arrowList ul li h3:before {
	border-color: rgba(96, 198, 239, 0);
	border-left-color: #60c6ef;
	border-width: 50px;
	margin-top: -50px;
}

.arrowList ul li img {
	display: block;
	margin: 20px auto 0 auto;
	text-align: center;
}

.indent {
	display: block;
	margin-left: 20px;
	text-indent: -20px;
}

.tableWrap {
	margin-bottom: 40px;
}

.wsTbl {
	border: 1px solid #999;
}

.wsTbl th,
.wsTbl td {
	font-weight: normal;
	padding: 3px;
	border: 1px solid #AAA;
}

.wsTbl thead .th1,
.wsTbl thead .th3,
.wsTbl thead .th4,
.wsTbl thead .th5 {
	background-color: #C9C9C9;
	text-align: center;
}

.wsTbl tbody .trHead {
	background-color: #1072bd;
	color: #FFF;
	font-size: 16px;
}

.wsTbl tbody th {
	font-weight: bold;
	background-color: #d8f1fc;
}

.wsTbl tbody td h4 {
	color: #1072bd;
}

.wsTbl tbody th.td1 {
	width: 17%;
	text-align: center;
}

.wsTbl tbody th.td2 {
	width: 8%;
	text-align: center;
}

.wsTbl tbody th.td1w {
	width: 25%;
	text-align: center;
}

.wsTbl tbody td.td4 {
	width: 17%;
	text-align: center;
	font-size: 13px;
}

.wsTbl tbody td.td5 {
	width: 13%;
	text-align: center;
	font-size: 13px;
}

.clgMsg {
	display: inline-block;
	background-color: #02518e;
	color: #FFF;
	padding: 5px 10px;
	margin: 0 auto 40px auto;
	text-align: center;
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/

#footer {
	margin-top: 40px;
	border-top: 1px solid #65c7f0;
	padding: 10px 0 40px 0;
	text-align: right;
	font-size: 11px;
}







#contents img {
	vertical-align: bottom
}

#contents .section {
	margin-bottom: 40px;
	background-color: #fafafa;
	padding: 60px;
}


/*-------------------------------------------------
	AWARD
-------------------------------------------------*/
#contents .section0 {
	padding: 0;
	background-color: inherit;
}

.section0 .intro {
	position: relative;
	font-size: 15px;
}

.section0 .intro>div {
	padding: 60px;

}

.section0 .swiper-container {
	padding-bottom: 40px;
}

.section0 .intro h2 {
	font-size: 22px;
	margin-bottom: 1em;
	color: #65c7f0;
}

.section0 .intro p {
	margin-bottom: 1em;
}

.section0_pictures {
	display: flex;
}

.section0_picture {
	width: 25%;
}

.section0_picture img {
	width: 100%;
}

.section0_picture p {
	padding: 0.5em 0.5em;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
}

.section0 .caption {
	position: absolute;
	bottom: 1em;
	right: 1em;
	font-size: 12px;
}

.content_nav {
	margin-bottom: 40px;
}

.content_nav li {
	width: 23.4%;
	margin-right: 2.08%;
	float: left;
	margin-bottom: 20px;
}

.content_nav li:nth-child(4n) {
	margin-right: 0;
}

.content_nav li a {
	padding: 0.3em 0 0.7em 0;
	min-height: 70px;
	line-height: 1.3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	background: url(../img/award/arrow_bottom.png) center 90% no-repeat #62c6f2;
	;
}


.section_prize .subsection {
	margin-bottom: 50px;
}

.section_prize .subsection:last-of-type {
	margin-bottom: 0px;
}

.section_prize .prize {
	background: url(../img/award/prize_bg.png) center center no-repeat;
}

.section_prize .prize {
	font-size: 18px;
	text-align: center;
	color: #cfb53b;
	padding: 1em;
	margin-bottom: 40px;
}

.section_prize .prize span {
	display: block;
	font-size: 15px;
}

.prize_main {
	margin-bottom: 4em;
}

.prize_main li {
	width: 48.8%;
	float: left;
	margin-bottom: 2em;
}

.prize_main li:nth-child(2n+1) {
	clear: both;
}

.prize_main li:nth-child(2n) {
	float: right;
}

.prize_main-three li,
.prize_main-three li:nth-child(2n+1),
.prize_main-three li:nth-child(2n) {
	float: left;
	width: 32.38%;
	margin-right: 1.42%;
	clear: none;
}

.prize_main-three li:nth-child(3n+1) {
	clear: both;
}

.prize_main-three li:nth-child(3n) {
	margin-right: 0;
}

.entry_info {
	display: flex;
}

.entry_info>div:last-child {
	padding-left: 1em;
}

.prize_visual,
.entry_thumb {
	margin-bottom: 1em;
}

.entry_rank {
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #cfb53b;
}

.prize_etc {
	background-color: #fff;
	padding: 45px;
}

.prize_etc_list {
	display: flex;
	justify-content: space-between;
}

.prize_etc_list-narrow {
	width: 80%;
	margin: auto;
}

.prize_etc_list dl {
	display: flex;
}

.prize_etc .prize_etc_rank {
	text-align: right;
	width: 3em;
	color: #cfb53b;
	margin-right: 1em;
}

.prize_etc_list .prize_etc_org {
	width: 13em;
}

#s1 .prize_etc2 .prize_etc_list2 .prize_etc_org {
	width: 15em;
}

#s4 .prize_etc_list-narrow {
	width: 90%;
}

#s4 .prize_etc_list .prize_etc_org {
	width: 15em;
}

.prize_etc_list_vertical {
	margin-bottom: 2em;
}

.prize_etc_list_vertical:last-of-type {
	margin-bottom: 0;
}

.prize_etc h4 {
	color: #cfb53b;
	font-weight: normal;
	margin-bottom: 0.75em;
}

.prize_etc h4 small {
	color: #333;
	font-size: 0.75em;
	display: inline-block;
	margin-left: 2em;
}

.prize_etc_list_vertical dl {
	display: flex;
	width: 100%;
}

.prize_etc_list_vertical .prize_etc_org {
	width: 10em;
}

.entry_member {
	font-size: 93%;
}

.btn_movie a {
	width: 140px;
	display: block;
	border: solid 2px #cfb53b;
	background-color: #fff;
	color: #cfb53b;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 0.5em 1em;
	margin-right: 0px;
	margin-left: auto;
}

.btn_movie a:hover {
	border: solid 2px #cfb53b;
	background-color: #cfb53b;
	color: #fff;
}

.section2 .prize_main {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.section2 .prize_main li {
	width: 41.9%;
}

.section2 .prize_main li:nth-child(2) {
	width: 52.3%;
}

.section6 p {
	margin-bottom: 2em;
}

.section6 li {
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 2em;
	float: left;
}

.section6 li:nth-child(3n) {
	margin-right: 0;
}

.section6 .movie {
	width: 360px;
	margin: auto;

}

.section7 p {
	margin-bottom: 2em;
}

.section7 li {
	width: 32.5%;
	margin-right: 1.25%;
	margin-bottom: 2em;
	float: left;
}

.section7 li:nth-child(3n) {
	margin-right: 0;
}

.section7 .subsection2 {
	width: 71.43%;
	margin-left: auto;
	margin-right: auto;
}

.section7 .subsection2 li {
	width: 45.3%;
	margin-right: 9.3%;
	float: left;
}

.section7 .subsection2 li:nth-child(3n) {
	margin-right: 9.3%;
}

.section7 .subsection2 li:nth-child(2n) {
	margin-right: 0;
}

.section7 .subsection2 li:nth-child(2n+1) {
	clear: both;
}

.section7 .entry_prize {
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #cfb53b;
}

.section7 li dl {
	display: flex;
}

.section7 li dt:before {
	content: '【'
}

.section7 li dt:after {
	content: '】'
}

.section7 li dt {
	white-space: nowrap;
	padding-right: 0.5em;
}

.section8 .subsection {
	margin-bottom: 2em;
}

.section8 h4 {
	color: #62c6f2;
	margin-bottom: 2em;
}

.section8 .subsection3 h4 {
	margin-bottom: 0.5em;
}

.section8 p {
	margin-bottom: 2em;
}

.section8 p strong {
	margin-bottom: 1em;
	font-size: 20px;
}

.section8 .subsection3 {
	width: 71.43%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
}

.section8 .subsection li {
	width: 45.3%;
	margin-right: 9.3%;
	float: left;
}

.section8 .subsection li:nth-child(2n) {
	margin-right: 0;
}

.section8 .subsection li:nth-child(2n+1) {
	clear: both;
}

.btn_pagetop {
	width: 47px;
	height: 47px;
	background: url(../img/award/btn_pagetop.png) center center no-repeat;
	position: fixed;
	left: calc(50% + 427px);
	bottom: -50px;
	cursor: pointer;
	transition-duration: 0.5s;
	transition-property: bottom;
}

body.display_pagetop .btn_pagetop {
	bottom: 60px;
}

blink {
	-webkit-animation: blink 1s ease infinite;
	animation: blink 1s ease infinite;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

h9 {
  color: #6cb4e4;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #6cb4e4;
  border-bottom: solid 2px #6cb4e4;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


/* 吹き出し本体 */
.balloon1{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #ffffff;

  border: 2px solid #999999;

  margin-left: 110px;          /* 左に余白を設ける */
}
/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon{
  position: absolute;
  left: -110px;
  top: 0;
}
/* 三角アイコン（枠線） */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #999999;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 三角アイコン（本体） */
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 20px;
  border-right: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


/* 吹き出し本体 */
.balloon2{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #ffffff;

  border: 2px solid #999999;

  margin-right: 110px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon2 .icon{
  position: absolute;
  right: -110px;
  top: 0;
op: 0;
}
/* 三角アイコン（枠線） */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #999999;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 三角アイコン（本体） */
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20px;
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}




/* 吹き出し本体 */
.balloon3{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  color: #000000;
  background-color: #ffffff;

  border: 2px solid #999999;

  margin-right: 210px;          /* 右に余白を設ける */
}
/* 画像 - 絶対配置で右上に配置 */
.balloon3 .icon{
  position: absolute;
  right: -210px;
  top: 0;
op: 0;
}
/* 三角アイコン（枠線） */
.balloon3::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #999999;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

/* 三角アイコン（本体） */
.balloon3::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 20px;
  border-left: 15px solid #ffffff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


h10 {
  padding: 1rem 2rem;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

/* 吹き出し本体 */
.balloon{
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #999999;
}

.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 180px;
  bottom: -15px;
  border-top: 15px solid #999999;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 180px;
  bottom: -12px;
  border-top: 15px solid #ffffff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}





