﻿@charset "UTF-8";

.pdf-link{
	margin: 50px auto 0 auto;
	text-align: center;
}


.txt-box .sc{
	font-size: 16px;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	line-height: 16px;
}

.txt-box .sc:after{
	content: " ";
	background: url("../img/sc_symbol_01.png") no-repeat center;
	background-size: cover;
	width: 50px;
	height: 35px;
	top:-10px;
	right:-60px;
	position: absolute;
}

.txt-box .ss{
	font-size: 16px;
	vertical-align: middle;
	margin: 0 auto;
	position: relative;
	padding-left: 0;
	line-height: 16px;
}

.txt-box .ss:after{
	content: " ";
	background: url("../img/sc_symbol_02.png") no-repeat center;
	background-size: cover;
	width: 50px;
	height: 35px;
	top:-10px;
	right:-60px;
	position: absolute;
}

@media only screen and (max-width: 767px) {


.txt-box .sc:after{
	content: " ";
	background: url("../img/sc_symbol_01.png") no-repeat center;
	background-size: cover;
	width: 42px;
	height: 29px;
	top:-7px;
	right:-45px;
	position: absolute;
}

.txt-box .ss:after{
	content: " ";
	background: url("../img/sc_symbol_02.png") no-repeat center;
	background-size: cover;
	width: 42px;
	height: 29px;
	top:-7px;
	right:-45px;
	position: absolute;
}

}