@charset "UTF-8";

/* userSpecialtyColumn */
.userSpecialtyColumn01 .mcs-cardBlockA01,
.userSpecialtyColumn01 .mcs-cardBlockA01 .mcs-cardBlockInner {
	display: flex;
	flex-direction: column;
}
.userSpecialtyColumn01 .mcs-cardBlockA01 .mcs-cardBlockInner {
	align-items: center;
	justify-content: center;
	height: 100%;
}

/* userSpecialtyTabBlock */
.userSpecialtyTabBlock01 .mcs-jsTabContents {
	padding-bottom: 0;
}
.userSpecialtyTabBlock01 .mcs-jsTabContents::after {
	content: none;
}

/* userSpecialtyCarousel */
.userSpecialtyCarousel01 {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* userSpecialtyCheckList */
.userSpecialtyCheckList01 .listTtl {
	font-size: 2rem;
}

/* userSpecialtyFullColumn */
.userSpecialtyFullColumn02 {
	background: #ebfaff;
}
*[class*="userSpecialtyFullColumn"] .mcs-fullColumnBlockInner {
	padding: 30px 0;
}

/* userSpecialtyScroll */
.userSpecialtyScroll01 {
	overflow: auto;
}
.userSpecialtyScroll01::-webkit-scrollbar {
	width: auto;
	height: 8px;
}
.userSpecialtyScroll01::-webkit-scrollbar-track {
	background: #d8d8d8;
	border-radius: 10px;
}
.userSpecialtyScroll01::-webkit-scrollbar-thumb {
	background: #00a788;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.userSpecialtyScroll01 .scrollItem {
	min-width: 2168px;
	margin-bottom: 10px;
}
.userSpecialtyGlyphScroll01 {
	display: block;
	margin-top: 10px;
	padding: 10px 0;
}
.userSpecialtyGlyphScroll01 > span {
	display: inline-block;
	position: relative;
	padding-left: 3.7em;
}
.userSpecialtyGlyphScroll01 > span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 3.1em;
	height: 3em;
	margin-top: -1.5em;
	background: url(/common/column/images/common_scroll_01.svg) no-repeat 0 0;
	background-size: 3.1em 3em;
}

/* userSpecialtyTtlBalloon */
.userSpecialtyTtlBalloon01 {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.userSpecialtyTtlBalloon01 > span {
	display: inline-block;
	position: relative;
	padding: 70px 90px 0;
}
.userSpecialtyTtlBalloon01 .ttlBalloon01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 90px;
}

/* userSpecialtyLabelCase */
.userSpecialtyLabelCase01 > span {
	display: inline-block;
	position: relative;
	padding: 5px 0 0 110px;
}
.userSpecialtyLabelCase01 .labelCase {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 59px;
}

/* userSpecialtyCardBlock */
.userSpecialtyCardBlock01 {
	background: #fff;
}
.userSpecialtyCardBlock01:hover {
	opacity: 1;
}
.userSpecialtyCardBlock01 .mcs-cardBlockInner {
	padding: 30px 20px;
}

/* userSpecialtyPackingHorizon */
.userSpecialtyPackingHorizon01 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.userSpecialtyPackingHorizon01 > *:first-child {
	flex-shrink: 0;
}

/* userSpecialtyNum */
.userSpecialtyNum01 {
	font-size: 4rem;
	line-height: 1;
}
.userSpecialtyNum02 {
	font-size: 3.2rem;
	line-height: 1;
}

/* userSpecialtyStepLabel */
.userSpecialtyStepLabel01 {
	display: inline-block;
	font-weight: bold;
	color: #0ca26c;
	text-align: center;
}
.userSpecialtyStepLabel01 .text {
	font-size: 1.7rem;
}
.userSpecialtyStepLabel01 .num {
	font-size: 7.5rem;
	line-height: 1;
}

/* userSpecialtyGuideFlow */
.userSpecialtyGuideFlow01 .guideTtl {
	font-size: 2.8rem;
}
.userSpecialtyGuideFlow01 .mcs-guideFlowRow {
	position: relative;
}
.userSpecialtyGuideFlow01 .mcs-guideFlowRow[aria-hidden="false"] {
	margin-top: 85px;
}
.userSpecialtyGuideFlow01 .mcs-guideFlowRow[aria-hidden="false"]::before {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 54px;
	height: 23px;
	background: url(/common/column/images/common_arrow_01.svg) center 0 no-repeat;
	background-size: cover;
}
.userSpecialtyGuideFlow01 .mcs-guideFlowRow:first-child {
	margin-top: 0;
}
.userSpecialtyGuideFlow01 .mcs-guideFlowRow:first-child::before {
	content: none;
}

/* jsUserSpecialtyCarousel */
.jsUserSpecialtyCarousel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	/* userSpecialtyCarousel */
	*[class*="userSpecialtyCarousel"] {
		padding: 0;
	}
	*[class*="userSpecialtyCarousel"] .bx-controls-direction > .bx-prev {
		left: -7px;
	}
	*[class*="userSpecialtyCarousel"] .bx-controls-direction > .bx-next {
		right: -7px;
	}
	.userSpecialtyCarousel01 {
		width: auto;
	}

	/* userSpecialtyCheckList */
	.userSpecialtyCheckList01 .listTtl {
		font-size: 1.6rem;
	}
	.userSpecialtyCheckList01 .listContent {
		padding-left: 25px;
	}

	/* userSpecialtyFullColumn */
	*[class*="userSpecialtyFullColumn"] .mcs-fullColumnBlockInner {
		padding: 30px 20px;
	}

	/* userSpecialtyTtlBalloon */
	.userSpecialtyTtlBalloon01 {
		font-size: 2rem;
	}
	.userSpecialtyTtlBalloon01 > span {
		padding: 40px 55px 0;
	}
	.userSpecialtyTtlBalloon01 .ttlBalloon01 {
		width: 83px;
		height: 74px;
	}

	/* userSpecialtyLabelCase */
	.userSpecialtyLabelCase01 > span {
		padding: 5px 0 0 80px;
	}
	.userSpecialtyLabelCase01 .labelCase {
		width: 75px;
		height: 44px;
	}

	/* userSpecialtyCardBlock */
	.userSpecialtyCardBlock01 .mcs-cardBlockInner {
		padding: 15px 10px;
	}

	/* userSpecialtyTable */
	.userSpecialtyTable01 tBody tr > td {
		padding: 12px 5px;
	}

	/* userSpecialtyNum */
	.userSpecialtyNum01 {
		font-size: 3.2rem;
	}
	.userSpecialtyNum02 {
		font-size: 2.4rem;
	}

	/* userSpecialtyStepLabel */
	.userSpecialtyStepLabel01 .text {
		font-size: 1rem;
	}
	.userSpecialtyStepLabel01 .num {
		font-size: 4rem;
	}

	/* userSpecialtyGuideFlow */
	.userSpecialtyGuideFlow01 .guideTtl {
		font-size: 1.6rem;
	}
	.userSpecialtyGuideFlow01 .mcs-guideFlowRow {
		position: relative;
	}
	.userSpecialtyGuideFlow01 .mcs-guideFlowRow[aria-hidden="false"] {
		margin-top: 85px;
	}
	.userSpecialtyGuideFlow01 .mcs-guideFlowRow[aria-hidden="false"]::before {
		content: "";
		display: block;
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		width: 54px;
		height: 23px;
		background: url(/common/column/images/common_arrow_01.svg) center 0 no-repeat;
		background-size: cover;
	}
	.userSpecialtyGuideFlow01 .mcs-guideFlowRow:first-child {
		margin-top: 0;
	}
	.userSpecialtyGuideFlow01 .mcs-guideFlowRow:first-child::before {
		content: none;
	}
}

@media print {
	.jsUserSpecialtyCarousel {
		display: block !important;
		width: 100% !important;
		transform: none !important;
	}
	.jsUserSpecialtyCarousel > li {
		margin-top: 20px !important;
		float: none !important;
		width: 100% !important;
	}
	.jsUserSpecialtyCarousel > li.bx-clone {
		display: none !important;
	}
}
