@charset "UTF-8";
/* reset */
.content {
	padding: 0;
}
.content h1, .content h2 {
	background-color: transparent;
}
.content h3, .content h4 {
	border: none;
}
.content h3, .content h4, .content h5, .content h6, .content ul, .content ol {
	font-size: 1em;
}

.content a[href^="http://"], .content a[href^="https://"] {
	background-position: right 1px top 40%;
	padding: 0 20px 0 0;
}

/* bcnm2020 common */
.content .ib{
	display: inline-block;
}

/* backnumber */
.backnumber h1 {
	background-color: #f7e5e5;
	margin: 0 0 20px 0;
	padding: 13px 20px 12px;
	font-size: 1.714286em;
	font-weight: bold;
	color: #000;
}

.backnumber .list-box > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	padding-bottom: 3em;
}
.backnumber .list-box > ul > li {
	width: auto;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
	
	margin-bottom: 5em;
	padding: 0;
	background:none;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.backnumber .list-box > ul > li > .inner{
	max-width: 200px;
	
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}


.backnumber .list-box > ul > li > .inner .btn-pdf{
	position: absolute;
	top: calc(100% + 0.5em);
	left: 0;
	z-index: 1;
	width:100%;
}

.backnumber .list-box > ul > li > .inner .btn-pdf a{
	display: block;
	text-align: center;
	text-decoration: none;
	background-color:#52ab6b;
	color:#fff;
	padding: 0.5em;
	border-radius: 8px;
}

.backnumber .list-box > ul > li > .inner .btn-pdf a:before{
	content: " ";
	display: inline-block;
	
	width: 0;
	height: 0;
	border-style: solid;
	
	position: relative;
	z-index: 1;
	top:0;
	left:0;
	border-width: 0.8em 0.8em 0 0;
	border-color: #ffc51f transparent transparent transparent;
	
	transform: rotate(135deg);
	
	margin-right: 0.5em;
}
	
	
.a{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #ffc51f;
	position: absolute;
	top:50%;
	margin-top: -6px;
	margin-left: -1em;
}

.backnumber .list-box > ul > li img{
	max-width: 100%;
	width: 100%; /* flex ie */
	height: auto;
}

.backnumber h2 {
	color: #ad0000;
	font-size: 1.285714em;
	margin: 5px 0;
	padding: 0;
	text-align: center;
}

.backnumber ul{
	margin: 0;
	padding: 0;
}

.backnumber ul li{
	margin: 0;
}

@media (min-width:768px) { /* tab pc */	
	div.backnumber .list-box > ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		
	}
	div.backnumber .list-box > ul > li {
		width: 200px;
		-ms-flex-preferred-size: 200px;
		flex-basis: 200px;
		
		margin: 0 18px 5em;
		padding: 0;
		background:none;
	}
	
	div.backnumber .list-box > ul > li > .inner .btn-pdf a:hover{
		opacity: 0.8;
	}
	
	div.backnumber .list-box img {
		width: 200px;
	}
}

/* no pdf list */
.backnumber div.no-pdf > ul > li {
	margin-bottom: 0;
}

/* backnumber-year */
.backnumber h3 {
	background-color: #eee;
	margin: 30px 0 20px 0;
	padding: 7px 18px;
	font-size: 1.285714em;
	font-weight: bold;
	color: #000;
}

.backnumber .backnumber-year ul li {
	background: url(/j/shared_new/shared/images/icon_arrow1.png) no-repeat 10px 5px;
	display: inline-block;
	margin-right: 15px;
	padding-left: 23px;
}


/* ====================================
	bcnm-curry-univ
*/
.bcnm-curry-univ{
	
}

.bcnm-curry-univ img{
	max-width: 100%;
	height: auto;
}

.bcnm-curry-univ .series-ttl-box{
	text-align: center;
}
.bcnm-curry-univ .series-ttl-box h1{
}

.bcnm-curry-univ .series-lead-box{
	text-align: left;
	font-weight: 500;
	padding: 0 2.5% 1.25em;
}
.bcnm-curry-univ .list-box {
	margin-bottom:2.6em;
	padding: 0 2.5% 0.8em;
}

.bcnm-curry-univ .list-box ul{
	margin: 0;
	padding: 0;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
}

.bcnm-curry-univ .list-box ul li{
	margin: 0 0 10px;
	padding:0;
	background-image: none;
	background-color:#FFF;
	
	-ms-flex-preferred-size: 48.7%;
	flex-basis: 48.7%;
	
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  	
	position: relative;
	top:0;
	left:0;
	z-index: 1;
	padding-bottom: 4em;
}

.bcnm-curry-univ .list-box ul li a{
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	
	
	text-decoration: none;
	font-weight: bold;

}

.bcnm-curry-univ .list-box ul li a .txt-box {
	padding:0.857142em 0.857142em 0.3em;
	text-align:center;
}
.bcnm-curry-univ .list-box ul li a .txt-box p{
	font-size:0.857142em;
	line-height:1.5;
}


.bcnm-curry-univ .list-box ul li a .btn{
	position: absolute;
	bottom: 1em;
	margin: 0 auto;
	text-align:center;
	width:100%;
}
.bcnm-curry-univ .list-box ul li a .btn span{
	font-size: 0.857142em;
    border: 1px solid #505050;
    width: 120px;
    display: inline-block;
    padding: 0.5em 0em 0.7em 1em;
    color: #505050;
    font-weight: 400;
    max-width: 120px;
}

@media (min-width:768px) { /* tab pc */	
	.bcnm-curry-univ .series-lead-box{
		text-align: center;
		padding-bottom:4em;
	}
	.bcnm-curry-univ .series-lead-box p{
		font-size:1.214284em;
	}
	.bcnm-curry-univ .list-box {
		margin-bottom:90px;
		padding-bottom:30px;
	}
	.bcnm-curry-univ .list-box ul{		
		margin:0 auto;
		max-width:672px;
		justify-content:flex-start;
	}
	
	.bcnm-curry-univ .list-box ul li{
		-ms-flex-preferred-size: 204px;
		flex-basis: 204px;
		margin-bottom:30px;
		margin-right:30px;
		padding-bottom:4.2em;
	}
	.bcnm-curry-univ .list-box ul li:nth-of-type(3n){
		margin-right:0;
		}
	.bcnm-curry-univ .list-box ul li a .txt-box p{
		font-size:1em;
		line-height:1.4;
	}
	.bcnm-curry-univ .list-box ul li a .btn span{
		font-size: 1em;
		border: 1px solid #505050;
		width: 144px;
		display: inline-block;
		padding: 0.55em 0em 0.7em 1em;
		color: #505050;
		font-weight: 400;
		max-width: 144px;
	}
}


/* bcnm-curry */
.bcnm-curry .series-ttl-box {
    background: #fff6cd;
}
.bcnm-curry .list-box{
	background-color: #fff6cd;
}

.bcnm-curry .list-box ul li a{
	color:#b37900;
}
.bcnm-curry .list-box ul li a .list-num{
	width:90px;
	margin-bottom:0.857142em;
	}
.bcnm-curry .list-box ul li .ttl{
	border-bottom:1px solid #9b9b9b;
	padding-bottom:0.857142em;
}
.bcnm-curry .list-box ul li a .txt-box p.sub-ttl{
	padding-top:0.857142em;
	font-size:0.785714em;
}
.bcnm-curry .list-box ul li a .txt-box  p.sub-ttl .db{
	display:block;
	color:#505050;
	font-weight:400;
}
@media (min-width:768px) { /* tab pc */	
	.bcnm-curry .list-box ul li a .txt-box  p.sub-ttl{
		font-size:0.928571em;
	}
}

/* bcnm-univ */
.bcnm-univ .series-ttl-box{
	background-color: #eaf8fe;
}
.bcnm-univ .list-box{
	background-color: #eaf8fe;
}

.bcnm-univ .list-box ul li a{
	color:#5aa0dc;
}
.bcnm-univ  .list-box ul li a .list-num{
	width:48px;
	margin-bottom:0.714285em;
	}
.bcnm-univ .list-box ul li a .txt-box {
	padding-top:0.9em;
}
.bcnm-univ .list-box ul li a .btn{
}
@media (min-width:768px) { /* tab pc */	
	.bcnm-univ .list-box ul li {
		padding-bottom:5em;
	}
}


/* curry, univ recommend */
.bcnm-curry-univ h3{
	font-size: 2.0em;
	margin-bottom: 1.0em;
	text-align: center;
}

.univ .bcnm-curry-univ .list-box,
.curry .bcnm-curry-univ .list-box{
    word-wrap: break-word;
}

.univ .bcnm-curry-univ .list-box ul li:nth-of-type(3),
.curry .bcnm-curry-univ .list-box ul li:nth-of-type(3){
	display: none;
}

@media (min-width:768px) { /* tab pc */	
	.univ div.bcnm-curry-univ .list-box ul li:nth-of-type(3),
	.curry div.bcnm-curry-univ .list-box ul li:nth-of-type(3){
		display: inherit;
	}
}

@media (min-width:960px) { /* pc */	
	.univ div.bcnm-curry-univ .list-box,
	.curry div.bcnm-curry-univ .list-box{
			margin: 0;
	}
}
