/* 共通 */asmoguid
/*ASMO HEADエリア*/
.asmo_head_area{
	margin-bottom: 50px;
}
.asmo_head_area .read_txt{
	margin-bottom: 20px;
	font-size: 0.687rem;
}
.asmo_head_area img{
	width: 100%;
	height: auto;
}

/*ASMO CARDエリア*/
.asmo_card_area{
	gap: 40px 0;
}
.asmo_card_area .card{
	width: 100%;
}
.asmo_card_area .card .card_2col{
	gap: 10px 0;
	margin: 10px 0 0;
}
.asmo_card_area .card .card_2col .item{
	width: 100%;
}
.asmo_card_area .card .card_2col .item_txt{
	font-size: 0.687rem;
	line-height: 1.8;
}
.asmo_card_area .card .card_2col .item_txt p:not(:first-of-type){
	margin-top: 1em;
}
.asmo_card_area .card .card_2col .item_img{}
.asmo_card_area .card .card_2col .item img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 共通 PC */

	/*ASMO HEADエリア PC*/
	.asmo_head_area{
		margin-bottom: 90px;
	}
	.asmo_head_area .read_txt{
		margin-bottom: 70px;
		font-size: 1.125rem;
	}
	.asmo_head_area img{
		display: block;
		max-width: 698px;
		margin: 0 auto;
	}

	/*ASMO CARDエリア PC*/
	.asmo_card_area{
		gap: 60px 0;
	}
	.asmo_card_area .card{}
	.asmo_card_area .card .card_2col{
		align-items: flex-start;
		gap: 20px 6%;
		margin: 20px 0 0;
	}
	.asmo_card_area .card .card_2col .item{}
	.asmo_card_area .card .card_2col .item_txt{
		width: 50%;
		font-size: 0.937rem;
		letter-spacing: 0.05em;
	}
	.asmo_card_area .card .card_2col .item_img{
		width: 44%;
	}
}


/* ASMOシステム */
.asmo_head_wrap{
	gap: 30px 0;
	margin: 0 auto 30px;
}
.asmo_head_wrap .item{}
.asmo_head_wrap .item_left{}
.asmo_head_wrap .item_left h2{
	font-size: 1.125rem;
	color: rgb(var(--color_main));
	line-height: 1.4;
	font-weight: 700;
}
.asmo_head_wrap .item_left p{
	margin-top: 1.5em;
}
.asmo_head_wrap .item_right{
	gap: 0 20px;
}
.asmo_head_wrap .item_right img{
	width: calc((100% - 20px) / 2);
	height: auto;
}

.asmo_top .kadai_box{
	background-color: #fff;
}
.asmo_top .kadai_box h2{
	position: relative;
	text-align: center;
	background: url(../images/asmo/asmo/asmo_kadai_bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	padding: 20px;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.asmo_top .kadai_box h2 .inner{
	position: relative;
	display: block;
	width: max-content;
	margin: 0 auto;
	padding: 0 20px;
}
.asmo_top .kadai_box h2 .inner::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: solid 1px #fff;
	border-right: none;
	width: 10px;
	height: 100%;
	margin: auto 0;
	content: "";
}
.asmo_top .kadai_box h2 .inner::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	border: solid 1px #fff;
	border-left: none;
	width: 10px;
	height: 100%;
	margin: auto 0;
	content: "";
}
.asmo_top .kadai_box h2 .num{
	font-size: 2.2rem;
	font-weight: 400;
	vertical-align: -0.15em;
	line-height: 0.8;
}
.asmo_top .kadai_box ul{
	padding: 20px 25px;
}
.asmo_top .kadai_box li {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	border-bottom: solid 1px rgb(var(--color_main));
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.asmo_top .kadai_box li .num{
	flex: 0 0 auto;
	padding-right: 15px;
	font-size: 2.625rem;
	color: #fff;
	line-height: 1;
	-webkit-text-stroke: 1px rgba(var(--color_main));
	text-stroke: 1px rgba(var(--color_main));
}
.asmo_top .kadai_box li .cap{
	flex: 1;
	font-size: .8125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.075em;
}

.asmo_page_link{
	gap: 25px 0;
	margin-top: 40px;
}
.asmo_page_link .item{
	text-align: center;
	background-color: #000;
	aspect-ratio: 400 / 186;
	width: 100%;
	height: 100%;
	color: #fff;
}
.asmo_page_link .item a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	color: #fff;
}
.asmo_page_link .item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.asmo_page_link .item a:hover img{
	opacity: .7;
}
.asmo_page_link .item .box{
	position: absolute;
	inset: 0;
	width: max-content;
	height: max-content;
	margin: auto;
}
.asmo_page_link .item h3{
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.asmo_page_link .item .click{
	display: inline-block;
	border: solid 1px #fff;
	text-align: center;
	padding: 0 25px;
	margin: 5px auto 0;
	font-size: 1.0625rem;
	letter-spacing: 0.1em;

	font-family: var(--font_en);
	font-weight: 400;
	font-style: normal;
}

.asmo_saas_link{
	aspect-ratio: 375 / 210;
	width: 100vw;
	height: 100%;
	margin: 35px calc(50% - 50vw) 0;
	padding: 0;
}
.asmo_saas_link .inner{
	position: relative;
	width: 100%;
	height: 100%;

}
.asmo_saas_link img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.asmo_saas_link .box{
	position: absolute;
	inset: 0;
	text-align: center;
	width: max-content;
	max-width: 92%;
	height: max-content;
	margin: auto;
	color: #fff;
}
.asmo_saas_link p{
	font-size: .6875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-shadow: 0 0 8px #000;
}
.asmo_saas_link a{
	display: block;
	border: solid 1px #fff;
	width: 100%;
	margin: 15px auto 0;
	font-size: 1.25rem;
	color: #fff;
	letter-spacing: 0.1em;
}
.asmo_saas_link a .jp_arrow{
	position: relative;
	font-size: .9375rem;
	vertical-align: 1px;
	padding: 0 40px 0 0;
}
.asmo_saas_link a .jp_arrow::before{
	/*矢印アイコン 1*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 7px;
	height: 7px;
	margin: auto 0;
	transform: rotate(-45deg);
	content: "";
}
.asmo_saas_link a .jp_arrow::after{
	/*矢印アイコン 2*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	width: 7px;
	height: 7px;
	margin: auto 0;
	transform: rotate(-45deg);
	content: "";
}
.asmo_saas_link a:hover{
	background-color: rgba(255,255,255,0.2);
	text-decoration: none;
	color: #fff;
}

.asmo_other_link{
	margin-top: 35px;
}
.asmo_other_link ul{
	text-align: center;
	gap: 15px 0;
	width: 100%;
	margin: 0 auto;
}
.asmo_other_link li{
	width: 100%;
}
.asmo_other_link li a{
	display: block;
	border: solid 1px rgb(var(--color_main));
	border-radius: 20px;
	padding: 5px 0;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
}
.asmo_other_link li a:hover{
	background-color: rgba(var(--color_main), 0.2);
	text-decoration: none;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* ASMOシステム PC */
	.asmo_head_wrap{
		align-items: flex-start;
		gap: 0;
		margin: 0 auto 80px;
	}
	.asmo_head_wrap .item{}
	.asmo_head_wrap .item_left{
		width: 58%;
	}
	.asmo_head_wrap .item_left h2{
		font-size: 1.5625rem;
	}
	.asmo_head_wrap .item_left p {
		margin-top: 2.5em;
		line-height: 2.2;
	}
	.asmo_head_wrap .item_right{
		align-items: flex-start;
		gap: 25px 0;
		width: 34%;
	}
	.asmo_head_wrap .item_right img{
		width: 100%;
		height: auto;
	}

	.asmo_top .kadai_box{}
	.asmo_top .kadai_box h2{
		background: url(../images/asmo/asmo/asmo_kadai_bg.jpg) 50% 50% no-repeat;
		background-size: cover;
		padding: 35px 20px;
		font-size: 1.375rem;
	}
	.asmo_top .kadai_box h2 .inner{
		padding: 0 40px;
	}
	.asmo_top .kadai_box h2 .inner::before{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		border: solid 1px #fff;
		border-right: none;
		width: 16px;
		height: 100%;
		margin: auto 0;
		content: "";
	}
	.asmo_top .kadai_box h2 .inner::after{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		border: solid 1px #fff;
		border-left: none;
		width: 16px;
		height: 100%;
		margin: auto 0;
		content: "";
	}
	.asmo_top .kadai_box h2 .num{
		font-size: 3.5rem;
	}
	.asmo_top .kadai_box ul{
		width: 600px;
		max-width: 100%;
		padding: 35px 20px;
		margin: 0 auto;
	}
	.asmo_top .kadai_box li {
		padding-bottom: 5px;
		margin-bottom: 25px;
	}
	.asmo_top .kadai_box li .num{
		padding-right: 20px;
		font-size: 3.125rem;
	}
	.asmo_top .kadai_box li .cap{
		font-size: 1rem;
	}

	.asmo_page_link{
		gap: 50px;
		margin-top: 50px;
	}
	.asmo_page_link .item{
		width: calc((100% - 50px) / 2);
	}
	.asmo_page_link .item:last-of-type{
		aspect-ratio: 850 / 186;
		width: 100%;
		height: 100%;
	}
	.asmo_page_link .item h3{
		font-size: 1.25rem;
	}
	.asmo_page_link .item .click{
		padding: 0 30px;
		font-size: 1.25rem;
	}

	.asmo_saas_link{
		aspect-ratio: 85 / 29;
		width: 100%;
		height: 100%;
		margin: 80px auto 0;
	}
	.asmo_saas_link p{
		font-size: .9375rem;
	}
	.asmo_saas_link a{
		width: max-content;
		margin: 20px auto 0;
		padding: 2px 50px;
		font-size: 1.25rem;
	}
	.asmo_saas_link a .jp_arrow{
		vertical-align: 1px;
		padding: 0 40px 0 0;
	}

	.asmo_other_link{
		width: 645px;
		max-width: 100%;
		margin: 50px auto 0;
	}
	.asmo_other_link ul{
		gap: 25px;
		width: 100%;
		margin: 0 auto;
	}
	.asmo_other_link li{
		width: calc((100% - 25px) / 2);
	}
	.asmo_other_link li a{
		border-radius: 30px;
		padding: 12px 0;
		font-size: 1rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* ASMOシステム TAB */
	.asmo_head_wrap{
		gap: 30px 0;
		margin: 0 auto 30px;
	}
	.asmo_head_wrap .item_left{
		width: 100%;
	}
	.asmo_head_wrap .item_right{
		gap: 0 20px;
		width: 100%;
	}
	.asmo_head_wrap .item_right img{
		width: calc((100% - 20px) / 2);
		height: auto;
	}

	.asmo_top .kadai_box h2{
		font-size: .875rem;
	}
	.asmo_top .kadai_box h2 .num{
		font-size: 2.25rem;
	}

	.asmo_page_link{
		gap: 15px 0;
		margin-top: 40px;
	}
	.asmo_page_link .item{
		aspect-ratio: 400 / 186;
		width: calc((100% - 15px) / 2);
	}
	.asmo_page_link .item h3{
		font-size: 1rem;
	}
	.asmo_page_link .item .click{
		padding: 0 10px;
		font-size: .875rem;
	}

	.asmo_saas_link p{
		font-size: .75rem;
		line-height: 1.4;
	}

	.asmo_other_link ul {
		gap: 20px;
	}
	.asmo_other_link li {
		width: calc((100% - 20px) / 2);
	}
	.asmo_other_link li a{
		border-radius: 16px;
		padding: 5px 0;
		font-size: .75rem;
	}

}
@media (orientation: landscape) and (min-width: 519px) and (max-width: 896px) { /*スマホ横向き用*/
	/* ASMOシステム スマホ横向き */

}

/* こんなことに困っていませんか */
.troubles{}
.troubles_lists{
	gap: 25px 0;
	width: 100%;
}
.troubles_lists dl{
	width: 100%;
}
.troubles_lists dt{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0 10px;
	background-color: rgb(var(--color_main));
	padding: 10px 35px 10px 15px;
	color: #fff;
}
.troubles_lists dt::before{
	/*矢印*/
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	width: 8px;
	height: 8px;
	margin: auto 0;
	transform: rotate(45deg);
	content: "";
}
.troubles_lists dt span{
}
.troubles_lists dt .q{
	font-size: 3.125rem;
	line-height: 1;
	font-family: var(--font_en);
	font-weight: 400;
	font-style: normal;
	flex: 0 0 auto;
}
.troubles_lists dt .t{
	font-size: 0.937rem;
	font-weight: 700;
	line-height: 1.5;
	flex: 1;
}
.troubles_lists dd{
	background-color: rgba(var(--color_gray),0.15);
	font-size: 0.687rem;
	display: grid;
	grid-template-rows: 0fr;
	-webkit-transition: 250ms all ease;
	transition: 250ms all ease;
}
.troubles_lists dd .answer_inner{
	overflow: hidden;
}
.troubles_lists dl.js-accordion-open dd{
	grid-template-rows: 1fr;
}
.troubles_lists dd p{
	padding: 15px;
}
.troubles_lists dd p:not(:first-child){
	padding-top: 0;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* こんなことに困っていませんか PC */
	.troubles_lists{
		gap: 45px 0;
	}
	.troubles_lists dt{
		gap: 0 15px;
		padding: 15px 55px 15px 40px;
	}
	.troubles_lists dt::before{
		/*矢印*/
		right: 25px;
	}
	.troubles_lists dt .q{
		font-size: 3.125rem;
	}
	.troubles_lists dt .t{
		font-size: 1.25rem;
	}
	.troubles_lists dd{
		font-size: 0.937rem;
	}
	.troubles_lists dd p{
		padding: 25px 40px;
	}
}

/* ASMO勤怠管理システム */
.attendance_management_desc{
	margin-top: 20px;
}
.attendance_management_desc .box{}
.attendance_management_desc .box h3{
	font-size: 0.937rem;
	color: rgb(var(--color_main));
	font-weight: 700;
}
.attendance_management_desc .box p{
}
.attendance_management_desc .box p:not(:first-of-type){
	margin-top: 1.5em;
}
.attendance_management_desc .box02{
	margin-top: 20px;
}
.attendance_management_desc .box02 .wrap{
	gap: 15px 0;
}
.attendance_management_desc .box02 .item{
	width: 100%;
}
.attendance_management_desc .box02 .item img{
	width: 100%;
	height: auto;
}
.attendance_management_info{}
.attendance_management_info p{
	color: rgb(var(--color_main));
	font-size: 0.75rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* ASMO勤怠管理システム PC */
	.attendance_management_desc{
		margin-top: 40px;
	}
	.attendance_management_desc .box{}
	.attendance_management_desc .box h3{
		font-size: 1.25rem;
	}
	.attendance_management_desc .box01{}
	.attendance_management_desc .box02{
		justify-content: space-between;
		gap: 15px 0;
		margin-top: 20px;
	}
	.attendance_management_desc .box02 .item_txt{
		width: 67.06%;
	}
	.attendance_management_desc .box02 .item_img{
		width: 27.06%;
	}
	.attendance_management_info{
		margin-top: 40px;
	}
	.attendance_management_info p{
		color: rgb(var(--color_main));
		font-size: 0.937rem;
	}
}

/* SaaS/ASPについて */
.saas_head_area{
	position: relative;
	aspect-ratio: 375 / 400;
	width: 100vw;
	height: 100%;
	margin: 0 calc(50% - 50vw) 40px;
}
.saas_head_area img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.saas_head_area .desc{
	position: absolute;
	inset: 0;
	height: max-content;
	margin: auto;
	padding: 8%;
	color: #fff;
}
.saas_head_area h2{
	text-align: center;
	font-size: 1.562rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
}
.saas_head_area p{
	margin-top: 40px;
	font-size: 0.937rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* SaaS/ASPについて PC */
	.saas_head_area{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		aspect-ratio: inherit;
		width: 100%;
		height: auto;
		margin: 0 auto 80px;
	}
	.saas_head_area img{
		position: absolute;
		inset: 0;
		margin: auto;
	}
	.saas_head_area .desc{
		position: relative;
		inset: inherit;
		padding: 50px 70px;
	}
	.saas_head_area h2{
		font-size: 1.437rem;
	}
	.saas_head_area p{
		margin-top: 20px;
	}
}

/* 価格一覧 */
.flow_desc{
	margin-bottom: 50px;
}
.flow_read{
	text-align: center;
	font-size: 0.937rem;
	line-height: 1.5;
	font-weight: 500;
}
.flow_desc h3{
	margin-top: 40px;
	font-size: 0.937rem;
	color: rgb(var(--color_main));
	font-weight: 700;
}

.flow_desc_lists{
	justify-content: space-between;
	gap: 15px;
	margin-top: 10px;
}
.flow_desc_lists li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc((100% - 15px) / 2);
}
.flow_desc_lists li span{
	display: inline-block;
	/* align-self: stretch; */
	box-sizing: border-box;
	font-weight: 500;
	vertical-align: middle;
}
.flow_desc_lists li .num{
	text-align: center;
	width: 11vw;
	padding: 0 8px;
	color: #fff;
}
.flow_desc_lists li .txt{
	width: calc(100% - 11vw);
	padding: 0 10px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgb(var(--color_main));
}
#kinou.flow_desc_lists li{
	background-color: rgba(var(--color_main), 0.12);
}
#kinou.flow_desc_lists .num{
	background-color: rgb(var(--color_main));
	font-size: 2rem;
}

#month_price.flow_desc_lists li{
	background-color: rgba(var(--color_blue), 0.12);
}
#month_price.flow_desc_lists .num{
	background-color: rgb(var(--color_blue));
	padding: 10px;
	font-size: 1.562rem;
}
#month_price.flow_desc_lists li:last-of-type{
	width: 100%;
}

.flow_desc .annotation{
	margin-top: 20px;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* 価格一覧 PC */
	.flow_desc{}
	.flow_read{
		font-size: 1.187rem;
	}
	.flow_desc h3{
		font-size: 1.25rem;
	}

	.flow_desc_lists{
		gap: 20px;
	}
	.flow_desc_lists li{
		width: calc((100% - 60px) / 4);
	}
	.flow_desc_lists li span{}
	.flow_desc_lists li .num{
		width: 50px;
		padding: 0 8px;
	}
	.flow_desc_lists li .txt{
		width: calc(100% - 50px);
		padding: 0 10px;
		font-size: 0.937rem;
		line-height: 1.4;
	}
	#kinou.flow_desc_lists .num{
		background-color: rgb(var(--color_main));
		font-size: 2.5rem;
	}

	#month_price.flow_desc_lists li{
		width: auto;
	}
	#month_price.flow_desc_lists .num{
		padding: 10px;
		font-size: 2rem;
	}
	#month_price.flow_desc_lists li:last-of-type{
		width: auto;
		flex: 1;
	}

	.flow_table02{
		width: 495px;
		max-width: 100%;
	}

	.flow_desc .annotation{
		margin-top: 40px;
	}

}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* 価格一覧 TAB */
	.flow_desc_lists{
		gap: 20px;
	}
	.flow_desc_lists li,
	#month_price.flow_desc_lists li{
		width: calc((100% - 20px) / 2);
	}
}

/* AQUICK */
.aquick .page_title span{
	color: #fff;
}
.aquick .page_title .en{
	color: #fff;
	font-size: 1.5625rem;
	font-family: var(--font_noto);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.aquick_head_area{
	gap: 20px 0;
	background: url(../images/asmo/aquick/aquick_head_bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 50px;
	padding: 30px calc(50vw - 50%);
}
.aquick_head_area .item{
	width: 100%;
	padding: 0 4%;
}
.aquick_head_area .item_left{
	position: relative;
	z-index: 1;
}
.aquick_head_area .item_left h2{
	color: #fff;
}
.aquick_head_area .item_left h2 span{
	display: block;
}
.aquick_head_area .item_left h2 .en{
	font-size: 4.6875rem;
	line-height: 1;
	text-shadow: 0 0 15px rgb(var(--color_main)),0 0 15px rgb(var(--color_main));
}
.aquick_head_area .item_left h2 .jp{
	margin-top: 10px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4;
	text-shadow: 0 0 10px rgb(var(--color_main)),0 0 10px rgb(var(--color_main));
}
.aquick_head_area .item_left p{
	position: relative;
	margin-top: 25px;
	font-size: .875rem;
	line-height: 2;
	font-weight: 500;
	text-shadow:
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff;
}
.aquick_head_area .item_left p span{
	position: relative;
	z-index: 1;
}
.aquick_head_area .item_left p::before{
	/*説明文裏側のぼかし*/
	position: absolute;
	top: -10px;
	left: -30px;
	font-size: 8rem;
	color: #fff;
	text-shadow: 0 0 5px #fff;
	filter: blur(25px);
	line-height: 100px;
	letter-spacing: -0.5em;
	z-index: 0;
	content: "●●●\a●";
}
.aquick_head_area .item_right{
	position: relative;
	z-index: 2;
}
.aquick_head_area .item_right img{
	display: block;
	width: 38%;
	height: auto;
	margin: 0 auto;
}

.aquick_box_area{}
.aquick_box_area .num_wrap{
	gap: 10px 0;
	margin-top: 10px;
}
.aquick_box_area .num_wrap:not(:last-of-type){
	margin-bottom: 40px;
}
.aquick_box_area .num_wrap .item{
	width: 100%;
}
.aquick_box_area .num_wrap .item_right img{
	display: block;
	margin: 0 auto;
}

.aquick .tokuchou_box{
	margin-top: 50px;
}
.aquick .tokuchou_box .box{
	gap: 30px 0;
	background: url(../images/asmo/aquick/aquick_img05.jpg),rgba(0, 3, 51, 0.08);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
	padding: 6% 5% 78%;
}
.aquick .tokuchou_box .box ul{
	gap: 0.7em 0;
	margin: 0 0 0 0.2em;
}
.aquick .tokuchou_box .box li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.aquick .tokuchou_box .box li .circle{
	margin-right: 0.2em;
	color: rgb(var(--color_main));
}

.example_wrap p{
	width: 100%;
}
.example_wrap p:not(:first-of-type){
	border-top: dashed 1px #66708d;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
.example_wrap p:has(.indent){
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* AQUICK PC */
	.aquick .page_title .en{
		font-size: 1.875rem;
	}
	.aquick .page_title .jp{
		font-size: 1rem;
	}

	.aquick_head_area{
		gap: 0 40px;
		background: url(../images/asmo/aquick/aquick_head_bg.jpg) 0 0 no-repeat;
		background-size: cover;
		width: 100%;
		margin: 0 auto 80px;
		padding: 50px 60px 0;
	}
	.aquick_head_area .item{
		width: calc((100% - 40px) / 2);
		padding: 0;
	}
	.aquick_head_area .item_left{}
	.aquick_head_area .item_left h2 .en{
		font-size: 4.4rem;
	}
	.aquick_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.aquick_head_area .item_left p{
		margin-top: 35px;
		font-size: .9375rem;
	}
	.aquick_head_area .item_left p::before{
		/*説明文裏側のぼかし*/
		top: 6px;
		left: -30px;
		font-size: 8rem;
		text-shadow: 0 0 5px #fff;
		filter: blur(40px);
		line-height: 35px;
		content: "●●●●\a●●●";
	}
	.aquick_head_area .item_right{}
	.aquick_head_area .item_right img{
		display: block;
		width: 194px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.aquick_box_area{}
	.aquick_box_area .num_wrap{
		justify-content: space-between;
		gap: 0 10%;
		margin-top: 30px;
	}
	.aquick_box_area .num_wrap:not(:last-of-type){
		margin-bottom: 40px;
	}
	.aquick_box_area .num_wrap .item_left{
		width: 38%;
	}
	.aquick_box_area .num_wrap .item_right{
		width: 52%;
		max-width: 300px;
	}

	.aquick .tokuchou_box{
		margin-top: 70px;
	}
	.aquick .tokuchou_box .box{
		position: relative;
		gap: 30px 0;
		background: transparent;
		background-color: rgba(0, 3, 51, 0.08);
		margin-top: 20px;
		padding: 35px 45% 35px 45px;
	}
	.aquick .tokuchou_box .box::before{
		position: absolute;
		top: 0;
		right: 0;
		background: url(../images/asmo/aquick/aquick_img05.jpg) 50% 50% no-repeat;
		background-size: cover;
		/* aspect-ratio: 32 / 27; */
		width: 40%;
		height: 100%;
		content: "";
	}
	.aquick .tokuchou_box .box ul{
		gap: 0.7em 0;
		margin: 0 0 0 0.2em;
	}
	.aquick .tokuchou_box .box li{
		font-size: 1.0625rem;
	}
	.aquick .tokuchou_box .box li .circle{
		margin-right: 0.2em;
		color: rgb(var(--color_main));
	}

	.example_wrap p:not(:first-of-type){
		padding-top: 2em;
		margin-top: 2em;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* AQUICK TAB */
	.aquick_head_area{
		padding: 30px;
	}
	.aquick_head_area .item_left h2 .en{
		font-size: 4.625rem;
	}
	.aquick_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.aquick_head_area .item_left p{
		font-size: .875rem;
	}
	.aquick_head_area .item_left p br{
		display: none;
	}
	.aquick_head_area .item_right{}
	.aquick_head_area .item_right img{
		display: block;
		width: 180px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.aquick_box_area .num_wrap{
		gap: 20px;
	}
	.aquick_box_area .num_wrap .item_left{
		width: 100%;
	}
	.aquick_box_area .num_wrap .item_right{
		width: 100%;
		max-width: 100%;
	}
	.aquick_box_area .num_wrap .item_right img{
		display: block;
		margin: 0 auto;
	}

	.aquick .tokuchou_box .box{
		padding: 35px 30px 68% 30px;
	}
	.aquick .tokuchou_box .box::before{
		position: absolute;
		top: inherit;
		bottom: 0;
		right: 0;
		background: url(../images/asmo/aquick/aquick_img05.jpg) 50% 50% no-repeat;
		background-size: cover;
		/* aspect-ratio: 32 / 27; */
		width: 100%;
		height: 52%;
		content: "";
	}
}

/* ASMO Lite */
.asmolite .page_title span{
	color: #fff;
}
.asmolite .page_title .en{
	color: #fff;
	font-size: 1.5625rem;
	font-family: var(--font_noto);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.asmolite_head_area{
	gap: 30px 0;
	background: url(../images/asmo/asmolite/asmolite_head_bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 20px;
	padding: 30px calc(50vw - 50%);
}
.asmolite_head_area .item{
	width: 100%;
	padding: 0 4%;
}
.asmolite_head_area .item_left{
	position: relative;
	z-index: 1;
}
.asmolite_head_area .item_left h2{
	color: #fff;
}
.asmolite_head_area .item_left h2 span{
	display: block;
}
.asmolite_head_area .item_left h2 .en{
	font-size: 4.6875rem;
	line-height: 1;
	text-shadow: 0 0 15px rgb(var(--color_main)),0 0 15px rgb(var(--color_main));
}
.asmolite_head_area .item_left h2 .jp{
	margin-top: 10px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4;
	text-shadow: 0 0 10px rgb(var(--color_main)),0 0 10px rgb(var(--color_main));
}
.asmolite_head_area .item_left p{
	position: relative;
	margin-top: 25px;
	font-size: .875rem;
	line-height: 2;
	font-weight: 500;
	text-shadow:
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff;
}
.asmolite_head_area .item_left p span{
	position: relative;
	z-index: 1;
}
.asmolite_head_area .item_left p::before{
	/*説明文裏側のぼかし*/
	position: absolute;
	top: -10px;
	left: -30px;
	font-size: 8rem;
	color: #fff;
	text-shadow: 0 0 5px #fff;
	filter: blur(25px);
	line-height: 120px;
	letter-spacing: -0.5em;
	z-index: 0;
	content: "●●●\a●\a●";
}
.asmolite_head_area .item_right{
	position: relative;
	z-index: 2;
}
.asmolite_head_area .item_right img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.asmolite_app_area{
	display: flex;
	flex-wrap: wrap;
	background: rgba(0, 3, 51, 0.08);
	padding: 8% 5%;
}
.asmolite_app_area h3{
	background-color: #fff;
	border: solid 1px rgb(var(--color_main));
	border-radius: 15px;
	text-align: center;
	width: 100%;
	padding: 3px 0 5px;
	font-size: .9375rem;
	color: rgb(var(--color_main));
	font-weight: 500;
	line-height: 1;
	order: 1;
}
.asmolite_app_area ul{
	gap: 0.7em 0;
	width: 100%;
	margin: 20px 0 0 0.2em;
	order: 2;
}
.asmolite_app_area li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.asmolite_app_area li .circle{
	margin-right: 0.2em;
	color: rgb(var(--color_main));
}
.asmolite_img01{
	display: block;
	width: 90%;
	height: auto;
	margin: 20px auto 0;
	order: 3;
}

.asmolite .kinou_wrap{
	gap: 20px 0;
	margin: 30px 5% 0;
	
}
.asmolite .kinou_wrap .item{
	width: 100%;
}
.asmolite .kinou_wrap .item_left{}
.asmolite .kinou_wrap .item_left ul{
	gap: 10px 0;
	width: 100%;
}
.asmolite .kinou_wrap .item_left li{
	text-align: center;
	background-color: #fff;
	border: solid 2px rgb(var(--color_main));
	border-radius: 8px;
	width: 100%;
	padding: 4px 0;
	font-size: .875rem;
	color: rgb(var(--color_main));
	font-weight: 500;
}
.asmolite .kinou_wrap .item_right{}
.asmolite_img02{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.asmolite .tokuchou_box{
	gap: 15px 0;
}
.asmolite .tokuchou_box:not(:first-of-type){
	border-top: dashed 1px #66708d;
	margin-top: 30px;
	padding-top: 30px;
}
.asmolite .tokuchou_box .item{
	position: relative;
}
.asmolite .tokuchou_box .item_left{}
.asmolite .tokuchou_box .item_left img{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.asmolite .tokuchou_box .item_right{}
.asmolite .tokuchou_box .item_right h3{
	width: max-content;
}
.asmolite .tokuchou_box .item_right p{
	margin-top: 10px;
}
.asmolite .tokuchou_box03 .item_right{
	margin-top: 80px;
}
.asmolite .tokuchou_box03 .asmolite_fukidashi{
	position: absolute;
	top: -82px;
	left: 100px;
	width: 152px;
	max-width: calc(100% - 100px);
	height: auto;
}
.asmolite_img08{
	display: block;
	position: relative;
	right: 40px;
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.asmolite_section:not(:first-of-type){
	margin-top: 50px;
}

.asmolite .pc_hikaku_box{
	width: 100%;
}
.asmolite .pc_hikaku_wrap{
	margin-top: 20px;
}
.asmolite .pc_hikaku_wrap .item{
	width: 100%;
}
.asmolite .pc_hikaku_wrap h3{
	text-align: center;
	padding: 2px 10px;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.asmolite .pc_hikaku_wrap .box{
	padding: 20px 30px;
}
.asmolite .pc_hikaku_wrap .box ul{
	margin: 0 0 0 0.2em;
}
.asmolite .pc_hikaku_wrap .box li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.asmolite .pc_hikaku_wrap .item_pc{
	background-color: #e0e0e6;
}
.asmolite .pc_hikaku_wrap .item_pc h3{
	background-color: #999aad;
}
.asmolite .pc_hikaku_wrap .item_pc .box{
	background: url(../images/asmo/asmolite/asmolite_batsu.svg) 50% 50% no-repeat;
	background-size: 36%;
	height: auto;
}
.asmolite .pc_hikaku_wrap .item_pc .box li .circle{
	color: #999aad;
}
.asmolite .pc_hikaku_wrap .item_asmolite{
	background-color: rgba(var(--color_main), 0.12);
}
.asmolite .pc_hikaku_wrap .item_asmolite h3{
	background-color: rgb(var(--color_main));
}
.asmolite .pc_hikaku_wrap .item_asmolite .box{
	background: url(../images/asmo/asmolite/asmolite_maru.svg) 50% 50% no-repeat;
	background-size: 36%;
	height: auto;
}
.asmolite .pc_hikaku_wrap .item_asmolite .box li .circle{
	color: rgb(var(--color_main));
}

.asmo_hikaku_table{
	margin: 20px auto 0;
}
.asmo_hikaku_table th,
.asmo_hikaku_table td{
	border-width: 2px;
	background-color: transparent;
}
.asmo_hikaku_table th{
	font-weight: 500;
}
.asmo_hikaku_table td{
	position: relative;
	text-align: left;
	padding: 12px;
}
.asmo_hikaku_table td:not(:last-of-type)::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	background: url(../images/asmo/asmolite/asmolite_hikaku_arrow.svg) 0 0 no-repeat;
	background-size: cover;
	width: 20px;
	height: 26px;
	margin: auto 0;
	content: "";
}
.asmo_hikaku_table .head{
	background-color: #9899ab;
}
.asmo_hikaku_table .asmo{
	background-color: rgba(var(--color_blue), 0.12);
}
.asmo_hikaku_table .lite{
	background-color: rgba(var(--color_main), 0.12);
}
.asmo_hikaku_table .blank{
	background-color: #fff !important;
}
.asmo_hikaku_table th.asmo_head{
	background-color: rgba(var(--color_blue));
	width: 43%;
	color: #fff;
	letter-spacing: 0.1em;
}
.asmo_hikaku_table th.lite_head{
	background-color: rgba(var(--color_main));
	width: 43%;
	color: #fff;
	letter-spacing: 0.1em;
}
.asmo_hikaku_table ul{
	margin: 0 0 0 0.2em;
}
.asmo_hikaku_table li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .6875rem;
}

.support_device_table{
	margin-top: 20px;
}
.support_device_table th,
.support_device_table td{
	text-align: left;
	padding: 10px 20px;
	vertical-align: middle;
}
.support_device_table th{
	background-color: rgba(var(--color_main), 0.2);
	color: rgb(var(--color_main));
	font-size: .9375rem;
	font-weight: 500;
}
.support_device_table td{
	border-bottom: solid 4px #fff;
	background-color: rgba(var(--color_main), 0.08);
	font-size: .8125rem;
}
.support_device_table td ul{
	margin: 5px 0 0 1.8em;
}
.support_device_table td li{
	list-style-type: disc;
}
.support_device_table td h4{
	background-color: rgb(var(--color_main));
	width: max-content;
	min-width: 45%;
	padding: 3px 10px;
	color: #fff;
	font-weight: 500;
}
.support_device_table td h4:not(:first-of-type){
	margin-top: 20px;
}
.support_device_table .label_wrap .sub{
	display: inline-block;
	line-height: 1.4;
	font-size: .6875rem;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* ASMO Lite PC */
	.asmolite .page_title .en{
		font-size: 1.875rem;
	}
	.asmolite .page_title .jp{
		font-size: 1rem;
	}

	.asmolite_head_area{
		gap: 0 40px;
		background: url(../images/asmo/asmolite/asmolite_head_bg.jpg) 0 0 no-repeat;
		background-size: cover;
		width: 100%;
		margin: 0 auto 80px;
		padding: 50px 60px 0;
	}
	.asmolite_head_area .item{
		width: calc((100% - 40px) / 2);
		padding: 0;
	}
	.asmolite_head_area .item_left{}
	.asmolite_head_area .item_left h2 .en{
		font-size: 4.4rem;
	}
	.asmolite_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.asmolite_head_area .item_left p{
		margin-top: 35px;
		font-size: .9375rem;
	}
	.asmolite_head_area .item_left p::before{
		/*説明文裏側のぼかし*/
		top: 6px;
		left: -30px;
		font-size: 8rem;
		text-shadow: 0 0 5px #fff;
		filter: blur(40px);
		line-height: 80px;
		content: "●●●●\a●●●";
	}
	.asmolite_head_area .item_right{
		padding: 70px 0 20px;
	}
	.asmolite_head_area .item_right img{
		display: block;
		width: 380px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.asmolite_app_area{
		display: block;
		padding: 35px 45px;
		margin-bottom: 70px;
	}
	.asmolite_app_area h3{
		display: inline-block;
		border: solid 2px rgb(var(--color_main));
		border-radius: 20px;
		width: max-content;
		padding: 7px 30px 8px;
		font-size: 1.25rem;
	}
	.asmolite_app_area .wrap{
		float: left;
		/* width: 65%; */
	}
	.asmolite_app_area ul{
		width: max-content;
		margin: 30px 0 0 0.2em;
	}
	.asmolite_app_area li{
		font-size: 1rem;
		line-height: 1.4;
	}
	.asmolite_app_area li:not(:first-of-type) {
		margin-top: 0.8em;
	}
	.asmolite_img01{
		float: right;
		width: 240px;
		margin: 0 0 0 20px;
		aspect-ratio: 24 / 19;
		object-fit: cover;
	}

	.asmolite .kinou_wrap{
		gap: 0;
		margin: 40px 50px 0;
		
	}
	.asmolite .kinou_wrap .item_left{
		width: 56%;
	}
	.asmolite .kinou_wrap .item_left ul{
		gap: 10px;
	}
	.asmolite .kinou_wrap .item_left li{
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 8px;
		width: calc((100% - 10px) / 2);
		padding: 4px 5px;
		font-size: .9375rem;
		line-height: 1.3;
	}
	.asmolite .kinou_wrap .item_right{
		width: 41.5%;
	}
	.asmolite_img02{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.asmolite .tokuchou_box{
		justify-content: space-between;
		gap: 0;
	}
	.asmolite .tokuchou_box:not(:first-of-type){
		margin-top: 2.5em;
		padding-top: 2.5em;
	}
	.asmolite .tokuchou_box .item_left{
		width: 44%;
		padding-left: 20px;
	}
	.asmolite .tokuchou_box .item_left img{
		width: 100%;
	}
	.asmolite .tokuchou_box .item_right{
		width: 54%;
		padding-top: 10px;
	}
	.asmolite .tokuchou_box .item_right p{
		margin-top: 15px;
		padding-right: 40px;
		font-size: .9375rem;
	}
	.asmolite .tokuchou_box03 .item_right{
		margin-top: 0;
	}
	.asmolite .tokuchou_box03 .asmolite_fukidashi{
		position: relative;
		top: inherit;
		left: inherit;
		width: 208px;
		max-width: 80%;
		height: auto;
		margin-top: 10px;
	}
	.asmolite_img08{
		width: 100%;
	}

	.asmolite_section:not(:first-of-type){
		margin-top: 85px;
	}

	.asmolite .pc_hikaku_box{
		margin-top: 85px;
	}
	.asmolite .pc_hikaku_wrap{}
	.asmolite .pc_hikaku_wrap .item{
		display: flex;
		flex-direction: column;
		width: 50%;
	}
	.asmolite .pc_hikaku_wrap h3{
		padding: 5px 10px;
		font-size: 1.25rem;
	}
	.asmolite .pc_hikaku_wrap .box{
		display: flex;
		align-items: center;
		height: 100% !important;
	}
	.asmolite .pc_hikaku_wrap .box ul{
		align-self: flex-start;
		gap: 0.2em 0;
	}
	.asmolite .pc_hikaku_wrap .box li{
		font-size: .9375rem;
		letter-spacing: 0.03em;
	}
	.asmolite .pc_hikaku_wrap .item_pc .box{
		background-size: 40%;
	}
	.asmolite .pc_hikaku_wrap .item_asmolite .box{
		background-size: 40%;
	}

	.asmo_hikaku_table{
		margin: 30px auto 0;
	}
	.asmo_hikaku_table th,
	.asmo_hikaku_table td{
		border-width: 4px;
	}
	.asmo_hikaku_table th{
		font-size: 1.0625rem;
	}
	.asmo_hikaku_table td{
		padding: 30px 50px;
		font-size: .9375rem;
	}
	.asmo_hikaku_table td:not(:last-of-type)::before{
		right: -16px;
		width: 32px;
		height: 42px;
	}
	.asmo_hikaku_table th.asmo_head,
	.asmo_hikaku_table th.lite_head{
		width: 41%;
		font-size: 1.375rem;
	}
	.asmo_hikaku_table ul{
		gap: 0.2em 0;
	}
	.asmo_hikaku_table li{
		font-size: .9375rem;
	}

	.support_device_table{
		margin-top: 30px;
	}
	.support_device_table th,
	.support_device_table td{
		padding: 20px 12px;
	}
	.support_device_table th{
		border-right: none;
		padding: 20px 12px;
		font-size: 1.0625rem;
	}
	.support_device_table td{
		border-left: none;
		font-size: .9375rem;
	}
	.support_device_table .label_wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 10px 5px;
	}
	.support_device_table td h4{
		min-width: 160px;
		padding: 2px 10px;
		font-size: .9375rem;
	}
	.support_device_table td h4:not(:first-of-type){
		margin-top: 0;
	}
	.support_device_table td ul{
		width: calc(100% - 200px);
		margin: 0 0 0 1.8em;
	}
	.support_device_table td li{
	}
	.support_device_table .label_wrap .sub{
		font-size: .6875rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* ASMO Lite TAB */
	.asmolite_head_area{
		gap: 30px 0;
		padding: 30px;
	}
	.asmolite_head_area .item_left{
		width: 100%;
	}
	.asmolite_head_area .item_left h2 .en{
		font-size: 4.625rem;
	}
	.asmolite_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.asmolite_head_area .item_left p{
		font-size: .875rem;
	}
	.asmolite_head_area .item_left p br{
		display: none;
	}
	.asmolite_head_area .item_right{
		width: 100%;
		padding: 0;
	}
	.asmolite_head_area .item_right img{
		display: block;
		width: 70%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.asmolite_app_area{
		display: flex;
		padding: 8% 5%;
		margin-bottom: 50px;
	}
	.asmolite_app_area h3{
		width: 100%;
		order: 1;
	}
	.asmolite_app_area ul{
		order: 2;
	}
	.asmolite_img01{
		display: block;
		float: none;
		width: 90%;
		height: auto;
		margin: 20px auto 0;
		order: 3;
	}

	.asmolite_section:not(:first-of-type) {
		margin-top: 50px;
	}

	.asmolite .kinou_wrap{
		gap: 20px 0;
	}
	.asmolite .kinou_wrap .item_left{
		width: 100%;
	}
	.asmolite .kinou_wrap .item_right{
		width: 100%;
	}
	.asmolite_img02{
		width: 70%;
	}

	.asmolite .tokuchou_box{
		gap: 10px 0;
	}
	.asmolite .tokuchou_box .item_left,
	.asmolite .tokuchou_box .item_right{
		width: 100%;
	}
	.asmolite .tokuchou_box .item_left img{
		width: 70%;
	}
	.asmolite .tokuchou_box03 .item_right{
		margin-top: 100px;
	}
	.asmolite .tokuchou_box03 .asmolite_fukidashi {
		position: absolute;
		top: -95px;
		left: 120px;
		width: 180px;
		height: auto;
	}
	.asmolite_img08{
		right: inherit;
		width: 70%;
	}

	.asmolite .pc_hikaku_wrap .item{
		width: 100%;
	}
	.asmolite .pc_hikaku_wrap .box {
		background-size: 35% !important;
		padding: 30px;
	}

	.asmo_hikaku_table th.asmo_head,
	.asmo_hikaku_table th.lite_head {
		width: 41%;
		font-size: 1rem;
	}
	.asmo_hikaku_table th {
		font-size: .875rem;
	}
	.asmo_hikaku_table td {
		padding: 20px 20px 20px 15px;
		font-size: .9375rem;
	}
	.asmo_hikaku_table li {
		font-size: .75rem;
	}
	.asmo_hikaku_table td:not(:last-of-type)::before {
		right: -13px;
		width: 20px;
		height: 26px;
	}

	.support_device_table td ul{
		width: auto;
	}

	.support_device_table .label_wrap {
		flex-direction: column;
	}
	/* .support_device_table .label_wrap ul{
		width: calc(100% - 1.8em);
	} */
}

/* ASMOGuide */
.asmoguide .page_title span{
	color: #fff;
}
.asmoguide .page_title .en{
	color: #fff;
	font-size: 1.5625rem;
	font-family: var(--font_noto);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.asmoguide_head_area{
	gap: 20px 0;
	background: url(../images/asmo/aquick/aquick_head_bg_sp.jpg) 0 0 no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw) 50px;
	padding: 30px calc(50vw - 50%);
}
.asmoguide_head_area .item{
	width: 100%;
	padding: 0 4%;
}
.asmoguide_head_area .item_left{
	position: relative;
	z-index: 1;
}
.asmoguide_head_area .item_left h2{
	color: #fff;
}
.asmoguide_head_area .item_left h2 span{
	display: block;
}
.asmoguide_head_area .item_left h2 .en{
	font-size: 4.6875rem;
	line-height: 1;
	text-shadow: 0 0 15px rgb(var(--color_main)),0 0 15px rgb(var(--color_main));
}
.asmoguide_head_area .item_left h2 .jp{
	margin-top: 10px;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1.4;
	text-shadow: 0 0 10px rgb(var(--color_main)),0 0 10px rgb(var(--color_main));
}
.asmoguide_head_area .item_left p{
	position: relative;
	margin-top: 25px;
	font-size: .875rem;
	line-height: 2;
	font-weight: 500;
	text-shadow:
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff,
				0 0 10px #fff;
}
.asmoguide_head_area .item_left p span{
	position: relative;
	z-index: 1;
}
.asmoguide_head_area .item_left p::before{
	/*説明文裏側のぼかし*/
	position: absolute;
	top: -10px;
	left: -30px;
	font-size: 8rem;
	color: #fff;
	text-shadow: 0 0 5px #fff;
	filter: blur(25px);
	line-height: 100px;
	letter-spacing: -0.5em;
	z-index: 0;
	content: "●●●\a●";
}
.asmoguide_head_area .item_right{
	position: relative;
	z-index: 2;
}
.asmoguide_head_area .item_right img{
	display: block;
	width: 38%;
	height: auto;
	margin: 0 auto;
}

.asmoguide_box_area{}
.asmoguide_box_area .num_wrap{
	gap: 10px 0;
	margin-top: 10px;
}
.asmoguide_box_area .num_wrap:not(:last-of-type){
	margin-bottom: 40px;
}
.asmoguide_box_area .num_wrap .item{
	width: 100%;
}
.asmoguide_box_area .num_wrap .item_right img{
	display: block;
	margin: 0 auto;
}

.asmoguide_box_area .flow { padding: 168px 0px 0px 0px;}
.asmoguide_box_area .flow_inner {display:flex; flex-direction:column; align-items:center; gap:20px;}
.asmoguide_box_area .flow_inner::after{ content:""; display:inline-block; background:url(../images/asmo/asmoguide/asmoguide_flow.jpg) no-repeat center / 100%; width:173px; height:94px; margin-bottom:10px; }
.asmoguide_box_area .flow_inner:last-of-type::after{ content:none; }
.asmoguide_box_area .flow .step1{ display:flex; justify-content:space-between; align-items:center; }
.asmoguide_box_area .flow .step1 .step1_l{ width:49%; position:relative; }
.asmoguide_box_area .flow .step1 .step1_r{ width:49%; position:relative; }
.asmoguide_box_area .flow .step1 p{ text-align:center; font-size:min(13px, 1.2vw); line-height:min(30px, 3vw); color:#fff; background:#2d6de1; padding:20px; border-radius:5px; position:absolute; top:-175px; }
.asmoguide_box_area .flow .step1 p::after{ content:""; background:#2d6de1; height:calc(tan(65deg)* 30px / 2); width:30px; clip-path:polygon(0 0, 50% 100%, 100% 0); position:absolute; bottom:-20px; right:0; left:0;  margin:auto; }
.asmoguide_box_area .flow .step3{ width:100%; padding:15px 0 120px 0; box-sizing:border-box; border:7px solid #2d6de1; border-radius:10px; display:flex; align-items:center; justify-content:center; gap:20px; position:relative; }
.asmoguide_box_area .flow .step3::after{ content:""; background:url(../images/asmo/asmoguide/asmoguide_cnt1_03.png) no-repeat center / 100%; width:180px; height:149px; position:absolute; bottom:-0px; right:30px; }
.asmoguide_box_area .flow .step3_l{ width:135px; }
.asmoguide_box_area .flow ul{ width:calc(90% - 135px);}
.asmoguide_box_area .flow ul li{ font-size:15px; line-height:26px; margin-bottom:20px; display:flex; gap:5px; }
.asmoguide_box_area .flow ul li::before{ content:"●"; color:#2d6de1; }

.asmoguide_box_area .qa{ background:#fff; padding:0 0 100px; }
.asmoguide_box_area .qa dl{ width:min(1000px,90%); padding:50px 0 0; margin:0 auto; }
.asmoguide_box_area .qa dl .qa_li{ margin-bottom:80px; display:flex; justify-content:flex-start; align-items:center; gap:20px; }
.asmoguide_box_area .qa dl .qa_li:last-of-type{ margin-bottom:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(1):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon1.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(2):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon2.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(3):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon3.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(4):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon4.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(5):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon5.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(6):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon6.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(7):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon7.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(8):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon1.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li:nth-of-type(9):before{ content:""; width:118px; height:118px; background:url(../images/asmo/asmoguide/asmoguide_icon2.jpg) no-repeat center / 100%; flex-shrink:0; }
.asmoguide_box_area .qa dl .qa_li div{ display:flex; flex-direction:column; }
.asmoguide_box_area .qa dl .qa_li dt{ font-size:22px; font-weight:700; color:#2d6de1; padding:0 0 14px; margin:0 0 14px; box-shadow:0px -4px 5px -5px #0053ea inset, 0px 6px 4px -8px #0053ea; }
.asmoguide_box_area .qa dl .qa_li dd{ font-size:14px; line-height:24px; }

.asmoguide_box_area .scene ul{ width:min(830px,90%); }
.asmoguide_box_area .scene ul li{ display:flex; align-items:center; justify-content:space-between; }
.asmoguide_box_area .scene ul li::before{ content:none; }
.asmoguide_box_area .scene ul li .block_img{width:52%;}
.asmoguide_box_area .scene ul li .block_txt{ width:45%; }
.asmoguide_box_area .scene ul li h3{ font-size:22px; line-height:32px; color:#2d6de1; box-shadow:0px -4px 5px -5px #0053ea inset, 0px 6px 4px -8px #0053ea; padding-bottom:13px; margin-bottom:7px; }
.asmoguide_box_area .scene ul li p{ font-size:14px; line-height:28px; font-weight:500; }

@media screen and (max-width:1024px) {
    .asmoguide_box_area .flow{ padding:80px 0; margin:0 auto; width:90%; }
    .asmoguide_box_area .flow .step1{ padding:50px 20px 20px; flex-direction:column; gap:100px; }
    .asmoguide_box_area .flow .step1 p{ font-size:12px; line-height:20px; width:100%; padding:15px; top:-100px; box-sizing:border-box; }
    .asmoguide_box_area .flow .step1 .step1_l{ width:100%; }
    .asmoguide_box_area .flow .step1 .step1_l img{ width:80%; margin:0 auto; display:block; }
    .asmoguide_box_area .flow .step1 .step1_r{ width:100%; }
    .asmoguide_box_area .flow .step1 .step1_r img{ width:80%; margin:0 auto; display:block; }
    .asmoguide_box_area .flow .step3{ padding:15px; flex-direction:column; align-items:flex-start; }
    .asmoguide_box_area .flow .step3::after{ bottom:unset; top:60px; }
    .asmoguide_box_area .flow ul{ width:100%; }

}

@media screen and (max-width:800px) {
    .asmoguide_box_area .flow{ padding:80px 0; margin:0 auto; width:100%; }
    .asmoguide_box_area .flow .step1{ padding:50px 0px 20px; flex-direction:column; gap:100px; }
    .asmoguide_box_area .flow .step2{ font-size:25px; }
    .asmoguide_box_area .flow .step2 h2{ font-size:20px; padding-bottom:10px; }
    .asmoguide_box_area .flow .step2 p{ font-size:12px; line-height:22px; }
    .asmoguide_box_area .flow_inner::after{ width:82px; height:45px; }

    .asmoguide_box_area .qa dl .qa_li dt{ font-size:14px; line-height:22px; }
    .asmoguide_box_area .qa dl .qa_li dd{ font-size:12px; line-height:20px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(1):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(2):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(3):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(4):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(5):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(6):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(7):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(8):before{ width:70px; height:70px; }
    .asmoguide_box_area .qa dl .qa_li:nth-of-type(9):before{ width:70px; height:70px; }
    
    .asmoguide_box_area .scene ul li{ margin-bottom:50px; flex-direction:column; gap:10px; }
    .asmoguide_box_area .scene ul li:nth-child(even){ flex-direction:column-reverse; }
    .asmoguide_box_area .scene ul li .block_img{ width:70%; }
    .asmoguide_box_area .scene ul li .block_txt{ width:100%; }
    .asmoguide_box_area .scene ul li h3{ font-size:18px; line-height:26px; }
    .asmoguide_box_area .scene ul li p{ font-size:12px; line-height:21px; }
}

.asmoguide .tokuchou_box{
	margin-top: 50px;
}
.asmoguide .tokuchou_box .box{
	gap: 30px 0;
	background-color: rgba(0, 3, 51, 0.08);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-top: 20px;
	padding: 6% 5% 6%;
}
.asmoguide .tokuchou_box .box ul{
	gap: 0.7em 0;
	margin: 0 0 0 0.2em;
}
.asmoguide .tokuchou_box .box li{
	width: 100%;
	margin: 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	font-size: .75rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.asmoguide .tokuchou_box .box li .circle{
	margin-right: 0.2em;
	color: rgb(var(--color_main));
}

.asmoguide .tokuchou_box ul li span{ font-size:13px; }


.example_wrap p{
	width: 100%;
}
.example_wrap p:not(:first-of-type){
	border-top: dashed 1px #66708d;
	padding-top: 1.5em;
	margin-top: 1.5em;
}
.example_wrap p:has(.indent){
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (min-width: 769px) { /* PC用 メディアクエリー */
	/* asmoguide PC */
	.asmoguide .page_title .en{
		font-size: 1.875rem;
	}
	.asmoguide .page_title .jp{
		font-size: 1rem;
	}

	.asmoguide_head_area{
		gap: 0 40px;
		background-size: cover;
		width: 100%;
		margin: 0 auto 80px;
		padding: 50px 60px 0;
	}
	.asmoguide_head_area .item{
		width: calc((100% - 40px) / 2);
		padding: 0;
	}
	.asmoguide_head_area .item_left{}
	.asmoguide_head_area .item_left h2 .en{
		font-size: 4.4rem;
	}
	.asmoguide_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.asmoguide_head_area .item_left p{
		margin-top: 35px;
		font-size: .9375rem;
	}
	.asmoguide_head_area .item_left p::before{
		/*説明文裏側のぼかし*/
		top: 6px;
		left: -30px;
		font-size: 8rem;
		text-shadow: 0 0 5px #fff;
		filter: blur(40px);
		line-height: 35px;
		content: "●●●●\a●●●";
	}
	.asmoguide_head_area .item_right{}
	.asmoguide_head_area .item_right img{
		display: block;
		width: auto;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.asmoguide_box_area{}
	.asmoguide_box_area .num_wrap{
		justify-content: space-between;
		gap: 0 10%;
		margin-top: 30px;
	}
	.asmoguide_box_area .num_wrap:not(:last-of-type){
		margin-bottom: 40px;
	}
	.asmoguide_box_area .num_wrap .item_left{
		width: 38%;
	}
	.asmoguide_box_area .num_wrap .item_right{
		width: 52%;
		max-width: 300px;
	}

	.asmoguide .tokuchou_box{
		margin-top: 70px;
	}
	.asmoguide .tokuchou_box .box{
		position: relative;
		gap: 30px 0;
		background: transparent;
		background-color: rgba(0, 3, 51, 0.08);
		margin-top: 20px;
		padding: 35px 45px 35px 45px;
	}
	.asmoguide .tokuchou_box .box::before{
		position: absolute;
		top: 0;
		right: 0;
		/*background: url(../images/asmo/aquick/aquick_img05.jpg) 50% 50% no-repeat;*/
		background-size: cover;
		/* aspect-ratio: 32 / 27; */
		width: 40%;
		height: 100%;
		content: "";
	}
	.asmoguide .tokuchou_box .box ul{
		gap: 0.7em 0;
		margin: 0 0 0 0.2em;
	}
	.asmoguide .tokuchou_box .box li{
		font-size: 1.0625rem;
	}
	.asmoguide .tokuchou_box .box li .circle{
		margin-right: 0.2em;
		color: rgb(var(--color_main));
	}

	.example_wrap p:not(:first-of-type){
		padding-top: 2em;
		margin-top: 2em;
	}


}
@media screen and (min-width: 768px) and (max-width: 959px) { /* Tablet用 メディアクエリー */
	/* asmoguide TAB */
	.asmoguide_head_area{
		padding: 30px;
	}
	.asmoguide_head_area .item_left h2 .en{
		font-size: 4.625rem;
	}
	.asmoguide_head_area .item_left h2 .jp{
		font-size: .9375rem;
	}
	.asmoguide_head_area .item_left p{
		font-size: .875rem;
	}
	.asmoguide_head_area .item_left p br{
		display: none;
	}
	.asmoguide_head_area .item_right{}
	.asmoguide_head_area .item_right img{
		display: block;
		width: 180px;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.asmoguide_box_area .num_wrap{
		gap: 20px;
	}
	.asmoguide_box_area .num_wrap .item_left{
		width: 100%;
	}
	.asmoguide_box_area .num_wrap .item_right{
		width: 100%;
		max-width: 100%;
	}
	.asmoguide_box_area .num_wrap .item_right img{
		display: block;
		margin: 0 auto;
	}

	.asmoguide .tokuchou_box .box{
		padding: 35px 30px 35px 30px;
	}
	.asmoguide .tokuchou_box .box::before{
		position: absolute;
		top: inherit;
		bottom: 0;
		right: 0;
		/*background: url(../images/asmo/aquick/aquick_img05.jpg) 50% 50% no-repeat;*/
		background-size: cover;
		/* aspect-ratio: 32 / 27; */
		width: 100%;
		height: 52%;
		content: "";
	}

}