html {
    height: 100%;
}
body {
    /* padding-top: 60px; */
    color: #555;
    -webkit-text-size-adjust: 100%;
    font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","YuGothic","Yu Gothic","游ゴシック","メイリオ","Meiryo",erdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-weight: bold;
    font-size: 1.5rem;

    margin: 0;
    padding: 0;
    height: 100%;
}
::placeholder {
    color: rgb(206, 203, 210) !important;
    font-weight: 600;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
    color: rgb(206, 203, 210) !important;
    font-weight: 600;
}
/* IE対応 */
:-ms-input-placeholder {
    color: rgb(206, 203, 210) !important;
    font-weight: 600;
}
input:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus::-ms-input-placeholder {
	color: transparent !important;
}
input:focus::placeholder {
	color: transparent !important;
}
div.top-sujest {
    text-align: center;
    height: 70px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 28px;
    margin-bottom: 24px;
}
div.top-sujest h5 {
    color: #4394d0;
    font-size: 2.6rem;
    margin-bottom: 50px;
    margin-left: 50px;
    display: inline-block;
    position: relative;
    border-bottom: #7cb4de 5px solid;
    font-weight: bold;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}
div.top-sujest h5:before {
    position: absolute;
    content: " ";
    background: url(../files/images/point_pages_h2.png);
    left: -40px;
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
}

.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}
  
.bootstrapWizard a:hover,.bootstrapWizard a:active,.bootstrapWizard a:focus {
    text-decoration: none
}
  
.bootstrapWizard li {
    display: block;
    float: left;
    width: 20%;
    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: 22px;
    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: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E
}
  
.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: 400;
    position: relative;
    top: -1.5px
}
  
.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: #19df0c;
    color: #fff;
    font-weight: 700;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E
}
  
.bootstrapWizard li.complete .title,.bootstrapWizard li.active .title {
    color: #2B3D53
}
  
.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%
}
div.wide-area, div.small-area {
    /* box-shadow: 5px 10px 20px rgb(0 0 0 / 25%); */
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.wizard-actions li {
    display: inline
}
  
.tab-content.transparent {
    background-color: transparent;
}
.data {
    margin-top: 12px;
}
.step-flow {
    margin-bottom: 3rem;
}
#slc-top {
    /* background-color: #191881!important; */
    background-image: linear-gradient(to right, #393b99 0%, #3083c5 100%);
}
.btn_inqurieform {
    text-align: center;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 60px;
    /* box-shadow: 5px 5px 0px rgb(0 0 0 / 20%); */
    font-size: 1rem;
    font-weight: bold;
    color: #4394d0;
    transition: all 0.2s;
}
.btn_inqurieform img {
    width: 20%;
}
h2.category {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0.6rem 1rem;
    /* -webkit-transform: skew(-15deg); */
    /* transform: skew(-15deg); */
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#393b99), to(#3083c5));
    background-image: -webkit-linear-gradient(left, #393b99 0%, #3083c5 100%);
    background-image: linear-gradient(to right, #393b99 0%, #3083c5 100%);
}
div.form-row label {
    font-size: 1.2rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 0.5rem;
    background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
div.form-row span {
    color: #808080;
    font-size: 0.6rem;
    margin-left: 16px;
}
footer.slc-footer {
    /* background-color: #191881!important; */
    background-image: linear-gradient(to right, #393b99 0%, #3083c5 100%);
    position: sticky;
    top: 100vh;
    width: 100%;
}

footer a {
    color: #fff!important;
    font-weight: 700;
    font-size: 1rem !important;
}

.btn-next {
    font-weight: 700;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}

.personal {
    border-color: #337ab7;
}
.panel {
    position: relative;
    z-index: 1;
    margin: -40px auto 40px;
    max-width: 1200px;
    margin-top: 20px;
}
.panel {
    position: relative;
    z-index: 1;
    margin: -40px auto 40px;
    max-width: 1200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    width: 100%;
}
.panel-body {
    padding: 15px;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-heading {
    padding: 4px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

}
.personal-nav {
    font-size: 15px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    font-size: 1rem;
}
.nav > .active, .panel-heading {
    font-weight: bold;
}
.panel-body {
    color: #000;
}
.nav > .active, .panel-heading {
    font-weight: bold;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-pills > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
    padding: 8px;
    font-size: 1rem;
}
pre {
    /* font-size: 13px; */
    color: #000;
    background-color: #fff;
    height: 480px;
    white-space: pre-wrap;
    overflow: auto;
    font: inherit;
    font-size: 0.8rem;
}
.personal-h5 {
    font-size: 1.2rem;
    line-height: 1.25;
    margin-bottom: 12px;
    font-weight: 700;
}
h6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 4px;
}
ol {
    list-style: decimal;
    padding-left: 25px;
}
.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.checkbox label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.panel-footer {
    padding: 2px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.required-item {
    color: #eb7a58;
    margin-bottom: 1rem;
}
button {
    box-shadow: 5px 5px 5px rgb(0 0 0 / 20%);
    margin-bottom: 4px;
}
.return-page {
    font-size: 0.8rem;
    margin-bottom: 1rem;
    width: 100%;
    margin-left: 30px;
    margin-top: 6px;
}
.error-area {
    width: 80%;
    margin-bottom: 16px;
}
.error-area ul {
    border: 4px solid #ff0000;
    position: relative;
    border-radius:8px;
}
.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #dc3545;
    display: block;
}
.error-border {
    border: 2px solid #eb034e !important;
}
.error-area li {
    border: 0px;
    font-size: 1rem;
    background-color: #fafad2;
    color: #ff0000;
}
div.book-row img {
    margin: 0 auto;
    /* max-width: 50%; */
}
div.book-row h5 {
    text-align: center;
}

div.book-row table {
    font-size: 0.7rem;
}
.next_product {
    display: none;
}
div.ui-datepicker {
    font-size: 1.2rem !important;
}
.btn-delete {
    background-color: #ed091e;
    border-color: #ed091e;
    font-weight: 700;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    letter-spacing: 0.4em;
}
.btn-delete:hover {
    background-color: #ed091eb0;
    border-color: #ed091e;
}
span.required {
    color: #f5370c !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-left: 0px !important;
}
@media screen and (max-width: 991px) {
    div.book-row img {
        max-width: 36%;
    }
    div.top-sujest h5 {
        font-size: 1.6rem !important;
    }
}
@media screen and (max-width: 767px) {
    .btn_inqurieform {
        font-size: 0.4rem;
    }
    .link-guidance {
        margin-top: 5px;
    }
    .bootstrapWizard li .title {
        font-size: 0.6rem;
    }
    .nav > li {
        font-size: 0.6rem;
    }
    .personal-h5 {
        font-size: 0.8rem;
    }
    pre {
        font-size: 0.6rem;
    }
    .error-area li {
        font-size: 0.6rem;
    }
    div.book-row img {
        max-width: 28%;
    }
    div.top-sujest h5 {
        font-size: 1.6rem !important;
    }
}
@media screen and (max-width: 380px) {
    div.top-sujest h5 {
        font-size: 1.2rem !important;
    }
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e9edf1db!important;;
    opacity: 0.8;
    z-index: 9999;
}
  
#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background-image: url(../files/images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.btn-back {
    width: 100%;
    color: #fff;
    background-color: #2769a9;
    border-color: #2769a9;
    font-weight: 700;
    height: 50px;
    margin-top: 20px;
}
.btn-back:hover {
    background-color: #073b6c;
    border-color: #073b6c;
}
