/* region lift api common */
.normal {
	font-weight: normal;
}
.white {
	color: white;
}
.black_bg {
	background-color: black;
}
.sp .bottom_stack_sp {
	margin-bottom: 0 !important;
}
.sp .no_br_sp {
	display: none;
}
.button a.button_s, .button a.button_l {
	flex: 1;
	margin: auto;
	font-size: 16px;
	font-size: 1rem;
	line-height: 20.8px;
	line-height: 1.3rem;
	color: #000;
	background: #fff;
	border-radius: 5px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
.button a.button_s {
	width: 100%;
	max-width: 383px;
	height: 80px;
	max-height: 80px;
	margin-left: 0;
}
.sp .button a.button_s {
	width: 90%;
	height: 80px;
	max-height: 80px;
	margin: 0 auto;
}
.button a.button_l {
	width: 100%;
	max-width: 570px;
	height: 120px;
	max-height: 120px;
}
.sp .button a.button_l {
	height: 78px;
	max-height: 78px;
}
.button a > span.forward {
	text-align: center;
	background: url(../images/arrow_f.svg) no-repeat center right 30px;
	color: #004295;
}
.button a > span.forward2 {
	text-align: left;
	background: url(../images/arrow_f.svg) no-repeat center right 40px;
	background-size: 40px 40px;
	padding-left: 40px;
}
.button a > span.download {
	text-align: left;
	background: url(../images/download.svg) no-repeat center right 40px;
	background-size: 40px 40px;
	padding-left: 40px;
}
main .contents .liftapi {
	background: url(../images/top_bg.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 70px;
}
.sp main .contents .liftapi {
	background: url(../images/top_bg_sp.jpg) no-repeat center center;
	background-size: 100% auto;
	margin-bottom: 20px;
}
main .contents .image img.pc, .sp main .contents .image img.sp {
	display: block;
}
.sp main .contents .image img.pc, main .contents .image img.sp {
	display: none;
}
main .contents .liftapi_bg {
	position: relative;
	overflow: visible;
}
.sp main .contents .liftapi_bg {
	padding-bottom: 0 !important;
}
main .contents .liftapi_bg::before {
	content: "";
	position: absolute;
	/* image size: 3128, 2682 => 80%;*/
	background-image: url(../images/contents_bg.png) ;
	width: 2502px;
	height: 2145px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.text2 {
	margin-top: 10px;
}
/* endregion lift api common */
/* region top */
.liftapi .title {
	max-width: 1200px;
	max-height: 366px;
	object-fit: contain;
}
.sp .liftapi .title {
	max-width: none;
	max-height: none;
	width: 80%;
}
/* endregion top */

/* region content */
.service_bg {
	background: linear-gradient(208deg,	#002d72 0%,	#001b44 100%);
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}
.service_bg .bottom_stack {
	padding-bottom: 10px;
}
main .contents .api_contents {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.sp main .contents .api_contents {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.api_item {}
main .contents .api_item {
	margin-top: 0;
	line-height: 170%;
	box-shadow: 0 4px 5px rgba(0, 66, 149, 0.15);
	flex: 1 1 calc(50% - 50px);
	background-color: #fff;
}
.sp main .contents .api_item {
	margin-top: 0;
	line-height: 170%;
	box-shadow: 0 4px 5px rgba(0, 66, 149, 0.15);
	flex: 1 1 100%;
}
main .contents .api_item .api_detail {
	flex-grow: 1;
	margin: 30px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.api_comment {
	margin: auto 0 0 auto;
	font-size: 0.7em;
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.sp .api_comment {
	font-size: min(2.5vw, 0.7em);
	right: 30px;
	bottom: 10px;
}
.api_target {
	background-color: #004091;
	padding: 5px 20px;
	border-radius: 20px;
	color: white;
}
.sp .api_target {
	font-size: 3.5vw;
}
.divider {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	margin: 20px 0;
}
.section_item {
	color: #0066cc;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0;
	text-align: center;
}
/* endregion */

/* region usage */
main .contents .text.usage {
	margin-top: 10px;
	font-size: 1.1rem;
	line-height: 180%;
	text-align: center;
}
/* endregion usage */

/* region faq */
main .contents > div.faq {
	background: linear-gradient(to bottom right, #EFF0F2, #C3D2E6);
	padding-top: 40px;
}
.sp main .contents > div.faq {
	padding-top: 20px;
}
.sp main .contents .faq .faq_contents {
	padding-bottom: 10px;
}
.faq_section {
	margin: 20px auto;
	background-color: #ffffff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 0 0;
}

.faq_title {
	background-color: #004b91;
	color: #ffffff;
	padding: 12px 40px;
	font-size: 18px;
	font-weight: bold;
}

.faq_item {
	border-top: 1px solid #ddd;
}

.faq_item:first-child {
	border-top: none;
}
.faq_q, .faq_a {
	position: relative;
	padding: 12px 70px 12px 70px;
	align-items: center;
	justify-content: flex-start;
	font-size: 16px;
	background-color: #fff;
}
.faq_q {
	display: flex;
	cursor: pointer;
}
.faq_a {
	display: none;
}
.faq_q::before {
	content: url('../images/q.svg');
	position: absolute;
	left: 40px;
}
.sp .faq_q::before {
	left: 10px;
}
.faq_q::after {
	content: url('../images/faq_icon.svg');
	position: absolute;
	right: 40px;
	cursor: pointer;
	transition: transform 0.3s;
}
.sp .faq_q::after {
	right: 15px;
}
.faq_q.open::after {
	transform: rotate(180deg);
}
.sp .faq_q, .sp .faq_a {
	padding: 22px 40px 22px 40px;
}
.faq_a::before {
	content: url('../images/a.svg');
	position: absolute;
	left: 40px;
}
.sp .faq_a::before {
	left: 10px;
}
.faq_q.open + .faq_a {
	display: block;
}

.faq_a + .faq_q {
	border: none;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* contact and materials */
main .contents .liftapi_contact_bg {
	background: url(../images/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}
.divider_v {
	background-image: url("../images/divider.svg");
	background-repeat: no-repeat;
	background-position: center center;
}
.sp .divider_v {
	background-image: none;
}
.api_contact {
	display: flex;
	max-width: 100%;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.sp .api_contact {
	padding-top: 20px;
}
.api_contact .c1, .api_contact .c2  {
	display: flex;
	color: #fff;
	flex: 1 1 45%;
}
.api_contact .c1 {
	justify-content: flex-end;
	align-items: center;
	padding-right: 62px;
}
.api_contact .c2 {
	flex-direction: column;
	justify-content: flex-start;
	align-items: self-start;
	padding-left: 40px;
}
.api_contact .c2 .link {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.sp .api_contact .c1 {
	flex: 1 1 100%;
	justify-content: center;
	padding: 0;
}
.sp .api_contact .c2 {
	flex: 1 1 100%;
	padding-top: 10px;
	padding-left: 0;
	align-items: center;
}
.coming_soon {
	position: relative;
	display: inline-block;
	margin-top: 0;
}
.coming_soon .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	z-index: 2;
	pointer-events: none;
}
.coming_soon a {
	pointer-events: none;
}
.materials_title {
	color: #fff;
}

.sp .materials_title {
	padding-top: 20px;
}
.materials {
	display: grid;
	max-width: 100%;
	box-sizing: border-box;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas:
		"m0 m1"
		"m2 .";
}
.sp .materials {
	display: grid;
	margin-bottom: 20px;
	grid-template-columns: 1fr;
	grid-template-areas:
		"m0"
		"m2"
		"m1";
}
.m0, .m1, .m2 {
	width: 100%;
}
.m0 { grid-area: m0; }
.m1 { grid-area: m1; }
.m2 { grid-area: m2; justify-self: start; }
.sp .m0, .sp .m1, .sp .m2 {
	margin-top: 10px;
}
/* endregion faq */