@charset "utf-8";

/*==============================

			info common

==============================*/

/*==============================
			PC ＋ SP
==============================*/





/*==============================
			PC
==============================*/
@media screen and (min-width: 641px) {

/*--------------------------------------------------
		mainContsTop
--------------------------------------------------*/
.mainContsTop .block01 {
	margin: 40px 0;
}
.mainContsTop .block01 .box01 .txt {
	font-size: 100%;
}



/*--------------------------------------------------
		txt
--------------------------------------------------*/
.link {
	display: inline-block;
}
.link::before {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-right: 5px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat 0 0;
}



/*--------------------------------------------------
		layoutBox
--------------------------------------------------*/
.layoutBox .img + .img,
.layoutBox .img + .txt,
.layoutBox .img + .list,
.layoutBox .txt + .txt,
.layoutBox .txt + .img,
.layoutBox .txt + .list,
.layoutBox .list + .list,
.layoutBox .list + .img,
.layoutBox .list + .txt {
	margin-top: 20px;
}
.layoutBox .txtS {
	font-size: 90%;
}





}





/*==============================
			SP
==============================*/
@media screen and (max-width: 640px) {

/*--------------------------------------------------
		mainContsTop
--------------------------------------------------*/
.mainContsTop .block01 {
	margin: 20px 0;
}
.mainContsTop .block01 .box01 .txt {
	font-size: 100%;
}



/*--------------------------------------------------
		txt
--------------------------------------------------*/
.link {
	display: inline-block;
}
.link::before {
	display: inline-block;
	content: " ";
	width: 6px;
	height: 8px;
	margin-right: 5px;
	background: url(/library/common/img/icn_link_arrow_right.png) no-repeat 0 0;
}



/*--------------------------------------------------
		layoutBox
--------------------------------------------------*/
.layoutBox .img + .img,
.layoutBox .img + .txt,
.layoutBox .img + .list,
.layoutBox .txt + .txt,
.layoutBox .txt + .img,
.layoutBox .txt + .list,
.layoutBox .list + .list,
.layoutBox .list + .img,
.layoutBox .list + .txt {
	margin-top: 10px;
}



/*--------------------------------------------------
		
--------------------------------------------------*/





}





