@charset "UTF-8";
.mainContents p{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}
.mainContentsWrap{
	border: 2px solid #e9546b;
	border-radius: 10px;
	padding: 45px 29px;
}
.mainContentsWrap01{
	position: relative;
}
.mainContentsWrap01 h3{
	position: absolute;
	top: -74px ;
	left: 50% ;
	margin-left: -291px;
}
.summary{
	background: #ffedf2;
	border-radius: 8px;
	display: table;
	margin: 0 auto;
	padding: 30px 0 30px 40px;
}
.summary > img, .summary > p{
	display: table-cell;
	vertical-align: middle;
}
.summary p{
	color: var(--primary);
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	width: 620px;
}
.mainContentsWrap02 h4{
	margin: 45px 0 29px;
}
.tryContents li {
	width: 200px;
	float: left;
}
.tryContents li:first-child{
	margin-left: 0;
}
.tryContents li{
	margin-left: 19px;
}
.mainContentsWrap02 p+p{
	font-size: 16px;
	font-weight: normal !important;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 20px;
}
p.anshinlab_tsushin a{
	display: block;
}
p.anshinlab_tsushin a:hover{
	opacity: 0.65;
}
.comment p{
	font-size: 16px;
	line-height: 1.65;
	width: 548px;
}
.contact p{
	line-height: 2em;
}
#footer_m17{
	display: none;
}
