.service_outline {
	border: 3px solid #e60050;
}

.sp_tab {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.sp_tab li {
	list-style-type: none;
	width: 50%;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

.sp_tab li:nth-of-type(2n) {
	border-left: 1px solid #fff;
}

.sp_tab li a {
	color: #7b7b7b;
	background-color: #d9d9d9; /*選択していないときの背景色*/
	min-height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}

.sp_tab li a.select {
	color: #fff;
	background-color: #e60050; /*選択しているときの背景色*/
}

.sp_tab li a img {
	margin: 5px 0;
}

.sp_tab li a sup {
	top: -1.5em;
	right: -50px;
}

.sp_content li {
	list-style-type: none;
}

.hide {
	display: none;
}

.service_summary {
	padding: 1em 0 0;
}

@media only screen and (max-width : 768px) {

.sumabo_voice {
	padding: 0;
}

.sumabo_voice h2 {
	background-color: #6b2136;
	color: #fff;
	font-size: 1.2em;
	padding: 0.5em 5px;
}

.sumabo_comment p {
	position: relative;
	padding: 0 5px 0 25px;
}

.sumabo_comment p:before {
	content: "\f192";
	color: #ff8c00;
	font-family: FontAwesome;
	position: absolute;
	left: 5px;
}

.voice_list dl {
	width: 100%;
}

.voice_list dl dd audio {
	width: 100%;
}

.choice_box {
	flex-wrap: wrap;
}

.half {
	width: 100%;
}

h1 img {
	width: calc(100% - 50px);
}

}

@media only screen and (max-width : 480px) {

}