.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;
  line-height: 1.8;
}

.main-wrap .top-image > img{
	max-width: 1280px;
	margin-top: 20px;
}
.top-txt{
	max-width: 900px;
	text-align: center;
	font-size: 20px;
  line-height : 2.25;
  font-weight: 400;
  letter-spacing: 0.02em;
	margin : 30px auto 80px;
}

.main-wrap .detail-col{
  max-width: 1150px;
	margin : 0 auto 180px;
}
.main-wrap .detail-col.last{
	margin : 0 auto 126px;
}
.box-flex-b{
	display: flex;
	justify-content: space-between;
	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: 0 20px;
	text-align: center;
}
.box-flex-b .flex-item h3{
  margin-bottom: 22px;
	font-size: 28px;
	font-weight: 400;
  line-height: 1.643;
  letter-spacing: 0.03em;
}
.box-flex-b .flex-item p{
	background-color: rgba(255,255,255,.4);
	padding: 7%;
	text-align: left;
  letter-spacing: 0.02em;
}
.box-flex-b .flex-item.txt .notes{
	width: 85%;
	display: block;
	margin : 0 auto;
  font-size : 16px;
  line-height : 2.25;
  font-weight: 400;
}
.box-flex-b .flex-item.txt .notes.small{
	font-size: 1.3rem;
  padding-top: 0;
  padding-left: calc(7% + 1em);
  text-indent: -1em;
}
.box-flex-b .flex-item p.small{
  background-color: transparent;
  padding: 0;
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1rem;
}
.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 90px;
	}
	.box-flex-b .flex-item.txt .notes{
		width: 100%;
		margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.1em;
	}
	.box-flex-b .flex-item h3{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.top-txt{
		margin : 0px auto 80px;
		padding: 0 3%;
    font-size: 18px;
	}
	.main-wrap .detail-col.last {
		margin: 0 auto 100px;
	}
	.spdisp{
		display: block;
	}
	.pcdisp{
		display: none;
	}
}

