<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media (max-width: 860px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: inherit;
    }

}

@media (min-width: 860px) {
    .desktop {
        display: inherit;
    }

    .mobile {
        display: none;
    }

}



/*multiPay*/
.multiPayListTabArea {
    padding: 10px 25px;
    cursor: pointer;
    background: #e2e2e2;
    margin: 5px 5px 5px 0px;
}

.multiPayListTabArea_curr,.multiPayListTabArea:hover {
    padding: 10px 25px;
    cursor: pointer;
    background: #00C4CC;
    margin: 5px 5px 5px 0px;
    color: #fff;
}


.multiPayListTabArea .listNumber{
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 100vh;
}

.multiPayListTabArea_curr .listNumber,.multiPayListTabArea:hover .listNumber{
    display: inline-block;
    min-width: 10px;
    padding: 3px 5px;
    font-size: 10px;
    line-height: 10px;
    margin-left: 5px;
    color: #00C4CC;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 100vh;
}

.whitePage{
	background: #fff;
}



.mr5 {
    margin-right: 5px;
}

.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.form .progressbar {
    justify-content:space-between;
    margin: 20px 0;
}

.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 16.5%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
}

.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 10px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}

.progressbar li:after {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: -30%;
    width: 50%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active,
.progressbar li.complete {
    color: #00C4CC;
}

.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: #00C4CC;
    color: #FFF;
}

.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: #00C4CC;
}

@media (max-width: 1200px) {
    .progressbar li {
        width: 25%;
    }

    .progressbar li:nth-child(5):after {
        content: none;
    }

    .progressbar li:nth-child(4):after {
        content: "" !important;
    }
}

@media (max-width: 860px) {
    .progressbar li {
        width: 49%;
    }

    .progressbar li:nth-child(3):after {
        content: none;
    }

    .progressbar li:nth-child(5):after {
        content: none;
    }

    .progressbar li:nth-child(4):after {
        content: "" !important;
    }
}

.re-btn {
    display: inline-block;
    border-radius: 10px;
    padding: 2px 5px;
}



.must {
    border-radius: 6px;
    margin-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    width: 30px;
    display: inline-block;
    text-align: center;
    background: #FC777F;
    color: #fff;
    font-size: 10px;
}

.formContent h4 {
    margin-left: 10px;
}



/*multiPay ミッション用LP*/
.fbIconArea {
    position: relative;
    display: block;
}

.fbIconText {
    font-size: 16px;
    display: inline-block;
    width: 150px;
    text-align: center;
    bottom: 25px;
    padding: 5px 20px;
    border-radius: 100vh;
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-bottom: 15px;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.open {
    background: #F4C01E;
    color: #000;
}

.open:hover {
    opacity: 0.6;
}

.noopen {
    color: #8A8A8A;
}


.benefitsbox {
    position: relative;
    margin-top: 80px;
}

.benefitsbox h3 span {
    display: inline-block;
    position: relative;
    font-size: 22px;
    line-height: 60px;
}

@media (max-width: 860px) {
    .benefitsbox h3 span {
        font-size: 18px;
    }
}

.benefitsbox h3 span::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 8px;
    background: #F4C01E;
}

@media (max-width: 319px) {
    .fbIconText {
        bottom: 18px;
        font-size: 10px;
    }
}

.feeback{
    overflow-wrap:  break-word;
    border: 4px solid #EC467E;
    background-color: #FFF;
    padding: 20px;
    margin: 20px 0;
}
.feeback::before{
    content: "下記の手順に従って再度情報を追加・修正し、送信してください。";
}
.reEdit{
    padding: 5px 20px;
    color: #fff;
    box-shadow: 0px 0px 5px #b3b3b3;
    border-radius:5px;
    font-size: 14px;
    cursor: pointer;
}
.reEdit:hover{
    background:#000000 ;
}


.layout {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.loading-container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
  
  .loading {
    border: 4px solid #3498db;
    border-radius: 50%;
    border-top: 4px solid #fff;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
  }
  .loading-container img{
    width: 250px;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .breadcrumb{
	margin-bottom: 50px;
	font-size: 14px;
}

.breadcrumb a{
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
	color: #e68011;
}

.breadcrumb a:hover{
	color: #222222;
}

.campaignMessage {
	margin-top: 30px;
	position: relative;
	background: #f6fcff;
	border: 1px solid #dae4e9;
}

.campaignMessage i {
	background-color: #ffffff;
	border-radius: 50vh;
	line-height: 25px;
	text-align: center;
	color: #a5a5a5;
	padding: 5px;
}

.todoBanner{
	background: #e68011;;
	padding: 10px;
	border-radius: 10px 10px 0 0 ;
	font-size:16px ;
	font-weight: 600;
	color: #fff;
}

.todoBanner i{
	background: #fff;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #e68011;;
}

.messageNote{
    background: #F5FEFC;
	padding: 10px;
	border: 1px solid #20BF7A;
	font-size: 14px;
}

.haisoNote{
    background: #eff9ff;
    padding: 10px;
    border: 1px solid #0025cc;
    font-size: 14px;
}

.pageTitle{
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}
.NoteList,.haisoList{
	display: flex;
	align-items:baseline;
	margin-bottom: 5px;
	flex-wrap: nowrap;
}
.NoteList i{
	color:#20BF7A;
	font-size: 20px;
	margin-right: 10px;
}

.haisoList i{
	color:#0025cc;
	font-size: 20px;
	margin-right: 10px;
}


.tabFlowlink {
    border: solid 2px #eee;
    background: #ffffff;
    padding: 15px 10px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	align-items: center;
    position: relative;
	cursor: pointer;
    
}

.tabFlowlink.active,.tabFlowlink:hover {
    border: solid 2px #fa2e72;
  }

  .flowContent {
    display: none;
  }
  .flowContent.active {
    display: block;
  }

.stepImg{
	width: 100px;
}

.stepContent{
	width: calc(100% - 110px);
	margin-right: 10px;
}

@media (max-width: 1080px) {
	.tabFlowlink {
		flex-direction: column;
	}
	.stepContent{
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}
}

.tabFlowlinkNum{
	position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    padding: 2px 20px;
	background: #fa2e72;
}

.flowContent{
	background: #fff;
	padding: 20px;
	border: 1px solid #eee;
	line-height: 24px;
}


.Content1Left{
	width: 35%;
}

.Content1Right{
	width: calc(65% - 20px);
	margin-left: 20px;
}

@media (max-width: 650px) {
	.Content1Left,.Content1Right{
		width: 100%;
		margin-left: 0px;
	}
	.tabFlowlink {
		flex-direction: row;
	}
	.stepContent{
		width: calc(100% - 110px);
		margin-right: 10px;
		text-align: left;
	}
}
.listDot li{
	list-style-type: disc;
	display: list-item!important;
	margin-inline-start: 20px!important;
}

.boderTitle{
	font-size: 16px;
	font-weight: 600;
	padding: 10px 0;
	border-top: 1px solid #eee;
}


.linkBtnBlue{
	border: 1px solid #74d8ff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	margin-bottom:10px;
}

.linkBtnBlue:hover{
	background:#c8efff;
}

.linkBtnBlue i{
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
}

.formLayout{
	width: 450px;
	margin: 0 auto;
}
@media (max-width: 500px) {
	.formLayout{
		width: calc(100% - 20px);
		padding: 10px;
	}
}

.formList{
	margin: 30px 0;
    padding: 10px;
}

.formTitle{
	font-size: 18px;
	font-weight: 600;
	display: flex;
	align-items: baseline;
	justify-content:space-between;
}

.formTitle span{
	min-width: 20px;
	margin-left: 10px;
	font-size: 10px;
    color: #fff;
    background: #ff0000;
    border-radius: 4px;
	line-height: 20px;
    padding: 2px 10px 3px;
    display: inline-block;
}

.inputForm{
    width: 100%;
    background-color: #fff;
    padding: 14px 10px;
	width: calc(100% - 20px);
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    display: block;
    transition: 0.3s ease;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}

.formList select{
    width: 100%;
    background-color: #fff;
    padding: 14px 10px;
	width: 100%;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    display: block;
    transition: 0.3s ease;
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
}
.formGroupTitle{
	background: #eee;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
}

.formDetailLayout{
	width: 800px;
	margin: 0 auto;

}
.FormLeft{
	width: 150px;
    position: sticky;
    top: 50px;
    height: 450px;
}

.FormRight{
	width: calc(100% - 170px);
	margin-left: 20px;
}

@media (max-width: 1150px) {
	.formDetailLayout{
		width:100%;
	}
}


.FormStep{
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding:20px 10px;
	font-size: 14px;
	position: relative;
	font-weight: 600;
    width: 100%;
    box-shadow: 0px 0px 5px #ececec;
    cursor: pointer;
}

.FormStep.active{
	border: 1px solid #03c0cd;
	background:#03c0cd;
    color: #fff;
}

.stepFlag{
position: absolute;
right: 10px;
top: -10px;
font-weight: 400;
font-size: 12px;
color:#000;
padding: 2px 5px;
background: #eee;
border: 1px solid #eee;

}

.notDone{
	position: absolute;
	background: rgb(255, 64, 64);
	right: 15px;
	display: block;
	top: 15px;
	font-size: 14px;
	padding: 2px 10px;
	color: #fff;
	box-shadow: 0px 0px 10px #fc3939;
}

.stepFormDetail {
    display: none;
  }
  .stepFormDetail.active {
    display: block;
  }

@media (max-width: 500px) {
	
	.FormRight{
		width:100%;
		margin-left: 0px;
	}
	.FormStep{
		padding: 8px 10px;
		width: calc(50% - 30px);
		margin-bottom: 15px;
	}
	.FormLeft{
        width:100%;
        position: relative;
        top: 0px;
        height: auto;
		display: flex;
		flex-wrap: wrap;
		column-gap: 10px;
		justify-content: space-between;
	}
	
}
.radioHalf,.checkHalf,.checkALL{
	display: flex;
	margin-top: 10px;
	column-gap: 10px;

}

.checkHalf,.checkALL{
	flex-wrap: wrap;
}
.radioHalf label{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    cursor: pointer;
	width: calc(50% - 10px);
    padding: 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.checkHalf label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	gap: 5px;
    position: relative;
    cursor: pointer;
	width: calc(50% - 30px);
    padding: 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    margin: 5px 0;
}

.checkALL label{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	gap: 5px;
    position: relative;
    cursor: pointer;
	width: 100%;
    padding: 10px;
    border: #D8D8D8 solid 1px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#ap_com_toki_tohon {
    margin: 20px 0;
}

#ap_com_toki_tohon .f1{
    padding: 5px 35px 5px 10px;
    border: 1px solid #03c0cd;
    word-break: break-all;
    background: #edfeff;
    position: relative;
    display: flex;
    align-items: center;
}

#ap_com_toki_tohon .f1 i{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #ff005c;
}

#bnkauto {
    position: absolute;
    background: #0025cc !important;
    font-weight: normal;
    padding: 10px 8px !important;
    border-radius: 8px;
    z-index: 100000 !important; /* 极高的z-index以确保内容在最前面 */
    color: #fff;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100% !important;
    max-width: 250px !important;
    max-height: 500px !important;
    box-shadow: 0px 0px 30px #0025cc !important;
}

#bnk_bottom{
    margin: 10px 5px;
}

#bnkauto font{
display: none!important;
}


.bnk_line {         
	color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  background: #0025cc!important;
  margin-bottom: 10px;
}
#bnk_count {       
	color: #e0de38;
  font-size: 12px;
  font-weight: 600;
	white-space: nowrap;
}
#bnk_close{
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
  padding: 2px 5px;
  background: #f06969;
  cursor: pointer;
}
#bank_name_clear,#branch_name_clear{
  cursor: pointer;
  margin-left: 5px;
}

.listDetailSinsa{
    background: #f9ffff;
    border: 1px solid #7ccdcf;
}


.step-wrap3 {
    counter-reset: count;
    margin: 2em 0;
    position: relative;
   }
   .step-content3 {
    padding: 1.3em 0 .3em 1em;
    margin: 0 0 1.5em 1em;
    border-left: dashed 4px #ddd;
    position: relative;
    border-top: solid 1px #ddd;
   }
   .step-content3::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-style: solid;
    border-width: 17px 8px 0 8px;
    border-color: #ddd transparent transparent transparent;
   }
   .step-label3 {
    padding: 3px 15px 3px 10px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: -20px;
    font-size: 12px;
    background: #00C4CC;
    border-radius: 20px;
    z-index: 1;
   }
   .step-label3::after {
    counter-increment: count;
    content: counter(count);
    position: relative;
    left: .3em;
   }
   .step-title3 {
    font-weight: bold;
    font-size: 18px;
   }
   .step-body3 {
    margin-top: .5em;
    font-size: 14px;
    padding: 0 0 1em;
   }
   .stepTime{
    position: absolute;
    right: 0;
    top: -12px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;

   }

   .step-content3:nth-child(4)::before{
    display: none;
   }

   .photoUpArea{
    width: calc(50% - 10px);
    position: relative;
   }

   .photoUp{
    width: 100%;
    height: 200px;
    object-fit: cover;
   }

   .photoUpDel{
    background: #ff005c;
    color: #fff;
    position: absolute;
    top:0;
    right: 10px;
    font-size: 12px;
    padding: 2px 5px;
    cursor: pointer;
   }

   .photoUpDel:hover{
    background: #a80944;
   }

   @media (max-width: 768px) {
    .photoUpArea{
        width: calc(50% - 10px);
       }
       .photoUp{
        height: 100px;
       }
   }

   .photoBorder{
    width: calc(100% - 10px);
    background-image: url(../img/bg-photo.jpg);
    background-size: cover;
    background-position: center;
    border:1px solid #ccc; 
    padding:10px; 
    gap:10px; 
    min-height:250px;
   }

   .photoStore{
    width: 160px;
    padding: 10px;
    margin-right: 10px;
    border:1px solid #ccc; 
   }

   .mutltipayResult,.mutltipayResultArea,#multipay_apply_list{
    width: 100%;
   }

   @media (max-width: 1200px) {
    .mutltipayResultArea{
        overflow-x: scroll;
        width: 100%;
        padding-bottom: 50px;
    }
    .mutltipayResult,#multipay_apply_list{
        width: 1000px;
       }
   }

   .QAtabs{
    display: flex;
    width: 250px;
    flex-wrap: wrap;
  }
  .QAtab{
    width: 100%;
  }
  .QAcontents{
    width: calc(100% - 270px);
  }
  
  @media (max-width: 1000px) {
    .QAtabs,.QAcontents{
      width: 100%;
  
    }
    .QAtab{
      width: 50%;
    }
  }
  
  .QAcontent{
    display: none;
  }
  
  .QAcontent .f5{
    width: 100%;
    padding-bottom: 20px;
  }
  
  .QAtab{
    background: transparent;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 5px;
    border-bottom: 1px solid #ebebeb;
  }
  .activeQAtab{
    background: #ebebeb;
    
  }
  
  
  
  .faq-question {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 40px 20px 30px;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
    position: relative;
  }
  
  .faq-question::before{
    content: "★";
    font-size: 12px;
    position: absolute;
    left: 0;
    display: block;
    background: #2cad6f;
    color: #fff;
    border-radius: 50vh;
    width: 25px;
    top: 20px;
    line-height: 23px;
    text-align: center;
    height: 25px;
  }
  
  .faq-question::after{
    content: '';
      border: 0;
      border-top: solid 2px #555;
      border-right: solid 2px #555;
      display: inline-block;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%) rotate(45deg);
  }
  
  .faq-answer {
    display: none;
    font-size: 14px;
    line-height: 1.8em;
    position: relative;
    padding: 0 0 20px 30px;
  }
  
  .faq-answer::before{
    content: "★";
    font-size: 12px;
    position: absolute;
    left: 0;
    display: block;
    background: #6474b8;
    color: #fff;
    border-radius: 50vh;
    width: 25px;
    top: 5px;
    line-height: 23px;
    text-align: center;
    height: 25px;
  }
  
  .FaqPoint{
    color: #ff1f69;
    padding: 10px 0;
    font-weight: 600;
  }

  /* Tab 样式 */
#tab-container {
    margin-top: 10px;
    width:100%;
    overflow-x: auto; /* 启用水平滚动 */
}

#tab-container::-webkit-scrollbar {
    display: none;
}

#tab-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 10px;
    width: 100%; /* 初始宽度设为 100% */
    box-sizing: border-box;
}

#tab-list ul {
    counter-reset: number 0;
}

#tab-list li {
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 10px 30px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    /* background: #fff; */
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    box-sizing: border-box;
    min-width: 202px; 
    max-width: 202px; 
}

.shop_num {
    /* counter-increment: number 1; */
    /* content: counter(number); */
    background: #20BF7A;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    font-size: 12px;
    text-align: center;
    height: 20px;
    border-radius: 50vh;
    line-height: 20px;
    margin-right: 10px;
}

#tab-list li::before {
    /* counter-increment: number 1; */
    /* content: counter(number); */
    background: #20BF7A;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    font-size: 12px;
    text-align: center;
    height: 20px;
    border-radius: 50vh;
    line-height: 20px;
    margin-right: 10px;
}

#tab-list li:nth-last-child(1) {
    border: none;
    padding: 10px;
    color: rgb(255 87 87);
    background: #ffe9e9;
  }


#tab-list li.active,#tab-list li:hover {
    background: #eeeeee;
    font-weight: 600;
    color: #20BF7A;
}


/* 删除按钮样式 */
.delStoreBtn {
    position: absolute;
    top: 10px;
    right: 5px;
    background: transparent;
    color: rgb(112, 112, 112);
    border: none;
    font-size: 20px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}

/* Form 样式 */
#form-container .formGroup {
    display: none;
}

#form-container .formGroup.active {
    display: block;
}

.personalUpArea{
    padding: 20px;
    border: 1px solid #eee;
    width: calc(50% - 50px);
}

@media (max-width: 1000px) {
    .personalUpArea{
        width: calc(100% - 50px);
    }
}

#personalfileName1_container, #personalfileName2_container {
    background-image: url(../img/bg-photo.jpg);
    background-size: cover;
    background-position: center;
    border: 1px solid #eee;
    padding: 20px 10px;
    margin: 20px 0;
    gap: 10px;
    min-height: 100px;
}

#personalfileName1,#personalfileName2{
    font-size: 14px;
    color: red;
}

.shinsaLeft{
    width: 230px;
}

.shinsaRight{
    width: calc(100% - 250px);
    margin-left: 20px;
}

.shinsaStoreList li{
    display: list-item;
    list-style-type: auto;
    margin-top: 5px;
}

.photoStore li{
    display: list-item;
    list-style-type: auto;
    margin-top: 5px;
    cursor: pointer;
}

.photoStore li:hover{
   color: #3498db;
}

.shinsaStoreList ol,.photoStore ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start:20px;
    unicode-bidi: isolate;
}

</pre></body></html>