/* 
1.デバイス共通css
2.767px以下のみ (スマホのみ)
3.768px以上のみ (タブレット含むスマホサイズ以上)
4.980px以上のみ (PC)
5.320px以下のみ (幅狭スマホ)
6.slick
*/
#oldTab p,
#oldTab ul,
#oldTab ol,
#oldTab table,
#oldTab dl,
#oldTab small,
#oldTab a,
#oldTab label,
.headCustom {
	font-size: 16px;
}

#oldTab a:link,
#oldTab a:visited {
	color: #07a32b !important;
}

.Table__moduleFee .Table__wrapper {
	width: 100% !important;
}

#oldTab .Link__blank {
	vertical-align: baseline;
}

._fcGreen {
	color: #07a32b;
}

._underline {
	text-decoration: underline !important;
}

.Card__moduleA {
	max-width: 100%;
}

.Accordion__title-lp {
	text-align: center;
}

#oldTab {
	max-width: 100%;
}

#oldTab .tablist {
	width: calc((100% - 10px) / 2);
	padding: 18px 5px;
	border: solid 1px #01a32b;
	font-weight: normal;
}

#oldTab .tabcontents {
	background: inherit;
	border-left: solid 1px #01a32b;
	border-right: solid 1px #01a32b;
}

#oldTab .tab-top .tablist {
	border-bottom: none;
}

#oldTab .tab-botom .tablist {
	border-top: none;
}

#oldTab [class*=stronger]::before,
#oldTab [class*=stronger]::after {
	height: 24px;
}

#oldTab [class*=stronger] {
	font-size: 2rem !important;
}

.Carousel__image img {
	max-height: 300px;
}

.Carousel__moduleB .Carousel__arrow.-prev {
	left: 50px;
}

.Carousel__moduleB .Carousel__arrow.-next {
	right: 50px;
}


#oldTab .StepRow__icon p {
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 0;
}

.StepRow__layoutC .StepRow__number,
.StepRow__layoutD .StepRow__number {
	line-height: 1;
}


.accordion-container {
	margin: auto;
	margin-top: 30px;
	max-width: 325px;
}

@media all and (min-width: 641px) {
	.accordion-container {
		max-width: 500px;
	}
}

@media (min-width: 769px) {
	.accordion-container {
		max-width: 1000px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.accordion-container .accordion-title {
	position: relative;
	margin: 0;
	cursor: pointer;
	text-align: center;
	background: #01a32b;
	border: solid 4px #01a32b;
	/* line-height: 0; */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

#accordion .accordion-content {
	border: solid 1px #01a32b;
	border-top: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 15px;
	margin-top: 0;
	background: #fff;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 48%;
	right: 4vw;
	width: 15px;
	height: 2.5px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 48%;
	right: 4vw;
	width: 15px;
	height: 2.5px;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.accordion-container .accordion-title:hover {
	opacity: 0.8;
}

.accordion-container .accordion-title.open::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.ConversionApp__item {
	justify-content: center;
}

#tablist2,
#tablist2-2 {
	position: relative;
}

.CloseArea {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 92%;
	height: 90%;
	background-color: rgba(73, 73, 73, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
}

.CloseArea p {
	color: #fff;
	z-index: 10;
	opacity: 1;
	font-weight: bold;
	text-shadow: 3px 3px 3px #4d4d4d, -3px -3px 3px #4d4d4d,
		-3px 3px 3px #4d4d4d, 3px -3px 3px #4d4d4d,
		3px 0 3px #4d4d4d, -3px 0 3px #4d4d4d,
		0 3px 3px #4d4d4d, 0 -3px 3px #4d4d4d;
}

/* タブレット以上 */
@media (min-width: 769px) {
	.ConversionApp__body {
		max-width: 100%;
	}

	.ConversionApp__qr {
		margin-left: 15px;
	}
}

/* コンテンツ幅以上 */
@media (min-width: 1000px) {
	#accordion .accordion-content {
		padding: 20px;
	}

	.accordion-container .Annotation__moduleA {
		font-size: 16px;
	}

	.accordion-content ._flex ._flex-child:first-child {
		margin-right: 60px !important;
	}

	.accordion-content ._flex ._flex-child:last-child {
		width: 50%;
	}

	.accordion-container .accordion-title {
		font-size: 2.4rem;
	}

	.accordion-container .accordion-title::before {
		content: "";
		position: absolute;
		top: 48%;
		right: 4vw;
		width: 30px;
		height: 4px;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		background: #fff;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.accordion-container .accordion-title::after {
		content: "";
		position: absolute;
		top: 48%;
		right: 4vw;
		width: 30px;
		height: 4px;
		background: #fff;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.accordion-container {
		padding-left: 0;
		padding-right: 0;
	}

	.CloseArea {
		width: 80%;
		height: 70%;
	}

}