@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header:after,
section:after,
.contents:after,
dl:after,
.btn_top:after{
	visibility: hidden;
	display: block;
	font-size: 0px;
	content: " ";
	clear: both;
	height: 0;
}

.pc{display:block!important;}
.sp{display:none!important;}


/*Contents layout
----------------------------------------------------*/
section{
	position:relative;
	width:100%;
	display:block;
	clear:both;
}

.contents{
	position:relative;
	width:1280px;
	margin:0 auto;
}

img{
	width:100%;
	height:auto;
	display:block;
}


/*header
----------------------------------------------------*/
header{
	position:relative;
	height:169px;
}

header h1{
	width:115px;
	margin:0 auto;
	padding:10px 0 0 0;
	z-index:1;
}

.box_language{
	position:absolute;
	top:10px;
	right:25px;
	text-align:right;
}

.box_language ul li{
	padding-left:15px;
	display:inline;
}

.box_language ul li:before{
	padding-right:15px;
	content:"／";
}

.box_language ul li:first-child:before{
	padding-right:0;
	content:"";
}

.box_language ul li a{
	color:#000;
}

.box_language p{
	min-height:24px;
	margin:10px 0 0 8px;
	padding-left:30px;
	display:inline-block;
	vertical-align:middle;
}

.box_language p.btn_login{
	background:url(../img/common/btn_login.png) no-repeat left center;
	background-size:24px;
}

.btn_search{
	position:relative;
	width:65px;
	height:24px;
	margin:10px 0 0 8px;
	background:url(../img/common/btn_search.png) no-repeat left center;
	background-size:24px;
	border-radius:24px;
	overflow:hidden;
	display:inline-block;
	transition: all 0.5s;
	vertical-align:middle;
}

.en .btn_search{
	width:100px;
}

.en .btn_search:hover{
	width: 320px;
}

.btn_search:hover{
	width: 280px;
	height:auto;
	padding:5px;
	background:url(../img/common/btn_search.png) no-repeat 8px center;
	background-size:24px;
	border:1px solid #AC0D4F;
	transition: all 0.5s;
}

.btn_search input[type="text"]{
	border:0!important;
	display:none;
}

.btn_search input:focus{
	outline:0!important;
}

.btn_search:hover input[type="text"]{
	position:absolute;
	top:6px;
	left:38px;
	width:170px;
	height:28px;
	padding:8px;
	display:inline;
}

.btn_search input[type="submit"]{
	position:absolute;
	top:0;
	right:0;
	height:24px;
	padding-left:30px;
	border:none;
	background:none;
	font-family: "Noto Sans JP";
	font-size:1.6rem;
	font-weight:normal;
	cursor:pointer;
	color:#000!important;
}

.btn_search:hover input[type="submit"]{
	position:relative;
	top:0;
	right:0;
	height:30px;
	padding:3px 14px;
	border:none;
	border-radius:24px;
	background:#AC0D4F;
	color:#FFF!important;
}


/*navigation
----------------------------------------------------*/
nav ul{
	width:100%;
	height:70px;
	padding:20px 0 0 0;
	overflow:hidden;
}

nav ul li{
	float:left;
	width:12.5%;
	height:100%;
}

.en nav ul li{
	width:16.6%;
}


/*グロナビに「寄付」項目【有り】の時=====================*/
/*nav ul li:nth-child(1){	width:11.5%; }
nav ul li:nth-child(2){	width:18.5%; }
nav ul li:nth-child(4){	width:13.0%; }
nav ul li:nth-child(5){	width:10.0%; }
nav ul li:nth-child(6){	width:8.5%; }
nav ul li:nth-child(7){	width:17%; }
nav ul li:nth-child(8){	width:9%; }*/
/*=======================================================*/


/*グロナビに「寄付」項目【無し】の時=====================*/
nav ul li:nth-child(1){	width:14.0%; }
nav ul li:nth-child(2){	width:21.2%; }
nav ul li:nth-child(3){	width:14.6%; }
nav ul li:nth-child(4){	width:15.7%; }
nav ul li:nth-child(5){	width:10.7%; }
nav ul li:nth-child(6){	width:11.7%; }
nav ul li:nth-child(7){	width:9.7%; }
/*=======================================================*/


.en nav ul li:nth-child(1){	width:16.6%; }
.en nav ul li:nth-child(2){	width:16.6%; }
.en nav ul li:nth-child(3){	width:16.6%; }
.en nav ul li:nth-child(4){	width:16.6%; }
.en nav ul li:nth-child(5){	width:16.6%; }
.en nav ul li:nth-child(6){	width:16.6%; }
.en nav ul li:nth-child(7){	width:16.6%; }

nav ul li:hover{
	background:url(../img/common/icon_gnavi.png) no-repeat center bottom;
}

nav ul li a{
	color:#000;
	text-align:center;
	display:block;
}

/*nav ul li a:hover{
	border-bottom:2px solid #AB0F4E;
	opacity:1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 0s;
	transition: all 0s;
}*/

nav ul li div.mega{
	position:relative;
	opacity:0;
	filter: alpha(opacity=0);
	visibility:hidden;
	z-index:2;
}

nav ul li:hover a + div.mega{
	position:absolute;
	top:169px;
	left:0;
	width:100%;
	min-height:420px;
	padding:30px;
	border-top:5px solid #2E3844;
	background: linear-gradient(rgba(46,56,68,0.6),rgba(46,56,68,1));
	
	
	opacity:1.0;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	visibility:visible;
}

nav ul li div.mega h2{
	padding:40px 0;
	color:#FFF;
}

nav ul li div.mega h2 span{
	padding-left:1.8em;
	font-size:14px;
}

nav ul li div.mega ul{
	width:100%;
	height:auto;
	padding:0;
	color:#FFF;
}

nav ul li div.mega ul li{
	margin:0 0 10px 0;
}

nav ul li div.mega ul li ul li{
	margin-left:0!important;
	font-size:14px;
}

nav ul li div a{
	padding-left:18px;
	background:url(../img/common/icon_link_gnavi.png) no-repeat left 0.7em;
	background-size:8px;
	color:#FFF!important;
}

nav ul li div a.parent{
	padding-left:0;
	background:none;
	cursor:none;
}

nav ul li div a:hover.parent{
	opacity:1.0;
}



/*各メガメニュー
--------------------------------------*/
nav ul li div.menu01{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_foundation_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu01 ul li{
	width:18%!important;
	margin-right:2.2%;
	text-align:left;
}

nav ul li div.menu01 ul li:nth-child(5n){
	margin-right:0;
}

nav ul li div.menu01 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}

nav ul li div.menu01 ul li div ul li{
	float:none;
	width:100%!important;
	padding-bottom:0;
	border:none;
}

nav ul li div.menu01 ul li div ul li a{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}


nav ul li div.menu02{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_japanprize_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu02 ul li{
	width:18%!important;
	margin-right:2.2%;
	text-align:left;
}

nav ul li div.menu02 ul li:nth-child(5n){
	margin-right:0;
}

nav ul li div.menu02 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}


nav ul li div.menu03{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_laureates_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu03 ul li{
	width:18%!important;
	margin-right:2.2%;
	text-align:left;
}

nav ul li div.menu03 ul li:nth-child(5n){
	margin-right:0;
}

nav ul li div.menu03 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}


nav ul li div.menu04{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35% 35%, rgba(46,56,68,1)), url(../img/mv_subsidy_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu04 ul li{
	width:18%!important;
	margin-right:2.2%;
	text-align:left;
}

nav ul li div.menu04 ul li:nth-child(5n){
	margin-right:0;
}

nav ul li div.menu04 ul li:nth-child(4){
	width:39.4%!important;
	margin-right:0;
}

nav ul li div.menu04 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}

nav ul li div.menu04 ul li div ul li{
	float:left;
	width:auto!important;
	padding-bottom:0;
	border:none;
}

nav ul li div.menu04 ul li div ul li:nth-child(5n){
	margin-right:2.2%;
}

nav ul li div.menu04 ul li div ul li:nth-child(4){
	width:auto!important;
	margin-right:2.2%;
}

nav ul li div.menu04 ul li div ul li a{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}


nav ul li div.menu05{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_video_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu05 ul li{
	width:18%!important;
	margin-right:2.2%;
	text-align:left;
}

nav ul li div.menu05 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}


nav ul li div.menu06{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_seminar_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu06 .box_left{
	float:left;
	width:48%;
	text-align:left;
}

nav ul li div.menu06 .box_right{
	float:right;
	width:48%;
	text-align:left;
}

nav ul li div.menu06 a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}

nav ul li div.menu06 .box_left ul li{
	float:right;
	width:48%;
	padding-bottom:0;
	border:none;
}

nav ul li div.menu06 .box_left ul li a{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}

nav ul li div.menu06 .box_left ul li:first-child{
	float:left;
	width:48%;
}

nav ul li div.menu06 .box_right ul li{
	float:none;
	width:100%;
}


nav ul li div.menu07{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_press_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu07 ul li{
	width:23.5%!important;
	margin-right:2%;
	text-align:left;
}

nav ul li div.menu07 ul li:nth-child(4n){
	margin-right:0%;
}

nav ul li div.menu07 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}


nav ul li div.menu08{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_donation_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu08 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}

.en nav ul li div.menu08 .box_left{
	float:left;
	width:18%;
	margin-right:2.2%;
}

.en nav ul li div.menu08 .box_right{
	float:left;
	width:36%;
}

.en nav ul li div.menu08 ul:nth-of-type(1) li{
	width:100%;
}

.en nav ul li div.menu08 ul li:nth-child(1) {
	float:none;
	width:100%!important;
}

.en nav ul li div.menu08 .box_right div ul li:nth-child(1){
	float:left;
	width:47%!important;
}

.en nav ul li div.menu08 .box_right div ul li:nth-child(2){
	float:right;
	width:47%!important;
}

nav ul li div.menu09{
	background:linear-gradient(rgba(46,56,68,0.6) 15%, rgba(46,56,68,1) 35%, rgba(46,56,68,1)), url(../img/mv_nomination_pc.jpg) no-repeat center top!important;
	background-size:contain!important;
}

nav ul li div.menu09 ul li a{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #999;
	text-align:left;
}

.en nav ul li div.menu09 .box_left{
	float:left;
	width:18%;
	margin-right:2.2%;
}

.en nav ul li div.menu09 .box_right{
	float:left;
	width:36%;
}

.en nav ul li div.menu09 ul:nth-of-type(1) li{
	width:100%;
}

.en nav ul li div.menu09 ul li:nth-child(1) {
	float:none;
	width:100%!important;
}

.en nav ul li div.menu09 .box_right div ul li:nth-child(1){
	float:left;
	width:47%!important;
}

.en nav ul li div.menu09 .box_right div ul li:nth-child(2){
	float:right;
	width:47%!important;
}

.box_language_sp{
	display:none;
}


/*top
----------------------------------------------------*/
.mv_top .contents{
	position:relative;
	height:635px;
	overflow:hidden;
}

.slider01,
.slider02,
.slider03,
.slider04,
.slider05{
	position:absolute;
	top:0;
	width:100%;
	height:635px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.slider01.active,
.slider02.active,
.slider03.active,
.slider04.active,
.slider05.active{
	position:absolute;
	top:0;
	visibility:visible;
	opacity:1;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

.slider{
	position:absolute;
}

.slider .mv{
	position:absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width:auto;
	height:100%;
	z-index:0;
}

.slider .box_submenu{
	position:absolute;
	bottom:0;
	width:100%;
	height:300px;
	background:rgba(0,0,0,0.85);
	z-index:1;
}

.en .slider .box_submenu{
	height:350px;
}

.slider h2{
	margin:0;
	padding:25px 25px 15px 25px;
	background:none;
	border-bottom:0;
	font-size:26px;
	color:#FFF;
}

.slider .submenu{
	padding:0 25px 25px 25px;
}

.slider02 h2,
.slider02 .submenu{
	margin-left:250px;
}

.slider03 h2,
.slider03 .submenu{
	margin-left:500px;
}

.slider04 h2,
.slider04 .submenu{
	margin-left:750px;
}

.slider05 h2,
.slider05 .submenu{
	margin-left:960px;
	padding-right:0;
}

.en .slider02 h2,
.en .slider02 .submenu{
	margin-left:310px;
}

.en .slider03 h2,
.en .slider03 .submenu{
	margin-left:625px;
}

.en .slider04 h2,
.en .slider04 .submenu{
	margin-left:940px;
	padding-right:0;
}

.slider .submenu ul li{
	margin-right:1em;
	font-size:14px;
	display:inline-block;
}

.slider .submenu ul li a{
	padding-left:20px;
	background:url(../img/common/icon_link.png) no-repeat left center;
	background-size:14px;
	color:#FFF;
	display:block;
}

.slider .thumb{
	padding:25px 25px 0 25px;
}

.slider .thumb ul li{
	position:relative;
	float:left;
	width:19%;
	margin-left:1.2%;
	border:1px solid #FFF;
}

.en .slider .thumb ul li{
	width:24%;
	margin-left:1.3%;
}

.slider .thumb ul li:first-child,
.en .slider .thumb ul li:first-child{
	margin-left:0;
}

.slider .thumb ul li p{
	position:absolute;
	bottom:0;
	width:100%;
	padding:5px 8px;
	background:rgba(0,0,0,0.95);
	font-size:14px;
	color:#FFF;
}

.sec_top{
	padding:80px 0;
}

.sec_top h2{
	margin:0 0 40px 0;
	padding-bottom:10px;
	border-bottom:1px solid #AB0F4E;
	background:none;
	font-size:48px;
	color:#AB0F4E;
}

.sec_top h3{
	margin-bottom:30px;
	padding-bottom:0;
	border:0;
	font-size:21px;
	color:#AB0F4E;
}

.sec_top .box_left{
	float:left;
	width:60%;
}

.sec_top .box_right{
	float:right;
	width:35%;
	padding-top:10px;
	border-top:1px solid #000;
}






.sec_top .box_about .box_left{
	float:left;
	width:48%;
}

.sec_top .box_about .box_right{
	float:right;
	width:48%;
	padding:0;
	border:0;
}

.sec_top .box_about h3{
	padding-top:100px;
}

.sec_top .box_right dl{
	margin-bottom:10px;
	padding:0 0 20px 0;
	border-bottom:1px solid #727272;
}

.sec_top .box_right dl dt{
	float:right;
	width:35%;
}

.sec_top .box_right dl dd{
	float:left;
	width:55%;
}

.sec_top .box_right dl dd h4{
	font-size:24px;
	font-weight:normal;
}

.sec_top .box_right dl dd p{
	font-size:14px;
}



/*.sec_top .box_right div{
	margin-bottom:10px;
	padding:0 0 20px 0;
	border-bottom:1px solid #727272;
}

.sec_top .box_right div h4{
	width:70%;
	font-size:26px;
	font-weight:normal;
	font-family: "Noto Sans JP";
}

.sec_top .box_right div p{
	width:70%;
}

.sec_top .box_right div img{
	float:right;
	width:27%;
	height:auto;
}*/

.sec_top .box_right .right{
	font-size:16px;
}

.sec_top .box_search{
	margin:80px 0 30px 0;
}

.box_top_news{
	margin-bottom:60px;
}

.box_top_news ul li{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}

.box_top_news ul li a{
	color:#AB0F4E;
	text-decoration:underline;
}





.box_top_news .box_year{
	float:left;
	width:86%;
	margin-bottom:60px;
	padding-left:4%;
	border-left:1px solid #AB0F4E;
}

.box_top_news h4{
	float:left;
	width:10%;
	margin-bottom:15px;
	padding:5px 10px;
	background:#AB0F4E;
	/*border-bottom:1px solid #CCC;	*/
	font-size:21px;	
	color:#FFF;
}

.box_year > dl{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}

.box_year dl a{
	color:#AB0F4E;
	text-decoration:underline;
}

.box_year > dl dt{
	float:left;
	width:200px;
}

.box_year > dl dd{
	float:right;
	width:calc(100% - 200px);
}







.box_top_event{
	position:relative;
	padding-top:30px;
}

.box_top_event dt{
	padding:15px;
	background:#F6F6F6;
	text-align:center;
}

.box_top_event dt p{
	margin-bottom:10px;
	font-size:14px;
}

.box_top_event dt h4{
	font-weight:700;
}


.box_top_event dd{
	padding:15px;
}

.box_top_event dd > p{
	margin-bottom:15px;
	text-align:center;
}

.box_top_event dd .box_left{
	float:left;
	width:35%;
}

.box_top_event dd .box_right{
	float:right;
	width:60%;
	padding:0;
	border:0;
	font-size:14px;
}

.box_top_event dd .box_right h3{
	font-size:18px; 
}

.box_top_event ul li a{
	padding:10px;
	border:1px solid #AB0F4E;
	color:#AB0F4E;
	text-align:center;
	display:block;
	clear:both;
}







/*common
----------------------------------------------------*/
section h1{
	margin:40px 0;
	padding-bottom:10px;
	border-bottom:1px solid #AB0F4E;
	font-size:48px;
	color:#AB0F4E;
}

section h2{
	margin:0 0 30px 0;
	padding:5px 15px;
	background:#AB0F4E;
	font-size:24px;
	color:#FFF;
}

section h3{
	margin:0 0 30px 0;
	padding-bottom:15px;
	border-bottom:1px solid #000;
	font-size:20px;
}

section .ttl_gray{
	margin:0 0 30px 0;
	padding:5px 15px;
	border:0;
	background:#666;
	font-size:20px;
	color:#FFF;
}

section .ttl_gray2{
	margin:0 0 20px 0;
	padding:10px 15px;
	border:0;
	background:#DDD;
	font-size:20px;
	/*color:#FFF;*/
}

section .ttl_leftcap{
	padding:5px 15px;
	border-bottom:0;
	border-left:4px solid #AB0F4E;
}

section a{
	font-size:inherit;
}

.box_video{
	position:relative;
	width:100%;
	margin-bottom:15px;
	padding-top:56.25%;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}

.box_video iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.box_main{
	margin-bottom:80px;
}

.box_main a{ color:#AB0F4E; text-decoration:underline!important; }
.box_main a:hover{ color:#AB0F4E; text-decoration:underline; }

.box_main p{
	margin-bottom:0.8em;
}

.box_main h4{
	margin:0 0 8px 0;
	font-size:18px;
	font-weight:700;
	color:#000;
}

.box_main .nowrap{
	white-space: nowrap;
}

.box_main .cf{
	margin-bottom:40px;
}

.box_main .box_left{
	float:left;
	width:48%;
}

.box_main .box_right{
	float:right;
	width:48%;
}

.box_1-2 .box_left{
	float:left;
	width:26%;
}

.box_1-2 .box_right{
	float:right;
	width:70%;
}

.box_2-1 .box_left{
	float:left;
	width:70%;
}

.box_2-1 .box_right{
	float:right;
	width:26%;
}

.box_main .kakomi{
	margin-bottom:40px;
	padding:40px;
	border:1px solid #CCC;
}

.box_main span.kakomi{
	margin-bottom:0;
	padding:2px 10px;
	border:1px solid #CCC;
}

.box_main .kakomi_ivory{
	padding:20px;
	border:#BBB dotted 1px;
	background:ivory;
}

.box_main table th,
.box_main table td{
	padding:1em;
	border-bottom:1px solid #CCC;
	vertical-align:top;
}

.box_main table th{
	font-weight:normal;
}

.box_main table th p,
.box_main table td p{
	margin-bottom:0;
}

.box_main table.line th,
.box_main table.line td{
	border:1px solid #CCC;
}

.box_main table.line th{
	background:#F6F6F6;
}

.box_main table.line_data th,
.box_main table.line_data td{
	padding:0.5em;
	border:1px solid #CCC;
}

.box_main table.line_data th{
	background:#F6F6F6;
	font-weight:700;
}

.box_main table th.th_lv1{
	background:#D8D8D8;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

.box_main table th:first-child.th_lv1{
	border-left:1px solid #CCC;
}

.box_main table th:last-child.th_lv1{
	border-right:1px solid #CCC;
}

.box_main ul li{
	padding-left:31px;
	text-indent:-31px;
}

.box_main ul li:before{
	position:relative;
	top:-3px;
	padding:0 5px 0 8px;
	content:".";
	font-size:55px;
	line-height:0;
	color:#AB0F4E;
}

.box_main ol{
	padding:0;
	counter-reset:my-counter;
	list-style:none;
}

.box_main ol li{
	position:relative;
	margin:0 0 10px 0;
	padding-left:2.3em;
}

.box_main ol li:before{
	float:left;
	width: 1.7em;
	height: 1.7em;
	margin-left: -2.5em;
	margin-right:0.5em;
	margin-top:0.5em;
	border-radius: 50%;
	content:counter(my-counter);
	counter-increment:my-counter;
	background-color:#AB0F4E;
	color:#FFF;
	font-size:0.7em;
	line-height:1.6;
	text-align:center;
	vertical-align:middle;
	display:block;
}

.box_main hr{
	height:1px;
	margin-bottom:40px;
	border:0;
	border-bottom:1px solid #000;
}

.flex{
	display:flex;
}

.f_left{
	float:left!important;
	margin:0 20px 10px 0;
}
.f_right{
	float:right!important;
	margin:0 0 10px 20px;
}

.box_main a.link{
	padding-left:20px;
	background:url(../img/common/icon_link_red.png) no-repeat left center;
	background-size:14px;
	display:block;
}

.box_main a.link_pdf{
	padding-right:45px;
	background:url(../img/common/icon_link_pdf.png) no-repeat right center;
	background-size:auto 16px;
	display:inline-block;
}

.box_main a.link_xls{
	padding-right:45px;
	background:url(../img/common/icon_link_xls.png) no-repeat right center;
	background-size:auto 16px;
	display:inline-block;
}

.box_main a.link_ex{
	padding-right:24px;
	background:url(../img/common/icon_link_ex.png) no-repeat right center;
	background-size:auto 16px;
	display:inline-block;
}

.box_main a.link_movie{
	padding-right:28px;
	background:url(../img/common/icon_link_movie.png) no-repeat right center;
	background-size:auto 16px;
	display:inline-block;
}
.box_profile a.link_movie_left{
	background:url(../img/common/icon_link_movie.png) no-repeat left 7px;
	background-size:auto 16px;
    padding-left: 22px;
    color: #AB0F4E !important;
    text-decoration: underline !important;
}
.box_main .no_full{
	width:auto;
	height:auto;
	display:inline;
}

.text{
	width:auto;
	height:auto;
	vertical-align:middle;
	display:inline;
}

.box_main .btn{
	width:auto;
	padding:10px 20px;
	border: 1px solid #000;
	color:#000;
	text-decoration:none!important;
	display:inline-block;
}

.box_main .btn:hover{
	border: 1px solid #AB0F4E;
	background:#AB0F4E;
	color:#FFF;
}

.box_main a.btn_shine{
	position:relative;
	width:auto;
	padding:10px 20px;
	background:#AB0F4E;
	border:0;
	text-decoration:none!important;
	color:#FFF!important;
	overflow: hidden;
	display: inline-block;
	cursor:pointer;
}

/* ボタンをキラッとさせる */
.box_main a.btn_shine:before{
  position: absolute;
  top: 0;
  left: -4000%;
  width: 100%;
  height: 100%;
  content: '';
  display:block;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  /* 【変更部分】inifiniteによりずっと続ける */
  -webkit-animation: shine 3s infinite;
          animation: shine 3s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

/*出版物一覧
--------------------------------------*/
.box_publications ul li{
	float:left;
	width:22%;
	margin:0 4% 5% 0;
	padding:0;
	text-indent:0;
	text-align:center;
}

.box_publications ul li:nth-child(4n){
	margin-right:0;
}

.box_publications ul li:before{
	display:none;
}

.box_publications ul li a img{
	width:auto;
	height:15vw;
	margin:0 auto 10px auto;
}


/*歴代受賞者
--------------------------------------*/
.box_by_year{
	margin-bottom:40px;
	border-bottom:1px solid #999;
	background: linear-gradient(#FFF 45%, #F3F3F3);
}

.box_by_year ul li{
	float:left;
	width:15%;
	padding:0;
	text-indent:0;
	border:1px solid #CCC;
	border-left:0;
	border-bottom:0;
}

.box_by_year ul li:first-child{
	border-left:1px solid #CCC;
}

.box_by_year ul li:before{
	display:none;
}

.box_by_year ul li a{
	padding:10px 0;
	/*background: linear-gradient(#FFF 75%, #F3F3F3);*/
	background:#FFF;
	text-align:center;
	display:block;
}

.box_by_year ul li a:hover,
.box_by_year ul li a.tab2020on,
.box_by_year ul li a.tab2010on,
.box_by_year ul li a.tab2000on,
.box_by_year ul li a.tab1990on,
.box_by_year ul li a.tab1980on{
	/*background: linear-gradient(#AB0F4E 75%, #910D42);*/
	background:#AB0F4E;
	color:#FFF;
}


/*研究助成
--------------------------------------*/
#youtube {
	position:relative;
	border:1px solid #AB0F4E;
}

#youtube h2 {
	margin:0;
	padding:10px;
	background:#AB0F4E;
	color:#FFF;
}

#youtube h2 img{
	width:auto;
	padding:8px 0;
	display:inline-block;
}

a.link_more_right {
	position:absolute;
	top:13px;
	right:10px;
	padding:0 10px;
	background:none;
	border:1px solid #FFF;
	color: #FFF!important;
	text-decoration:none!important;
}

#youtube_list {
	margin:0;
	padding:20px;
}

#youtube_list div {
	float: left;
	width: 31.3%;
	margin:0 1%;
}

#youtube_list div iframe{
	width:100%;
}

.box_subsidy{
	margin-bottom:0!important;
}

.kakomi_subsidy .box_2-1 .box_left{
	width:60%;
}

.kakomi_subsidy .box_2-1 .box_right{
	width:35%;
}

.box_subsidy dl{
	float:left;
	width:32%;
	margin:40px 2% 0 0;
	display:inline-block;
	vertical-align:top;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy dl{
	width:100%;
	margin:0;
}

.box_subsidy dl:nth-child(3n){
	margin-right:0;
}

.box_subsidy dl:nth-child(4),
.box_subsidy dl:nth-child(7){
	clear:left;
}

.box_subsidy dl dt{
	float:left;
	width:34%;
}

.box_subsidy dl dd{
	float:right;
	width:62%;
	text-align:left;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy dl dt{
	width:29%;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy dl dd{
	width:67%;
}

.box_subsidy dl dd h3{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
	font-size:20px;
}



.box_subsidy_leader{
	margin-bottom:0!important;
}

.box_subsidy_leader dl{
	float:left;
	width:50%;
	margin:40px 2% 0 0;
	display:inline-block;
	vertical-align:top;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy_leader dl{
	width:100%;
	margin:0;
}


.box_subsidy_leader dl dt{
	float:left;
	width:22%;
}

.box_subsidy_leader dl dd{
	float:right;
	width:75%;
	text-align:left;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy_leader dl dt{
	width:29%;
}

.kakomi_subsidy .box_2-1 .box_right .box_subsidy_leader dl dd{
	width:67%;
}

.box_subsidy_leader dl dd h3{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
	font-size:20px;
}


/*イベント
--------------------------------------*/
.box_seminar table th{
	width:12vw;
	white-space:nowrap;
}

.box_seminar table td h3{
	margin-bottom:0;
	border-bottom:0;
}


/*プレス
--------------------------------------*/
.box_presskits ul li{
	float:left;
	width:18%;
	margin:0 2.5% 3% 0;
	padding:0;
	border:1px solid #CCC;
	text-indent:0;
	text-align:center;
}

.box_presskits ul li:nth-child(5n){
	margin-right:0;
}

.box_presskits ul li:nth-child(6),
.box_presskits ul li:nth-child(11),
.box_presskits ul li:nth-child(16),
.box_presskits ul li:nth-child(21),
.box_presskits ul li:nth-child(26){
	clear:left;
}

.box_presskits ul li:before{
	display:none;
}

.box_presskits ul li a{
	padding:20px;
	display:block;
}

.box_presskits ul.ul_normal li{
	float:none;
	width:auto;
	margin:0;
	padding:0 0 0 31px;
	border:none;
	text-align:left;
	text-indent:-31px;
}

.box_presskits ul.ul_normal li:before{
	position:relative;
	top:-3px;
	padding:0 5px 0 8px;
	content:".";
	font-size:55px;
	line-height:0;
	color:#AB0F4E;
	display:inline;
}

.box_presskits ul.ul_normal li a{
	padding:0;
	display:inline;
}

.ul_video li{
	position:relative;
	border:0!important;
	text-align:left!important;
	font-size:14px;
}

.box_press_laureates{
	margin-bottom:40px!important;
	padding:10px 40px 0 40px!important;
	border:1px solid #CCC;
}

.box_press_laureates .box_ph{
	margin-bottom:0!important;
}

.box_press_laureates > h3{
	margin:0;
	background:#F6F6F6;
}

.box_press_laureates .box_ph{
	border:0!important;
}

/*.box_press_laureates .box_ph dl dd h3 {
  font-size:20px!important;
}*/

.box_pressrelease th{
	width:12vw;
	white-space:nowrap;
}

.en .box_pressrelease th{
	width:14vw;
	white-space:nowrap;
}

.table_pressrelease1{
	float:left;
	width:33.3%!important;
	margin-bottom:40px;
}

.table_pressrelease2{
	float:left;
	width:66.6%!important;
	margin-bottom:40px;
}

.table_pressrelease4{
	float:left;
	width:50%!important;
	margin-bottom:40px;
}

.table_pressrelease1 th,
.table_pressrelease2 th,
.table_pressrelease4 th{
	font-weight:700!important;
	text-align:center;
}

.table_pressrelease1 td,
.table_pressrelease2 td,
.table_pressrelease4 td{
	text-align:center;
}

.table_pressrelease2 td{
	width:50%;
}

.table_pressrelease4 td{
	width:25%;
}

.table_pressrelease1 img,
.table_pressrelease2 img,
.table_pressrelease4 img{
	margin-bottom:10px;
}

.img_pressrelease{
	width:210px;
	height:auto;
}

.box_logophoto dl{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
	padding:30px;
	border:1px solid #CCC;
	text-align:center;
}

.box_logophoto dl:nth-child(3n){
	margin-right:0;
}

.box_photolibrary{
	margin-bottom:0!important;
}

.box_photolibrary dl{
	float:left;
	width:23.5%;
	margin:0 2% 5% 0;
	padding:30px;
	border:1px solid #CCC;
	text-align:center;
}

.box_photolibrary dl:nth-child(4n){
	margin-right:0;
}

.box_logophoto dt img,
.box_photolibrary dt img{
	width:100%;
	height:auto;
	margin:0 auto 10px auto;
	display:block;
}

.box_logophoto dd,
.box_photolibrary dd{
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #CCC;
}

.box_logophoto dl dd a,
.box_photolibrary dl dd a{
	margin:0 3px;
	padding:5px 20px;
	display:inline-block;
	text-decoration:none!important;
}

dl dd a.btn_jpg{
	border:1px solid #09F;
	color:#09F;
}

dl dd a:hover.btn_jpg{
	border:1px solid #09F;
	background:#09F;
	color:#FFF;
}

dl dd a.btn_ai{
	border:1px solid #F90;
	color:#F90;
}

dl dd a:hover.btn_ai{
	border:1px solid #F90;
	background:#F90;
	color:#FFF;
}

dl dd a.btn_zip{
	border:1px solid #9A52F1;
	color:#9A52F1;
}

dl dd a:hover.btn_zip{
	border:1px solid #9A52F1;
	background:#9A52F1;
	color:#FFF;
}

.box_photolibrary .clear{
	display:none!important;
}

.box_photo{
	float:left;
	width:18%;
	margin:0 2.2% 5% 0;
	text-align:center;
}

.box_photo:nth-child(5n){
	margin-right:0;
}

/*.box_photo:nth-child(6),
.box_photo:nth-child(13),
.box_photo:nth-child(19),
.box_photo:nth-child(26),
.box_photo:nth-child(33),
.box_photo:nth-child(39){
	margin-right:0;
}*/

.box_photo:nth-child(6),
.box_photo:nth-child(11),
.box_photo:nth-child(16),
.box_photo:nth-child(21),
.box_photo:nth-child(26),
.box_photo:nth-child(31){
	clear:left;
}

.box_photo p{
	margin-bottom:0;
}

.box_photolibrary .center{
	clear:both;
}






/*検索フォーム
--------------------------------------*/
.box_search{
	margin:0 0 40px 0;
}

.box_search select{
	position:relative;
	float:left;
	min-width:175px;
	min-height:2.0em;
	margin-right:15px;
	padding:0 0 8px 0;
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
	background:#FFF url(../img/common/icon_select.png) no-repeat right 8px;
	background-size:12px;
	border:none;
	border-bottom:1px solid #727272;
	font-size:16px;
	cursor:pointer;
	font-family: "Noto Sans JP";
	color:#000!important;
}

.box_search input{
	float:right;
	width:175px;
	margin-left:10px;
	padding:10px;
	background:none;
	border:1px solid #000;
	border-radius:0;
	font-size:16px;
	font-weight:normal;
	cursor:pointer;
	font-family: "Noto Sans JP";
	color:#000!important;
}


/*検索結果
--------------------------------------*/
.box_result{
	margin-bottom:80px;
}

.box_result .cf{
	margin-bottom:30px;
}

.box_result_news dl{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
}

.box_result_news dl:nth-child(3n){
	margin:0 0 2% 0;
}

.box_result_news dl dt{
	margin-bottom:10px;
}

.box_result_news dl dd h4{
	margin-bottom:10px;
	padding:5px 10px;
	background:#DDD;
	font-size:18px;
}

.box_result_news dl dd p{
	margin-bottom:10px;
}

.box_result_laureates{
	margin-bottom:80px;
}

.box_result_laureates dl{
	position:relative;
	float:left;
	width:25%;
	margin:-2px 0 0 0;
	padding:0 4% 30px 4%;
	border-right:1px solid #000;
	display:block;
}

.box_result_laureates dl:visible:nth-child(4n){
	border-right:0!important;
}

.box_result_laureates dl:hover{
	opacity:1.0!important;
	filter: alpha(opacity=100)!important;
}

.box_result_laureates dl dt img{
	filter: saturate(0%);
}

.box_result_laureates dl:hover dt img{
	opacity:1.0!important;
	filter: alpha(opacity=100)!important;
	filter: saturate(100%);
}

.box_result_laureates dl dd{
	padding:10px;
}

.box_result_laureates dl dd h3{
	margin-bottom:10px;
	font-size:18px;
	color:#AB0F4E;
}

.box_result_laureates dl dd h3{
	font-size:16px;
}

.box_result_laureates dl dd p{
	margin-bottom:10px;
}

.box_result_laureates dl dd p span{
	display:block;
}

.box_result_laureates dl dd a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-indent:-9999px;
}

.box_result_laureates dl:hover dd{
	background:rgba(172,14,78,0.1);
}

.box_result_laureates .year{
	text-align:center;
}

.box_result_laureates .year h3{
	color:#727272;
}

.box_result_laureates .year img{
	/*margin-top:-12px;*/
	filter: saturate(100%);
}


/*受賞者年別
----------------------------------------------------*/
.box_laureates_year{
	margin-bottom:80px;
}

.box_laureates_year h2{
	margin:0 0 30px 0;
	padding:5px 15px;
	background:#AB0F4E;
	font-size:24px;
	color:#FFF;
}

.box_laureates_year > h3{
	padding:5px 15px;
	border-bottom:0;
	border-left:4px solid #AB0F4E;
}

.box_laureates_year h3{
	padding-bottom:0;
	border-bottom:0;
}

.box_laureates_year .box_left{
	float:left;
	width:80%;
	margin-bottom:30px;
	padding-top:10px;
}

.box_laureates_year .box_right{
	float:right;
	width:20%;
	margin-bottom:30px;
	text-align:right;
	display:flex;
}

.box_laureates_year .box_left ul{
	font-size:18px;
}

.box_laureates_year .box_left ul li span{
	width:7em;
	text-align-last:justify;
	display:inline-block;
}

.box_laureates_year .box_right h4{
	width:48%;
	height:90px;
	margin:0;
	background:#B6B6B6;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	justify-content:center;
	align-items:center;
	text-align:center;
	display:flex;
}

.box_laureates_year .box_right a{
	width:48%;
	height:90px;
	margin:0 0 0 5%;
	overflow:hidden;
}

.box_laureates_year .box_right a img{
	width:100%;
	height:auto;
}

.box_laureates_year .box_ph{
	padding:30px 0 0 0;
	border-top:1px solid #AB0F4E;
	border-bottom:1px solid #AB0F4E;
	text-align:center;
}

.box_laureates_year .box_ph dl{
	width:48%;
	margin-bottom:30px;
	display:inline-block;
	vertical-align:top;
}

.box_laureates_year .box_ph dl.alone{
	width:100%;
}

.box_laureates_year .box_ph dl:nth-child(2){
	margin-left:3.5%;
}

.box_laureates_year .box_ph dl dt{
	float:left;
	width:34%;
}

.box_laureates_year .box_ph dl dd{
	float:right;
	width:62%;
	text-align:left;
}

.box_laureates_year .box_ph dl.alone dt{
	width:16.5%;
}

.box_laureates_year .box_ph dl.alone dd{
	width:81.5%;
}

.box_laureates_year .box_ph dl dd h3{
	margin-bottom:2.5vw;
	/*font-size:26px;*/
}

.box_laureates_year .box_ph dl dd p{
	margin-bottom:2.5vw;
}

.box_laureates_year .box_ph dl dd ul li{
	position:relative;
	padding-left:5em;
}

.en .box_laureates_year .box_ph dl dd ul li{
	position:relative;
	padding-left:7em;
	text-indent:-0.5em;
}

.box_laureates_year .box_ph dl dd span{
	position:absolute;
	left:0;
	width:5em;
	text-align-last:justify;
	display:inline-block;
}

.en .box_laureates_year .box_ph dl dd span{
	width:6.5em;
	padding-left:0.5em;
	text-align-last:left;
}

.box_laureates_year .box_ph_tri dl {
  width: 31%;
  margin-bottom: 30px;
  margin-left:3%;
  display: inline-block;
  vertical-align: top;
}

.box_laureates_year .box_ph_tri dl:first-child {
  margin-left:0;
}

.box_laureates_year .box_ph_tri dl:nth-child(2) {
  margin-left:3%;
}

.box_laureates_year .box_ph_tri dl dt{
	float:none!important;
	width:100%!important;
	margin-bottom:20px;
}

.box_laureates_year .box_ph_tri dl dd{
	float:none!important;
	width:100%!important;
}

.box_laureates_year .box_ph_tri dl dt img{
	width:200px;
	margin:0 auto;
}

.box_laureates_year .box_reason h3{
	margin-bottom:15px;
	padding:15px 0;
	border-bottom:1px solid #AB0F4E;
	font-size:24px;
	color:#AB0F4E;
}

.box_laureates_year .box_reason p{
	font-size:18px;
}


/*受賞者プロフィール
----------------------------------------------------*/
.box_profile{
	margin-bottom:80px;
}

.box_profile .box_left{
	float:left;
	width:35%;
}

.box_profile .box_right{
	float:right;
	width:60%;
}

.box_profile .box_left dl dt{
	margin-bottom:20px;
}

.box_profile .box_left h3{
	margin-bottom:30px;
	font-size:24px;
}

.box_profile .box_left ul{
	margin-bottom:30px;
}

.box_profile .box_left ul li{
	font-size:18px;
}

.box_profile .box_left ul li span{
	width:5em;
	font-size:18px;
	text-align-last:justify;
	display:inline-block;
}

.en .box_profile .box_left ul li span{
	width:6.5em;
	text-align-last:left;
}

.box_profile .box_left h4{
	margin-bottom:30px;
	padding:5px;
	background:#B6B6B6;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#FFF;
}

.box_profile .box_right h2{
	margin:0 0 30px 0;
	padding:5px 15px;
	background:#AB0F4E;
	font-size:24px;
	color:#FFF;
}

.box_profile .box_right ul{
	margin-bottom:40px;
}

.box_profile .box_right ul li{
	padding:0 0 0.8em 31px;
	text-indent:-31px;
}

.box_profile .box_right h2 + ul li{
	position:relative;
	padding:0 0 0 8em;
	text-indent:-1em;
	font-size:18px;
}

.en .box_profile .box_right h2 + ul li{
	text-indent:-0.5em;
}

.box_profile .box_right ul li:before{
	position:relative;
	top:-3px;
	padding:0 5px 0 8px;
	content:".";
	font-size:55px;
	line-height:0;
	color:#AB0F4E;
}

.box_profile .box_right h2 + ul li:before{
	display:none;
}

.box_profile .box_right h2 + ul li span{
	position:absolute;
	left:0;
	width:7em;
	padding-left:1em;
	text-align:justify;
	text-align-last:justify;
	display:inline-block;
}

.en .box_profile .box_right h2 + ul li span{
	text-indent:-1em;
}












.box_profile .box_right h3{
	margin:0 0 15px 0;
	padding:10px 0;
	border-top:1px solid #AB0F4E;
	border-bottom:1px solid #AB0F4E;
	font-size:20px;
	color:#AB0F4E;
}

.box_profile .box_right table{
	margin-bottom:40px;
}

.box_profile .box_right table th,
.box_profile .box_right table td{
	padding:0 0 0.8em 0;
	vertical-align:top;
	font-size:16px;
}

.box_profile .box_right table th{
	width:7em;
}















/*page top
--------------------------------------------*/
#page-top{
	position: fixed;
	bottom:45px;
	right: 2%;
	z-index:999;
}

#page-top a{
	display:block;
}

#page-top a:hover{
	opacity:0.70;
	filter: alpha(opacity=70);
}

#page-top a img{
	width:24px;
	height:auto;
	display:block;
}


/*footer
----------------------------------------------------*/
footer{
	padding:55px 0 0 0;
	border-top:1px solid #DDD;
	background:#F6F6F6;
}

.nav ul{
	float:left;
	width:23.5%;
	margin-left:2%;
}

.nav ul:first-child{
	margin-left:0;
}

.nav ul{
	margin-bottom:40px;
}

.nav ul li{
	margin-bottom:10px;
}

.nav ul li a{
	display:block;
}

.nav ul li div ul{
	float:none;
	width:100%;
	margin-left:0;
}

.nav ul li div ul li{
	float:none;
	width:100%;
}

.nav ul li .ttl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #000;
}


.foot_link{
	padding:10px 0;
	background:#FFF;
	text-align:center;
	clear:both;
}

.foot_link ul li{
	padding:0 10px;
	display:inline;
}

.copyright{
	padding:40px 0;
	font-size:12px;
	text-align:center;
}