@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}




.aff-content .fs-10 {
  font-size: 0.714285em !important;
}

.aff-content .fs-12 {
  font-size: 0.857142em !important;
}

.aff-content .fs-14 {
  font-size: 1em !important;
}
.aff-contet .fs-16 {
	font-size:1.142857em !important;
}
.aff-content .fs-18 {
  font-size: 1.285714em !important;
}

.aff-content .fs-20 {
  font-size: 1.428571em !important;
}

.aff-content .fs-22 {
  font-size: 1.571428em !important;
}

.aff-content .fs-24 {
  font-size: 1.714285em !important;
}

.aff-content .fs-26 {
  font-size: 1.857142em !important;
}

.aff-content .fs-28 {
  font-size: 2em !important;
}

.aff-content .fs-32 {
  font-size: 2.285714em !important;
}

.aff-content .fs-34 {
  font-size: 2.428571em !important;
}

.aff-content .fs-38 {
  font-size: 2.714285em !important;
}

.aff-content .fs-40 {
  font-size: 2.857142em !important;
}

.aff-content .fs-46 {
  font-size: 3.285714em !important;
}

.aff-content .fs-50 {
  font-size: 3.571428em !important;
}

.aff-content .mb-10 {
  margin-bottom: 10px !important;
}

.aff-content .mb-15 {
  margin-bottom: 15px !important;
}
.pc-visible{
display:none;
}
.sp-visible{
display:inline;
}
@media (min-width:768px) { /* tab pc */
.pc-visible{
display:inline;
}
.sp-visible{
display:none;
}
}

/* -------------------------------------------------
official fix
------------------------------------------------- */
.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;
}

.aff-content div,
.aff-content ul,
.aff-content ol,
.aff-content li,
.aff-content h1,
.aff-content h2,
.aff-content h3,
.aff-content h4,
.aff-content h5,
.aff-content p,
.aff-content span,
.aff-content *:before,
.aff-content *:after {
  margin: 0;
  padding: 0;
	box-sizing: border-box;
}

@media (max-width: 959px){
	.aff-content {
		position: relative;
		left: -10px;
		width: calc(100% + 20px);
	}
}


/* -------------------------------------------------
aff common
------------------------------------------------- */
.aff-content {
	overflow: hidden;
	line-height:1.8;
	font-family: 'Noto Sans JP', sans-serif;
}

.aff-content span.txt-id {
    height: 0;
    text-indent: -999em;
}

.aff-content 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 */
}

.aff-content img.fullsize {
	width: 100%;
}
.aff-content img.fullheight {
	height: 100%;
	width:auto;
	max-width:none;
}

.aff-content .ib{
	display: inline-block;
}

.aff-content .mw960px{
  max-width: 960px;
  margin: 0 auto;
}

.aff-content .mw860px{
  max-width: 860px;
  margin: 0 auto;
}

.aff-content .mw820px{
  max-width: 820px;
  margin: 0 auto;
}
.aff-content .mw640px{
  max-width: 640px;
  margin: 0 auto;
}

.aff-content .pd5per{
	padding:0 5%;
}

.aff-content .pd1em{
	padding:0 1em;
}
.aff-content .ttl{
	font-weight:bold;
}

.aff-content a{
	word-break: break-all;
}



.txt-c{
	text-align: center!important;
}
.txt-l{
	text-align: left!important;
}
.txt-r{
	text-align: right!important;
}

.bold{
	font-weight: bold!important;
}
@media (min-width:768px) { /* tab pc */
	a.alpha:hover,a.alpha:hover p{
		opacity: 0.8;
	}
	.aff-content img {
		image-rendering: -webkit-optimize-contrast;
	}
	.aff-content .pc-block{
		display: block;
	}
	.pc-txt-c{
	text-align: center;
}
}

.aff-content div.txt-pdf-link-box{
	text-align:center;
	padding-top:0.3em;
}
.aff-content div.txt-pdf-link-box p{
	background-image: url(/j/shared_new/shared/images/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: right 40%;
  margin: 0 4px 0 0;
  padding: 0 24px 0 0;
	display: inline-block;
    font-size: 0.857142em;
}

@media (max-width: 959px){
	div.txt-pdf-link-box p{
    background-image: url(/j/shared_new/shared/images/icon_pdf@2x.png);
    background-size: 18px auto;
	}
}

.aff-content .sp-del{
	display: none;
}
.aff-content .pc-del{
	display: inline-block;
}
@media (min-width:768px) { /* tab pc */
	.aff-content .sp-del{
		display: inline-block;
	}
	.aff-content .pc-del{
		display: none;
	}
}

.aff-content .sp-table{
	display: table;
	width:100%;
}

.aff-content .sp-table .sp-td{
	display: table-cell;
	vertical-align: middle;
}
.aff-content .sp-table .sp-th {
	display: table-cell;
	vertical-align:top;
	white-space: nowrap;
	width:1px;
	
}

.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;
	}
}	

/* -------------------------------------------------
toppage
------------------------------------------------- */
.content .aff-top .month-ttl-box ul li{
	height:35px;
}

.content .aff-top  h1 {
	font-size: 0.8571em; /* 14 to 12px */
	padding: 0;
	line-height: 1;
	text-indent: -999em;
	display:none;
}

.aff-top .kv-box {
	padding:1.142857em 5%;
	border-top:2px solid #dcdcdc;
	border-bottom:2px solid #dcdcdc;
		background:#e1ecd7;
}
	.aff-top .kv-box a{
text-decoration:none;
word-break:normal;
}
.aff-top .kv-box a p {
text-decoration:none;
}
.aff-top .kv-box .kv-lead-box{
	padding-top: 0.8em;
}
.aff-top .kv-box .kv-lead-box p{
	font-weight: 500;
	font-size:0.857142em;
}
@media (min-width:768px) { /* tab pc */
	.content .aff-top .month-ttl-box ul li{
		height:45px;
	}
	.aff-top .kv-box {
		padding:40px 40px 50px;
	}
	.aff-top .kv-box:hover {
		background:#f0f5eb;

	}
	.aff-top .kv-box .kv-ttl-box{
		position:relative;
	
	}
	.aff-top .kv-box .kv-lead-box{
		/*width:50%;*/
		/*margin-top:-5.7em;*/
		padding-top:0;
		
		width:415px;
		position:absolute;
		bottom:0;
		text-align:justify;
	}
	.aff-top .kv-box .kv-lead-box p{
		font-size:1.142857em;
		line-height:1.6;
	}
}

/* official fix */


/* article-box */
.aff-top .ttl-border-box{
	text-align: center;
	border-top:1px solid #dcdcdc;
}
.aff-top .ttl-noborder-box{
	text-align: center;
}

.aff-content .article-box .inner > .txt-box {
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}
.aff-content .article-box .num-box {
	position:absolute;
	right:0;
	top:0;
	z-index: 2;
	width:3.357em;
	height:2.428em;
}
.aff-content .article-box .figure-box{
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}
.aff-top  .article-box .txt-box .date-box img{
	padding-top:2px;
	height:calc(1.285714em + 2px);
	margin-bottom:0.785714em;
}
.aff-top  .article-box .txt-box .ttl-box h3{
	border-bottom: none;
	color:#689f38;
	font-size: 0.857142em; /* 12px */
	line-height: 1.4;
	padding-bottom:0.5em;
	margin-right:-1em;
}
.aff-top  .article-box .txt-box .ttl-box .ttl{
	font-size:0.785714em;
	line-height:1.3;
	padding-bottom:0.3em;
	padding-top:0.3em;
	margin-right:-1em;
}
.aff-top  .article-box .txt-box p.article-txt{
	font-size:0.785714em;
	padding-bottom:5em;
}
.aff-top  .article-box .btn-box{
	text-align:center;
	margin:0 auto;
	position:absolute;
	bottom:0;
	width:100%;
}
.aff-top  .article-box .btn-box span{
	font-size:0.857142em;
	display: inline-block;
	text-align: center;
	border:1px solid #505050;
	padding:0.65em 4vw 0.65em 6.4vw;
}
.aff-top  .article-box .btn-box span.unpublish{
	padding:0.65em	8.76vw;
}

@media (min-width:768px) { /* tab pc */
	.aff-top div .article-box >.inner{
		max-width: none;
		padding-bottom:0;
	}
	.aff-content .article-box .num-box {
		width:94px;
		height:68px;
	}
	.aff-top  .article-box .txt-box .date-box img{
		height:36px;
		margin-bottom:26px;
	}
	.aff-top  .article-box .txt-box .ttl-box .ttl{
		font-size:1.142857em;
		line-height:1.9;
		padding-bottom:4px;
		padding-top:0;
	}
	.aff-top div .article-box .txt-box .sp-table{
		padding: 0;
	}
	.aff-top div .article-box .txt-box .sp-table,
	.aff-top div .article-box .txt-box .sp-table .sp-td{
		display: block;
	}


	.aff-top div .article-box .txt-box .ttl-box{
		padding: 0;
		margin-bottom: 0.4em;
	}
	.aff-top  .article-box .txt-box p.article-txt{
		font-size:1.142857em;
		padding-bottom:4em;
	}
	.aff-top  .article-box .btn-box{
}
	.aff-top div .article-box .btn-box span{
		padding: 0.8em 43px 0.8em 50px;
		font-size:0.928571em;
	}
	.aff-top div .article-box .btn-box span.unpublish{
		padding: 0.8em 68px;
	}
	.aff-top div .article-box.link{ /* js link */
		cursor: pointer;
	}
	.aff-top div .article-box.link:hover{
		background:#f0f5eb;
		cursor:pointer;
	}
	.aff-top div .curry-box.link:hover{
		background:#f7f2e5;
		cursor:pointer;
	}
	.aff-top div .univ-box.link:hover{
		background:#ecf4fa;
		cursor:pointer;
	}

}
/* article new */
.aff-content .link.new .figure-box:before{
	content: " ";
	display: block;
	background-image:url("../img/top_article_new01.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	z-index: 2;
	top:0;
	left: 0;
	width:13.3vw;
	max-width:70px;
	height: 13.3vw;
	max-height: 70px;
}
/* TOP spe-box */
.aff-top .spe-box .mw860px{
		border-bottom:1px solid #dcdcdc;
}
@media (max-width:767px) {
	.aff-content .spe-box .ttl-noborder-box h2 img {
		max-height:90px;
	}
}
.aff-content .spe-box .article-box {
	padding-bottom:2em;
}
.aff-content .spe-box .article-box .inner {
	
	display:-webkit-box;
	display:-ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	flex-wrap:wrap;
}
.aff-top .spe-box .article-box .figure-box{
	margin-bottom:0;
	height:auto;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
}

.aff-top .spe-box .article-box .txt-box{
	padding-right:4.8%;
	position:relative;
	-ms-flex-preferred-size: 49%;
	flex-basis: 49%;
}
.aff-content .spe-box .article-box .num-box {
	right:1em;
}

.aff-content .spe-box .past-list-box {
	padding-bottom:1.857142em;
}
.aff-content .spe-box .past-list-box .ttl-box{
	margin:0.5em auto 1em;
	text-align:center;
}
.aff-content .spe-box .past-list-box .ttl-box h2{
	font-size:0.857142em;
	text-align:center;
	width:120px;
	display:inline-block;
	padding:0.8em 0;
	background:#689f38;
	color:#FFF;
}
.aff-content .spe-box .past-list-box .past-list {
	margin:0 auto;
	padding:0;
	background:none;
	display:table;
}
.aff-content .spe-box .past-list-box .past-list li{
	margin:0 auto;
	padding:0;
	background:none;
	line-height:1.6;
}
.aff-content .spe-box .past-list-box .past-list li dl{
	margin-bottom:0;
	padding-bottom:6px;
	
	}
.aff-content .spe-box .past-list-box .past-list li dt{
	display:inline-block;
	color:#689f38;
	font-size:0.857142em;
	padding-right:1em;
	line-height:1.6;
}
.aff-content .spe-box .past-list-box .past-list li dd{
	display:inline-block;
	font-size:0.857142em;
	font-weight:bold;
	line-height:1.6;
}
@media (min-width:768px) { /* tab pc */
	.aff-content .spe-box .ttl-noborder-box h2 img {
		margin:10px auto;
		height:130px;
		width:auto;
	}
	.aff-content .spe-box .article-box {
		padding-bottom:5.2%;
	}
	.aff-top .spe-box .article-box .figure-box{
		-ms-flex-preferred-size: 450px;
		flex-basis: 450px;
		max-width: 450px; /* ie11 */
	}
	
	.aff-top .spe-box .article-box .txt-box{
		padding-right:0%;
		-ms-flex-preferred-size: 42%;
		flex-basis: 42%;
		max-width: 42%; /* ie11 */
	}
	.aff-content .spe-box .article-box .num-box {
		right:0;
	}
	.aff-top .spe-box .article-box .txt-box .ttl-box h3{
		font-size: 1.571428em; /* 22px */
		padding-bottom:0.7em;
	}
	.aff-content .spe-box .past-list-box {
		padding-bottom:2.714285em;
	}
	.aff-content .spe-box .past-list-box .ttl-box{
		margin:0.5em auto 1.5em;
	}
	.aff-content .spe-box .past-list-box .ttl-box h2{
		font-size:1em;
		width:140px;
	}
	.aff-content .spe-box .past-list-box .past-list li{
		line-height:2.2;
	}
	.aff-content .spe-box .past-list-box .past-list li dt{
		font-size:1.142857em;
	}
	.aff-content .spe-box .past-list-box .past-list li dd{
		font-size:1.142857em;
	}
	.aff-content .spe-box .past-list-box .past-list li dd a{
		text-decoration:none;
		border-bottom:1px solid #000;
	}
	.aff-content .spe-box .past-list-box .past-list li dd a:hover{
		border-bottom:none;
	}
	.aff-content .spe-box .past-list-box .past-list li dd span{
		padding-right:0.5em;
	}
}

/* TOP rensai */
.aff-top .rensai-box{
	border-bottom:2px solid #dcdcdc;
	margin-bottom:20px;
	position:relative;
	}
.aff-top .rensai-box .mw860px{
	background:#dcdcdc;
	}
.aff-top .rensai-box .list-box {
	-ms-flex-preferred-size: calc(50% - 0.5px);
	flex-basis: calc(50% - 0.5px);
	max-width:calc(50% - 0.5px);
	background:#fff;
	position:relative;
}
.aff-top .rensai-box .article-box {
	padding-bottom:3em;
}
.aff-top .rensai-box::after  {
	content: "";
	height: 20px;
	display: block;
	background-image: url(../img/spe_box_border.png);
	background-size: contain;
	margin: 0 2.5%;
	position:absolute;
	width:calc(100% - 5%);
	}


.aff-top .rensai-box .article-box .txt-box p.article-txt {
	padding-bottom:0;
}
.aff-top .rensai-box .txt-box {
	padding:2.66vw 2.33vw 0 2.66vw;
}
.aff-top .rensai-box .article-box > .inner {
padding-bottom:2em;
}
.aff-top .rensai-box .article-box .btn-box{
	position:absolute;
	top:calc(100% - 4em);
	width:100%;
}
/* curry */
.aff-top .curry-box .article-box .txt-box .ttl-box h3 {
	color:#b37900;
	margin-right:-0.2em;
}
.aff-content .curry-box .article-box .num-box {
	top:4px;
	right:4px;
}
/* univ */
.aff-top .univ-box .article-box .txt-box .ttl-box h3 {
	color:#4692cc;
	margin-right:-0.2em;
}
.aff-content .univ-box .article-box .num-box {
	top:4px;
	right:4px;
}

@media (min-width:768px) { /* tab pc */
	.aff-top .rensai-box::after  {
		margin: 0 5.2%;
		width:100%;
		max-width:860px;
		}
	.aff-top .rensai-box .ttl-bgimg-box h3 {
		text-align:center;
	}
	.aff-top .rensai-box .txt-box {
		padding:16px 0 0;
	}
	.aff-top  .rensai-box .txt-box .date-box img{
		margin-bottom:26px;
	}
	.aff-top  .rensai-box .txt-box p.article-txt{
		padding-bottom:36px;
	}
	.aff-top .rensai-box .curry-box {
		padding-right:30px;
	}
	.aff-top .rensai-box .article-box {
		padding-bottom:90px;
	}
.aff-top .rensai-box .article-box .btn-box{
	top:calc(100% - 90px);
}
	.aff-top .rensai-box .curry-box .ttl-bgimg-box h3 {
		margin-right:-30px;
		padding-right:30px;
		background:#FFF;
	}
	.aff-top .rensai-box .univ-box .ttl-bgimg-box h3 {
		margin-left:-30px;
		padding-left:30px;
		background:#FFF;
	}
	.aff-top .curry-box .article-box .txt-box .ttl-box h3 {
		font-size:1.428571em;
		padding-bottom:5px;
	}
	.aff-content .curry-box .article-box .num-box {
		top:12px;
		right:0px;
		width:83px;
		height:60px;
	}
	.aff-top .rensai-box .univ-box {
		padding-left:30px;
	}
	.aff-top .univ-box .article-box .txt-box .ttl-box h3 {
		font-size:1.428571em;
		padding-bottom:5px;
	}
	.aff-content .univ-box .article-box .num-box {
		top:12px;
		right:0px;
		width:83px;
		height:60px;
	}
}


/* PDF ver link */
.aff-top .pdf-ver-box{
	text-align: center;
	padding: 2.142857em 5% 2.857142em;
}

.aff-top .pdf-ver-box ul li{
	padding: 0;
	background-image: none;
}


.aff-top .pdf-ver-box .pdf01{
	padding-bottom:2em;
	max-width: 520px;
	margin:0 auto;
}
.aff-top .pdf-ver-box .pdf01 a{
	position:relative;
	display:block;
}
.aff-top .pdf-ver-box .pdf01 a p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color:#689f38;
	font-size:1.142857em;
	white-space: nowrap;
}
.aff-top .pdf-ver-box .pdf02 a{
	background:#689f38;
	display: block;
	text-align: center;
	text-decoration: none;
	max-width:520px;
	margin:auto;
}
@media (min-width:768px) { /* tab pc */
	.content .aff-top .pdf-ver-box a img{
		max-width:520px;
	}
	.aff-top .pdf-ver-box{
		text-align: center;
		padding: 95px 5%;
	}
	.aff-top .pdf-ver-box .pdf01{
		padding-bottom:4em;
	}
	.aff-top .pdf-ver-box .pdf01 a p{
		font-size:1.571428em;
	}
	
}
/* bcnm-ver-box */
.aff-top .bcnm-ver-box {
	padding:2.142857em 5% 0;
}
.aff-top .bcnm-ver-box ul li{
	background:none;
	margin:0;
	padding:0;
	-ms-flex-preferred-size: 47.5%;
    flex-basis: 47.5%;
}
@media (min-width:768px) { /* tab pc */
	.aff-top .bcnm-ver-box {
		padding:60px 0 0 ;
	}
	.aff-top .bcnm-ver-box ul li {
		-ms-flex-preferred-size: 296px;
		flex-basis: 296px;
		max-width:296px;
	}
}

/* recommend */
.aff-top .recommend-box{
	padding: 1px 5% 1em;;
	margin-bottom: 2.2857em;
	background:#f5f5f5;
	margin-top:2em;
}
.aff-top .recommend-box .ttl-noborder-box {
}
.aff-top .recommend-box h2{
	background-color:transparent;
	padding: 1.3em 10px;
	margin-bottom: 1.65em;
	background:#689f38;
	color:#FFF;
	font-size:1.428571em;
	font-weight:500;
	border-radius:2.3em;
	letter-spacing: .1em;
	font-weight: 500;
	position: relative;
    top: 0;
    left: 0;
    z-index: 1;
	margin-top:calc(-2em - 1px);
}
.aff-top .recommend-box h2:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -14px;
	margin-top: -1px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 14px 0 14px;
    border-color: #689f38 transparent transparent transparent;
}
.aff-top .recommend-box ul {
	flex-wrap: wrap;
}
.aff-top .recommend-box ul li{
	background-image: none;
	margin: 0 0 1em;
	text-align: center;
	padding:0;
}
.aff-top .recommend-box ul li a{
	position:relative;
	display:block;
}
.aff-top .recommend-box ul li a img{
	border:#dcdcdc 1px solid;
}
.aff-top .recommend-box ul li a p{
	position:absolute;
	top:1px;
	left:1px;
	background:#689f38;
	font-weight:bold;
	font-size:0.857142em;
	padding:0.2em 0.5em;
	line-height:1.3;
	color:#FFF;
	z-index:2;
}

.aff-top .recommend-box .btn-box{
	text-align: center;
}

@media (min-width:768px) { /* tab pc */
	.aff-top .recommend-box h2{
		background-color:transparent;
		padding: 1.1em 10px;
		background:#689f38;
		color:#FFF;
		font-size:1.571428em;
		font-weight:500;
		border-radius:2.3em;
		letter-spacing: .1em;
		font-weight: 500;
		position: relative;
		top: 0;
		left: 0;
		z-index: 1;
		margin:calc(-2em - 1px) auto 2.9em;
		width:535px;
	}
	.aff-top div.recommend-box{
		margin-bottom: 8em;
		background-color:#f5f5f5;
		padding-bottom:3.7em;
	}
	.aff-top .recommend-box ul {
		width:645px;
		margin:0 auto;
	}
	.aff-top .recommend-box ul li.flex-item{
		flex-basis: 31%;
		-ms-flex-preferred-size: 31%;
		margin-bottom:2em;
	}
	.aff-top .recommend-box ul li a p{
		font-size:1.071428em;
	}
}




/* info btn */
.aff-top .info-box{
	padding: 0 5%;
	margin-bottom: 2.2857em;
	padding-bottom: 1.2857em;
}
.aff-top .info-box a img{
	background:#689f38;
}
@media (max-width:767px) { /* tab pc */
	.aff-top .info-box::after  {
		content: "";
		height: 21px;
		display: block;
		margin:0 -2.5%;
		background-image: url(../img/spe_box_border.png);
		background-size: contain;
		background-repeat-y: no-repeat;
	}
}

.aff-top div.info-box ul li{
	background-image: none;
	padding: 0;
	margin-bottom: 2.2857em;
	text-align: center;
}

.aff-top div.info-box ul li.voice{
}

@media (min-width:768px) { /* tab pc */
	.aff-top div.info-box{
		margin-bottom: 8em;
	}
}

/* 2012- virus attention */
.aff-content .virus-attention-box{
	padding: 5%;
	margin-left:5%;
	margin-right:5%;
	margin-top: -1em;
	margin-bottom: 2.5em;
	border:solid #000 1px;
	border-radius:18px;
}

.aff-content .virus-attention-box .ttl{
	text-align: center;
	margin: 0 -1em 0.5em;
	font-weight: bold;
	font-size: 1.285714em;
  line-height: 1.4;
}

.aff-content .virus-attention-box .txt-box{
	margin: 0 auto;
  max-width: 688px;
}

@media (min-width:768px) { /* tab pc */
	div.aff-content .virus-attention-box{
		margin-top: -3em;
		margin-bottom: 5.7em;
		margin-left: auto;
		margin-right: auto;
		padding:48px 78px;
	}
	div.aff-content .virus-attention-box .ttl{
		font-size: 1.571428em;
		margin-bottom:1.6em;
	}
}

/* about */
.aff-top .about-box{
	background-color:#689f38;
	font-weight: 500;
	padding:2em 2.857142em;
}

.aff-top .about-box .ttl-box h2{
	background-color: #fff;
	color:#fff;
	padding: 1.428571em 0;
	text-align:center;
}
.aff-top .about-box .ttl-box h2 img{
	height:1em;
}

@media (min-width:960px) { /* pc */
	.aff-top .about-box{
		padding:46px 100px;
	}
	div.aff-top .about-box .ttl-box h2{
		box-sizing:border-box;
		width:400px;
		margin:0 auto;
	}
	.aff-top .about-box .ttl-box h2 img{
	width:auto;
}
}

.aff-top .about-box .txt-box{
	padding-top: 2em;
	color:#fff;
	/*
	font-size: 125.00%; /* 20px */
}

.aff-top .about-box .txt-box p{
	font-size: 1em; /* 14px */
}

@media (min-width:768px) { /* tab pc */
	.aff-top div.about-box .txt-box{
		font-size: 1.142857em; /* 16px */
		text-align:center;
		/*
		font-size: 137.50%; /* 22px */
	}

	.aff-top div.about-box .txt-box .pc-ib{
		display: inline-block;
	}
}

/* about note box */
.aff-top .about-note-box{
	text-align: right;
	padding-top: 2em;
	
	font-size: 0.875em;
}

/* more */
.aff-top .more-box{
	padding: 1em 10px 4em;
	text-align: right;
}

@media (min-width:960px) { /* pc */
	.aff-top div.more-box{
		padding: 1em 0 3.571428em;
	}
}


/* month title / article , voice */
.content .month-ttl-box {
	line-height: 1;
	padding:0 10px;
	margin-bottom:0.6em;
}

.content .month-ttl-box ul{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;

	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content .month-ttl-box ul li{
	margin: 0;
	padding: 0;
	background: none;
	text-align:center;
	letter-spacing: .1em;
}
.content .month-ttl-box ul li{
	height:1.72em;
}

.content .month-ttl-box ul li img{
	height:100%;
}
/* month title / index */


@media (min-width:768px) { /* tab pc */
	.content .month-ttl-box {
		margin-bottom: 11px;
		padding:0;
	}
.content .month-ttl-box ul li{
	height:39px;
}
}


/* bottom / impression , backnumber , to top */
.content .bottom-box{
	padding-left: 4% ;
	padding-right: 4%;
}

.content .bottom-box .ttl-box{
	text-align: center;
	margin: 0 auto 1em;
	font-weight:500;
	position: relative;
	top:0;
	left:0;
	z-index: 1;
}
.content .bottom-box .ttl-box p{
	font-size:1.285714em;
}

.content .bottom-box .btn-box{
	max-width: 520px;
	margin: 0 auto 40px;
}
.content .bottom-box .btn-box a{
	display: block;
	text-align: center;
	text-decoration: none;
}

.content .bcnb-month-top-box .bottom-box .btn-box a{
	background:#689f38;
}
.content .bcnm-curry-univ .bottom-box .btn-box a {
	background:#689f38;
}
.content .voice .bottom-box .btn-box a {
	background:#689f38;
}
.content .impression-box ttl-box{
}

.content .impression-box .btn-box a {
	position:relative;
}
.content .impression-box .btn-box a p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color:#689f38;
	font-size:1.142857em;
	white-space: nowrap;
}


.content .impression-box .btn-box a img{
}
.content .pdf-btn-box{
		margin-top:2.8em;
}
.content .pdf-btn-box a{
		position:relative;
}
.content .pdf-btn-box a p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	color:#689f38;
	font-size:1.142857em;
	white-space: nowrap;
}




@media (min-width:768px) { /* tab pc */
	.content .bottom-box{
		padding-left: 0 ;
		padding-right: 0;
	}
	.content .bottom-box .btn-box{
	margin: 0 auto 0px;
}
	.content .impression-box{
		margin-bottom:80px;
		margin-top:60px;
	}
	.content .pdf-btn-box{
		margin-top:70px;
	}
	.content .bcnb-month-top-box{
		margin-bottom:50px!important;
	}
	.content .bcnb-month-top-box .bottom-box .btn-box{
		max-width:340px;
	}
	.content .voice .month-top-box .btn-box{
		max-width:340px;
	}
	.content .bcnm-curry-univ .month-top-box .btn-box{
		max-width:340px;
	}
	.content .impression-box .btn-box a p{
		font-size:1.571428em;
	}
	.content .pdf-btn-box a p{
		font-size:1.571428em;
	}
}

/* to month top */
.content .month-top-box .btn-box {
	margin-bottom:0;
}