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

.ttlBx {
  line-height: 1.8;
}
.ttlBx .ttl + p{
	font-size: 120%;
	margin-top: 0.3em;
}
.ttlBx img {
  margin-top:0;
}

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

}

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

.tx01::before, .tx01::after {
  height: 4em;
}


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

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

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

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

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

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

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

.catBox label{
	display: block;
}


.mfWp {
  margin-top:0;
	background-color: transparent;
}


