/* ======================
 * title
 * ====================== */

.hdg_yec_l0 {
    margin-bottom: 2em;
}

.hdg_yec_l2 {
    padding: 10px 20px 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3939a5;
}

.hdg_l2_02 { margin-top: 2em; margin-bottom: 1em; padding: 6px 10px 5px; border: 1px solid #eee; clear: both; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #F8F7F3; font-size: 14px;}
.hdg_l2_02.select { margin-top: 0; border: none; background: #CACAEC; color: #3939A5;}

.hdg_l3_01 {
	margin-top: 2em;
}

.hdg_l3_blu {
    color: #3939a5!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.125;
    margin: 0 0 10px;
}
.hdg_l3_blu02 {
    color: #3939a5!important;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.125;
    margin: 0 0 10px;
}

.hdg_lyt_yec {
	display: block;
	width: 100%;
	margin-bottom: 35px;
    background-image: url(/yec/common/images/hdg_bg_01.png);
	background-position: center center;
	background-repeat: no-repeat;
    background-size: 100% auto;
}
.hdg_lyt_yec .hdg_l1_sub_01 {
	display: block;
	padding: 12px 12px 0;
    font-size: 14px;
    font-size: 1.4rem;
	line-height: 1;
	color: #333;
	text-align: left;
}
.hdg_lyt_yec .hdg_l1_01 {
	display: block;
	margin: 0;
	padding: 3% 25px 5%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
	color: #333;
}
.hdg_lyt_yec .hdg_l1_02 {
	display: block;
	margin: 0;
	padding: 5% 25px;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight: 400;
    line-height: 1;
	color: #333;
}

@media screen and (max-width: 980px) {
	.hdg_lyt_yec .hdg_l1_sub_01 {
		padding: 8px 8px 0;
	}
}

@media screen and (max-width: 640px) {
	.hdg_lyt_yec {
		margin-bottom: 14px;
	}
	.hdg_lyt_yec .hdg_l1_sub_01 {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.hdg_lyt_yec .hdg_l1_01 {
		padding: 3% 13px 4%;
		min-height: 50px;
		font-weight: 400;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.hdg_lyt_yec .hdg_l1_02 {
		padding: 5% 13px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

h5.info-ar {
    display: block;
    font-weight:bold;
    margin-top: 2em;
    margin-bottom: 1em;
    padding: 6px 10px 5px;
    background: #fbf8da;
    clear: both;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
}

/* ======================
 * table
 * ====================== */

.tableA01,
.tableA02 {
	width: 100%;
	border-collapse: collapse;
}
.tableA01 thead th,
.tableA02 thead th {
	color: #fff;
	text-align:center;
	background-color: #4031A8;
}
.tableA01 tbody td {
	vertical-align: top;
}

.tableA02 tbody td {
	vertical-align: middle;
}

.tableA01 tbody td.tCenter, 
.tableA02 tbody td.tCenter {
	text-align: center;
}
.tableA01 tbody td.tRight,
.tableA02 tbody td.tRight {
	text-align: right;
}

.tbl01.yec th{
    background: #4031A8;
    color: #fff;
    width: 32%;
}

.tbl01.yec td.name{
    background: #fff6d8;
}

.tbl01.yec tr.stripe {
    background: #f4f7ff;
}

.tbl03 {
    width: 100%;
    border: 0;
    line-height: 1.4;
    margin: 0 0 15px;
}

.tbl03 td, .tbl03 th {
    border-left: 0;
    border-right: 0;
    background: #fff;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word;
    padding: 10px;
}


table{
width:100%;
}

@media screen and (max-width: 640px) {
  .scrollBox{
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
  .scrollBox::-webkit-scrollbar{
  height: 5px;
}
  .scrollBox:::-webkit-scrollbar-track{
   background: #F1F1F1;
}
.scrollBox::-webkit-scrollbar-thumb {
   background: #BCBCBC;
   }
}

/* ======================
 * box
 * ====================== */

.pointBox {
	padding: 10px 20px 8px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	border-radius: 4px;
}
.pointBox .title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #3939a5;
}
.pointBox .title_l02 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #3939a5;
}
.pointBox p {
	margin-bottom: 0;
}

.pointBox_02 {
	padding: 15px 20px 0;
	border: 1px solid #eee;
	margin-bottom: 15px;
	background-color: #F8F7F3;
	border-radius: 4px;
}
.pointBox_02 .title {
	font-size: 16px;
	font-size: 1.6rem;
	color: #3939a5;
}
.pointBox_02 .title_l02 {
	font-size: 14px;
	font-size: 1.4rem;
	color: #3939a5;
}

.box_yec_01 {
	padding-left: 1em;
}

.banner_info {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

.banner_info span{
text-decoration: underline;
font-weight: 700;
}


a.btn_linkBox02 {
    display: block;
    margin: 0 auto;
    padding: 16px 25px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #4031A8;
    border-radius: 5px;
    outline: none;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 400;
}


/* ======================
 * navi
 * ====================== */

ul.pageNav02 {
	margin-bottom: 20px;
	overflow: hidden;
}
ul.pageNav02 li a {
  background: url(/common/img/icon_arrow05.gif) left center no-repeat;
  padding-left: 18px;
}
ul.pageNav02 li {
	float: left;
	margin-right: 20px;
}

ul.pageNav03 {
	margin-bottom: 20px;
	overflow: hidden;
}

ul.pageNav03 li {
	float: left;
	margin-right: 20px;
}


/* ======================
 * notice
 * ====================== */

.notice01.char01 li {
	padding-left:2em
}

/* ======================
 * list
 * ====================== */

ul.normal {
	list-style-type: disc;
	padding-left: 15px;
}
ul.normal > li {
	margin-bottom: 0.5em;
}
ul.normal_l02 {
	margin-top: 0.5em;
	list-style-type: circle;
	padding-left: 15px;
}
ul.normal_l02 > li {
	margin-bottom: 0.3em;
}
ul.normal_l02 > li.fin {
	margin-bottom: 0.1em;
}

ul.freeIndent_01 > li {
	margin-bottom: 0.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


/* ======================
 * text
 * ====================== */

.indent_yec_01 {
	text-indent: -1em;
	padding-left: 1em;
}
.textLine {
	text-decoration: underline;
}

.left {
    text-align: left!important;
}

.mb_01g {
	margin-bottom:1em;
}

/* ======================
 * btn
 * ====================== */

.btn_box_01 {
	overflow: hidden;
}
.btn_box_01 a {
	display: block;
	margin: 0 auto;
	padding: 16px 25px;
	width: 60%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #4031A8;
	border-radius: 5px;
	outline: none;
}
.btn_box_01 a:hover {
	opacity: 0.9;
}

.btn_box_02,
.btn_box_03,
.btn_box_end,
.btn_box_pdf {
	overflow: hidden;
}
.btn_box_02 a {
	display: block;
	margin: 0 auto;
	padding: 16px 25px;
	width: 80%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #4031A8;
	border-radius: 5px;
	outline: none;
}

.btn_box_03 a {
	display: block;
	margin: 0 auto;
	padding: 4px;
	/*width: 90%;*/
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #4031A8;
	border-radius: 3px;
	outline: none;
}

.btn_box_pdf a {
	display: block;
	margin: 0 auto;
	padding: 10px 25px;
	width: 80%;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
	font-size:2rem;
	background-color: #FFE8E8;
	border-radius: 5px;
	outline: none;
	border: 2px solid #DA2F3D;
}


.btn_box_pdf img{
    margin-right:0.5em;
}

.btn_box_02 a:hover, 
.btn_box_03 a:hover, 
.btn_box_pdf a:hover {
	opacity: 0.9;
}

.btn_box_end {
	display: block;
	margin: 0 auto;
	padding: 16px 25px;
	width: 80%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #ACAAA9;
	border-radius: 5px;
	outline: none;
}

.btn_btm_txt {
	display: block;
	margin: 0 auto;
	color: #ff0000;
	text-align: center;
}


/* ======================
 * side navi for mobile
 * ====================== */

.mobile-navi {
	display: none;
}

@media screen and (max-width: 640px) {
	.topic_path {
		margin-bottom: 0;
	}
	.secondary {
		display: none;
	}
	.mobile-navi {
		display: block;
		margin-bottom: 20px;
	}
	.mobile-navi .mobile-lnavi_title {
		position: relative;
		margin: 0;
		padding: 15px 10px 13px 10px;
		min-height: 50px;
		font-size: 1.5rem;
		font-weight: bold;
		line-height: 1.4;
		color: #fff;
		text-align: center;
		background-color: #2b6ab5;
		cursor: pointer;
	}
	.mobile-navi .mobile-lnavi_title .mobile-btn_open {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 50px;
		height: 50px;
	}
	.mobile-navi .mobile-lnavi_title .mobile-btn_open .mobile-nav_icon {
		position: absolute;
		top: 24px;
		left: 14px;
		display: block;
		width: 22px;
		height: 3px;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.3s ease;
	}
	.mobile-navi .mobile-lnavi_title .mobile-btn_open .mobile-nav_icon::before,
	.mobile-navi .mobile-lnavi_title .mobile-btn_open .mobile-nav_icon::after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		width: 22px;
		height: 3px;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.5s ease;
	}
	.mobile-navi .mobile-lnavi_title .mobile-btn_open .mobile-nav_icon::before {
		top: -7px;
	}
	.mobile-navi .mobile-lnavi_title .mobile-btn_open .mobile-nav_icon::after {
		top: 7px;
	}
	.mobile-navi .mobile-lnavi_title.navClose .mobile-btn_open .mobile-nav_icon {
		background-color: rgba(255, 255, 255, 0);
	}
	.mobile-navi .mobile-lnavi_title.navClose .mobile-btn_open .mobile-nav_icon::before {
		top: 0;
		transform: rotate(45deg);
	}
	.mobile-navi .mobile-lnavi_title.navClose .mobile-btn_open .mobile-nav_icon::after {
		top: 0;
		transform: rotate(-45deg);
	}
	
	.mobile-navi .mobile-lnavi {
		display: none;
	}
	.mobile-navi.mobile-footer .mobile-lnavi {
		display: block;
	}
	.mobile-navi .mobile-lnavi > li {
		border-bottom: solid 1px #fff;
	}
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle,
	.mobile-navi .mobile-lnavi > li a {
		position: relative;
		display: block;
		margin: 0;
		padding: 15px 30px 13px 10px;
		font-size: 1.3rem;
		line-height: 1.4;
		color: rgb(51, 51, 51);
		text-decoration: none;
		cursor: pointer;
	}
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle::before,
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle::after {
		display: block;
		content: '';
		position: absolute;
		top: calc(50% - 1px);
		right: 15px;
		width: 11px;
		height: 1px;
		background-color: #fff;
		opacity: 1;
		transition: all 0.3s ease;
	}
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle::after {
		top: calc(50% - 6px);
		right: 20px;
		width: 1px;
		height: 11px;
	}
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle.navClose::after {
		opacity: 0;
	}
	.mobile-navi .mobile-lnavi > li .mobile-lnavi_subtitle > .mobile-icon,
	.mobile-navi .mobile-lnavi > li a > .mobile-icon {
		position: absolute;
		top: calc(50% - 0.6rem);
		right: 15px;
		font-size: 1.2rem;
	}
	.mobile-navi .mobile-lnavi > li a {
		background-color: #dfeeff;
	}
	.mobile-navi .mobile-lnavi > li > .mobile-lnavi_subtitle {
		font-weight: bold;
		color: #fff;
		background-color: #4b86cc;
	}
	.mobile-navi .mobile-lnavi > li a:hover {
		text-decoration: none;
	}
	.mobile-navi .mobile-lnavi > li > ul {
		display: none;
		margin: 0;
	}
	.mobile-navi .mobile-lnavi > li > ul > li {
		border-top: solid 1px #fff;
	}
	.mobile-navi .mobile-lnavi > li > ul > li a {
		padding-left: 20px;
	}
	
	.mobile-navi .mobile-lnavi > li a.active {
		font-weight: bold;
		color: #000;
		background-color: #fafafa;
	}
	.mobile-navi .mobile-lnavi > li a.active > .mobile-icon {
		font-weight: normal;
	}
}


/* ======================
 * info
 * ====================== */

.primary_inner span.infodate {
    display: block;
}

.primary_inner span.infodate {
    margin: 0;
    padding: 0 0 30px 0;
    text-align: right;
    font-weight: normal;
    border: none;
}

/* ======================
 * senkoukai
 * ====================== */

dl.oth_info {
    line-height: 1.125;
    padding-bottom:15px !important;
}

dl.oth_info br{
    display: none!important;
}


.oth_info dt {
    float:left;
    color: #3939a5;
    font-weight: 700;
    padding-right:1em;
}
.oth_info dd {
    float: left ;
    margin-right:18px;
}

.endtxt{
	color: #ff0000 !important;
	font-weight:normal!important;
}


/* ======================
 * banner
 * ====================== */
 
.sp_banner,
.el_banner {
    display: none!important;
 }

.fb_banner {
    display: flex;
    align-items: stretch;
    background-color: #4031A8;
    margin-bottom: 30px;
    padding-right: 20px;
}

.fb_banner ::after, ::before {
    box-sizing: inherit;
}

.fb_banner.icon {
    margin-left: -20px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 7px;
    width: 80px !important;
    border-radius: 4px 0 0 4px;
}

.fb_banner.icon>img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    align-self: flex-start;
}

.fb_banner p{
    width: 100%;
    align-items: center;
    height: 100%;
    line-height: 1.2;
    color: #fff;
    /*margin: 0;*/
    margin-left: 20px;
    padding-top: 20px;
    /*padding-bottom: 20px*/;
    color: #fff;
    font-size: 2.2rem;
}

.fb_banner a{
    color: #fff;
    text-decoration-line:none;
}

.fb_banner:hover {
	opacity: 0.9;
}

 /* ======================
 * final/comment
 * ====================== */
 
.reportArea {
	margin-bottom: 50px;
}

.reportArea .delimiter01 {
	margin-top: 20px;
	padding-top:20px;
	border-top: dotted 1px #ccc;
}

.reportArea .reportPhoto01 {
	position: relative;
	margin-bottom: 15px;
}
.reportArea .reportCaption01 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}

.reportArea .commentList01 li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.reportArea .commentList01 li:before {
	content: "・";
}
.reportArea .commentList02 li,
.comment_en .commentList02 li {
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
	
}
.reportArea .commentList02 li:before,
.comment_en .commentList02 li:before{
	content: "- ";
}
.reportArea .comment_jp {
	margin-bottom: 20px;
}
.reportArea .comment_en {
	padding-top: 20px;
	border-top: dotted 1px #ccc;
}
.reportArea .playerList {
	overflow: hidden;
}
.reportArea .playerList li {
	float: left;
	margin-left: 2%;
	margin-bottom: 3%;
	width: 31%;
}

.reportArea .playerList li:first-child {
	margin-left: 0;
}
.reportArea .playerList li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.reportArea .playerList li p {
	margin: 5px 0 0 0;
	text-align: center;
}
.reportArea .playerList li .playerPhoto {
	position: relative;
}
.reportArea .photoLeft01 {
	overflow: hidden;
}
.reportArea .photoLeft01 .photo {
    position: relative;
    float: left;
    width: 48%;
}
.reportArea .photoLeft01 .photo img {
	width: 100%;
	height: auto;
}
.reportArea .photoLeft01 .desc {
	float: left;
	margin-left: 2%;
	width: 50%;
}
.reportArea .cover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.reportArea .cover img {
	display: block;
	width: 100%;
	height: 100%;
}

.reportArea .photoLeft01 .photo p{
	font-size: 1.2rem;
}

.reportArea .awardList {
	overflow: hidden;
}
.reportArea .awardList dt {
	clear: both;
	float: left;
	/*padding-top: 5px;*/
	/*width: 20%;*/
	/*min-width: 85px;*/
	/*font-size: 15px;*/
	/*font-size: 1.5rem;*/
	color: #3939a5;
	/*min-height: 30px;*/
	display: inline-block;
}
.reportArea .awardList dt span {
	/*font-size: 18px;*/
	/*font-size: 1.8rem;*/
}
.reportArea .awardList dd {
	float: left;
	/*padding-top: 10px;*/
	margin-left: 3%;
	/*width: 80%;*/
}

.reportArea .awardList .oneLine {
	float: none;
	padding-top: 0;
	margin-left: 0;
	width: 100%;
}

.reportArea .caption {
    margin: 10px 0 10px 0;
    text-align: center;
}

@media screen and (min-width: 641px) and (max-width: 980px) {
	.reportArea .awardList dt {
		float: none;
		width: 100%;
	}
	.reportArea .awardList dd {
		float: none;
		padding-top: 2px;
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (min-width: 0px) and (max-width: 640px) {
.reportArea .playerList li {
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
    width: 48%;
	}
	
.reportArea .playerList li:nth-child(2n+1) {
    float: left;
    margin-left: 0!important;
	}
.reportArea .playerList li:nth-child(3n+1) {
    float: left;
    margin-left: 0!important;
	}

}

/* ======================
 * final/report-finalist
 * ====================== */

.finalist {
	overflow: hidden;
}
.finalist li {
    display:inline-block;
	margin-left: 2%;
	margin-bottom: 3%;
	width: 31%;
	vertical-align: top;
}

.finalist li:first-child {
	margin-left: 0;
}

.finalist li p {
	margin: 5px 0 0 0;
	text-align: center;
}
.finalist li .playerPhoto {
	position: relative;
}
@media only screen and (min-width: 640px) {
.finalist li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
}
@media only screen and (max-width: 640px) {
.finalist > li {
    display:inline-block;
    max-width: 45%;
    width: 100%;
    vertical-align: top;
}
.finalist li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
}

/* ======================
 * final/flyer
 * ====================== */

#flyer_area .photoright01 {
	overflow: hidden;
}
#flyer_area .photoright01 .photo {
    position: relative;
    float: right;
    width: 38%;
}
#flyer_area .photoright01 .photo img {
	margin: 0 auto;
	height: auto;
	padding-left: 10px;
}
#flyer_area .photoright01 .desc {
	float: left;
	margin-left: 2%;
	width: 60%;
}

/* ======================
 * /about/movie/
 * ====================== */

a.popup_01 {
	display: block;
	margin: 0 auto;
	padding: 8px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #4031A8;
	border-radius: 5px;
	outline: none;
}
a.popup_01:hover {
	opacity: 0.9;
}


/* ======================
 * box_news
 * ====================== */
 
.boxnews {
    background: #FFFDE8;
    padding-top: 14px;
}

 
@media only screen and (max-width: 640px) {
	.btn_list_line_02 span {
		width: 100%;
	}
	.lyt_column .colImage {
		margin-top:10px;
	}
	.lyt_column .colImage:first-child {
		margin-top:0;
	}
	.sp_banner { 
	display: block!important;
	margin-bottom: 20px;
	} 
	.el_banner {
	display: block!important;
    text-align: center;
    margin: 8px auto;
    }
	.el_banner ul{
    margin-bottom: 20px;
    }
	dl.oth_info br{
    display: block!important;
    line-height:2!important;
	}
	.reportArea .photoLeft01 .photo,
	.reportArea .lyt_column .photo,
	#flyer_area .photoright01 .photo {
		float: none;
		width: 100%;
	}
	#flyer_area .photoright01 .photo {
	    text-align: center;
	    padding-bottom:20px;
	}
	.reportArea .photoLeft01 .desc,
	#flyer_area .photoright01 .desc {
		float: none;
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
	}

	.hdg_l3_blu02 {
		font-size: 1.5rem;
	}
	.fb_banner p{
    	font-size: 1.2rem;
	}

}

@media only screen and (max-width: 972px) {
	dl.oth_info br{
    display: block!important;
    line-height:2!important;
	} 
}
