sup {
	font-size: 12px;
}

#pageContnets > #outline {
	margin: 40px 0;	
	text-align: center;	
	line-height: 1.6;
}

#pageContnets > #outline > h2 {
	color: #ae2573;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#pageContnets > #outline > p {
	margin-bottom: 20px;
}

#pageContnets > #outline > p:nth-of-type(3) {
	color: #ae2573;
	font-size: 24px;
	font-weight: bold;
}

.h2style_red.align-left {
	text-align: left;
	margin-bottom: 10px;
}

#acPage01 .accordion .box ol > li {
	line-height: 1.4;
	margin-bottom: 8px;
	text-indent: -1em;
	padding-left: 1em;
}

#acPage01 .accordion .box ol.ann > li {
	font-size: 12px;
	margin-bottom: 6px;
	text-indent: -1.1em;
	padding-left: 1.1em;
}

#acPage01 .accordion .box a.btn01 {
	line-height: 1.4;
	padding: 0.5em 0 0.2em 20px;
}

@media screen and (max-width: 768px) {
	#acPage01 .accordion .box a.btn01 {
		padding: 0.7em 0 0.2em 20px;
	}	
}

#acPage01 .accordion .box a.btn01.line01 {
	line-height: 1.4;
	padding: 1em 0 0.2em 20px;
	height: 40px;
}

@media screen and (max-width: 768px) {
	#acPage01 .accordion .box a.btn01.line01 {

		padding: 1.4em 0 0.2em 20px;
		height: 40px;
	}	
}

#acPage01 .accordion .box p.title {
	font-weight: bold;
}

#acPage01 .accordion .box p.ann {
	font-size: 12px;
	line-height: 1.6;
	word-break: break-all;
}

#acPage01 .accordion .box p.ann.indent {
	text-indent: -1em;
	padding-left: 1em;
}

#acPage01 .accordion .box > table {
	width: 100%;
}

#acPage01 .accordion .box > table th {
	border:2px solid #f4f4f4;
	color: #fff;
	background-color: #bf2278;
	text-align: center;
	padding: 0.5em 0 0.5em 0;
}

#acPage01 .accordion .box > table.table01 th {
	width: 50%;
}

#acPage01 .accordion .box > table td {
	border:2px solid #f4f4f4;
	background-color: #ffe6f4;
	padding: 0.8em;
}

#acPage01 .accordion .box > table.table02 th:nth-of-type(1) {
	width: 40%;
}

#acPage01 .accordion .box > table.table02 th:nth-of-type(2) {
	width: 60%;
}

#acPage01 .accordion .box > table.table02 td:nth-of-type(1) {
	vertical-align: middle;
}

#acPage01 .accordion .box > table.table02 td:nth-of-type(1) > p {
	color: #ae2573;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
}

#acPage01 .accordion .box > div.wrap {
	background: #ffe6f4;
	padding: 1em;
}

#acPage01 .accordion .box > div.wrap > p {
	font-weight: bold;
}

#acPage01 .accordion .box > div.wrap > p.ann {
	font-weight: normal;
}

.h2style_red.align-left.icon:before {
	content: '';
	display: inline-block;
	width: 35px;
	height: 61px;
	background-image: url(../../assets/images/icon_bulb.png);
	background-size: 100% 100%;
	margin-bottom: -20px;
	margin-right: 10px;
}

.contactBox {
	position: relative;
}

.contactBox > .tel {
	position: absolute;
	width: 50%;
	top: 44%;
    left: 0;
    right: 0;
    margin: auto;
}

.contactBox > .tel * {
	width: 100%;
}
.contactBox > .tel > a {
	display:none;
}
@media screen and (max-width: 768px) {
	.contactBox > .tel > img {
		display:none;
	}
	.contactBox > .tel > a {
		display:block;
	}
}
