@charset "utf-8";


@media only screen and (max-width: 767px) {

/* colWrap */
.tips .colWrap.col3 .col{
	margin-top: 20px;
}
.tips .colWrap.col3 .col a{
	display: block;
	color: #333333;
	text-decoration: none;
}
.tips .colWrap.col3 .col figure{
	display: table-cell;
	width: 45%;
	vertical-align: top;
}
.tips .colWrap.col3 .col .dlList03{
	display: table-cell;
	width: 55%;
	padding-left: 3%;
	vertical-align: top;
}
.tips .colWrap.col3 .col .dlList03 dl{
	margin: 0;
}
.tips .colWrap.col3 .col .dlList03 .textLink{
	margin-top: 0;
}
.tips .colWrap.col3 .col .dlList03 .textLink span{
	position:relative;
	padding-left:13px;
	display:inline-block;
	text-decoration:none;
	color:#333;
}
.tips .colWrap.col3 .col .dlList03 .textLink span:before{
	content: "";
	position:absolute;
	background:url(/cheeseclub/cheeseclub_common/img/com_ic02.png) no-repeat;
	display: inline-block;
	height: 8px;
	width: 8px;
	left:1px;
	top:6px;
}

/* v2 */
	.tips .colWrap_v2.col3 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	}
.tips .colWrap_v2.col3 .col{
	margin: 20px 10px 0 0;
	width : -webkit-calc(50% - 5px) ;
	width : calc(50% - 5px) ;
}
.tips .colWrap_v2.col3 .col a{
	color: #333333;
}
.tips .colWrap_v2.col3 .col:nth-child(2n){
	margin-right: 0;
}
.tips .colWrap_v2.col3 .col:nth-child(1),
.tips .colWrap_v2.col3 .col:nth-child(2),
.tips .colWrap_v2.col3 .col:nth-child(3){
	margin-top: 20px;
}
.tips .colWrap_v2.col3 .col .textLink{
	position:relative;
	display:inline-block;
	margin: 8px 0 0;
	padding-left:13px;
	background:url(/cheeseclub/cheeseclub_common/img/com_ic02.png) no-repeat;
	background-size: 8px;
	background-position: 1px 6px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.noNavi .columnBox.column3 .column{
	width: auto;
	margin: 0 auto 10px;
}

/* cheeseIc */
.tips .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 */
.tips .col .colInner{
	margin-top: 20px;
}
.tips .col:nth-child(2) > .colInner{
	margin-top: 30px;
}

/* colTitle */
.tips .colTitle {
	padding: 0 0 0 15px;
	position:relative;
	font-size: 14px;
	font-weight: bold;
}
.tips .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;
}
.tips .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;
}


}
