@charset "utf-8";
/* CSS Document */


.innerTB100{
	padding: 0 30px 100px !important;
}
.innerTW100{
	padding: 0 0 100px !important;
}
.innerTB100 .flexBox{
	padding: 0;
}


.titBox{
	background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 50%, rgba(255,255,255,1) 100%);
	width: 100%;
}

.titBox2{
	background:url(/h/img/support/bg_support.png) no-repeat right;
	max-width: 1010px;
	width:100%;
	height : 280px;
	display: flex;
	align-items:center;
	margin: 0 auto;
	flex-wrap: wrap;
	padding-left: 10px;
	position:relative;
}
.titBoxS{
	height: 170px;
}

.titBox h2{
	color: #202020;
	font-weight: bold;
	line-height:1.4;
	font-size: 18px;
	display: flex;
/*	background: linear-gradient(90deg, rgb(248 248 248) 0%, rgba(237, 237, 237, 0.3) 80%, rgba(255, 255, 255, 0.0) 100%);	*/
	height: 100%;
	width: 100%;
	align-items: baseline;
	flex-direction: column;
	justify-content: center;
	z-index:2;
}

.titBox h2 span{
	font-size: 30px;
}

.supBlue{
	color:#083484;
}
.supGreen{
	color:#1e8f6e;
}

.titBox .nor {
	position:absolute;
	bottom: -10px;
	left: 23rem;
	display: flex;
	gap: 10px;
	align-items: end;
	}
.titBox .nor li{
	background: rgba(255,255,255,1);
	width: 12rem;
	height: 12rem;
	padding: 1rem;
	border-radius: 12rem;
	display: flex;
	align-items: center;
}
.titBox .nor li img{
	height: 100%;
	max-height: 80px;
	max-width: 130px;
	width: 100%;
}

.titBox .op {
	position:absolute;
	bottom: -20px;
	left: 25rem;
	display: flex;
	gap: 10px;
	}
.titBox .op li{
	background: rgba(255,255,255,1);
	width: 14rem;
	height: 14rem;
	padding: 1rem;
	border-radius: 14rem;
	display: flex;
	align-items: center;
}
.titBox .op li img{
	height: 100%;
	max-height: 130px;
	max-width: 170px;
	width: 100%;
}




.supSub{
	max-width: 1010px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	font-size:16px;
	line-height:1.6;
	padding:0;
	align-items: center;
}

.supSub p{
	font-size:16px;
	line-height:1.6;
	text-align:left;
}
.supSub p span{
	font-size:12px;
}

.supSubC{
	max-width: 1010px;
	margin: 0 auto;
	width: 100%;
	text-align:center;
	font-size:16px;
	line-height:1.6;
	padding:0;
	align-items: center;
}
.mb60_res{
	margin-bottom:60px !important;
}


.secondBox{
	max-width: 1010px;
	margin: 0 auto 60px;
	width: 100%;
	font-size:16px;
	line-height:1.6;
	padding:15px 30px;
}
.secondBox img{
	width:100px;
}

.secondBox div{
    display: flex;
	flex-wrap: nowrap;
    gap: 50px;
	align-items: center;
	justify-content: center;
}
.secondBox i{
	font-size:100px;
	text-align:center;
	color:#083484;
}
.secGreen i{
	color:#1e8f6e;
}

.secondBox p{
	font-size:16px;
	line-height:1.6;
	text-align:left;
}
.secondBox p span{
	font-size:13px;
}

.pointBox{
		padding:15px 30px;
	margin: 0 auto 60px;
	}

.pointBox .points{
    display: flex;
	flex-wrap: nowrap;
    gap: 5rem;
	max-width: 1010px;
	margin: 40px auto 0px;
	width: 100%;
	text-align:left;
	font-size:16px;
	line-height:1.6;
	align-items: center;
	justify-content: center;
}
.point{
  background: #F2F2F2;
  display: flex;
  flex-wrap:wrap;
  flex-direction: column;
  justify-content: center;
  gap: 20px 0px;
  align-items: center;
  width: 30rem;
  height: 28rem;
  border-radius: 1rem;
  font-weight:bold;
  box-shadow: 0px 0px 5px 5px rgba(100, 100, 100, 0.2);
  position:relative;
}

.point img{
	padding: 20px;
	width: 120px;
	height: 120px;
	background:#fff;
	border-radius: 120px;
}

/*
.point::after{
	content:"";
  border-radius: 150px;
width: 220px;
height: 220px;
background: #7ed7bd;
position:absolute;
bottom:0;
right: 20px;
}

.point::before{
	content:"";
  border-radius: 26rem;
width: 26rem;
height: 26rem;
background: #07654a;
position:absolute;
top:calc(50% - 13rem);
left:calc(50% - 13rem);

}
*/

.point p{
  font-size: 3rem;
  text-align:center;
  line-height:4rem;
}
.point p span{
  font-size: 3rem;
  color:#1e8f6e;
}
.point p .fs{
  font-size: 5rem;
}



.h3_sup_res,
.h3_supG_res{
	color: #202020;
	font-weight: bold;
	font-size: 30px;
	position:relative;
	margin-bottom: 30px;
	text-align:center;
}

.h3_sup_res:after{
	content:"";
	background:#083484;
	display: block;
	position:absolute;
	bottom: -10px;
	left:calc(50% - 70px);
	height: 5px;
	width: 140px;
}
.h3_supG_res:after{
	content:"";
	background:#1e8f6e;
	display: block;
	position:absolute;
	bottom: -10px;
	left:calc(50% - 70px);
	height: 5px;
	width: 140px;
}



.h4_sup_res{
	color: #083484;
	font-weight: bold;
	font-size: 30px;
	position:relative;
	margin-bottom: 20px;
	text-align:center;
}
.h4_supG_res{
	color: #1e8f6e;
	font-weight: bold;
	font-size: 30px;
	position:relative;
	margin-bottom: 20px;
	text-align:center;
}

.imgMax,
.imgMax img{
	width: 100%;
	height: unset;
}


.first{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0 30px;
	max-width: 1010px;
	margin: 0 auto;
	width: 100%;
	text-align:left;
	padding: 15px 30px;
}
.firstB{
	width: 48%;
	text-align:left
}
.first1{
	display:flex;
	align-items: end;
	justify-content: center;
}
.first2{
grid-row: span 2 / span 2;
}
.first3{
	display:flex;
	align-items: start;
	justify-content: center;
}
.first3 .supSub{
	text-align:left;
}

.alignCenter{
	align-items: center;
}

.supportBox{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-shadow: 5px 5px 5px -2px rgba(72, 72, 72, 0.4);
	}
.normalSup{
	border: 1px solid #083484;
	margin-bottom:40px;
}
a .normalSup .supTitBox {
	background:#083484;
	color:#fff;
	padding: 20px;
	display:block;
	height: 260px;
	position:relative;
}
.optionSup{
	border: 1px solid #088460;
}
a .optionSup .supTitBox {
	background:#088460;
	color:#fff;
	padding: 20px;
	display:block;
	height: 260px;
	position:relative;
}

.supTit{
	position:relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 320px;
	height: 100%;
	font-size: 16px;
}
.supA{
position:relative;
}

.supTit h4{
	font-size: 30px;
	text-align:center;
	width: 100%;
}

.supBtn{
	width: 80%;
	border: 2px solid #fff;
	border-radius: 30px;
	text-align:center;
	padding: 5px ;
	margin: 0 auto;
}
.supBtn:after{
	content:"\f105";
	font-family:'Font Awesome 5 Free';
	font-weight: 900;
	padding-left: 1em;
}
.normalSup .supBtn{
	color:#083484;
	background:#fff;
}
.normalSup .supTitBox .supBtn:after{
	color:#083484;
}


.optionSup .supBtn{
	color:#088460;
	background:#fff;
}
.optionSup .supTitBox .supBtn:after{
	color:#088460;
}
.supTitBox ul{
	text-align:left;
	padding-left: 3em;
}
.supTitBox ul li{
	list-style-type:circle;
	line-height: 1.2;
	padding: 0 0 10px;
	letter-spacing: 0.05em;
}
.supTitBox ul li:last-child{
	padding: 0;
}

.supCat{
	width:630px;
	padding: 20px;
}
.supCat ul{
	width:100%;
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
	font-size: 1.3rem;
	gap: 20px 3%;
}
.supCat ul li{
	width: 30%;
	line-height: 1.2;
	min-height: 100px;
}
.supCat ul li dl{
	display:flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap:wrap;
	height: 100%;
}
.supCat ul li img{
	max-width: 105px;
	width:100%;
	height:60px;
}
.supCat ul li .newland{
	max-width: 105px;
	width:100%;
	height:60px;
}
.optionSup .supCat ul li{
	height: 200px;
	max-width:220px;
	width:100%;
}
.optionSup .supCat ul li img{
	max-width:280px;
	width:100%;
	height: unset;
}



.repairBtn,
.inquiryBtn{
	width:100%;
	height:200px;
	font-weight:bold;
	font-size: 30px;
	color:#fff;
	text-align:center;
	box-shadow: 5px 5px 5px -2px rgba(72, 72, 72, 0.4);
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	
}

.repairBtn{
	background:url(/h/img/support/bg_btn_repair.png) no-repeat;
	background-size: cover;
}
.inquiryBtn{
	background:url(/h/img/support/bg_btn_inquiry.png) no-repeat;
	background-size: cover;
}
.repairBtn p,
.inquiryBtn p{
	font-size: 26px;
	color:#fff;
	text-align:center;
}
.repairBtn p i,
.inquiryBtn p i{
	padding-left: 0.2em;
}

.innerW100 > p{
	width: 100%;
	padding: 0 30px;
}

.supOther{
	padding: 50px 30px !important;
}
.supOther ul{
	display: flex;
	justify-content: space-between;
}
.supOther ul li a{
	color:#fff;
	background:#083484;
	width: 300px;
	height: 72px;
	font-size: 16px;
	line-height: 1.4;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.supOther ul li a i{
	padding-left: 1em;
}




.supProBox{
	margin-top: 40px;
}
.year1Box,
.year3Box{
	width: 100%;
	display: flex;
}
.year1Box{
	border: 1px solid #083484;
	margin-bottom:40px;
}
.year3Box{
	border: 1px solid #042560;
}

.year1,
.year3{
	color:#fff;
	font-size: 6rem;
	font-weight:bold;
	padding: 5px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12vw;
	position:relative;
	}
.year1{
	background:#083484;
}
.year3{
	background:#042560;
}
.year1 span,
.year3 span{
	font-size: 2.6rem;
	padding: 0;
	position:relative;
	bottom:-1rem;
}

.supProBox .supUl{
	display: flex;
	justify-content:start;
	flex-wrap: wrap;
	width:100%;
	gap: 3px;
	padding: 30px;
	margin: 0 auto;
}

.supProBox .supUl > li{
	background:#f2f2f2;
	width: 33%;
	display:flex;
	justify-content:center;
	align-items: center;
	height: 150px;
	padding: 10px;
}

.supProBox .supUl > li img{
	width:100%;
	max-width: 80px;
	max-height: 80px;
}

.supProBox .supUl > li .newland{
	width:100%;
	max-width: 65px;
	max-height: 80px;
}

.supPro{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: end;
	flex-wrap: wrap;
}
.supPro h5{
	font-weight:bold;
	font-size: 1.3rem;
}
.supPro h5 span{
	font-size: 1.1rem;
}


.supProBoxOp{
	margin-top: 40px;
}
.supProBoxOp .supUl{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	width:100%;
	gap: 3px;
	margin: 0 auto;
}

.supProBoxOp .supUl > li{
	background:#f2f2f2;
	width: 33.1%;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	height: 150px;
}

.supProBoxOp .supUl > li img{
	width:100%;
	max-width: 105px;
}

.supProBoxOp .supPro{
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    justify-content: center;
    align-items: end;
}
.supProBoxOp .supPro h5{
	font-weight:bold;
	font-size: 1.6rem;
}


.kikan{
	display:block;
	color:#fff;
	border:1px solid #fff;
	font-size: 1.2rem;;
	border-radius: 4px;
	padding: 2px 5px;
}

/*
.year1{
	background:#6783b6;
	color:#fff;
	font-size: 18px;
	border-radius: 4px;
	font-weight:bold;
	padding: 2px 5px;
}
.year1 span,
.year3 span{
	font-size: 12px;
	padding: 0;
	position:relative;
}
.year3{
	background:#0452e4;
	color:#fff;
	font-size: 18px;
	border-radius: 4px;
	font-weight:bold;
	padding: 2px 5px;
}

.year1 sup,
.year3 sup{
	vertical-align: top;
	position:absolute;
	top: -10px;
	font-size:10px;
	right: 0;
}
*/
.bgBlueG{
background: rgb(203,236,255);
background: linear-gradient(0deg, rgba(203,236,255,1) 0%, rgba(255,255,255,1) 100%);
}
.bgGreenG{
background: rgb(206,255,203);
background: linear-gradient(0deg, rgba(206,255,203,1) 0%, rgba(255,255,255,1) 100%);
}

.normalFlow{
	padding: 60px 30px !important;
}
.normalFlow ul{
	margin-top:40px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.normalFlow ul li{
	display: flex;
	flex-direction:column;
	width: 200px;
	position:relative;
	height: fit-content;
}
.optionFlow ul li{
	display: flex;
	flex-direction:column;
}

.normalFlow ul li img{
	max-width: 180px;
	margin: 0 auto;
	width:100%;
}

.normalFlow ul li:after{
	content:"";
	position:absolute;
	width: 15px;
	height: 20px;
	right: -35px;
	top: 80px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background-color: #083484;
}
.optionFlow ul li:after{

	background-color: #088460;
}
.normalFlow ul li:last-child:after{
	content: unset;
}

.normalFlow ul h5{
	font-size: 16px;
	position:relative;
	margin: 30px 0 40px;
	font-weight:bold;
flex: 1;
  height: 100%;
  min-height: 0%;
  display: flex;
  align-items:center;
  justify-content:center;
}
.optionFlow ul h5{
	font-size: 16px;
	position:relative;
	margin: 30px 0 40px;
	font-weight:bold;
flex: 1;
  height: 100%;
  min-height: 0%;
  display: flex;
  align-items:center;
  justify-content:center;
}
.normalFlow ul h5 span{
	font-size: 26px;
	position:relative;
	color:#083484;
}
.optionFlow ul h5 span{
	font-size: 26px;
	position:relative;
	color:#088460;
}

.normalFlow ul h5:after{
	content:"";
	background:#083484;
	display: block;
	position:absolute;
	bottom: -5px;
	left:calc(50% - 30px);
	height: 2px;
	width: 60px;
}
.optionFlow ul h5:after{
	background:#088460;
	content:"";
	display: block;
	position:absolute;
	bottom: -5px;
	left:calc(50% - 30px);
	height: 2px;
	width: 60px;
}
.normalFlow ul h5:before{
	content:"";
	background:#CCC;
	display: block;
	position:absolute;
	bottom: -5px;
	left:calc(50% - 50px);
	height: 2px;
	width: 100px;
}
.optionFlow ul h5:before{
	content:"";
	background:#CCC;
	display: block;
	position:absolute;
	bottom: -5px;
	left:calc(50% - 50px);
	height: 2px;
	width: 100px;
}

.normalFlow ul p{
	font-size: 14px;
	text-align:left;
  flex: 2;
  height: 100%;
  min-height: 0%;
}
.optionFlow ul p{
	font-size: 14px;
	text-align:left;
  flex: 2;
  height: 100%;
  min-height: 0%;
}


.normalKitei{
	background:#f1f6ff;
	padding: 40px 25px;
	border-radius: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.normalKitei ul{
	width: 100%;
}
.normalKitei ul li{
	list-style:inside;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align:left;
	text-indent: -1.4em;
	padding-left: 2em;
	text-align:left;
}
.normalKitei ul li:last-child{
	margin-bottom: 0;
}

.supBack{
	width:400px;
	height: 60px;
	color:#fff;
	background:#000;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	margin: 0 auto;
	box-shadow: 5px 5px 5px -2px rgba(72, 72, 72, 0.4);
}
.supBack i{
	padding-right: 1.5em;
}

.supOp{
}

.supOp .supPro{
    height: unset;
    display: flex;
    flex-wrap: wrap;
    width: 180px;
    justify-content: center;
    align-items: end;
}
.supOpImg{
	width:100%;
	margin: 50px auto 0;
}
.supOpImg img{
	width:100%;
}

.optionKitei{
	background:#f3fff1;
	padding: 40px 25px;
	border-radius: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.optionKitei ul{
	width: 100%;
}
.optionKitei ul li{
	list-style:inside;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align:left;
	text-indent: -1.4em;
	padding-left: 2em;
}
.optionKitei ul li:last-child{
	margin-bottom: 0;
}
.optionKitei p{
	margin-top: 1em;
	text-indent: -1em;
	text-align:left;
	padding-left: 1em;
}
.optionKitei p a{
	color:#202020;
}
.optionKitei dl{
	width: 100%;
	margin-top: 15px;
}
.optionKitei dl dt{
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align:left;
}
.optionKitei dl dd{
	font-size: 14px;
	margin-bottom: 10px;
	text-align:left;
	text-indent: -1.4em;
	padding-left: 2em;
}
.justifyCenter {
	justify-content:center;
}




.subProTbl{
	width:100%;
	max-width: 850px;
	margin: 40px auto 20px;
	text-align:left;
}
.subProTbl thead{
	background: #083484;
	color: #fff;
}
.subProTbl thead th{
	text-align:left;
	font-weight:bold;
	padding: 1em 1em 1em 3em;
}
.subProTbl thead td{
	padding: 1em;
	font-weight:bold;
	text-align:center;
	width:25%;
}

.subProTbl tbody{

}
.subProTbl tbody tr:nth-of-type(odd){
	background:#f2f4f6 ;

}
.subProTbl tbody th{
	text-align:left;
	font-weight:normal;
	padding: 1em 1em 1em 3em;
	display: flex;
	align-items:center;
}
.subProTbl tbody p{
	font-size:20px;

}
.subProTbl tbody p span{
	font-size:14px;
}
.subProTbl tbody th:before{
    content: '';
    background: 10px #6783b6;
    margin-right: 1em;
	height: 3em;
	width: 10px;
	border-radius:10px;
}
.subProTbl tbody .th3:before{
    content: '';
    background: 10px #0452e4;
    margin-right: 1em;
	height: 3em;
	width: 10px;
	border-radius:10px;
}

.subProTbl tbody td{
	text-align:center;
	padding: 1em;
	width:25%;
}




@media (min-width:768px) and (max-width:1000px) {
.mb-50res{
	margin-bottom: 50px !important;
}
.titBox2{
	background:url(/h/img/support/bg_support.png) no-repeat right;
	width: 100%;
	height: 30vw;
	background-size: contain;
}
.titBox h2{
	font-size: 3.6vw;
}
.h3_sup_res, .h3_supG_res{
	font-size: 3.4vw;
}
.supTit h4,
.h4_sup_res{
	font-size: 3.4vw;
}

.supCat ul{
	font-size: 1.3vw;
}
.repairBtn,
.inquiryBtn{
	width:100%;
	height:200px;
}
.repairBtn p,
.inquiryBtn p{
	font-size: 3vw;
}

.first{
	padding: 0 30px;
}

.supOther ul li {
	width:30%;
}
.supOther ul li a{
	width:100%;
	font-size: 1.8vw;
}
.supProBox .supUl{
	margin: 0 auto;
}
.supProBox .supUl > li{
	flex-direction: column;
	width: 32.9%;
}
.supProBoxOp .supUl > li{
	width: 32.9%;
}
.supProBox .supUl > li,
.supProBoxOp .supUl > li{
	padding: 1em 0.5em;
	height: unset;
	gap:10px;
}
.supProBox .supUl > li img,
.supProBoxOp .supUl > li img{
	max-width: 105px;
	max-height: 80px;
}

.normalFlow ul li{
	width:20%;
}




/*
.normalFlow ul{
	gap:3em 1em;
}
.normalFlow ul li:nth-of-type(2):after{
	display:none;
}
*/
}

@media screen and (max-width: 767px){
.innerTB100{
	padding: 0 20px 60px !important;
}
.innerTW100{
	padding: 0 0 60px !important;
}
.flexBox{
	gap : 40px 0;
}
.fBox{
	padding: 0;
}
.innerW100 > p{
	padding: 0;
}
.subProTbl thead th,
.subProTbl tbody th{
	padding: 1em;
}
.subProTbl thead td,
.subProTbl tbody td{
	width:30%;
}


.subProTbl tbody p{
	font-size: 1.6rem;
	line-height: 1.2;
}
.subProTbl tbody p span{
	font-size: 1.2rem;
}

.titBox .nor {
	position:absolute;
	bottom: -2vw;
	right: 2rem;
	left: unset;
	display: flex;
	gap: 5px;

}
.titBox .nor li{
	background: rgba(255,255,255,1);
	width: 8rem;
	height: 8rem;
	padding: 1rem;
	border-radius: 8rem;
	
}
.titBox .nor li img{
	height: 100%;
	max-height: 80px;
	max-width: 80px;
	width: 100%;
}

.titBox .op {
	position:absolute;
	bottom: -2vw;
	right: 2rem;
	left: unset;
	display: flex;
	gap: 10px;

}
.titBox .op li{
	background: rgba(255,255,255,1);
	width: 8rem;
	height: 8rem;
	padding: 1rem;
	border-radius: 8rem;
}
.titBox .op li img{
	height: 100%;
	max-height: 80px;
	max-width: 80px;
	width: 100%;
}


.busicom-footer-inner{
	padding:30px 20px;
}
p{
	text-align:left;
}
.supSub{
	text-align:left;
}
.first{
    display: flex;
    gap: 30px;
	align-items: center;
	justify-content:center;
	width: 100%;
	flex-wrap:wrap;
	padding: 0 20px 40px;
	gap: 20px 0;
}
.first1 {
}
.first2 {
}
.first3 {
}
.firstB{
	width:100%;
}

.titBox2{
	background:url(/h/img/support/bg_support.png) no-repeat right;
	width: 100%;
	height: 40vw;
	background-size: contain;
}
.titBox h2{
	font-size: 5vw;
	  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(237,237,237,0.3) 80%, rgba(255,255,255,0.0) 100%);
  padding: 5px 10px;
  	height: 100%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}
.titBox h2 span{
	font-size: 6vw;
}

.titBoxS{
	height: 28vw;
}


.h3_sup_res, .h3_supG_res, .h4_sup_res{
	font-size: 6vw;
}
.repairBtn,
.inquiryBtn{
	width:100%;
	height:unset;
	padding: 0.5em 0.2em;
}
.repairBtn p,
.inquiryBtn p{
	font-size: 5vw;
}

.supCat ul li{
	width: 31%;
}

.supOther ul{
	flex-direction: column;
	gap: 1em;
}
.supOther ul li {
	width:100%;
}
.supOther ul li a{
	width:100%;
	font-size: 3.5vw;
}
.supOther ul li a i{
	padding-left: 0.5em;
}


.secondBox{
	max-width: 1010px;
	margin: 0 auto 40px;
	width: 100%;
	font-size:16px;
	line-height:1.6;
	padding:0 20px;
}
.secondBox div{
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
	align-items: center;
	justify-content: center;
}
.secondBox i{
	font-size:20vw;
	text-align:center;
	color:#083484;
}
.secondBox p{
	font-size:16px;
	line-height:1.6;
	text-align:left;
}
.secondBox p span{
	font-size:13px;
}

.pointBox{
	padding: 0 20px;
	margin: 0 auto 40px;
}

.pointBox .points{
	gap: 1rem;
	justify-content: space-around;
}
.point{
	width: 40vw;
	height: unset;
	flex-direction:column-reverse;
	padding: 1em;
	gap: 2vw;
	
}

.point::before{
	width: 36vw;
	height: 36vw;
	top:calc(50% - 18vw);
	left:calc(50% - 18vw);
}
.point p{
	font-size: 2rem;
	line-height: 3rem;
}
.point p span{
	font-size: 3rem;
}
.point p .fs{
	font-size: 3.5rem;
}
.supportBox{
flex-direction: column;
}
.supTit,
.supCat{
	width:100%;
}
.supA:hover .normalSup .supTitBox:after,
.supA:hover .optionSup .supTitBox:after{
		content:unset;
}


.supProBox .supUl{
	padding: 15px;
}

.supProBox .supUl > li{
	padding: 1em 0.5em;
	height: unset;
	width:49.5%;
	flex-direction: column;
	gap: 10px;
}
.supProBox .supUl > li img{
	max-height: 60px;
}
.supProBox .supUl > li .newland{
	max-height: 60px;
}

.supProBox .supPro,
.supProBoxOp .supPro{
	width: 100%;
}
.supProBox .supPro h5,
.supProBoxOp .supPro h5{
	font-size:3vw;
}


.supProBoxOp .supUl > li{
	padding: 1em 0.5em;
	height: unset;
	width:49.5%;
	flex-direction: column;
	gap: 10px;
}
.supProBoxOp .supUl > li img{
	max-height: 60px;
}




.normalFlow{
	padding: 30px 20px !important;
}
.normalFlow ul{
	gap:5em 0;
}
.normalFlow ul li{
	width:100%;
}
.normalFlow ul li:after{
	content:"";
	position:absolute;
	width: 20px;
	height: 15px;
	right: unset;
	top: unset;
	left: calc(50% - 10px);
	bottom: -15%;
	clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
.supBack{
	width: 100%;
	font-size:3.4vw;
	height:unset;
	padding: 3vw 2vw;
	align-items: baseline;
}
.normalKitei{
	display:block;
}
.normalKitei ul{
	width:100%;
}

.supProBox .supUl > li img{
	max-height: 90px;
}

.supOpImg{
	margin: 40px auto 0;
}

.optionFlow ul li:after{
	left:calc(50% - 10px);
	bottom: -15%;
}
.spLeft{
	text-align:left;
}
.normalFlow ul h5{
	font-size: 18px;
}
.normalFlow ul p{
	font-size: 16px;
}
.normalFlow ul dl dt{
	margin: 10px 0 40px;
}
.normalKitei ul li{
	padding-left:1em;
	text-indent: -1.3em;
}
.optionKitei ul li{
	padding-left:1em;
	text-indent: -1.3em;
}
.supTitBox ul{
	padding-left: 5.5vw;
}

.first .h3_sup_res{
	margin-bottom: 30px;
}

.year1Box,
.year3Box{
	flex-direction: column;
}
.year1,
.year3{
	width:100%;
}
.supOther{
	padding: 30px 20px !important;
}
}