.detail-btn-b{
	position: relative;
	color: #1A1A1A;
	display: inline-block;
}
.detail-btn-b:hover{
	color: #1A1A1A;
}
.detail-btn-b::before{
	position: absolute;
	display: inline-block;
    width: 18px;
    height: 19px;
    content: " ";
    background: url(/fmv/soft/2110/images/ic_arrow.png) no-repeat center;
    vertical-align: -3.3px;
	transform: rotate(180deg);
	margin-left: -20px;
}



.main-wrap{
	background-color: #F2F2F2;
}

.main-wrap .top-image > img{
	max-width: 1280px;
	margin-top: 20px;
}
.top-txt{
	max-width: 900px;
	text-align: center;
	font-size: 150%;
	margin : 30px auto;
}

.main-wrap .detail-col{
	margin : 0 auto 60px;
}
.notes{
	font-size: 120%;
}
.box-flex-b{
	display: flex;
	justify-content: space-around;
/*	align-items: center;*/
}
.box-flex-b .flex-item.img{
	width: 50%;
}

.tile-top {
	position: relative;
	max-width: 1280px;
	margin : 0 auto;
}
.tile-btn {
	position: absolute;
	left: 14%;
	bottom: 16%;
	overflow: hidden;
	width: 25.15625%;	/*(322px / 1280px)*/
	height: 30.99273607748184%;	/*(128px / 393px)*/
	display: block;
}
.tile-btn img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}
.tile-btn img:nth-of-type(2) {
	opacity: 0;
}
.tile-btn img:nth-of-type(1) {
	opacity: 1;
}
.tile-btn:hover img:nth-of-type(2) {
	opacity: 1;
}
.tile-btn:hover img:nth-of-type(1) {
	opacity: 0;
}


.box-flex-b .flex-item.txt{
	width: 50%;
	padding: 20px;
	text-align: center;
}
.box-flex-b .flex-item h3{
	font-size: 200%;
	margin-bottom: 20px;
}
.box-flex-b .flex-item p{
	background-color: #FFF;
	padding: 25px;
	text-align: left;
}
.box-flex-b .flex-item.txt .notes{
	width: 80%;
	display: block;
	margin : 0 auto;
}
.pcdisp{
	display: block;
}
.spdisp{
	display: none;
}

@media screen and (max-width: 768px) {
	.title-area{
		padding: 30px 0 30px;
	}
	.title-area-inr{
		padding: 0 3%;
	}
	.title-area-inr2{
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.title-area-inr h2{
		font-size: 120%;
	}
	.title-area-inr .ic{
		width: 12%;
		margin-right: 10px;
	}
	.title-area-inr p{
		text-align: center;
		font-weight: bold;
		margin-top: 10px;
	}
	.box-flex-b{
		display: block;
	}
	.box-flex-b .flex-item.img{
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	.box-flex-b .flex-item.txt{
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	.main-wrap .detail-col {
		padding: 0 3%;
		margin: 0 auto 40px;
	}
	.box-flex-b .flex-item.txt .notes{
		width: 100%;
		font-size: 100%;
		margin-bottom: 10px;
	}
	.box-flex-b .flex-item h3{
		font-size: 120%;
		margin-bottom: 10px;
	}
	.top-txt{
		text-align: center;
		font-size: 100%;
		margin : 0px auto;
		padding: 0 3%;
	}
	.main-wrap .detail-col.last {
		margin: 0 auto 100px;
	}
	.spdisp{
		display: block;
	}
	.pcdisp{
		display: none;
	}
}

