@charset "UTF-8";
/* ----------------------------------------------
wrapper
----------------------------------------------*/
#service {
	width: 921px;
	margin-left: 19px;
}
#syogu {
	text-align: center;
	margin: 10px auto 16px;
}
hr {
	border-top-style: dotted;
	border-top-width: 3px;
	border-top-color: #6a3906;
}
#serviceContent {
  color: #6a3906;
  font-size: 17px;
  font-weight: bold;
  margin: 15px 35px;
}
#serviceContent > span {
	color: #ffffff;
	font-size: 24px;
	text-shadow: 1.5px 1.5px 0px #e85298,
				-1.5px 1.5px 0px #e85298,
				-1.5px -1.5px 0px #e85298,
				1.5px -1.5px 0px #e85298,
				1.5px 0px 0px #e85298,
				0px 1.5px 0px #e85298,
				-1.5px 0px 0px #e85298,
				0px -1.5px 0px #e85298;
	transform: rotate(0.05deg);
	display: inline-block;
	padding: 0.25em 0;
}
#service2 {
	background-color: #ffffff;
	border: #f19ec2 5px solid;
	border-radius: 30px;
	padding: 10px 5px 30px 5px;
	margin: 30px 50px 0px;
	display: flex;
	justify-content: space-around;
	position: relative;
}
#serviceListHeader {
	background-color: #fff7fa;
	background-image: url('../img/back_white.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #d70051;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0 10px;
	position: absolute;
	top: -16px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.serviceListTitle {
	background-color: #d70051;
	border-radius: 15px;
	color: #ffffff;
	display: block;
	font-size: 17px;
	line-height: 21px;
	margin: 15px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	z-index: 0;
}
#serviceLeft {
	flex: 0 0 auto;
}
#serviceRight {
	flex: 0 0 auto;
}
#serviceListTitle1 {
	width: 120px;
}
#serviceListTitle2 {
	width: 160px;
}
dl#list01 {
	width: 310px;
}
dl#list02 {
	width: 410px;
}
dl.list01 {
	background-color: #fffeee;
	border-radius: 15px;
	color: #6a3906;
	font-size: 16px;
	font-weight: bold;
	line-height: 0.8em;
	margin-top: -25px;
	padding: 25px 15px 5px 10px;
}
dl.list01 > dt {
	width: 200px;
	padding-left: 20px;
}
dl.list01 > dt:before {
	content: '';
	width: 0px;
	height: 0px;
	display: inline-block;
	border: 3px solid;
	border-radius: 100%;
	border-color: #6a3906;
	background-color: #6a3906;
	position: relative;
	left: -10px;
	top: -1px;
}
dl.list01 > dd {
	color: #e85298;
	padding: 0 0 4px 200px;
	margin: -0.8em 0 4px 0;
	text-align: right;
}
dl#list02 {
	margin-left: 8px;
}
dl#list02 > dd {
	width: 100px;
}
dl#list02 > dd.spacer {
	padding: 0 0 4px 300px;
	margin: -1.6em 0 8px 0;
	width: 100px;
}
#serviceImage {
	bottom: -5px;
	position: absolute;
	right: 15px;
	width: 100px;
}
#serviceBottom {
	background-color: #f19ec2;
	border-radius: 12px;
	padding-left: 0.5em;
	color: #ffffff;
	font-weight: bold;
	font-size: 23px;
	left: 50%;
	top: 100%;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
#serviceAnnotation {
	color: #6a3906;
	font-weight: bold;
	padding: 30px 50px 20px;
	text-align: right;
	line-height: 15px;
}
.large {
	color: #6a3906;
	font-size: 23px;
	font-weight: bold;
	transform: scale(0.9, 1);
}
.large span {
	color: #d70051;
}
#footerContact {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	#service {
		width: auto;
		margin: 0 10px;
	}
	#syogu {
		margin-top: 0;
	}
	#serviceContent {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 115.4%;
	}
	#serviceContent > span {
		padding: 8px 0;
		line-height: 1.3;
	}
	#service2 {
		display: block;
		margin-left: 0;
		margin-right: 0;
		padding-top: 20px;
		padding-bottom: 0;
		border-radius: 18px;
		border-width: 3px;
	}
	#service2:after {
		content: '';
		display: block;
		clear: both;
	}
	#serviceListHeader {
		position: static;
		background: transparent none;
		padding: 0;
		white-space: normal;
		text-align: center;
		line-height: 1.3;
		transform: translateX(0);
	}
	dl.list01 {
		display: flex;
		flex-wrap: wrap;
		padding-right: 10px;
		line-height: 1.3;
		font-size: 115.4%;
	}
	dl#list01 {
		width: auto;
	}
	dl#list02 {
		width: auto;
		margin-left: 0;
	}
	dl.list01 > dt {
		width: calc(100% - 6em - 10px);
		flex: 0 0 auto;
		padding-left: 10px;
		position: relative;
	}
	dl.list01 > dt:before {
		position: absolute;
		left: 0;
		top: 0.4em;
	}
	dl.list01 > dd {
		flex: 0 0 6em;
		padding-left: 0;
		margin-top: 0;
	}
	dl#list02 > dd {
		margin-top: 0;
	}
	dl#list02 > dd.spacer {
		display: none;
	}
	#serviceImage {
		width: 72px;
		bottom: -3px;
		right: 6px;
	}
	#serviceBottom {
		position: static;
		transform: translate(0, 0);
		border-radius: 6px;
		margin: 24px 78px 18px 0;
		padding: 4px 8px;
		white-space: normal;
		text-align: left;
		line-height: 1.3;
		font-size: 138.5%;
		box-sizing: border-box;
	}
	#serviceAnnotation {
		padding: 10px 10px 20px;
	}
	.large {
		font-size: 115.4%;
		font-weight: normal;
		transform: scale(1);
	}
	.large span {
		font-size: 120%;
		font-weight: bold;
	}
}