html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 0px;
  margin-bottom: 30px;
  font-family: 'Hiragino Kaku Gothic ProN', '\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:5px;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/*
h4.title {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 17px;
    padding: 9px 8px 9px 8px;
    border-radius: 3px;
    background: #606060;
    font-size: 100%;
    line-height: 1.4;
}
h4.title span {
    display: block;
    padding: 3px 0 1px 15px;
    _padding: 5px 0 0 10px;
    position: relative;
    color:#f0f0f0;
}
h4.title span:before {
    content: '●';
    display: block;
    position: absolute;
    background: #f0f0f0;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
}
*/
.label-optionally {
    display:inline-block;
    color:#ffffff;
    background-color:#4040DD;
    font-size:80%;
    padding:2px 5px;
}
.label-required {
    display:inline-block;
    color:#ffffff;
    background-color:#DD0000;
    font-size:80%;
    padding:2px 5px;
}

.panel-heading {
    cursor: pointer;
}
 .accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\E113";
    float: right;
    color: white;
}
 .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\E114";
    float: right;
    color: white;
}

#titleId {
	display: inline-block;
}

#data-list th{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	border-color:#e7e7e7;
}

input[type=checkbox] {
    margin: 0 0 3px 2px;
    line-height: normal;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* datepicker ヘッダーずれ対応用 */
.datepicker {
    margin: 25px 0;
}

/* ifrm スクロール対応 */
.ifrm-container {
  padding: 0 20px;
  width:100%;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}
.ifrm {
  width:100%;
  height:100%;
  display:block;
  background-color: #EEE;
}
/* ifrm スクロール対応 */

/* パンくず対応 */
/* step_nav */
#step_nav table {
  width: 100%;
  border-collapse: separate;
}

#step_nav table td {
  padding: 3px;
  text-align: center;
}

#step_nav table td.step {
  border: solid 3px #2146a6;
  /*border*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  color: #2146a6;
}

#step_nav table td.step.current {
  background-color: #2146a6;
  color: #FFF;
}

#step_nav table td.step.currentflow {
  background-color: #2146a6;
  color: #FFF;
  width: 50%;
}

#step_nav table td.step.notcurrentflow {
  width: 10%;
}

#step_nav table td.arrow {
  width: 3%;
}

@media screen and (max-width: 896px) {
  #step_nav table td.step {
    padding: 5px;
    font-size: 1.0em;
  }
}

#step_nav .container {
  margin-right: 5px;
  margin-left: 5px;
}

/* パンくず対応 */

/* 住所ラベル */
.address-text-area.address-blank {
  border-bottom: 2px solid #ff3939;
  background-color: #ffe4cb;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  padding: 1rem;
}

.address-text-area {
  border-bottom: 2px solid #9999;
}
/* 住所ラベル */

/* 調整用 Start */
a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.navbar-header a:hover,.navbar-nav a:hover{
  text-decoration: none;
}

.hidden {
    display: none !important;
}

.form-control::placeholder {
  color: #999 !important;
}

/* 調整用 End */
.has-error .form-control {
    border-color: #a94442;
    background-color :rgb(255,200,200);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .checkbox label {
    border-color: #a94442;
    background-color :rgb(255,200,200);
}
.has-error label.radio-inline {
    border-color: #a94442;
    background-color :rgb(255,200,200);
}

.form-group .form-inline .form-group{
    margin-right: 15px;
    margin-left: 15px;
}

@media (min-width: 768px) {
    .form-group .form-inline .form-group{
        margin-right: 0px;
        margin-left: 0px;
    }
}
.has-error .form-control {
    border-color: #ff3939;
    background-color: #ffe4cb;
    /* background-color :#fff6b2; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus {
  border-color: #ff3939;
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;*/
}
.has-error .checkbox label {
    border-color: #a94442;
    background-color: #fbf4c2;
    /* background-color :rgb(255,200,200); */
}
.has-error label.radio-inline {
    border-color: #a94442;
    background-color: #fbf4c2;
    /* background-color :rgb(255,200,200); */
}
.has-error select {
    border-color: #a94442;
    background-color: #ffe4cb;
    /* background-color: #fbf4c2; */
    /* background-color :rgb(255,200,200); */
}
.form-group .form-inline .form-group{
    margin-right: 15px;
    margin-left: 15px;
}
.btn-gray {
    color: #444;
    background-color: #BDBDBD;
    border-color: #EDEDED;
}
.btn-gray:hover {
    color: #444;
    background-color: #9E9E9E;
    border-color: #B0BEC5;
}
.btn-danger {
    background-color: #DD2C00;
    /*background-color: rgb(255,200,200);*/
}
.btn-bluegray {
    color: #fff;
    background-color: #3d6a7f;
    border-color: #EDEDED;
}
.btn-bluegray:hover {
    color: #fff;
    /*opacity: 0.8;
    background-color: #607D8B;*/
    border-color: #666;
    filter: brightness(80%);
}
.btn-bluegray:visited {
    color: #fff;
    background-color: #607D8B;
    border-color: #EDEDED;
}

.btn-blue {
    color: #fff;
    background-color: #2146a6;
    border-color: #EDEDED;
}
.btn-blue:hover {
    color: #fff;
    /*opacity: 0.8;
    background-color: #607D8B;*/
    border-color: #666;
    filter: brightness(80%);
}
.btn-blue:visited {
    color: #fff;
    background-color: #0366b5;
    border-color: #EDEDED;
}

.btn-dark {
    color: #fff;
    background-color: #444;
    border-color: #EDEDED;
}
.btn-dark:hover {
    color: #fff;
    /*opacity: 0.8;
    background-color: #607D8B;*/
    border-color: #666;
    filter: brightness(80%);
}
.btn-dark:visited {
    color: #fff;
    background-color: #607D8B;
    border-color: #EDEDED;
}

.btn-orange {
    color: #fff;
    background-color:rgb(255, 174, 0);
    border-color: #EDEDED;
}
.btn-orange:hover {
    color: #fff;
    /*opacity: 0.8;
    background-color: #607D8B;*/
    border-color: #666;
    filter: brightness(80%);
}
.btn-orange:visited {
    color: #fff;
    background-color: #607D8B;
    border-color: #EDEDED;
}

.btn-indigo {
    border:1px solid #5c5c83;
    /*-webkit-border-radius: 3px;
    -moz-border-radius: 3px;border-radius: 3px;
    font-size:12px;font-family:arial, helvetica, sans-serif;
    padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
    /*font-weight:bold;*/
    color: #FFFFFF;
     background-color: #7878A0; background-image: -webkit-gradient(linear, left top, left bottom, from(#7878A0), to(#5f5f86));
     background-image: -webkit-linear-gradient(top, #7878A0, #5f5f86);
     background-image: -moz-linear-gradient(top, #7878A0, #5f5f86);
     background-image: -ms-linear-gradient(top, #7878A0, #5f5f86);
     background-image: -o-linear-gradient(top, #7878A0, #5f5f86);
     background-image: linear-gradient(to bottom, #7878A0, #5f5f86);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#7878A0, endColorstr=#5f5f86);
    }
    .btn-indigo:hover {
    border:1px solid #4a4a68;
    color: #FFF;
     background-color: #5f5f86; background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f86), to(#4a4a68));
     background-image: -webkit-linear-gradient(top, #5f5f86, #4a4a68);
     background-image: -moz-linear-gradient(top, #5f5f86, #4a4a68);
     background-image: -ms-linear-gradient(top, #5f5f86, #4a4a68);
     background-image: -o-linear-gradient(top, #5f5f86, #4a4a68);
     background-image: linear-gradient(to bottom, #5f5f86, #4a4a68);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#5f5f86, endColorstr=#4a4a68);
        /*color: #fff;
        border-color: #666;
        filter: brightness(80%);*/
    }
    .btn-indigo:visited {
        color: #fff;
        background-color: #607D8B;
        border-color: #EDEDED;
    }

@media (min-width: 768px) {
    .form-group .form-inline .form-group{
        margin-right: 0px;
        margin-left: 0px;
    }
}
.btn {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}
.table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}
.table th {
    /*background-color: #EEE;*/
    /*text-align: center;*/
    display: table-cell;
    vertical-align: middle;
}

#resultTableFixed tr th,#resultTableFixed tr td{
    padding: 7px;
}
.form-control {
    border: solid 1px #a9a9a9;
    height: 40px;
    padding: 10px 12px;
    color: #000;
}

.btn.disabled, .btn-danger[disabled] {
    /*opacity: 1.0;
    background-color: rgb(255,200,200);*/
border:1px solid #89b3e9;
 /*-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);*/
 font-weight:bold; color: #FFFFFF;
 background-color: rgb(184, 199, 242); background-image: -webkit-gradient(linear, left top, left bottom, from(#b8f2df), to(#9b96ec));
 background-image: -webkit-linear-gradient(top, #b8f2df, #9b96ec);
 background-image: -moz-linear-gradient(top, #b8f2df, #9b96ec);
 background-image: -ms-linear-gradient(top, #b8f2df, #9b96ec);
 background-image: -o-linear-gradient(top, #b8f2df, #9b96ec);
 background-image: linear-gradient(to bottom, #b8f2df, #9b96ec);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b8f2df, endColorstr=#9b96ec);
}

.btn-bluegray[disabled] {
    border:1px solid rgb(109, 109, 109);
    font-weight:bold; color: #FFFFFF;
    background-color: rgb(160, 160, 160);
}

.btn.disabled:focus {
border:1px solid #628be2;
 background-color: #62c4e2; background-image: -webkit-gradient(linear, left top, left bottom, from(#62c4e2), to(#8f6be4));
 background-image: -webkit-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -moz-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -ms-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -o-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: linear-gradient(to bottom, #62c4e2, #8f6be4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#62c4e2, endColorstr=#8f6be4);
}

.btn.disabled:hover {
border:1px solid #628be2;
 background-color: #62c4e2; background-image: -webkit-gradient(linear, left top, left bottom, from(#62c4e2), to(#8f6be4));
 background-image: -webkit-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -moz-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -ms-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: -o-linear-gradient(top, #62c4e2, #8f6be4);
 background-image: linear-gradient(to bottom, #62c4e2, #8f6be4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#62c4e2, endColorstr=#8f6be4);
}

.btn#otherItemBtn, .btn#otherItemBtn:hover { 
    background-color: #C5E1A5;
    border-color:transparent;
    height: 65px;
    width:200px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 0px;
  /*margin-bottom: 30px;*/
  font-size: 14px;
  /*background-color: #FFF;*/
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "\6E38\30B4\30B7\30C3\30AF" , "Yu Gothic" , "\6E38\30B4\30B7\30C3\30AF\4F53" , "YuGothic" , "\30D2\30E9\30AE\30CE\89D2\30B4     Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "\30E1\30A4\30EA\30AA" , Meiryo , "\FF2D\FF33     \FF30\30B4\30B7\30C3\30AF" , "MS PGothic" , sans-serif;
}
.container {
    background-color: #FFF;
    margin-top: 25px;
    padding-right: 0;
    padding-left: 0;
}
p {
    font-size: 14px;
}
/*input[type="text"], input[type="number"], input[type="tel"], select{
color: #000000;
}*/

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:5px;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
h3.title {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 18px 8px 15px 16px;
    border-radius: 3px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 180%;
    line-height: 1.4;
    padding: 0.5em;/*文字周りの余白*/
    color: #ffffff;/*文字色*/
    background: #363CB3;/*背景色*/
    border-bottom: solid 3px #000000;/*下線*/
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* h3.title span {
    color: #ff3c00;
    font-size: 135%;
    font-weight: 800;
} */

h4.title {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-right: 6px;
    margin-left: 7px;
    padding: 5px 5px 5px 5px;
    font-size: 150%;
    line-height: 1.4;
    letter-spacing: .012em;
    border-bottom: 1px solid #363CB3;
    border-left: 10px solid #363CB3;
    text-align: left;
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

h4:before {
    content: '\25CF';
    color: white;
    margin-right: 8px;
    margin-top: 1px;
    display: block;
    position: absolute;
}

h4.modal-title:before {
    content: none;
}

h4.title span {
    display: block;
    padding: 3px 0 1px 18px;
    _padding: 5px 0 0 10px;
    position: relative;
}

h4.title span.label-optionally {
    /*display:inline-block;*/
    color:#ffffff;
    /*background-color:#00B8D4;*/
    background-color:#708AA3;
    font-size:90%;
    padding:3px 8px;
    margin-left: 15px;
}
h4.title span.label-required {
    /*display:inline-block;*/
    color:#ffffff;
    background-color:#EF5A4F;
    font-size:90%;
    padding:3px 8px;
    margin-left: 15px;
}
.label-optionally-for-row {
    display:inline-block;
    color:#ffffff;
    /*background-color:#00B8D4;*/
    background-color:#708AA3;
    font-size:90%;
    padding:3px 8px;
}
.label-required-for-row {
    display:inline-block;
    color:#ffffff;
    background-color:#EF5A4F;
    font-size:90%;
    padding:3px 8px;
}
.btn-ad {
    padding: 5px 10px; 
    font-size: 16px; 
    /*line-height: 1.3333333; */
    height: 65px;
    width: 215px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    border-radius: 100px;
}
.btn-ad > span:nth-of-type(2) > div:first-child {
    margin-top: 13px;
}
.btn-ad > span:nth-of-type(2) > div:nth-of-type(2) > p {
    display:inline-block;
    text-align:left;
    font-size: 16px;
}
.button-area {
    margin-top: 60px;
    text-align: center;
}
.strong {
    font-weight: bold;
}
.note {
    color: #004464;
    font-weight: 500;
}
.important {
    color: red;
    font-weight: 500;
}
.sign {
    padding-left: 15px;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.text-parent-element {
    padding-right: 0;
    padding-left: 0;
}
/*.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}*/
.no-gutter {
    padding-right:0;
    padding-left:0;
}
.row .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
tr th:nth-of-type(2) {
    text-align: center;
    display: table-cell;
    vertical-align: inherit;
}
.with-errors {
    display: inline;
}
.is-active {
  box-shadow: 0 20px 5px -10px rgba(#000, 0.4);
  transform: translateY(10px);
  border: solid3px #000;
}

.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.block {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*住所選択のモーダル*/
.addressTr:hover td {
    background-color: #CCC;
    cursor: pointer;
}
/*同意画面チェックボックス*/
.checkbox1 {
  display: none;
  color: #708AA3;
}
.checkbox1 ~ .checkbox-icon {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox1 ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F584";
  /*font-family: "Ionicons";*/
    color: #ccc;
    font-size: 22px;
    font-weight: bolder;
}
.checkbox1:checked ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F271";
    color: #17bcdf;
    font-size: 22px;
    font-weight: 10em;
    margin-right: 0px;
}
/*その他チェックボックス*/
.checkbox2 {
  display: none;
  color: #708AA3;
}
.checkbox2 ~ .checkbox-icon {
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox2 ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F584";
  /*font-family: "Ionicons";*/
    color: #ccc;
    font-size: 22px;
    font-weight: bolder;
}
.checkbox2:checked ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F271";
    color: #17bcdf;
    font-size: 22px;
    font-weight: 10em;
    margin-right: 0px;
}
.table-control {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border-bottom: 4px solid #CCC;
}
.switchableBtn .ng {
    display: none;
}
.disabled .ng {
    display: block;
}
.disabled .ok {
    display: none;
}
.menu-btn {
    background-color: #FFB74D;
    margin: 10px auto;
    width: 280px;
    height: 70px;
    font-size: 130%;
    color: #263238;
}
.menu-btn:hover {
    background-color: #FFA726;
}
.searchItem {
    margin-left: 50px;
}

.table-no-border {
    border: none;
}
.table-no-border>tbody>tr>th {
    border: none;
    /*text-align: right;*/
}
.table-no-border>tbody>tr>td {
    border: none;
}
.table-no-deco>tbody>tr>td:last-child{
    padding-right: 13px;
    text-align: right;
}
/*
.table-no-deco>tbody>tr>td>p {
    font-size: 115%;
}
*/
.table-no-deco>tbody>tr>th{
    text-align: left;
    /*font-size: 115%;*/
}
.table-form>tbody>tr>th{
    text-align: left;
}
.th-deco {
    background-color: #DDD !important;
    text-align: center;
}
label>.label-required {
    margin-left: 10px;
}

.resultTable>tbody>tr>th{
    white-space: nowrap;
}
.resultTable>tbody>tr>td{
    white-space: nowrap;
}
.resultApplyTable>tbody>tr>th{
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 7px 0 7px !important;
    border: solid 1px #b9b9b9  !important;
}
.resultApplyTable>tbody>tr>td{
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 7px 0 7px !important;
    border: solid 1px #b9b9b9  !important;
}

.search-label {
    text-align: left !important;
    padding-right: 0;
}

/* navbar 全体の背景色とボーダーカラー */
.nav-tab {
    background-color: #8a3131;
}
    /* navbar テキストカラー */
.nav-tab > li > a {
    color: black;
}

.nav-tab .active > li > a {
    color: black;
}
    /* navbar hover,focus時のテキストカラー */
.nav-tab > li > a:hover,
.nav-tab > li > a:focus {
    color: #26534c;
    background-color: transparent;
}
    /* navbar active設定時のカラー */
.nav-tab >.active >a,
.nav-tab >.active >a:focus,
.nav-tab >.active >a:hover {
    color: #26534c;
    background-color: #c3ede7;
}

.subtitle {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 95%;
}

/*validate エラーボックス*/
#errorMessageBox {
    font-size: 80%;
    position: fixed;
    top: 60px;
    left: 10px;
    background: #ddd;
    padding: 5px 5px;
    z-index: 100;
    border: solid 1px #000;
    border-radius: 10px;
    opacity: 0;
    filter: alpha(opacity= 0);
    -ms-filter: "alpha( opacity= 0 )";
    -webkit-box-shadow: 3px 3px 12px 1px #aaa;
    box-shadow : 2px 2px 12px 1px #ccc; cursor: move
}

#errorMessageBox, #ErrorMessageBox .error {
   background: #fff;
   color: #d96c00;
   line-height: 1.7em;
}

#errorMessageBox p{
   margin-top:4px;
   margin-bottom: auto
}

.table-item-name-A {
    background-color: #b0c4de;
    text-align: left;
}

.result-table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.result-table>tbody>tr>th {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}

.result-table>tbody>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-left:1px solid #CCC;
}

.result-table>tbody>tr>td>p {
    font-size: 115%;
}

label:not(.glyphicon),label:not(.glyphicon-calendar), p {
    color: #666;
    letter-spacing: 0em;
}

body {
    /* background-color: #f2f2f2; */
    background-color: #FFF;
    font-family: myriad-pro, "Hiragino Kaku Gothic Pro", "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", メイリオ, Meiryo, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.01em;
}

a {
    color: #0070c9;
}

th {
    background-color: rgb(242, 242, 242);
    padding-bottom: 5px !important;
}

.cp_ipradio02 {
    width: 95%;
    margin: 2em auto;
    margin-left: 15px;
    margin-top:0;
    text-align: left;
}
@keyframes click-wave {
    0% {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 0.35;
    }
    100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0;
    }
}
.cp_ipradio02 .option-input {
    position: relative;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
    cursor: pointer;
    transition: all 0.15s ease-out 0s;
    color: #ffffff;
    border: none;
    outline: none;
    background: #ffb09a;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 1px !important;
}
.cp_ipradio02 .option-input:hover {
    background: #fa9277;
}

.cp_ipradio02 .option-input.done {
    background: #abc0b9;
}
.cp_ipradio02 .option-input:checked {
    background: #235ef8;
}
.cp_ipradio02 .option-input:checked::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\25CF';
    text-align: center;
}
.cp_ipradio02 .option-input:checked::after {
    position: relative;
    display: block;
    content: '';
    -webkit-animation: click-wave 0.45s;
    animation: click-wave 0.45s;
    background: #3cb0da;
    outline : none;
}
.cp_ipradio02 .option-input.radio {
    border-radius: 50%;
}
.cp_ipradio02 .option-input.radio::after {
    border-radius: 50%;
}
.cp_ipradio02 label {
    line-height: 40px;
    display: block;
}
.cp_ipradio02 .option-input:disabled {
    cursor: not-allowed;
    background: #b8b7b7;
}
.cp_ipradio02 .option-input:disabled::before {
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '\2716\FE0E';
    text-align: center;
}
.cp_ipradio02 .disabled {
    color: #9e9e9e;
}
.cp_ipradio02 input[type="radio"] {
    display: inline-block;
    outline : none;
}

.cp_ipradio02 label span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 7px;
}

.cp_ipradio02 label span.fullLabel {
    display: inline-block;
    width: 84%;
    vertical-align: middle;
    line-height: 130%;
    top: 7px;
}

.btn-main {
    background: linear-gradient(135deg, rgb(58, 79, 174) 0%,rgb(52, 63, 124) 100%);
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 40px 10px 55px;
    position: relative;
    outline: none;
    width: 100%;
    margin: 5px;
    height: 50px;
    font-weight: 600;
}

.btn-main:hover {
    border-color: #363CB3;
    background: #ffffff;
    color: #363CB3;
}

.btn-other {
    border-color: #2fa02c;
    background: linear-gradient(135deg, rgba(58,174,137,1) 0%,rgba(52,124,101,1) 100%);
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 40px 10px 55px;
    position: relative;
    outline: none;
    margin: 5px;
    width: 100%;
    height: 50px;
    font-weight: 600;
}

.btn-other:hover {
    border-color: #2fa02c;
    background: #ffffff;
    color: #2fa02c;
}

.btn-other:focus {
    border: #2fa02c;
    background: #ffffff;
    color: #2fa02c;
}

.btn-capital {
    border-color: #2fa02c;
    background: linear-gradient(135deg, rgba(58,174,137,1) 0%,rgba(52,124,101,1) 100%);
    color: #ffffff;
    margin-bottom: 7px;
}

.btn-capital:hover {
    border-color: #2fa02c;
    background: #ffffff;
    color: #2fa02c;
}

.btn-capital[disabled] {
    border: none;
    margin: 2px;
    margin-bottom: 9px;
    background: #698868;
    color: #b3b3b3;
}

.btn-capital2 {
    background: linear-gradient(135deg, rgb(58, 79, 174) 0%,rgb(52, 63, 124) 100%);
    color: #ffffff;
    margin-bottom: 7px;
}

.btn-capital2:hover {
    border-color: #363CB3;
    background: #ffffff;
    color: #363CB3;
}

.btn-capital2[disabled] {
    border: none;
    margin: 2px;
    margin-bottom: 9px;
    background: #9ea8cc;
    color: #4d4b4b;
}

.balloon-top {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 95%;
    color:#FFF;
    font-size: 14px;
    background: #4c4743;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
  }

.balloon-top:before {
    content: '';
    position: absolute; /* 位置固定 */
    top: -14px; /* 線幅の2倍 */
    left: 50%;
    margin-left: -14px; /* 線幅だけずらす */ 
    border-right: 14px solid transparent;/* 線幅の設定 */
    border-bottom: 14px solid #4c4743;
    border-left: 14px solid transparent;
    border-top-color: #4c4743; /* 吹き出しの地と同じ色 */
  }

.btn-round {
    border: 2px solid #FFF;
    background: linear-gradient(135deg, rgb(58, 79, 174) 0%,rgb(52, 63, 124) 100%);
    color: #ffffff;
    border-radius: 50%;
}

.btn-round:hover {
    border: 2px solid #363CB3;
    background: #ffffff;
    color: #363CB3;
}

.refine-area {
    border: 2px dashed #363CB3;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    background: #e8edff;
}

.btn-refine {
    margin-right: 8px;
    background: #FFF;
    color: #466481;
    border: 1px solid #466481;
    padding: 6px 13px 6px 13px;
    border-radius: 6px;
}

.btn-refine:hover {
    background: rgb(235, 231, 231);
    color: #5f809e;
}

.btn-refine:focus {
    background: rgb(235, 231, 231);
    color: #5f809e;
}

.table>tbody>tr>td {
    border: none;
    padding-right:0;
}

.selectableTable>tbody>tr>td {
    border-top: 1px solid #ddd;
}

.btn-impact {
    color: #fff;
    background-color: #ff3c00;
    border-color: #EDEDED;
    width: 310px;
    height: 75px;
}

.btn-impact:hover {
    color: #fff;
    background-color: #c22802;
    border-color: #EDEDED;
}

.modalTable {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ddd;
}

.modalTable>tbody>tr>td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}

#businessBtn {
    width: 280px;
    height: 40px;
    border-radius: 12px;
    background: #d4e0ec;
}

.checkbox-inline, .radio-inline {
    font-weight: 700 !important;
}

.has-error .checkbox-inline {
    color: #666;
}

.checbox-ng {
    color: #bcbaba !important;
}

.checbox-ng .checkbox1 ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F584";
    color: #ccc;
    font-size: 22px;
}

.checkbox1:required ~ .checkbox-icon:before {
    color: #f8685e;
}

.checkbox1:checked ~ .checkbox-icon:before {
    color: #17bcdf;
}

.checbox-ng .checkbox1:required ~ .checkbox-icon:before {
    color: #ccc;
}

.checbox-ng .checkbox2 ~ .checkbox-icon:before {
    font-family: bootstrap-icons;
    content: "\F584";
    color: #ccc;
    font-size: 22px;
}

.checkbox2:required ~ .checkbox-icon:before {
    color: #f8685e;
}

.checkbox2:checked ~ .checkbox-icon:before {
    color: #17bcdf;
}

.checbox-ng .checkbox2:required ~ .checkbox-icon:before {
    color: #ccc;
}

.agreeCheck:required ~ .checkbox-icon:before {
    color: #ccc;
}

.agreeCheck:checked ~ .checkbox-icon:before {
    color: #17bcdf;
}

.btn-back {
    padding: 5px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background: #424242;
    color: #d7dfdd;
}

.btn-back:hover {
    background-color: #969696;
    color: #fdfdfd;
}

.btn-back:focus {
    background-color: #969696;
    color: #fdfdfd;
}

.example-label {
    margin-left: 7px;
    font-size: 90%;
    font-weight: normal;
    color: #878787;
}

#addressText {
    margin-bottom: 10px;
    margin-left: 13px;
    padding: 19px;
    background: #958ffe;
    border-radius: 10px;
    color: #4d4d4d;
    font-weight: bold;
}

.suggest {
    position: absolute;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #CCCCFF;
    width: 92%;
    margin-left:1px;
    z-index: 1000 !important;
    padding: 0 !important;
}
.suggest div {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px;
    cursor: pointer;
}
.suggest div.select{ /* キー上下で選択した場合のスタイル */
    color: #FFFFFF;
    background-color: #3366FF;
}
.suggest div.over{ /* マウスオーバ時のスタイル */
    background-color: #99CCFF;
}

/* 規約確認開閉対応 */
.collapsed a{
    cursor: pointer;
}

.collapsed a:hover {
    text-decoration: none;
}
/* 規約確認開閉対応 */

/* 案内文 */
.tableLeftLine {
    width:1%;
    padding: 0px !important;
}
/* 案内文 */
/* 各画面注意文 */
.caution-area {
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right:8px;
    margin-left:8px;
    border: 1px solid red;
    padding: 16px;
}
/* 各画面注意文 */

/* 項目注意文 */
.caution-item-area {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right:auto;
    margin-left:auto;
    border: 1px solid red;
    padding: 12px;
}
/* 項目注意文 */

/* モード選択画面用 */
.btn-circle-fishyA {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
    transition: .4s;
    border: 0;
}
  
.btn-circle-fishyA:hover {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.btn-circle-fishyA:focus {
    outline:0;
}

.btn-circle-fishyB {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    background-image: linear-gradient(45deg, #70ff7c 0%, #91bcfd 100%);
    transition: .4s;
    border: 0;
}
  
.btn-circle-fishyB:hover {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.btn-circle-fishyB:focus {
    outline:0;
}
/* モード選択画面用 */
/**/



/* カード選択 ラジオボタン */
.selectradio {
    list-style: none;
    margin: 0;
    padding: 0; 
}
.selectradio .selectradio-item {
    margin: 5px 0;
    padding: 0; 
}
.selectradio input[type="radio"] {
    display: none; 
}
.selectradio input[type="radio"]:checked ~ label {
    background: #C0E8FF;
    color: #333333;
    border: 2px solid #28A7E1; 
}

.selectradio .selectradio-label:hover {
    background: #C0E8FF;
    color: #333333;
    border: 2px solid #28A7E1; 
}

.selectradio .selectradio-label {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    padding: 0 5px;
    cursor: pointer;
    color: #333333;
    border: 2px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    background: #EEFECD;
    transition: 0.5s;
    border-radius: 4px; 
}
/**/

/* ログインボタン */
.btn-create-staff {
    background-color:#5b738d;
    border-color:#5b738d;
    color:#fff;
}

.btn-create-staff:focus, .btn-create-staff:hover {
    background-color:#47596d; 
    border-color:#47596d; 
    color:#fff;
}
/**/

/* 申込サイト ボタンデザイン */
.btn-flat-border-back {
    text-decoration: none;
    color: #363CB3;
    border: solid 2px #363CB3;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 65px;
    width: 215px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-size: 130%;
}

.btn-flat-border-front {
    background: #363CB3;
    text-decoration: none;
    color: white;
    border: solid 2px #363CB3;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 65px;
    width: 300px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-size: 130%;
}

.btn-flat-border-front.disabled {
    text-decoration: none;
    background-color: #ffdcd9;
    color: #f33232;
    border: solid 2px #f33232;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 65px;
    width: 300px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-size: 130%;
}

.btn-flat-border-front-nav {
    background: #363CB3;
    text-decoration: none;
    color: white;
    border: solid 2px #363CB3;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 65px;
    width: 280px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-size: 130%;
}

.btn-flat-border-head-right {
    background: white;
    text-decoration: none;
    color: #363CB3;
    border: solid 2px #363CB3;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 44px;
    width: 160px;
    font-size: 80%;
    float: right;
}

.btn-flat-address {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: #363CB3;
    border: solid 2px #363CB3;
    border-radius: 3px;
    transition: .4s;
    padding: 5px 10px;
    height: 40px;
    width: 110px;
    margin-right: 15px;
    margin-left: 15px;
    display: inline-block;
    font-size: 110%;
    margin: 0px 0px 0px 10px;
}

.btn-flat {
    -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    display: table-cell;
    vertical-align: middle;
}

.btn-flat-border-front .ng .glyphicon {
    margin-top: 13px;
}

.applyTabled .form-group{
    margin-top: 10px;
    margin-bottom: 10px;
}

.marginTelFirst{
    margin-right: 0px !important;
}
.marginTel{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.bankGuide th{
    text-align: center;
    display: table-cell;
}

.searchApplyDate {
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-applyDetail{
    background: white !important;
    text-decoration: none !important;
    color: #363CB3 !important;
    border: solid 2px #363CB3 !important;
    border-radius: 3px !important;
    font-size: 100% !important;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 3px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    margin: 5px !important;
    padding: 8px !important;
}

.btn-applyDetail-right{
    float: right;
}


.btn-applyDetail:hover{
    background: #363CB3 !important;
    color: white !important;
    border: solid 2px #363CB3 !important;
}
.margin-rl-less{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.caution-area span{
    display: inline-block;
}
.reviewArea{
    border: 2px dashed #363CB3;
    width: 75%;
    margin: 20px auto 20px auto;
    background: #e8edff;
}
.reviewArea p{
    margin: 20px 10px 20px 10px;
    font-size:16px;
    font-weight:bold;
}
.reviewStatusArea{
    font-size: 200%;
    color: #DD2C00;
}

.btn_tbl{
    border: 1px solid transparent;
    border-color: black;
    font-weight: 400;
    outline: none;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    width: 60px;
}

.btn_tbl_fix{
    border: 1px solid transparent;
    border-color: black;
    font-weight: 400;
    outline: none;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
}

.btn_availableBank{
    border: 1px solid transparent;
    font-weight: 600;
    outline: none;
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    width: 100%;
    height: 60px;
}

.edit_h4 span{
    width: 80%;
}

.mail-info-area {
    border: 2px dashed #363CB3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
    background: #e8edff;
}


/*エラーハイライト対応*/
.error-highlight .form-control {
    border-color: #ff3939;
    background-color: #ffe4cb;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.error-highlight .form-control:focus {
    border-color: #ff3939;
}

.error-highlight .checkbox label {
    border-color: #a94442;
    background-color: #fbf4c2;
}

.error-highlight label.radio-inline {
    border-color: #a94442;
    background-color: #fbf4c2;
}

.error-highlight select {
    border-color: #a94442;
    background-color: #fbf4c2;
}
/*エラーハイライト対応*/

/* size setting Start */

@media (min-width: 768px) {
    .comhTitle{
        font-size: 170%;
    }
    .btn-flat-menu{
        width: 325px;
    }
    .cardImage{
        width: 292px;
        height: 184px;
    }

    .mail-info-area {
        width: 70%;
    }
    
}
@media (max-width: 767px) and (min-width: 545px)  {
    .comhTitle{
        font-size: 150%;
    }
    .btn-flat-menu{
        width: 250px;
    }
    .cardImage{
        width: 292px;
        height: 184px;
    }

    .form-searchCondition{
        margin-left: 20px;
        margin-right: 20px;
    }
    .form-marginBottom{
        margin-bottom: 3px;
    }
    .resultApplyTable{
        margin-left: 5px;
    }
    .resultApplyPaging{
        margin-right: 5px;
    }

    .mail-info-area {
        width: 95%;
    }
}
@media (max-width: 544px) {
    .comhTitle{
        font-size: 90%;
    }
    .btn-flat-menu{
        width: 250px;
    }
    .cardImage{
        width: 248px;
        height: 156px;
    }
    .margin-rl-less-sm{
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .table {
        width: 90%
    }

    .form-searchCondition{
        margin-left: 20px;
        margin-right: 20px;
    }
    .form-marginBottom{
        margin-bottom: 3px;
    }
    .resultApplyTable{
        margin-left: 5px;
    }
    .resultApplyPaging{
        margin-right: 5px;
    }
    .btn-flat-border-back,.btn-flat-border-front,.btn-flat-border-front.disabled,.btn-flat-border-front-nav {
        font-size: 110% !important;
    }
    .btn-flat-border-front,.btn-flat-border-front.disabled {
        width: 225px;
    }

    .mail-info-area {
        width: 95%;
    }

}
/* size setting End */

/* 二次元コード関連 */
.qrResultT .hilight{
    background-color: #ffcaca;
  }
  
  #edit-area th {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #81BEF7;
    color: #000;
    border-color: #e7e7e7;
  }
/* 二次元コード関連 */

/* 受付実績関連 */
.download-calendar{
	width:643px;
}
.download-calendar th{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000066;
	width:100px;
	color:#fff;
	border-color:#dfdfdf;
}
.download-calendar td{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	height : 70px;
}
.download-calendar td div.count{
	font-size:14px;
	color:#777777;
}

.download-calendar td div.day{
	font-size:16px;
	font-weight:bold;
}
/* 受付実績関連 */

/* 金融機関関連 */
.space-adjustment {
    margin-top: 6px;
}

.bankTable th {
    background-color: #a9b4da;
}

.bankTable th label {
    color: #000000 !important;
    padding-left: 0;
}

.alert-danger p {
    color: #a94442 !important;
}

.resultTable>tbody>tr>th{
    white-space: nowrap;
}
.resultTable>tbody>tr>td{
white-space: nowrap;
}

.postCd3{
    width: 90px;
}
.postCdHyhn{
    width: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.postCd4{
    width: 110px;
}
.btn_mode{
    font-size: 12px;
}/* step Start */
.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}
.bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0
}
.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1
}
.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%
}
.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%
}
.bootstrapWizard li.complete .step {
    background: #04774d;
    border: 3px solid #000000
}
.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all .1s linear 0s
}
.bootstrapWizard li.active .step,.bootstrapWizard li.active.complete .step {
    background: #036292;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #000000
}
.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53
}
.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 14px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: -55px;
    word-wrap: break-word;
    z-index: 104;
    white-space: nowrap;
    font-weight: bold;
}
@media (max-width: 767px) {
    .bootstrapWizard .passive .title{
        display: none;
    }   
}
/* step End */

/* default CSS Start */
@media (min-width: 1024px) {
    .applyTable{
        background-color:#E5F3FA !important;
    }
    .applyTableh{
        width:30%;
        display: table-cell !important;
        vertical-align: middle !important;
    }
    .applyTabled{
        width:70%;
        display: table-cell !important;
    }
    
     .qrImage {
        width:20%;
    }
}
@media (min-width: 768px) and (max-width:1024px) {
    .applyTable{
        background-color:#E5F3FA !important;
    }
    .applyTableh{
        width:30%;
        display: table-cell !important;
        vertical-align: middle !important;
    }
    .applyTabled{
        width:70%;
        display: table-cell !important;
    }
    
    input::placeholder {
       font-size: 12px;
    }
    
    .nationality {
       font-size: 12px;
    }
    
     .qrImage {
	  width:40%;
    }
}

@media (max-width: 767px) {
    .applyTable{
        position: relative;
        background-color:#E5F3FA !important;
        display: flex !important;
    }
    .applyTableh .req-label,.applyTableh .opt-label {
        text-decoration: underline;
        padding: 2px 2px 2px 10px;
    }
    
    input::placeholder {
       font-size: 10px;
    }
    
    .telNoGroup:not(#homePhoneKbn), .celNoGroup, .workTelNoGroup {
       font-size: 12px;
    }
    
    .identification, .residenceStatus {
       font-size: 12px;
    }
    
    .nationality {
       font-size: 12px;
    }
    
    .qrImage {
	  width:50%;
    }
}

.table_responsive {
border-collapse: collapse;
}
.table_responsive td,.table_responsive th {
display: block;
padding: 10px;
}
.table_responsive tr {
    border: 1px solid #ddd;
}

.req-icon {
    background: #c90125;
    color: #ffffff !important;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    padding: 2px;
    margin: 0;
    width: 40px;
    height: 24px;
}
.req-icon::before {
    content: "\5FC5\9808";
}
.req-label {
    color: #000000 !important;
    padding-left: 0;
}

.opt-icon {
    background: #1100ff;
    color: #ffffff !important;
    text-align: center;
    border-radius: 5px;
    font-weight: normal;
    padding: 2px;
    margin: 0;
    width: 40px;
    height: 24px;
}
.opt-icon::before {
    content: "\4EFB\610F";
}
.opt-label {
    color: #000000 !important;
    padding-left: 0;
}
.show-label {
    color: #000000 !important;
    padding-left: 0;
}
.btn_tbl,.btn_tbl:hover{
    background: #363CB3;
    color: #ffffff;
}
.btn_tbl:active{
    background: #ffffff;
    color: #363CB3;
}

.btn_tbl_fix,.btn_tbl_fix:hover{
    background: #dddddd;
    color: #363CB3;
}
.btn_tbl_fix:active{
    background: #363CB3;
    color: #dddddd;
}

.btn_availableBankColor{
    background: linear-gradient(135deg, rgb(58, 79, 174) 0%,rgb(52, 63, 124) 100%);
    color: #ffffff;
}
.btn_availableBankColor:hover{
    border-color: #363CB3;
    background: #ffffff;
    color: #363CB3;
}

.btn_availableBankOtherColor{
    border-color: #2fa02c;
    background: linear-gradient(135deg, rgba(58,174,137,1) 0%,rgba(52,124,101,1) 100%);
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .entry-card-area #cardLabel {
	    height:40px;
    }

    .entry-card-area #entryCardDescription {
	    height:120px;
    }
}

@media screen and (max-width: 767px) {
	.entry-card-area {
	    margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.campaignCode-area {
	    width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.cardStampNameChange-btn {
	    position:absolute;
	    margin-top:-6px;
	}
}

@media screen and (max-width: 767px) {
	.postCd-area {
	    margin-left: -10px!important;
	}
}

@media screen and (max-width: 767px) {
	.applyNext-area {
	    margin-top:0px!important;
	}
}

@media screen and (max-width: 767px) {
	.school-area {
	    width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.cardNameChange-area {
	    width: 95%;
	}
}

@media screen and (max-width: 767px) {
	.homeaddress-area {
	    font-size: 20.4px;
	}
}

/* default CSS End */

/*# sourceMappingURL=app.css.map*/