@charset "utf-8";

/* COMMON start
--------------------------------------------------- */
.ttlBlock{
	z-index: 11;
	background: none;
}


/* Header start */


/* Navi start */


/* Footer start */



/* CONTENTS start
--------------------------------------------------- */
.frameBox{
	margin-bottom: 40px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.frameBox:last-child{
	margin-bottom: 0;
}
.frameBox h3{
	margin-top: 30px;
}
.frameBox h3:first-child{
	margin-top: 0;
}
.frameBox h4{
	margin-top: 15px;
}
.frameBox p{
	line-height: 1.7;
	letter-spacing:0.1em;
	margin: 15px 0 0;
}
.frameBox .right{
	text-align:right;
	font-size:12px;
	font-size:1.2rem;
	margin-top: 30px;
}
.frameBox address{
	font-size:13px;
	font-size:1.3rem;
	color:#333;
	letter-spacing:0.1em;
	font-style:normal;
	margin-top: 5px;
}
.frameBox address a{
	color:#333;
	text-decoration:none;
}

.contBlock .ttlBlock{
	display: none !important;
}

h2 > p{
	position:relative;
	width: 27em;
	height: 25px;
}
h2 > p em{
	font-style:normal;
	position:absolute;
}
h2 > a{
	margin-top: 25px;
	display: inline-block;
}
h2 > a img{
	display: block;
}
h2 a:hover{
	opacity: 0.7;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

dl{
	margin-bottom: 10px;
}
dl:last-child{
	margin-bottom: 40px;
}
dl dt{
	font-size:13px;
	font-size:1.3rem;
	color:#333;
	font-weight:bold;
	letter-spacing:0.1em;
}
dl dd{
	margin: 0;
	padding: 10px 20px;
	background:#f7f7f7;
}
dl ul{
	margin: 0;
	padding: 0;
	list-style:none;
}
dl ul li{
	font-size:12px;
	font-size:1.2rem;
	color:#333;
	letter-spacing:0.1em;
	margin: 10px 0;
	padding-left: 1.1em;
	text-indent:-1.1em;
	line-height:1.7;
}

#pp03 p{
	margin-top: 0;
}

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

/* COMMON start
--------------------------------------------------- */


/* CONTENTS start
--------------------------------------------------- */
.frameBox{
	margin-bottom: 0;
}
.contBlock .ttlBlock{
	display: block !important;
}
.contBlock .ttlBlock h2{
	margin: 20px 0 30px;
}


}

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

/* COMMON start
--------------------------------------------------- */


/* CONTENTS start
--------------------------------------------------- */
.frameBox address{
	letter-spacing: normal;
}

dl dd{
	padding: 5px 10px;
}
dl ul li{
	letter-spacing: normal;
	padding-left: 1em;
	text-indent:-1em;
}
.contBlock .ttlBlock h2{
	margin: 40px 0 30px;
}

h2 > p{
	position:relative;
	width: auto;
	height: auto;
}
h2 > p em{
	position: relative;
}


}