@charset "utf-8";

@media only screen and (min-width: 768px), print {

/* colWrap */
.type-world .colWrap .col{
	width: 430px;
	margin: 0 auto;
}
.noNavi .columnBox.column3 .column{
	margin-right: 29px;
}

/* cheeseIc */
.type-world .cheeseIc span{
	display: inline-block;
	width: 70px;
	margin-right: 5px;
	background: url(/cheeseclub/knowledge/img/index_ic01.png) no-repeat 0 0;
	text-indent: -9999px;
}

/* colInner */
.type-world .col .colInner{
	margin-top: 40px;
}
.type-world .col .colInner:first-child{
	margin-top: 0;
}

/* colTitle */
.type-world .colTitle {
	padding: 0 0 0 20px;
	position:relative;
	margin-bottom:7px;
	font-size: 16px;
	font-weight: bold;
}
.type-world .colTitle:after{
	content: "";
	position:absolute;
	background:url(/cheeseclub/cheeseclub_common/img/com_ic04.png) no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
	left:0px;
	top:10px;
	margin-top:-3px;
}
.type-world.mgLinkParts{
	padding: 35px 50px;
}

/* articleCol */
.articleCol li{
	margin-bottom:20px;
}
.articleCol li:last-child{
	margin-bottom:0px;
}
.articleCol li p{
	margin-top: 0;
}
.articleCol .articleColL{
	float:left;
	width:120px;
}
.articleCol .articleColR{
	float:right;
	width:285px;
}
.articleUnderBox2L .rinkBtn li{
	float: left;
	margin-left: 20px;
}
.articleUnderBox2L .rinkBtn li:first-child{
	margin-left: 0;
}
.articleUnderBox2 .articleUnderBox2L.type01{
	border: none;
	background-color: #f8f2da;
}
.articleUnderBox2L.type01 .rinkBtn {
	position: relative;
}
.articleUnderBox2L.type01 .rinkBtn li{
	position: absolute;
	float: none;
	margin-left: 0;
	width: 123px;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(1) {
	top: 0;
	left: 0;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(2) {
	top: 0;
	left: 200px;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(3) {
	top: 95px;
	left: 100px;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(4) {
	top: 95px;
	left: 300px;
}
.articleUnderBox2L.type01 .rinkBtn li .btnInner{
	position: relative;
}
.articleUnderBox2L.type01 .rinkBtn li .btnInner .btnText{
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	line-height: 1.2;
	color: #333;
	text-align: center;
}
.articleUnderBox2 .articleUnderBox2L dl dt{
	margin-bottom: 10px;
}


/*knowledgeSlider*/
#knowledgeSlider{
	max-width:430px;
	min-width:430px;
	margin:0 auto;
	padding-left:30px;
	padding-right:30px;
	position:relative;
}
#knowledgeSlider .slick-arrow{
	background:url(/cheeseclub/cheeseclub_common/img/com_bt03.png) no-repeat;
	background-size: 17px auto;
	width:17px;
	height:17px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	left:-30px;
	top:50%;
	margin-top:-13px;
}
#knowledgeSlider .slick-arrow.slick-next{
	left:inherit;
	right:-30px;
	background:url(/cheeseclub/cheeseclub_common/img/com_bt04.png) no-repeat;
	background-size: 17px auto;
}
#knowledgeSlider .slick-slide{
	margin-left:2px;
	margin-right:2px;
}
/* newIcon */
.colNew{
	margin-top: 45px;
}
.colNew .col a{
	position: relative;
}
.colNew .col a .new{
	display: inline-block;
	text-indent: -9999px;
	width: 70px;
	height: 70px;
	background: url(/cheeseclub/cheeseclub_common/img/com_ic21.png) no-repeat;
	background-size: auto auto;
	background-size: 70px 70px;
	position: absolute;
	left: -19px;
	top: -30px;
	z-index: 99;
}
@-moz-document url-prefix() {
	.colNew .col a .new{
		top: -18px;
	}
}


/*=================================

	clearfix

=================================*/
.type-world .colWrap:after,
.articleCol li:after,
.articleUnderBox2L:not(.type01) .rinkBtn:after {
	content: "";
	display: block;
	clear: both;
}

}
@media only screen and (max-width: 767px) {
/* v2 */
.noNavi .columnBox.column3 .column{
	width: auto;
	margin: 0 auto 10px;
}

/* cheeseIc */
.type-world .cheeseIc span{
	display: inline-block;
	width: 50px;
	margin-right: 5px;
	background: url(/cheeseclub/knowledge/img/index_ic01.png) no-repeat 0 center;
	background-size: 50px auto;
	text-indent: -9999px;
	vertical-align: 1px;
}

/* colInner */
.type-world .col .colInner{
	margin-top: 20px;
}
.type-world .col:nth-child(2) > .colInner{
	margin-top: 30px;
}

/* colTitle */
.type-world .colTitle {
	padding: 0 0 0 15px;
	position:relative;
	font-size: 14px;
	font-weight: bold;
}
.type-world .colTitle:after{
	content: "";
	position:absolute;
	background:url(/cheeseclub/cheeseclub_common/img/com_ic04.png) no-repeat;
	display: inline-block;
	height: 10px;
	width: 10px;
	left:0px;
	top:10px;
	margin-top:-5px;
}
.type-world .mgLinkParts{
	padding: 20px 20px 30px;
}

/* articleCol */
.articleCol li{
	margin-bottom:20px;
}
.articleCol li:last-child{
	margin-bottom:0px;
}
.articleCol li p{
	margin-top: 0;
}
.articleCol .articleColL{
	float:left;
	width:30%;
}
.articleCol .articleColR{
	float:right;
	width:65%;
}
.articleUnderBox2L .rinkBtn li{
	float: left;
	width: 32%;
	margin-left: 2%;
}
.articleUnderBox2L.type01 .rinkBtn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: 0;
}
.articleUnderBox2L.type01 .rinkBtn li{
	float: none;
	width : -webkit-calc(50% - 10px) ;
	width : calc(50% - 10px) ;
	margin-top: 20px;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(-n+2){
	margin-top: 0;
}
.articleUnderBox2L.type01 .rinkBtn li:nth-of-type(2n+1){
	margin-left: 0;
}
.articleUnderBox2L .rinkBtn li:first-child{
	margin-left: 0;
}
.articleUnderBox2 .articleUnderBox2L.type01{
	border: none;
	background-color: #f8f2da;
}
.articleUnderBox2L.type01 .rinkBtn li a {
	position: relative;
	display: block;
	max-width: 296px;
}
.articleUnderBox2L.type01 .rinkBtn li a .btnText{
	position: absolute;
	left: 0;
	bottom: 18px;
	width: 100%;
	font-size: 1.3rem;
	text-align: center;
	color: #333;
}
.articleUnderBox2 .articleUnderBox2L.type01
.articleUnderBox2 .articleUnderBox2L dl dt{
	margin-bottom: 10px;
}


/*knowledgeSlider*/
#knowledgeSlider{
	margin:0 auto;
	position:relative;
}
#knowledgeSlider .slick-arrow{
	background:url(/cheeseclub/cheeseclub_common/img/com_bt03.png) no-repeat;
	width:25px;
	height:25px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:50%;
	margin-top:-13px;
	z-index:10;
}
#knowledgeSlider .slick-arrow.slick-next{
	left:inherit;
	right:10px;
	background:url(/cheeseclub/cheeseclub_common/img/com_bt04.png) no-repeat;
}
#knowledgeSlider .slick-slide{
	margin-left:3px;
	margin-right:3px;
	text-align:center;
}
#knowledgeSlider .slick-slide a{
	display:inline-block;
	margin:0 auto;
}
	
/* newIcon */
.colNew{
	margin-top: 25px;
}
.colNew .col a{
	position: relative;
}
.colNew .col a .new{
	display: inline-block;
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	background: url(/cheeseclub/cheeseclub_common/img/com_ic21.png) no-repeat;
	background-size: auto auto;
	background-size: 50px 50px;
	position: absolute;
	left: -3px;
	top: -30px;
	z-index: 99;
}
@-moz-document url-prefix() {
	.colNew .col a .new{
		top: -12px;
	}
}


/*=================================

	clearfix

=================================*/
.articleCol li:after,
.articleUnderBox2L:not(.type01) .rinkBtn:after {
	content: "";
	display: block;
	clear: both;
}


}


