@import url("../webfonts/Rockwell/stylesheet.css");
.rockwell {
  font-family: 'Rockwell', serif;
}
.newWindow {
	display: inline-block;
	padding-right: 20px;
	color: #990100;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	background-image: url(img/window.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px auto;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.newWindow:hover {
	opacity: .7;
}
.txt32 {
	font-size: 32px;
	letter-spacing: 2px;
}
.text_right {
	text-align: right;
}
main .innerContents {
}
.pricacy {
}
.pricacy .cont_tit {
	margin-bottom: 30px;
}
.pricacy .wrapper {
	text-align: left;
}
.pricacy h2 {
}
.pricacy dl {
	margin-bottom: 30px;
}
.pricacy dl dt {
	margin-bottom: 10px;
}
.pricacy dl dd {
}
.pricacy dl dd .txt13 {
	letter-spacing: 0px;
}

@media screen and (max-width:768px){
.pricacy .cont_tit {
	padding-top: 60px;
	padding-bottom: 30px;
}
.txt32 {
	font-size: 28px;
}
}

@media screen and (max-width:480px){
.txt32 {
	font-size: 20px;
}
.pricacy dl dt .txt20 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: normal;
}
.pricacy dl dt .txt13 {
	line-height: normal;
}
}
