/* アンカーボタン
----------------------------------------------- */

div.pamphButtonArea{display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;}
a.pamphButton:after{
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	z-index: 1;
	border: 0;
	
	border-bottom: solid 1px #009bdd;
	border-right: solid 1px #009bdd;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
	margin-bottom: 2px;
	margin-left:10px;
}
a.pamphButton{
	text-decoration:none;
	margin-right:5px;
	border: 2px solid #cfcbcb;
	display:inline-block;
	padding: 7px 15px 5px 15px;
	margin: 15px 15px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	a.pamphButton{
	 	font-size:10.5px;
		border: 2px solid #cfcbcb;
		display:inline-block;
		padding: 5px 3px 5px 3px;
		margin: 5px 5px 10px 5px;
		text-align: center;
		width: 47%;
	}
}



#pamph-wrap .cmp-text h4 {
	font-size: 1.6rem;
}

ul.ulNote>li, ol.ulNote>li {
	padding-left: 1.4em;
	position: relative;
}

ul.ulNote>li>span.kome, ol.ulNote>li>span.kome {
	position: absolute;
	top: 0;
	left: 0;
}
ul.ulNote>li:not(:last-child), ol.ulNote>li:not(:last-child) {
	margin-bottom: 0.2em;
}
ul.ulNote li.num2 {
	padding-left: 2.2em;
}
ul.listAttention {
	margin-bottom: 10px;
	padding: 10px 5px 0;
}
@media only screen and (min-width: 768px) {
	ul.listAttention {
		padding: 10px 10px 0;
	}
}




.footerTop .ctaConsultation, .ft-contact-info, .ft-contact-register {
	-webkit-box-shadow: 0px 2px 7px 1px rgba(4, 0, 0, 0.25);
	box-shadow: 0px 2px 7px 1px rgba(4, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
	.footerTop .ctaConsultation, .ft-contact-info, .ft-contact-register {
	margin: 20px -5px;
	}
}
@media only screen and (max-width: 767px) {
	.footerTop .widebnrWrap {
	margin: 0 -15px;
	}
}
@media print, screen and (min-width: 768px) {
	body {
		min-width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.footerTop .section {
	margin: 0 -5px 40px;
	}
}
@media print, screen and (min-width: 768px) {
	.ft-info-content {
	text-align: center;
	}
}
@media print, screen and (min-width: 768px) {
.ft-info-content .timework-info > * {
	display: inline-block;
	}
}
@media print, screen and (min-width: 768px) {
	.ft-contact-info .time-info {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	}
}
