@charset "utf-8";
/* CSS Document */


.ttlBx .ttl + p{
	font-size: 120%;
	margin-top: 0.3em;
}


.tx01 {
text-align: center;
margin-left: -1em;
margin-right: -1em;
font-size: 140%;
margin-top: 2.5em;

}

.tx01 > span{
	display: inline-block;
	line-height: 1.6;
padding: 0 1em;	
}

.catWp{
	display: flex;
	justify-content: space-between;
	padding: 40px 80px 0;
	position: relative;
	margin-left: -80px;
	margin-right: -80px;
}

.catWp:before{
	content: '';
	width: 100%;
	height:300px;
	background-color: #eee;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.catWp .catBx{
	border: #ddd solid 1px;
	padding:15px 25px 10px;
	width: 36%;
	margin: 0 4%;
	background-color: #fff;
}

.catWp p{
	font-size: 90%;
}

.catWp > div div{
	text-align: center;
}

.catWp > div img{
	margin-bottom: 15px;
}

.telWp {
  padding:40px 0 40px;
}

.catBox label{
	display: block;
}


.mfWp {
  margin-top:0;
}

.telWp .telIn {
width: 960px;
	margin: 0 auto;
}
