@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* 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;
}

.content a:not(.icon)[href^="http://"], .content a:not(.icon)[href^="https://"] {
    background: none;
    margin: 0;
    padding: 0;
}
.backnumber  div,
.backnumber  ul,
.backnumber  ol,
.backnumber  li,
.backnumber  h1,
.backnumber  h2,
.backnumber  h3,
.backnumber  h4,
.backnumber  h5,
.backnumber  p,
.backnumber  span,
.backnumber  *:before,
.backnumber  *:after {
  margin: 0;
  padding: 0;
box-sizing: border-box;
}

.backnumber {
	line-height:1.8;
	font-family: 'Noto Sans JP', sans-serif;
}

.backnumber img {
	-webkit-backface-visibility: hidden;

	max-width: 100%;
	width:auto;
	width:/***/auto; /* IE8用 */
	height: auto;
	border: none;
	vertical-align: middle;
	flex-shrink: 0; /* ie11 flex */
}

.backnumber img.fullsize {
	width: 100%;
}
.backnumber .mw640px{
  max-width: 640px;
  margin: 0 auto;
}
.backnumber a {
	text-decoration:none;
}
.backnumber a:hover {
	text-decoration:underline;
}
@media (max-width: 959px){
}


/* bcnm2020 common */
.content .ib{
	display: inline-block;
}
.flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;

		flex-wrap:wrap;
}
	 .flex-box .flex-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
	.row-reverse {
	-ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media (max-width:767px) { /* sp */	
	.sp-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		flex-wrap:wrap;
	}
	 .sp-flex-box .flex-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}
}	
@media (min-width:768px) { /* tab pc */	
	.pc-flex-box{
		display:-webkit-box;
		display:-ms-flexbox;
		display: flex;
		
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		
		flex-wrap:wrap;
	}
	 .pc-flex-box .flex-item {
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
		max-width: 48%; /* ie11 */
	}
	.pc-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	a.alpha:hover{
		opacity: 0.8;
	}
}	
/* backnumber-year */
.backnumber .backnumber-year {
	background-color: #fff;
	z-index:2;
	position:-webkit-sticky;
	position:sticky;
	padding-bottom:1em;
	top:0px;
	margin-top:-20px;
	padding-top:20px;
	border-bottom:1px solid #f7e5e5;
}
.backnumber .backnumber-year p {
	background-color: #eee;
	margin: 0px 0 20px 0;
	padding: 5px 15px;
	font-size: 1.142857em;
	font-weight: bold;
	color: #000;
}

.backnumber .archive-txt  p{
	line-height:2;
	max-width:860px;
	margin:0 auto;
}
@media (min-width:768px) { /* tab pc */	
	.backnumber .archive-txt  p{
		padding:2em 0;
	}
}

.backnumber .backnumber-year ul {
	display:flex;
	flex-wrap:wrap;
}

.backnumber .backnumber-year ul li {
	background: url(/j/shared_new/shared/images/icon_arrow1.png) no-repeat 10px 5px;
	display: inline-block;
	margin-bottom:5px;
	width:calc(25% - 0.6em);
}
.backnumber .backnumber-year ul li:last-child {
	width:auto;
}
.backnumber .backnumber-year ul li a{
	line-height:1.35;
}
.backnumber .backnumber-year ul li a.current{
	text-decoration:underline;
	color:#707070;
}
.backnumber .backnumber-year ul li a.archive-link{
	color:#707070;
}
@media (min-width:768px) { /* tab pc */	
	.backnumber .backnumber-year ul {
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.backnumber .backnumber-year ul li {
		width:calc(8.3%);
		margin-bottom:10px;
		background-position: 0 5px;
		padding: 0 0 0 10px;
	}
}
/* backnumber */
.backnumber h1 {
	background-color: #f7e5e5;
	margin: 0 0 30px 0;
	padding: 5px 10px;
	font-size: 1.285714em;
	font-weight: bold;
	color: #000;
}


.backnumber .list-box > ul {
	padding-bottom: 0em;
}

.backnumber .list-box > ul > li {
	margin: 0 0 2em;
	padding: 0;
	background:none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom:1px solid #eee;
	padding-bottom:2em;
	
}
.backnumber .list-box > ul > li > .inner{
	max-width: 35%;
	-ms-flex-preferred-size:35%;
	flex-basis:35%;
}
.backnumber .link-box {
	margin-top:0;
	padding:0;
	-ms-flex-preferred-size: 65%;
	flex-basis: 65%;
	overflow:hidden;
}
.backnumber .list-box > ul > li > .inner > a{	
	max-width:200px;
	margin:auto;
	text-align:center;
	display:block;
}
.backnumber .list-box > ul > li > .inner > a > img{	
	max-width:200px;
	box-shadow:3px 3px 3px rgba(0,0,0,10%);
}
.backnumber .list-box > ul > li > .inner > a:hover > img{	
opacity: 0.8;
}
.backnumber .list-box > ul > li img{
	max-width: 100%;
	width: 100%; /* flex ie */
	height: auto;
}

.backnumber .list-box > ul > li > .inner .btn-pdf{
	max-width:200px;
	margin:0 0.3em;
}


.backnumber .list-box > ul > li > .inner .btn-pdf a{
	display: block;
	text-align: center;
	text-decoration: none;
	background-color:#73ae32;
	color:#fff;
	padding: 0.5em;
	border-radius: 3px;
	font-size:0.857142em;
	line-height:1.3em;
}
.backnumber .list-box > ul > li > .inner .btn-pdf a:hover{
	/*background-color:#ad0000;*/
	color:#fff;
	opacity:0.8;
}
.backnumber .list-box > ul > li > .inner .btn-pdf a:hover:before{
	border-color: #ffffff transparent transparent transparent;
}
.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: #fff transparent transparent transparent;
	
	transform: rotate(135deg);
	
	margin-right: 0.5em;
}
.backnumber .link-box .link-list {
	margin-bottom:0;
}
.backnumber .link-box .link-list:nth-of-type(2) {
	margin-top:1.5em;
}
.backnumber .link-box .link-list li{
    margin: 0 0 5px 1em;
    padding-left: 1em;
	line-height:1.4;
	display:flex;
	align-items:center;
	background-position: left 0.2em;
}
.backnumber .link-box .link-list li:not(.headline) a,.backnumber .link-box .link-list li:not(.headline) p{
    overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size:0.857142em;
}
.backnumber .link-box .link-list li.headline {
	background:none;
    margin: 0 0 1em;
    padding: 3px 0;
	font-size:1em;
	width:100%;
	height:3.5em;
	overflow:hidden;
	border-bottom:3px solid #a0a0a0;
}
.backnumber .link-box .link-list li h3{
	padding-left:10px;
	max-height:calc(3em - 6px);
	overflow:hidden;
}
.backnumber .link-box .link-list li h3 a{
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000;
	font-size:0.928571em;
	width:100%;
	line-height:1.4;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	max-height:3em;
	word-break:break-all;
}
.backnumber .link-box .link-list li h3 span{
    padding-right:1em;
	color:#757575;
}

.backnumber h2 {
	color: #ad0000;
	font-size: 1em;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

.backnumber ul{
	margin: 0;
	padding: 0;
}

.backnumber ul li{
	margin: 0;
}



@media (min-width:768px) { /* tab pc */	
	.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:2em;
	}
	

	div.backnumber .list-box > ul > li {
		max-width: 455px;
		-ms-flex-preferred-size: 47.39%;
		flex-basis:47.39%;
		
		margin: 0;
		padding-bottom:2em;
		padding-top:40px;
		
	}
	div.backnumber .list-box > ul > li:nth-child(2n) {
		padding-left:2.55%;
		border-left:1px solid #eee;
		box-sizing:content-box;
	}
	div.backnumber .list-box > ul > li:nth-child(2n-1) {
		padding-right:2.5%;
		box-sizing:content-box;
	}
	div.backnumber .list-box > ul > li:nth-child(1),div.backnumber .list-box > ul > li:nth-child(2) {
		padding-top:0;
	}
	.backnumber .list-box > ul > li > .inner{
		max-width: 155px;
		-ms-flex-preferred-size:34%;
		flex-basis:34%;
	}
	.backnumber .list-box > ul > li > .link-box{
		max-width: 300px;
		-ms-flex-preferred-size:65.93%;
		flex-basis:65.93%;
	}
	div.backnumber .list-box > ul {
		/*-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;*/
		
	}
	.backnumber .list-box > ul > li > .inner .btn-pdf{
		max-width:180px;
	}

	div.backnumber .list-box > ul > li > .inner .btn-pdf a:hover{
		opacity: 0.8;
	}
	
	div.backnumber .list-box img {
	}
	.backnumber .link-box {
		margin-top:0;
		padding:0;
		width: auto;
		-ms-flex-preferred-size: 240px;
		flex-basis: 260px;
	}
	.backnumber .link-box .link-list:nth-of-type(2){
		/* margin-top:0.8em; */
		margin-top:1.2em;
	}
	.backnumber2011 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 6) + 4.5em);
	}
	.backnumber2012 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 7) + 4.5em);
	}
	.backnumber2013 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 5) + 4.5em);
	}
	.backnumber2014 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 6) + 4.5em);
	}
	.backnumber2015 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 8) + 4.5em);
	}
	.backnumber2016 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 6) + 4.5em);
	}
	.backnumber2017 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 6) + 4.5em);
	}
	.backnumber2018 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 5) + 4.5em);
	}
	.backnumber2019 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 9) + 4.5em);
	}
	.backnumber2020 .link-box ul.link-list:first-of-type {
		height:calc(((1em + 5px) * 6) + 4.5em);
	}
	
}
@media (max-width:767px) { /* sp */	
	
}

/* bcnm-ver-box */
.backnumber .bcnm-ver-box {
	padding:0 0 0;
}
.backnumber .bcnm-ver-box div{
	text-align:center;
	margin-bottom:1em;
}
.backnumber .bcnm-ver-box div h2 {
	background-color: transparent;
    display: inline-block;
    color: #707070;
    padding: 0.2em 5em;
    border: 1px solid #707070;
    font-size: 1.2em;
    letter-spacing: .1em;
	width:100%;
}
.backnumber .bcnm-ver-box ul li{
	background:none;
	margin:0 auto 1em;
	width:230px;
	padding:0;
}
@media (min-width:768px) { /* tab pc */
	.backnumber .bcnm-ver-box {
		padding:0 ;
	}
	.backnumber .bcnm-ver-box div{
		margin-bottom:2em;
	}
	.backnumber .bcnm-ver-box ul li {
		-ms-flex-preferred-size: 296px;
		flex-basis: 296px;
		max-width:296px;
		margin:0;
	}
}

/* ====================================
	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{
	height:22px;
	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{
	height:24px;
	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;
	}
}
