@charset "UTF-8";

header {
	margin-bottom: 4rem;
}
main {
	margin: 0 auto 4rem auto;
	max-width: 1400px;
}
.content-wrapper > h2 {
	border-bottom: 1px solid #cacaca;
}
#servicenav ul {
	margin-bottom: 1rem;
	text-align: center;
}
#servicenav li {
	border-right: 1px solid #cacaca;
	display: inline-block;
	font-size: .875rem;
	padding: 0;
	text-indent: 0;
}
#servicenav ul li:last-child {
	border-right: 0;
}
#servicenav a {
	/*background-color: #eee;*/
	border-bottom: 2px solid transparent;
	color: #000;
	display: block;
	margin: 0 .25rem;
	padding: .125rem .5rem 0 .5rem;
	transition: background-color .5s, color .5s;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#servicenav a:hover {
	background-color: #c90436;
	color: #fff;
}
#servicenav a.active {
	border-bottom: 2px solid #000;
}
.content-wrapper > h2 + #servicenav + p {
	font-size: .875rem;
	text-align: center;
}
main .content-wrapper > h3 {
	margin-bottom: 1rem;
}
main .content-wrapper li {
	font-size: .875rem;
	margin-bottom: .25rem;
	padding-left: 1.1rem;
	text-indent: -1.1rem;
}
.info {
	margin-bottom: 2rem;
}
.info picture, .left picture {
	display: block;
	margin-bottom: 1rem;
}
.info picture img, .info picture source, .left picture img, .left picture source {
	border-radius: 2rem;
}
.info h3 {
	color: #c90436;
	font-size: 1.5rem;
	margin-bottom: .5rem;
}
.info p {
	font-size: .875rem;
}
.outline {
	margin-bottom: 2rem;
}
.outline > dl {
	align-items: center;
	border-bottom: 2px solid #b3b3b3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 1rem;
}
.outline > dl > dt {
	flex-basis: 7rem;
	font-size: .875rem;
	font-weight: bold;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}
.outline > dl > dd {
	flex-basis: calc(100% - 7rem);
	font-size: .875rem;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}
.outline > dl > dd:last-child {
	border-bottom: 0;
}
.outline > dl > dd > dl {
	margin-bottom: 1rem;
}
.outline > dl > dd > dl:last-child {
	margin-bottom: 0;
}
.outline > dl > dd > dl > dd {
	margin-bottom: .5rem;
}
.outline > dl > dd > dl > dd:last-child {
	margin-bottom: 0;
}
dd strong {
	color: #c90436;
	font-size: 1.75rem;
	margin-right: .25rem;z
}

.attention {
	color: #c90436;
	font-weight: normal;
	margin-bottom: 2rem;
}
.attention h4 {
	border: 2px solid #c90436;
	font-size: 1rem;
	margin-bottom: 1rem;
	padding: .25rem;
	text-align: center;
}
.attention h4::after, .attention h4::before {
	content: "！";
}
.attention p {
	font-size: .875rem;
	margin-bottom: .5rem;
	padding-left: 1rem;
	text-indent: -1rem;
}
.attention p::before {
	content: "・";
}
.order {
	margin-bottom: 4rem;
}
.order a {
	background-color: #c90436;
	background-size: 18px auto;
	border: 2px solid #000;
	border-radius: 3rem;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	padding: .5rem .25rem;
	position: relative;
	text-align: center;
	text-decoration: none;
}
.order a::after {
	aspect-ratio: 1 / 1;
	background: url(../images/index/arrow-r.png) 98% 50% no-repeat;
	background-size: 18px auto;
	content: "";
	display: inline-block;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7482%) hue-rotate(224deg) brightness(100%) contrast(100%);
	height: 18px !important;
	overflow: hidden;
	position: absolute;
	top: 37.5%;
	right: 2%;
	width: 18px !important;
}
.left {
	display: none;
}
@media screen and (min-width: 480px) {
	.content-wrapper > h2 br {
		display: none;
	}
}
@media screen and (min-width: 980px) {
	main {
		margin-bottom: 5rem;
	}
	article .content-wrapper:last-child {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.content-wrapper > h2 {
		margin-bottom: 1.5rem;
		padding-bottom: 1.25rem;
	}
	#servicenav li, .content-wrapper > h2 + #servicenav + p {
		font-size: 1rem;
	}
	.left, .right {
		flex-basis: 48%;
	}
	.left {
		display: block;
	}
	.left picture {
		margin-bottom: 2rem;
	}
	.right {
		background-color: #ededed;
		padding: 2rem;
	}
	.right picture, .right .attention {
		display: none;
	}
	.info h3 {
		font-size: 2.25rem;
	}
	.order {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1280px) {
	.order a {
		margin: 0 auto;
		width: 60%;
	}
}
