.tabNavigation .current .heightLine-tab {
  color: #fff !important;
}

.tabNavigation .noAnchor:hover {
    background: #2979AF;
}

.service_maru {
    font-size: 20px;
    color: #FEA821;
    font-weight: bold;
}

.jpOnyl {
    color: #fff;
    background: #14C7F2;
    border-radius: 3px;
    padding: 1px 5px;
    font-size: 0.9em;
}



.app_text_img {
    float: left;
    padding-right: 30px;
}

.app_text_img .authentication_img {
    width: 100px;
    height: auto;
}

.app_col .h4spninsho_dl {
    background-color: #BEEFF8;
    padding: 5px;
    font-size: 15px;
    color: #454545;
}

.app_col .col {
    display: flex;
}

.app_col .col .col2W {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_btn_1 {
    background-color: #57C200;
    padding: 10px;
    display: block;
    max-width: 180px;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
}

.login_btn_1:hover {
    background-color: #57C200;
}

.login_btn_2 {
    background-color: #FC9100;
    padding: 10px;
    display: block;
    max-width: 180px;
    color: #fff !important;
    border-radius: 5px;
    text-align: center;
}

.login_btn_2:hover {
    background-color: #FC9100;
}

#english_auth_sp_service thead th {
    background: #2979AF;
    color: #fff;
}

#english_auth_sp_service .orengeTxt {
    color: #FC9100;
    font-weight: bold;
}

#english_auth_sp_service .sup {
    font-size: 0.8em;
}

.txtindent{
	padding-left: 10px;
    text-indent: -10px;
}

#english_auth_service .slideTable table thead tr th:nth-of-type(1){
	 width: 30%!important;
}

#english_auth_service .slideTable table thead tr th:nth-of-type(2){
	 width: 50%!important;
}

.stepflexlist {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 100%;
  margin-bottom: 10px;
}
.stepflexlist span{
  display: inline-block;
}
.stepflexlist span:first-child {
  min-width: 50px;
  margin-right: 10px;
}

.stepflexlist .step_text {
  width: calc(100% - 60px);
}

@media screen and (max-width: 1019px){
  p,a{
    word-break: break-word !important;
  }
}

.box-conversion {
  width: 100%;
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box-conversion__btn-title {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.4;
}
.conversion__btn {
  margin-top: 10px;
}
.conversion__btn a {
  color: #0071cd !important;
}

@media screen and (max-width: 1019px) {
  .box-conversion {
    padding: 40px 20px;
  }
  .conversion__btn {
    max-width: 500px;
    margin: 10px auto 0;
  }
}


