@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
.secIndex{
	width:1200px;
	margin: 0 auto;
	color:#1F1F1F;
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
}
@media only screen and (max-width:767px){
	.secIndex{
		width: 100%;
		/* padding: 0 3% 0; */
	}
	.sp936{
		width: 93.6%;
	}
}

/* secTop */



/* secIndex */

.secIndex .boxTxttop{
	line-height: 25px;
    padding: 53px 0 55px;
}
.secIndex .bgTit{
	font-size:35px;
	letter-spacing:1px;
	text-align:center;
	padding:24px 0;
}
.secIndex .boxTop h3{ 
	font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
    padding: 27px 0;
}
.secIndex .boxTop .boxImg{ 
	margin-top: 10px;
}
.secIndex .boxTop ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.secIndex .boxTop ul li{
	width: 580px;
}
.secIndex .boxTop .item .boxTxt{
	font-size:18px;
	font-weight: bold;
	padding-top:30px;
	text-align: center;
}
.secIndex .txtAboutTop{
	line-height: 25px;
	padding-top: 44px;
}

/* secFlowNew */
.bgTit{
	font-size:26px;
	letter-spacing:0px;
	text-align:center;
	padding:47px 0;
	margin-top: 20px;
    font-weight: bold;
}
.bgTit.bgTitTop{
	margin-top: 0;
}
.secFlowNew .txtFlowAbout{
    line-height: 1.786;
	margin: 52px 0;
    font-size: 14px;
}
.secFlowNew h3{
	font-size: 22px;
    letter-spacing: 1px;
    padding: 27px 0 27px 45px;
}
.secFlowNew .boxList{
	display: flex;
	padding: 20px 0 80px;
}
.secFlowNew .boxList.boxListCenterIn{
	padding: 60px 0;
}
.secFlowNew .boxList.boxListCenter{
	padding: 80px 0;
}
.secFlowNew .boxRight{
	position: relative;
    padding-left: 70px;
}
.secFlowNew .boxRight .titStep{
	font-size: 20px;
	font-weight: bold;
    letter-spacing: 0.5px;
}
.secFlowNew .boxRight .titStep .txtStep{
	margin-right: 34px;
	padding-bottom: 8px;
	border-bottom: 1px solid #737373;
}
.secFlowNew .boxRight .boxImg{
	position: absolute;
	right: -110px;
	top: 29px;
	display: flex;
	flex-direction: column;
}
.secFlowNew .boxLeft .boximg2{
	padding-top: 30px;
}
.secFlowNew .boxRight .txtStepAbout{
	line-height: 25px;
    font-size: 14px;
    margin-top: 20px;
}
.secFlowNew .boxRight .titStep2,
.secFlowNew .boxRight .titStep3,
.secFlowNew .boxRight .titStep5,
.secFlowNew .boxRight .titStep6,
.secFlowNew .boxRight .titStep8,
.secFlowNew .boxRight .titStep9{
	padding-top: 36px;
}
.secFlowNew .boxRight .titStep4,
.secFlowNew .boxRight .titStep7{
	padding-top: 81px;
}

@media only screen and (max-width:767px){
	.secIndex .boxTxttop{
		line-height: 22.5px;
        font-size: 13px;
        padding: 44px 0 25px 0;
        letter-spacing: 1.5px;
	}
	.bgTit{
        font-size: 16px;
        letter-spacing: 0;
        padding: 10px 0 9px;
        margin-top: 27px;
        line-height: 1.438;
	}
	.bgTit.bgTitTop{
		margin-top: 0;
	}
	.secIndex .boxTop h3{ 
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		padding: 12px 0;
	}
    .secIndex .boxTop .boxImg {
        margin-top: 0px;
    }
    .secIndex .boxTop ul li {
        width: 100%;
    }
    .secIndex .boxTop ul li:nth-child(2) {
        margin-top: 30px;
    }
    .secIndex .txtAboutTop {
        line-height: 24px;
        padding-top: 24px;
        font-size: 13px;
		letter-spacing: 1px;
    }
    .secFlowNew .txtFlowAbout {
        line-height: 24px;
        margin: 43px 0 25px;
        font-size: 13px;
        letter-spacing: 1px;
    }
    .secFlowNew h3 {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 12px 0 12px 0px;
        text-align: center;
    }
	.secIndex .boxTop .item .boxTxt{
		font-size:15px;
		letter-spacing:0;
		padding-top:20px;
	}
	.secFlowNew .boxList{
		flex-direction: column;
		padding: 0 0 25px;
	}
	.secFlowNew .boxList.boxListCenterIn{
		padding: 0 0 25px;
	}
	.secFlowNew .boxList.boxListCenter{
		padding: 0 0 25px;
	}
	.secFlowNew .boxList .boxLeft{
		display: flex;
	}
    .secFlowNew .boxRight {
        position: relative;
        padding-left: 0;
    }
    
	.secFlowNew .boxRight .titStep{
		font-size: 15px;
		font-weight: bold;
	}
	.secFlowNew .boxRight .titStep .txtStep{
		margin-right: 19px;
		padding-bottom: 0px;
        border-bottom: unset;
        position: relative;
	}
	.secFlowNew .boxRight .titStep .txtStep:before{
		content: '';
        position: absolute;
        width: 59px;
        height: 1px;
        background: #000;
        bottom: -17px;
        left: 0;
	}
	.secFlowNew .boxRight .boxImg{
		left: unset;
		top: unset;
        right: unset;
		flex-direction: row;
		justify-content: center;
        width: 72.65%;
        position: inherit;
        margin: 0 auto;
        margin-top: 35px;
	}
	.secFlowNew .boxLeft .boximg2{
		padding-top: 0;
		padding-left: 1px;
	}
	.secFlowNew .boxRight .txtStepAbout{
		font-size: 13px;
		line-height: 24px;
		letter-spacing: 1.5px;
        padding-top: 0;
        margin-top: 30px;
	}
	.secFlowNew .boxRight .txtStepAbout.first{
        margin-top: 13px;
	}
	.secFlowNew .boxRight .txtStepAbout.about02,
    .secFlowNew .boxRight .txtStepAbout.about03{
		margin-top: 30px;
	}
	.secFlowNew .boxRight .titStep2,
	.secFlowNew .boxRight .titStep3,
	.secFlowNew .boxRight .titStep5,
	.secFlowNew .boxRight .titStep6,
	.secFlowNew .boxRight .titStep8,
	.secFlowNew .boxRight .titStep9{
		padding-top: 30px;
        display: flex;
        line-height: 24px;
        align-items: center;
	}
	.secFlowNew .boxRight .titStep1,
	.secFlowNew .boxRight .titStep4,
	.secFlowNew .boxRight .titStep7{
		padding-top: 20px;
        display: flex;
        line-height: 24px;
        align-items: center;
	}
}

/* secSupport */
/* .secSupport{
	margin-top: 100px;
} */
.secSupport .txtAboutSupport{
	line-height: 25px;
	padding-top: 53px;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.secSupport h3{
	font-size: 20px;
    letter-spacing: 1px;
    padding: 28px 0 28px 60px;
    margin-top: 60px;
}
.secSupport .boxList{
	display: flex;
	padding-top: 50px;
}
.secSupport .boxList2{
	flex-direction: row-reverse;
}
.secSupport .boxList .txtAbout{
	line-height: 25px;
	padding-top: 60px;
	padding-left: 39px;
    font-size: 14px;
}
.secSupport .boxList .txtAbout2{
	line-height: 25px;
	padding-top: 60px;
	padding-right: 40px;
    font-size: 14px;
    letter-spacing: 1px;
}

@media only screen and (max-width:767px){
	.secSupport{
		margin-top: 0px;
	}
	.secSupport .txtAboutSupport{
		font-size: 13px;
		line-height: 24px;
		padding-top: 44px;
		letter-spacing: 1px;
	}
	.secSupport h3{
		font-size: 16px;
        letter-spacing: 2px;
        padding: 13px 0;
        text-align: center;
        margin-top: 24px;
        line-height: 1.2;
	}
	.secSupport .boxList{
		display: block;
		justify-content: space-between;
		padding-top: 0;
	}
	.secSupport .boxList .txtAbout{
        padding-top: 13px;
        line-height: 24px;
        padding-left: 0;
        font-size: 13px;
        letter-spacing: 1.5px;
		word-break: break-all;
	}
	.secSupport .boxList .txtAbout2{
		padding-top: 17px;
		padding-right: 0;
        font-size: 13px;
	}
	.secSupport .bgTit.afterTit{
        padding: 16px 0 16px;
        margin-top: 0px;
	}
}

/* secCompensation */
/* .secCompensation{
	margin-top: 100px;
} */
.secCompensation h3{
	font-size: 20px;
    letter-spacing: 1px;
    padding: 28px 0 28px 60px;
	margin-top: 60px;
}
.secCompensation .boxList{
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 20px;
}
.secCompensation .boxList2{
	flex-direction: row-reverse;
}
.secCompensation .boxList3{
	padding-bottom: 0;
}
.secCompensation .boxList3 .boxImg{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.secCompensation .boxList .txtAbout{
	line-height: 25px;
	padding-top: 21px;
	padding-left: 39px;
    font-size: 14px;
	letter-spacing: 1.5px;
}
.secCompensation .boxList .txtAbout2{
	line-height: 25px;
	padding-right: 39px;
    letter-spacing: 1.5px;
    font-size: 14px;
    margin-top: -8px;
	letter-spacing: 1.5px;
}
.secCompensation .boxList .txtAbout3{
	line-height: 25px;
    padding-top: 96px;
    padding-left: 40px;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.secCompensation .txtFlowAbout{
    line-height: 1.786;
    margin: 52px 0;
    font-size: 14px;
}

@media only screen and (max-width:767px){
	/* .secCompensation{
		margin-top: 30px;
	} */
	.secCompensation .txtAboutSupport{
		font-size: 13px;
		line-height: 24px;
		padding-top: 50px;
	}
	.secCompensation h3{
		font-size: 16px;
        letter-spacing: 2px;
        padding: 13px 0;
        text-align: center;
        margin-top: 50px;
        line-height: 1.2;
	}
	.secCompensation h3.tit02,
    .secCompensation h3.tit03{
        margin-top: 8px;
	}
	.secCompensation .boxList{
		display: flex;
		flex-direction: column;
		padding-top: 0;
	}
	.secCompensation .boxList .txtAbout{
		padding-top: 10px;
		padding-left: 0;
        font-size:13px ;
        line-height: 24px;
        letter-spacing: 2px;
	}
	.secCompensation .boxList .txtAbout2{
        padding-top: 20px;
        padding-right: 0;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
	}
	.secCompensation .boxList .txtAbout3{
        padding-left: 0px;
        padding-top: 20px;
        padding-right: 0;
        font-size: 13px;
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 1px;
	}
    .bgTit.compensationTit{
        font-size: 16px;
        letter-spacing: 1px;
        padding: 14px 0 19px;
        margin-top: 27px;
        line-height: 1.438;
    }
	.bgTit.compensationTit.bgTitTop{
        margin-top: 0;
    }
	.secCompensation .txtFlowAbout {
        line-height: 24px;
        margin: 43px 0 25px;
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/* secQuestion */
.secQuestion{
	margin-top: 100px;
}
.secQuestion .boxQuestion{
	padding: 36px 0 36px 99px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	background-color: #eeeef0;
	font-size: 20px;
	font-weight: bold;
}
.secQuestion .boxQuestion1{
	margin-top: 60px;
}
.secQuestion .boxQuestion .txtQ{
	color: #30415d;
	padding-right: 23px;
}
.secQuestion .txtAnswer{
	padding: 32px 0 0px 99px;
    font-size: 14px;
    line-height: 1.786;
    letter-spacing: 0.5px;
}
@media only screen and (max-width:767px){
	.secQuestion{
		margin-top: 30px;
	}
	.secQuestion .boxQuestion{
        padding: 21px 17px 20px 17px;
        font-size: 14px;
        line-height: 23px;
        margin-top: 0;
	}
	.secQuestion .boxQuestion1{
		margin-top: 48px;
        padding: 21px 0 20px 17px;
        font-size: 14px;
        line-height: 23px;
	}
	.secQuestion .boxQuestion .txtQ{
		color: #30415d;
		padding-right: 23px;
        font-size: 15px;
	}
	.secQuestion .txtAnswer{
		padding: 13px 0 28px 0;
        font-size: 13px;
        line-height: 24px;
        width: 90%;
        margin: 0 auto;
        letter-spacing: 1px;
		word-break: break-all;
	}
    .bgTit.questionTit{
        font-size: 16px;
        letter-spacing: 0;
        padding: 16px 0 16px;
        margin-top: 24px;
        line-height: 1.438;
    }
}

.secQuestion .secMeeting{
	padding: 70px 0 150px 0;
	border-bottom: #DDDDDD solid 1px;
}
.secQuestion .secMeeting .secTit{
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
    font-weight: bold;
}
.secQuestion .secMeeting .secTit::after{
	content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #30415D;
    margin: 28px auto 0;
}
.secQuestion .secMeeting .secContent{
	padding-top: 50px;
	width: 1050px;
	margin:0 auto;
}
.secQuestion .secMeeting .secLeft{
	float: left;
	width: 50%;
}
.secQuestion .secMeeting .secLeft .mainTxt{
	font-size: 22px;
	line-height: 44px;
	padding-top: 20px;
}
.secQuestion .secMeeting .secLeft .subTxt{
	line-height: 30px;
	padding: 15px 0 30px;
    font-size: 14px;
}
.secQuestion .secMeeting .btnMore{
	width: 300px;
}
.secQuestion .secMeeting .secRight{
	float: right;
	/* width: 50%; */
}
@media only screen and (max-width:767px){
	.secQuestion .secMeeting{
		padding: 60px 0 30px 0;
	}
	.secQuestion .secMeeting .secTit{
		font-size: 18px;
		line-height: 30px;
	}
	.secQuestion .secMeeting .secTit::after{
		margin: 15px auto 0;
	}
	.secQuestion .secMeeting .secContent{
		padding-top: 20px;
		width:100%;
	}
	.secQuestion .secMeeting .secLeft{
		float: none;
		width: 100%;
	}
	.secQuestion .secMeeting .secLeft .mainTxt{
		position: relative;
		font-size: 18px;
		line-height: 30px;
		padding-top: 75%;
	}
	.secQuestion .secMeeting .secLeft .subTxt{
		line-height: 25px;
		padding-top: 15px;
		font-size: 13px;
	}
	.secQuestion .secMeeting .secLeft .mainTxt::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background: url(../img/flow/imgMeeting.jpg) no-repeat;
		background-size: 100%;
	}
	.secQuestion .secMeeting .secRight{
		display: none;
	}
	.secQuestion .secMeeting .btnMore{
		margin: 0 auto;
	}
}

/*-----------------------------------------------
	1
-----------------------------------------------*/
.secDetails{
	width: 1200px;
	margin: 0 auto;
	color:#1F1F1F;
	font-size: 14px;
	letter-spacing: 1px;
}
.secDetails .underLine{
	background: linear-gradient(transparent 70%, yellow 70%);
}

@media only screen and (max-width:767px){
	.secDetails{
		width: 100%;
		padding: 0 3% 0;
	}
}

/* secTop */

.secDetails .secTop{
}
.secDetails .secTop .secTxt{
	text-align: left;
	margin: 80px 0 60px 0;
}
.secDetails .secTop .secTit{
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 7px;
	padding-bottom: 40px;
}
.secDetails .secTop .subTxt{
	line-height: 30px;
}

@media only screen and (max-width:767px){
	.secDetails .secTop{
	}

	.secDetails .secTop img{
	}
	.secDetails .secTop .secTxt{
		margin: 30px 0 30px 0;
	}
	.secDetails .secTop .secTit{
		font-size: 18px;
		letter-spacing: 3px;
		line-height: 30px;
		padding-bottom: 20px;
	}
}

/* secRecommend */

.secDetails .secRecommend{
	text-align: center;
	border-bottom: #DDDDDD solid 1px;
}
.secDetails .secRecommend .titBar{
	margin: 0 auto;
	height: 100px;
	background: #30415D;
	font-size: 20px;
	color: #FFF;
}
.secDetails .secRecommend .titBar p{
	padding-top: 40px;
	font-weight: 400;
	letter-spacing: 5px;
}
.secDetails .secRecommend ul{
	margin: 50px 0 100px 0;
}
.secDetails .secRecommend li{
	position: relative;
	width: 450px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 18px;
}
.secDetails .secRecommend li::before{
	content: '';
	display: block;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 100%;
	height: 100%;
	background: url(../img/flow/iconCheckBox.png) no-repeat;
}

@media only screen and (max-width:767px){
	.secDetails .secRecommend .titBar{
		height: 60px;
		font-size: 15px;
	}
	.secDetails .secRecommend .titBar p{
		padding-top: 22px;
	}
	.secDetails .secRecommend ul{
		margin: 20px 0 30px 0;
	}
	.secDetails .secRecommend li{
		width: 290px;
		font-size: 13px;
		padding: 10px 0;
	}
	.secDetails .secRecommend li::before{
		top: 30%;
		left:2%;
		background-size: 7%
	}
}

/* secMerit */

.secDetails .secMerit{
	padding: 100px 0 150px 0;
	border-bottom: #DDDDDD solid 1px;
}
.secDetails .secMerit .secTit{
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 7px;
}
.secDetails .secMerit .secTit::after{
	content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #30415D;
    margin: 28px auto 0;
}
.secDetails .secMerit .meritList{
	margin: 0 auto;
	text-align: center;
	padding-bottom: 80px;
}
.secDetails .secMerit li{
	display: inline-block;
	padding: 60px 10px 20px 10px;
	text-align: center;
}
.secDetails .secMerit .w600{
	width: 600px;
}
.secDetails .secMerit .w280{
	width: 280px;
}
.secDetails .secMerit .w370{
	width: 370px;
}
.secDetails .secMerit li .meritTxt{
	line-height: 25px;
	padding-top: 30px;
}
.secDetails .secMerit .subTxt{
	width: 900px;
	margin: 0 auto;
	background: #F2F2F2;
	padding: 40px;
}
.secDetails .secMerit .subTxt .txtRed{
	font-size: 15px;
	color: #791F00;
	font-weight: bold;
	padding-bottom: 25px;
}
.secDetails .secMerit .subTxt p{
	padding-bottom: 10px;
}

@media only screen and (max-width:767px){
	.secDetails .secMerit{
		padding: 30px 0 30px 0;
	}
	.secDetails .secMerit .secTit{
		font-size: 18px;
		line-height: 30px;
	}
	.secDetails .secMerit .secTit::after{
		margin: 15px auto 0;
	}
	.secDetails .secMerit .meritList{
		padding-bottom: 40px;
	}
	.secDetails .secMerit .w600{
		width: 100%;
	}
	.secDetails .secMerit .w280{
		width: 100%;
	}
	.secDetails .secMerit .w370{
		width: 100%;
	}
	.secDetails .secMerit img{
		/* width:30%; */
		display: none;
	}
	.secDetails .secMerit li{
		padding: 20px 10px 0px 10px;
	}
	.secDetails .secMerit li .meritTxt{
		position: relative;
		width:80%;
		margin: 0 auto;
		padding-top: 75px;
	}
	.secDetails .secMerit .merit01::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 15%;
		left: 40%;
		width: 23%;
		height: 100%;
		background: url(../img/flow/merit01_sp.png) no-repeat;
		background-size: contain;
	}
	.secDetails .secMerit .merit02::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 9%;
		left: 43%;
		width: 16%;
		height: 100%;
		background: url(../img/flow/merit02_sp.png) no-repeat;
		background-size: contain;
	}
	.secDetails .secMerit .merit03::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 10%;
		left: 43%;
		width: 15%;
		height: 100%;
		background: url(../img/flow/merit03_sp.png) no-repeat;
		background-size: contain;
	}
	.secDetails .secMerit .merit04::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 10%;
		left: 43%;
		width: 15%;
		height: 100%;
		background: url(../img/flow/merit04_sp.png) no-repeat;
		background-size: contain;
	}
	.secDetails .secMerit .merit05::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 10%;
		left: 43%;
		width: 15%;
		height: 100%;
		background: url(../img/flow/merit05_sp.png) no-repeat;
		background-size: contain;
	}
	.secDetails .secMerit .subTxt{
		width: 100%;
		padding: 20px 4% 15px;
		line-height: 20px;
	}

}

/* secHow */

.secDetails .secHow{
	padding:100px 0 150px 0;
}
.secDetails .secHow .secTit{
	text-align: center;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 7px;
}
.secDetails .secHow .secTit::after{
	content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #30415D;
    margin: 28px auto 0;
}
.secDetails .secHow .secTxt{
	float: left;
	padding:70px 0 0 50px;
}
.secDetails .secHow .secTxt .mainTxt{
	font-size: 22px;
	line-height: 44px;
}
.secDetails .secHow .secTxt .subTxt{
	line-height: 30px;
	padding-top: 30px;
}
.secDetails .secHow .secImg{
	float: right;
	padding: 50px 50px 0 0;
}

@media only screen and (max-width:767px){
	.secDetails .secHow{
		padding: 30px 0 30px 0;
	}
	.secDetails .secHow .secTit{
		font-size: 18px;
		line-height: 30px;
	}
	.secDetails .secHow .secTit::after{
		margin: 15px auto 0;
	}
	.secDetails .secHow .secTxt{
		float: none;
		padding:20px 0 0 0;
	}
	.secDetails .secHow .secTxt .mainTxt{
		position: relative;
		font-size: 18px;
		line-height: 30px;
		padding-top: 75%;
	}
	.secDetails .secHow .secTxt .mainTxt::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background: url(../img/flow/imgChatwork.jpg) no-repeat;
		background-size: 100%;
	}
	.secDetails .secHow .secTxt .subTxt{
		line-height: 25px;
		padding-top: 15px;
		font-size: 13px;
	}
	.secDetails .secHow .secImg{
		display: none;
	}
	
}

/* secFormLink */

.secDetails .secFormLink{
	padding:0 0 150px;
}
.secDetails .secFormLink .secTit{
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 7px;
	text-align: center;
	padding-bottom: 40px;
}

@media only screen and (max-width:767px){
	.secDetails .secFormLink{
		padding:10px 0 50px;
	}
	.secDetails .secFormLink .secTit{
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
		letter-spacing: 3px;
		padding-bottom: 20px;
		
	}
}

@media only screen and (max-width:360px){
    .secIndex .boxTop .item .boxTxt {
        font-size: 13px;
    }
    .secFlowNew h3 {
        font-size: 13px;
    }
    /* .secFlowNew .boxRight .titStep {
        font-size: 12px;
    } */
    .secSupport h3 {
        font-size: 13px;
    }
    .secQuestion .secMeeting .secTit {
        font-size: 16px;
    }
}

.secTopSub .box{
	background: #2d2d2d;
    color: #fff;
    position: relative;
    text-align: center;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secTopSub .boxZeh{
	display: flex;
    justify-content: center;
    padding: 55px 0 65px;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.secTopSub .imgNum{
    height: 114px;
    position: absolute;
    left: -230px;
	top: 50%;
	transform: translateY(-50%);
}
.secTopSub .imgNum.num02{
    height: 114px;
    margin-top: 0;
    position: absolute;
    left: -200px;
}
.secTopSub .imgNum img{
	width: auto;
    height: 100%;
}
.secTopSub .contentsTit{
	font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0px;
    line-height: 1.4;
}
@media only screen and (max-width:767px){
	.secTopSub .box {
        min-height: auto;
        display: block;
    }
    .secTopSub .contentsTit {
        font-size: 18px;
        letter-spacing: 0px;
    }
    .secTopSub .boxZeh {
        padding: 20px 0;
        gap: 15px;
        width: 92%;
        margin: 0 auto;
        max-width: 92%;
        flex-direction: column;
    }
    .secTopSub .imgNum {
        height: 42px;
        margin-top: 0px;
        position: static;
        left: 0;
		transform: unset;
    }
    .secTopSub .imgNum.num02 {
        height: 42px;
        margin-top: 0px;
        position: static;
        left: 0;
    }
}

/* btnWarranty */
.btnWarranty{
	padding: 15px 20px;
	background: #000;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	margin: 30px 0 0 auto;
	display: table;
}
@media only screen and (max-width:767px){
	.btnWarranty {
		padding: 15px 20px;
		font-size: 16px;
		margin: 0 auto;
	}
}