.img12_f1 {position:absolute; top:40%; left:5%; font-size:30px; font-weight:bold;}
.img11_f1 {position:absolute; top:20%; right:10%; font-size:26px; font-weight:bold; font-family:'Hiragino Mincho ProN', serif;}
.img10_btn1 {
	position:absolute;
	top:10%;
	right:67%;
	background-color:rgba(0,0,0,0.5);
	border:none;
	border-radius:10px;
	color:#FFFFFF;
	width:300px;
	height:100px;
	font-size:20px;
}
.img10_btn1:after{
	content:"";
	top:50px;
	right:-60px;
	position:absolute;
	border-width:20px 0 0 60px;
	border-style:solid;
	border-color:#333;
	border-color:transparent;
	border-left-color:rgba(0,0,0,0.5);
	z-index:2;
}

.img10_btn2 {
	position:absolute;
	bottom:32%;
	right:2%;
	background-color:rgba(0,0,0,0.5);
	border:none;
	border-radius:10px;
	color:#FFFFFF;
	width:300px;
	height:100px;
	font-size:20px;
}
.img10_btn2:after{
	content:"";
	top:30px;
	left:-60px;
	position:absolute;
	border-width:20px 60px 0 0;
	border-style:solid;
	border-color:#333;
	border-color:transparent;
	border-right-color:rgba(0,0,0,0.5);
	z-index:2;
}
.img08_f1 {font-size:26px; font-weight:bold;}
.img07_f1 {font-size:26px; font-weight:bold;}
@media screen and (max-width:768px){
	.img12_f1 {font-size:24px;}
	.img10_btn1 {
		top:12%;
		right:5%;
		background-color:rgba(0,0,0,0.8);
		width:50%;
		height:30%;
		font-size:16px;
	}
	.img10_btn1:after {display:none;}
	
	.img10_btn2 {
		bottom:12%;
		right:5%;
		background-color:rgba(0,0,0,0.8);
		width:50%;
		height:30%;
		font-size:16px;
	}
	.img10_btn2:after {display:none;}
}

@media screen and (max-width:480px){
	.img12_f1 {font-size:16px;}
	.img11_f1 {font-size:16px;}
	.img10_btn1 {
		font-size:12px;
	}
	.img10_btn2 {
		font-size:12px;
	}
	.img08_f1 {font-size:20px;}
	.img07_f1 {font-size:16px;}
}