﻿.banner {
	position: relative;
	padding-bottom: calc(655/1920*100%);
	overflow: hidden;
}

.banner img {
	position: absolute;
	width: 100%;
	/* height: 100%; */
	top: 0;
	left: 3px;
	opacity: 0;
}

@keyframes slideBannerA {
	0%   {opacity: 0; transform: scale(1);}
	30%  {opacity: 1; transform: scale(1.05);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.05);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideBannerB {
	0%   {opacity: 0; transform: scale(1);}
	30%  {opacity: 1; transform: scale(1.05);}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;transform: scale(1.05);}
	90%  {opacity: 0;transform: scale(1);}
	100% {opacity: 0;}
}

@keyframes slideText {
	0%   {opacity: 0;}
	30%  {opacity: 1;}
	40%  {opacity: 1;}
	50%  {opacity: 1;}
	65%  {opacity: 0;}
	90%  {opacity: 0;}
	100% {opacity: 0;}
}

#b1a {
	animation-name: slideBannerA;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

#b1b {
	animation-name: slideBannerB;
	animation-delay: 8s;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

.banner span {
	position: absolute;
	color: black;
	font-size: 12px;
	bottom: 10px;
	right: 10%;
	animation-name: slideText;
	animation-duration: 16s;
	animation-iteration-count: infinite;
}

/* 簡介 */
.lattice{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: sans-serif;
}
.lattice div{
	margin-top: 50px;
	font-size: 22px;
	font-weight: 600;
}
.lattice div span {
	font-weight: bold;
}

/* 導航 */
.swiper-button-next, .swiper-button-prev{
	top: 11%;
	color: #999999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #F2F2F2;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 29px;
	font-weight: bold;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 13%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 13%;
}

.wrapper-tab-1{
	transition: all 0ms ease 0s; 
	transform: translate3d(-3219px, 0px, 0px);
}

/* tab */
.tab-box{
	width: 75%;
	margin: 0 auto;
	/* padding-top: 20px; */
}
.tab-nav ul{
	width: 100%;
	display: inline-block;
	padding-inline-start: 10px;

	display: flex;
	display: -webkit-flex;
	gap: 5px;
	align-items: center;
}
.tab-nav ul li{ 
	width: 100%;
}
.tab-nav ul a{
	color: #ffffff;
	flex: 1;
	-webkit-flex: 1;
}

.tab_nav{
	display: inline-block;
	color: white;
	width: 33%;
	height: 49px;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	background: linear-gradient(left, #999999, #999999);/*渐变*/
	background: -ms-linear-gradient(left, #999999, #999999);
	background: -webkit-linear-gradient(left, #999999, #999999);
	background: -moz-linear-gradient(left, #999999, #999999);
	line-height: 50px;
	font-weight: bold;
	letter-spacing: 2px;
   /*  transform:skew(-20deg);   
	-webkit-transform: skew(-20deg);   
	-moz-transform: skew(-20deg);   
	-o-transform:skew(-20deg);   
	-ms-transform:skew(-20deg);  */
}
.tab_nav span{
	display: block;
	/* -webkit-transform: skew(20deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);  */
}
.active1{
	height: 79px;
	line-height: 80px;
	background: linear-gradient(left, #F3A052, #E94A46);/*渐变*/
	background: -ms-linear-gradient(left, #F3A052, #E94A46);
	background: -webkit-linear-gradient(left, #F3A052, #E94A46);
	background: -moz-linear-gradient(left, #F3A052, #E94A46);
}
.active2{
	height: 80px;
	line-height: 80px;
	background: linear-gradient(left, #6CAA47, #1A5F8B);/*渐变*/
	background: -ms-linear-gradient(left, #6CAA47, #1A5F8B);
	background: -webkit-linear-gradient(left, #6CAA47, #1A5F8B);
	background: -moz-linear-gradient(left, #6CAA47, #1A5F8B);
}
.active3{
	height: 80px;
	line-height: 80px;
	background: linear-gradient(right, #75AE43, #EBA550);/*渐变*/
	background: -ms-linear-gradient(right, #75AE43, #EBA550);
	background: -webkit-linear-gradient(right, #75AE43, #EBA550);
	background: -moz-linear-gradient(right, #75AE43, #EBA550);
}
.tabs-content ul{
	padding-inline-start: 0;
	margin: 0;
}
.tabs-content ul li {
	list-style-type: none;
}

.tab-content-title{
	margin-top: 25px;
	height: 60px;
	font-family: sans-serif;
	text-align: center;
	font-size: 40px;
	color: white;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 5px;
	/* background: url(../img/bh/pc/tab_title_bh.png) center center no-repeat; */
}
.back_img1{
	background: url(../img/bh/pc/tab_title_bh.png) center center no-repeat;
	background: #F54646;
	background-size: 100%;
}
.back_img2{
	background: url(../img/hc/pc/tab_title_hc.png) center center no-repeat;
	background: #005F9B;
	background-size: 100%;
}
.back_img3{
	background: url(../img/hm/pc/tab_title_hm.png) center center no-repeat;
	background: #78B43C;
	background-size: 100%;
}

.tab-content{
	margin: 30px auto 0;
	width: 100%;
}
.tab-text1{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.tab-text2{
	font-size: 40px;
	font-size: calc(40vw / 19.2);
	color: #F54646;
	font-weight: bold;
	text-align: center;
	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	
	line-height: calc(78vw / 19.2 * 1.42857143);
}
.tab-text2.tab-text2-hc {
	color: #005F9B;
}
.tab-text2.tab-text2-hm {
	color: #78B43C;
}
.tab-text2 span{
	font-size: 78px;
	font-size: calc(78vw / 19.2);
}
.tab-main{
	text-align: center;
}
.tab-main img{
	width: 100%;
}
.tab-main ul{
	display: inline-block;
	width: 100%;
	padding-inline-start: 0;
}
.tab-main ul li{
	display: inline-block;
	width: 33%;
	color: #F54646;
	font-size: 20px;
	font-size: 24px;
	font-weight: bold;
	font-family: sans-serif;
	letter-spacing: 2px;
}
.tab-main ul li p {
	color: #000;
	font-size: 18px;
	font-size: 24px;
	letter-spacing: 0px;
	margin-top: 3px;
	font-weight: 600;
}
.tab-left, .tab-right{
	display: inline-block;
	width: 65px;
	height: 65px;
	font-size: 38px;
	text-align: center;
	line-height: 72px;
	color: #999999;
	border-radius: 50%;
	background: #f2f2f2;
	z-index: 2;
}
.back_img1_mp{
	display: none;
}
.back_img2_mp{
	display: none;
}
.back_img3_mp{
	display: none;
}
.mb_text{
	display: none;
}


/* from */
#form .body {
	background: #D8D0C5;
	z-index:20;
}
#form .header img {
	width: 20%;
}
.from_title{
	width: 100%;
	text-align: center;
}
.from_title img{
	width: 30%;
	margin-bottom: 30px;
}

.note div{
	text-indent: -8px;
	padding-left: 8px;
}


.step {
	padding: 80px 20px 20px;
	background-color: #ffffff;
	background-color: #FCEBE8;
	text-align: center;
}
.step.step_hc {
	background-color: #D9E7F0;
}
.step.step_hm {
	background-color: #EBF4E2;
}
.step .title {
	color: #F54646;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
}
.step .text{
	color: #494949;
	margin-top: 10px;
}

.step .item{
	display: inline-block;
	margin: 20px 40px 0;
}
.step .item .text1{
	color: #F54646;
	font-size: 17px;
}
.step .item .text2{
	color: #494949;
}

.step .note {
	font-size: 12px;
	text-align: right;
	margin-top: 60px;
	padding-right: 10%;
}
.lg_hidden{
	display: none;
}

.img_mb{
	display: none;
}

@media (max-width:1200px) {
	.lattice .float_group > div {
		width: 100%;
		height: unset;
		margin-top: 40px;
	}

	.lattice .float_group > div .flex_direction_vertically_center {
		padding: 0 40px;
	}

	.step .item{
		margin: 20px 26px 0;
	}
	.step .note {
		padding-right: 0;
	}
	.from_title img {
		width: 100%;
		margin-bottom: 15px;
	}
}

.logo {
	position: absolute;
	top: 5%;
	left: 2.5%;
	width: 16.458%;
	height: 13.211%;
	cursor: pointer;
}
@media (max-width:768px) {
	.img_mb{
		display: block;
	}
	.img_pc{
		display: none;
	}
	.banner {
		padding-bottom: calc(160%);
		padding: 100% 0 0;
	}

	.banner span {
		right: 10px;
		writing-mode: vertical-rl;
		-webkit-writing-mode: vertical-rl;
		text-orientation: upright;
	}
	.lattice div {
		margin-top: 10px;
		font-size: 14px;
		font-weight: normal;

		font-size: calc(14vw / 3.9);
	}
	

	.step .group {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.step .item{
		margin: 20px 10px 0;
	}
	.smile{
		width: 100% !important;
	}
	.smile1 {
		margin: 20px 0px 0 !important;
	}
	.text5{
		padding: 0 40px;
	}
	.logo {
		left: 5%;
		width: 35%;
		height: 6%;
	}
}
.step .text0{
	color: #494949;
	margin: 10px 0 20px;
}
.smile{
	width: 100%;
}

.test {
	display: block;
	bottom: 0px;
	right: 1px;
	position: fixed;
}

* html .test {
	position: absolute;
}

*+html .test {
	position: absolute;
}

.test1 {
	right: 15px;
	bottom: 290px;
	color: #000;
	opacity: 0;
	height: 30px;
	width: 30px;
}

.mobile {
	display: none;
}

.web {
	display: inline;
}

@media (max-width: 768px) {
	.mobile {
		display: inline;
	}

	.test2 {
		padding-left: 0px;
	}

	.web {
		display: none;
	}

	.test {
		display: block;
		position: fixed;
		right: auto;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.test1 {
		opacity: 0;
		top: 31%;
		left: 92%;
		height: 30px;
		width: 30px;
		font-size: 36px;
	}
}

.pp_social {
	display: none;
}

#v_box {
	width: 700px;
	height: 460px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 522222;
	margin-top: -305px;
	margin-left: -350px;
	border-radius: 5px;
	box-shadow: #333 0px 0px 10px;
	_position: absolute;
	*border: 1px solid #333;
	border: 1px solid #333;
	display: none;
}

#v_box h3 {
	color: #333;
	height: 10px;
	font-size: 18px;
	padding-left: 28px;
	line-height: 46px;
	overflow: hidden;
	font-weight: bold;
}

#v_box div {
	width: 650px;
	margin: 0 auto;
	background: #000;
}

#shut {
	position: absolute;
	width: 30px;
	height: 30px;
	display: block;
	top: 8px;
	right: 10px;
	color: #333;
	font-size: 30px;
	line-height: 22px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

#shut:hover {
	text-decoration: none;
	color: #f00;
}

#shut:active {
	color: #a40606;
}

.h1::after {
	position: absolute;
	content: '';
	display: block;
	height: 6px;
	width: 220px;
	border-top: 4px dotted #D6D6D6;
	left: 154px;
	top: 9px;
}

.li7 span {
	margin-right: -2px;
}
.jia{margin-bottom: 90px !important;color: #bd1622;font-size: 64px;}
.banner-web{display: inline;}
.banner-mobile{display: none;}
.title_moblie{display: none;}

.tab-main ul li:nth-child(1){
	padding-right: 1.5%;
}
.tab-main ul li:nth-child(3){
	padding-left: 2%;
}

@media (max-width: 768px){
	.banner-web{display: none;}
	.banner-mobile{display: inline;}
	.text3 div{display: inline-block !important;width: auto !important;}
	.text3 img{width: 80px;height: 80px;}
	.text2 span{display: block;}
	.jia{margin-bottom: 64px !important;font-size: 40px;}
	.lg_hidden{
		display: inline-block;
	}

	.lattice div p {
		font-size: 15px;
		margin: 0 0 4px;
	}
	.lattice + .tab-box {
		padding: calc(20vw / 3.9) 0 0 !important;
		width: 100%;
	}
	.tab-box {
		width: 100%;
		margin: 0 auto;
		padding: 10px 10px 0;
		padding: 10px 0 0;
		/* padding: calc(20vw / 3.9) 0 0 !important; */
		width: 90%;
	}
	.tab-nav ul {
		width: 100%;
		padding-inline-start: 5px;
		padding: 0;
	}
	.tab_nav {
		width: 32%;
		height: 39px;
		font-size: 15px;
		line-height: 40px;
		
		font-size: calc(15vw / 3.9);
		height: calc(39vw / 3.9);
		line-height: calc(40vw / 3.9);
	}
	.active1{
		height: 49px;
		line-height: 50px;
		height: calc(49vw / 3.9);
		line-height: calc(50vw / 3.9);
	}
	.active2{
		height: 50px;
		line-height: 50px;
		height: calc(50vw / 3.9);
		line-height: calc(50vw / 3.9);
	}
	.active3{
		height: 50px;
		line-height: 50px;
		height: calc(50vw / 3.9);
		line-height: calc(50vw / 3.9);
	}
	.tab-content-title {
		margin-top: 10px;
		height: 40px;
		font-family: sans-serif;
		text-align: center;
		font-size: 23px;
		color: white;
		font-weight: bold;
		line-height: 40px;
		letter-spacing: 5px;
		padding-top: calc(2vw / 3.9);

		margin-top: calc(10vw / 3.9);;
		height: calc(40vw / 3.9);
		line-height: calc(40vw / 3.9);
		font-size: calc(23vw / 3.9);
	}
	.back_img1{
		display: none;
	}
	.back_img2{
		display: none;
	}
	.back_img3{
		display: none;
	}
	.back_img1_mp{
		display: block;
		background: url("../img/bh/mb/tab_title_bh_mb.png") center center no-repeat;
		background-size: 100%;
		background: #F54646;
	}
	.back_img2_mp{
		display: block;
		background: url("../img/hc/mb/tab_title_hc_mb.png") center center no-repeat;
		background-size: 100%;
		background: #005F9B;
	}
	.back_img3_mp{
		display: block;
		background: url("../img/hm/mb/tab_title_hm_mb.png") center center no-repeat;
		background-size: 100%;
		background: #78B43C;
	}

	.tab-content {
		margin: 20px auto 0;
		width: 100%;
	}
	.tab-text1 {
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.3px;
		font-family: sans-serif;
		font-size: calc(13vw / 3.9);
	}

	.pc_text{
		display: none;
	}
	.mb_text{
		display: block;
	}

	.tab-text2 {
		font-size: 23px;
		padding-top: 10px;

		font-size: calc(20vw / 3.9);
		padding: 0;
	}
	.tab-text2 span {
		font-size: 50px;
		
		font-size: calc(30vw / 3.9);
		line-height: calc(30vw / 3.98 * 1.42857143);
	}
	.tab-main {
		margin: 0;
		margin-top: calc(25vw / 3.9);
	}
	.tab-main ul li {
		width: 32%;
		font-size: 16px;
		
		font-size: calc(16vw / 3.9);
	}
	.tab-main ul li:nth-child(1){
		padding-right: 2%;
	}
	.tab-main ul li:nth-child(3){
		padding-left: 2%;
	}
	.tab-main ul li p {
		font-size: 12px;
		margin-top: 0px;
		
		font-size: calc(16vw / 3.9);
	}
	#form .header img {
		width: 50%;
		margin-bottom: 30px;
	}
	.step {
		padding: 30px 20px 20px;
	}
	.step .text {
		line-height: 23px;
		font-weight: normal;
	}

	/* swiper */
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 3%;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 8%;
		width: 40px;
		height: 40px;
	}

	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 20px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
		left: 3%;
	}
	
}

.mx-tip-panel:focus {
	outline: 0;
}

.mx_keyword {
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	letter-spacing: 0.2px;
	font-family: PingFangSC-Semibold;
}

.mx-scrollbar::-webkit-scrollbar {
	width: 8px;
	height: 1px;
}

.mx-scrollbar {
	overflow-y: auto;
	max-height: 380px;
}

.mx-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #C0C0C0;
}

.mx-scrollbar::-webkit-scrollbar-track {
	border-radius: 4px;
	background: #eeeeee;
}

.maxthon_tip {
	background-color: white;
	border: none;
}

.maxthon_tip:active {
	background-color: #E6F4FF;
	border: 1px solid #449EFB;
}

.maxthon_tip:hover {
	background-color: #E6F4FF;
	border: 1px solid #449EFB;
}


@media (max-width:346px){
	.tab_nav {
		font-size: 12px;
	}
}



.flex {
	display: inline-flex;
	display: -webkit-inline-flex;
	position: relative;
}
.flex.flex-tab {
	gap: 30px;
	margin-top: calc(5vw / 19.2);
	width: calc(1347vw / 19.2);
}
.flex.flex-tab>div {
	position: relative;
}
.flex.flex-tab>div+div:before {
	content: '+';
	position: absolute;
	left: -15px;
	top: 50%;
	font-size: 40px;
	transform: translate(-50%, -50%);
}
.flex.flex-tab.flex-tab-bh>div+div:before {
	color: #F54646;
}
.flex.flex-tab.flex-tab-hc>div+div:before {
	color: #005F9B;
}
.flex.flex-tab.flex-tab-hm>div+div:before {
	color: #78B43C;
}
ul.flex {
	display: inline-flex;
	display: -webkit-inline-flex;
	width: calc(1347vw / 19.2);
	gap: 30px;
}
.flex>li {
	margin-top: calc(10vw / 19.2);
}
.tab-content {
	position: relative;
}
.box-bg {
	position: absolute;
	left: 0;
	top: calc(20vw / 19.2);
	width: 100%;
	height: auto;
}
.form-div {
	margin-top: calc(60vw / 19.2);
	margin-bottom: 45px;
	text-align: center;
}
.form-div form {
	display: inline-block;
	display: -webkit-inline-block;
	width: 1000px;
}
.form-div .note {
	margin: 30px 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
}
.form-div .note p {
	margin: 0;
}
.form-div .note label {
	padding-left: 28px;
	font-weight: normal;
}
.form-div .note input {
	position: absolute;
	opacity: 0;
}
.form-div .note .agger {
	position: relative;
}
.form-div .note .agger a {
	color: #000000;
}
.form-div .note .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border: #000000 1px solid;
}
.form-div .agger input:checked + .checkmark:after {
	display: block;
	content: '';
}
.form-div .agger .checkmark:after {
	position: absolute;
	left: 5px;
	top: 0px;
	width: 6px;
	height: 12px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: unset;
}
.input-flex {
	display: flex;
	display: -webkit-flex;
	gap: calc(60vw / 19.2);
}
.input-flex .input-group {
	flex: 1;
	-webkit-flex: 1;
}
.input-flex .input-group .arrow_down {
	border: none;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	border-radius: 0 14px 14px 0;
}
.form-bh .arrow_down {
	background: #F54646;
}
.form-hc .arrow_down {
	background: #005F9B;
}
.form-hm .arrow_down {
	background: #78B43C;
}
.input-flex .input-group .arrow_down::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #FFFFFF;
	right: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scaleY(1.8);
}
.input-flex .input-group .block {
	position: relative;
}
.input-flex .input-group .block+.block {
	margin-top: 20px;
}
.form-bh .input-group input, .form-bh .input-group select {
	border-color: #F54646;
	background-color: #FFFFFF;
}
.form-hc .input-group input, .form-hc .input-group select {
	border-color: #005F9B;
	background-color: #FFFFFF;
}
.form-hm .input-group input, .form-hm .input-group select {
	border-color: #78B43C;
	background-color: #FFFFFF;
}
.input-group input, .input-group select {
	padding: 0 30px;
	width: 100%;
	height: 60px;
	font-size: 24px;
	line-height: 1;
	border-radius: 14px;
	border-width: 2px;
	border-style: solid;
	outline: none;
}
.input-group select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-div .submit button {
	border: 0;
	width: 300px;
	height: 80px;
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	outline: 0;
	border-radius: 14px;
}
.form-bh .submit button {
	background: #F54646;
}
.form-hc .submit button {
	background: #005F9B;
}
.form-hm .submit button {
	background: #78B43C;
}
.step .group {
	display: grid;
	align-items: end;
	gap: 25px 15px;
	margin: 0px auto;
	grid-template:
		"a b c d" auto / 1fr 1fr 1fr 1fr;
	max-width: 870px;
}
.step {
	padding: 45px 30px;
}
.step .title {
	font-size: 40px;
}
.step .text {
	margin-top: 45px;
	margin-bottom: 30px;
	font-size: 16px;
}
.step .item {
	margin: 0px 0px 0;
	white-space: nowrap;
}
.step .item:nth-child(1) img {
	padding: 0% 2% 6%;
    padding: 0% 6% 6%;
}
.step .item:nth-child(2) img {
	padding: 0% 5% 8%;
}
.step .item:nth-child(3) img {
	padding: 0% 5% 8%;
}
.step .item:nth-child(4) img {
	padding: 0% 9% 7%;
}
.step.step_hc .item:nth-child(3) img {
	padding: 0% 0% 8%;
}
.step.step_hm .item:nth-child(2) img {
	padding: 0% 14% 7%;
}
.step.step_hm .item:nth-child(3) img {
	padding: 0% 10% 8%;
}
.step.step_hm .item:nth-child(4) img {
	padding: 0% 0% 8%;
}
footer {
	background-color: #FCEBE8;
	border-color: #000000;
}
footer.footer_hc {
	background-color: #D9E7F0;
}
footer.footer_hm {
	background-color: #EBF4E2;
}

@media (max-width: 1080px) {
	.form-div form {
		width: calc(1000vw / 10.8);
	}
	.step .item {
		margin: 20px 30px 0;
		margin: 0;
	}
}
@media (min-width: 769px) {
	nav#dtnav {
		display: block;
	}
	.mb {
		display: none !important;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.box-bg {
		width: 90%;
		left: 5%;
		top: calc(10vw / 7.68);
	}
	.flex.flex-tab {
		width: 100%;
	}
	ul.flex {
		width: 100%;
	}
	.flex>li {
		margin-top: calc(10vw / 3.9);
	}
	.input-group input, .input-group select {
		padding: 0 15px;
		height: 40px;
		font-size: 16px;
		border-width: 1px;
		border-radius: 8px;
	}
	.input-flex .input-group .arrow_down {
		width: 40px;
		height: 40px;
		border-radius: 0 8px 8px 0;
	}
	.input-flex .input-group .arrow_down::after {
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-top: 15px solid #FFFFFF;
		transform: translate(-50%, -50%) scaleY(1);
	}
	.input-flex {
		flex-direction: column;
		-webkit-flex-direction: column;
		gap: 20px;
	}
	.form-div .note {
		margin: 20px 0;
		font-size: 13px;
	}
	.form-div .note label {
		margin: 0;
		padding-left: 20px;
	}
	.form-div .note .checkmark {
		top: 1px;
		height: 16px;
		width: 16px;
	}
	.form-div .agger .checkmark:after {
		left: 4px;
		top: 1px;
		width: 4px;
		height: 8px;
		border-width: 0 2px 2px 0;
	}
	.form-div .submit button {
		padding: 4px 30px;
		width: auto;
		height: auto;
		font-size: 30px;
		line-height: 1.5;
	}
	.form-div {
		margin-bottom: 30px;
	}
	.step {
		padding: 30px 5%;
	}
	.step .title {
		font-size: 30px;
	}
	.step .text {
		margin-top: 30px;
	}
	.step .group-div {
		max-width: 320px;
		text-align: center;
		position: relative;
		margin: 20px auto 40px;
		width: calc(100% + 60px);
		margin-left: 50%;
		transform: translateX(-50%);
	}
	.step .group {
		margin: 20px auto 40px;
		max-width: none;
		grid-template:
			"a b" auto
			"c d" auto / 1fr 1fr;
		gap: 40px 15px;
	}
	.step .item:nth-child(1) img {
		padding: 0% 7% 10%;
	}
	.step .item:nth-child(2) img {
		padding: 0% 6% 10%;
	}
	.step .item:nth-child(3) img {
		padding: 0% 5% 15%;
	}
	.step .item:nth-child(4) img {
		padding: 0% 10% 10%;
	}
	.step.step_hc .item:nth-child(3) img {
		padding: 0% 0% 8%;
	}
	.step.step_hm .item:nth-child(2) img {
		padding: 0% 18% 12%;
	}
	.step.step_hm .item:nth-child(3) img {
		padding: 0% 13% 7%;
	}
	.step.step_hm .item:nth-child(4) img {
		padding: 0% 0% 8%;
	}
}
script+img, script+iframe,
noscript+img, noscript+iframe,
footer~img, footer~iframe,
footer~img+iframe, footer~iframe+img,
footer~img+img, footer~iframe+iframe {
	height: 0px;
	display: none;
}