@charset "shift_jis";

/* ======================================================
 * /nftf/common-files/laxus/css/index.css
 * ------------------------------------------------------
 * - main
 * ------------------------------------------------------
 * SP
 * ------------------------------------------------------
 * Clearfix
====================================================== */
/* main
------------------------------------------------------ */
#collabo #mainContents > .mainVisual {
	margin-top: 10px;
}
/* mainCard */
#collabo .mainVisual .visualInner .mainCard img{
	width: 85%;
}
/* borderBox01 typeAppliBox */
.borderBox01.typeAppliBox{
	border: solid 2px #ababab;
	background: #ffffff;
}
.borderBox01.typeAppliBox .headLine01{
	font-size: 28px;
	font-size: 2.8rem;
}
.borderBox01.typeAppliBox .boxLayout01.typeGlayBox {
	margin-top: 20px;
	padding: 25px 20px 23px;
	background: #efefef;
}
.borderBox01.typeAppliBox .boxLayout01.typeGlayBox  .headLine01{
	font-size: 22px;
	font-size: 2.2rem;
}
/* appliBoxBtn */
.borderBox01.typeAppliBox .appliBoxBtn {
	width: 405px;
	margin: 20px auto;
	text-align: center;
}
.borderBox01.typeAppliBox .appliBoxBtn li {
	display: inline-block;
}
.borderBox01.typeAppliBox .appliBoxBtn li + li {
	margin-left: 10px;
}
.borderBox01.typeAppliBox .appliBoxBtn li a:hover {
	opacity: 0.7;
}
/* appliTimeText */
.borderBox01.typeAppliBox .appliTimeText {
	color: #a5001e;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}
/* nftfWrap01 */
.nftfWrap01{
	margin-top: 40px
}
.nftfWrap01 .nftfSec01 > .nftfHead01{
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
.nftfWrap01 .nftfSec01 .col .borderBox01{
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01{
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01:before{
	display: inline-block;
	content: "";
	margin-right: 10px;
	vertical-align: middle;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type01:before{
	width: 22px;
	height: 27px;
	margin-top: -0.3em;
	background: url(/nftf/laxus/img/index_ic01.png) no-repeat 50% 0;
	background-size: 22px auto;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type02:before{
	width: 27px;
	height: 29px;
	margin-top: -0.2em;
	background: url(/nftf/laxus/img/index_ic02.png) no-repeat 50% 0;
	background-size: 27px auto;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type03:before{
	width: 21px;
	height: 26px;
	margin-top: -0.2em;
	background: url(/nftf/laxus/img/index_ic03.png) no-repeat 50% 0;
	background-size: 21px auto;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type04:before{
	width: 21px;
	height: 19px;
	background: url(/nftf/laxus/img/index_ic04.png) no-repeat 50% 0;
	background-size: 21px auto;
}
.nftfWrap01 .nftfSec01 .borderBox01 .headLine01:after{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #dddddd transparent transparent transparent;
}
/* commonFloating */
.commonFloating .appliBoxFloating{
	display: table;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.commonFloating .appliBoxFloating .floatingText{
	display: table-cell;
	width: 50%;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}
.commonFloating .appliBoxFloating .floatingBtn{
	display: table-cell;
	width: 50%;
	padding-left: 15px;
	vertical-align: middle;
}
.commonFloating .appliBoxFloating .floatingBtn li{
	display: table-cell;
	vertical-align: middle;
}
.commonFloating .appliBoxFloating .floatingBtn li + li{
	padding-left: 15px;
}
.commonFloating .appliBoxFloating .floatingBtn li a:hover {
	opacity: 0.7;
}
/* footer */
#footer{
	padding-bottom: 120px;
}

/* SP
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* main
	------------------------------------------------------ */
	/* mainCard */
	#collabo .mainVisual .visualInner .mainCard img{
		width: 162px;
	}
	/* mainHeadImg */
	.mainHeadImg img{
		width: 250px;
	}
	/* borderBox01 typeAppliBox */
	.borderBox01.typeAppliBox{
		border: solid 2px #ababab;
		background: #ffffff;
	}
	.borderBox01.typeAppliBox .headLine01{
		font-size: 17px;
		font-size: 1.7rem;
	}
	.borderBox01.typeAppliBox .boxLayout01.typeGlayBox {
		margin-top: 20px;
		padding: 25px 20px;
		background: #efefef;
	}
	.borderBox01.typeAppliBox .boxLayout01.typeGlayBox .headLine01{
		font-size: 17px;
		font-size: 1.7rem;
	}
	/* appliBoxBtn */
	.borderBox01.typeAppliBox .appliBoxBtn {
		width: auto;
		margin: 20px auto;
	}
	.borderBox01.typeAppliBox .appliBoxBtn li {
		display: block;
    text-align: center;
	}
	.borderBox01.typeAppliBox .appliBoxBtn li + li {
		margin-left: 10px;
	}
	.borderBox01.typeAppliBox .appliBoxBtn li a:hover {
		opacity: 0.7;
	}
	/* appliTimeText */
	.borderBox01.typeAppliBox .appliTimeText {
		color: #a5001e;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: bold;
		line-height: 1.2;
	}
	/* nftfWrap01 */
	.nftfWrap01{
		margin-top: 20px
	}
	.nftfWrap01 .nftfSec01 > .nftfHead01{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}
	.nftfWrap01 .nftfSec01 .col .borderBox01{
		text-align: center;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01{
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01:before{
		display: inline-block;
		content: "";
		margin-right: 10px;
		vertical-align: middle;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type01:before{
		width: 22px;
		height: 27px;
		background: url(/nftf/laxus/img/index_ic01.png) no-repeat 50% 0;
		background-size: 22px auto;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type02:before{
		width: 27px;
		height: 29px;
		background: url(/nftf/laxus/img/index_ic02.png) no-repeat 50% 0;
		background-size: 27px auto;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type03:before{
		width: 21px;
		height: 26px;
		background: url(/nftf/laxus/img/index_ic03.png) no-repeat 50% 0;
		background-size: 21px auto;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01.type04:before{
		width: 21px;
		height: 19px;
		background: url(/nftf/laxus/img/index_ic04.png) no-repeat 50% 0;
		background-size: 21px auto;
	}
	.nftfWrap01 .nftfSec01 .borderBox01 .headLine01:after{
		position: absolute;
		content: "";
		bottom: -20px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #dddddd transparent transparent transparent;
	}
	/* commonFloating */
	.commonFloating .appliBoxFloating{
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.commonFloating .appliBoxFloating .floatingText{
		display: table-cell;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		vertical-align: middle;
		text-align: left;
	}
	.commonFloating .appliBoxFloating .floatingBtn{
		display: table-cell;
		width: 50%;
		padding-left: 15px;
		vertical-align: middle;
	}
	.commonFloating .appliBoxFloating .floatingBtn li{
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.commonFloating .appliBoxFloating .floatingBtn li + li{
		padding-left: 15px;
	}

	/* footer */
	#footer{
		padding-bottom: 80px;
	}

}