body {
    color: #707070;
}

.box-title {
    padding-top: 100px;
}

.box-title .title {
    font-size: 30px;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
}

.straight-line {
    width: 100px;
    height: 2px !important;
    background-color: #cfd8dc;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
}

.box-info {
    border: 1px solid #707070;
    padding: 20px;
    margin-bottom: 50px;
}

.title-form {
    font-size: 20px;
    text-align: center;
    padding: 20px
}

.form-group {
    border: none;
    font-size: 20px;
}

.form-group label {
    font-size: 16px !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem #FFA43B !important;
}

.form-control {
    font-size: 1.4rem;
}

select {
    height: 50px;
    background-image: none;
    font-size: 1.4rem !important;
    color: #707070 !important;
}

input {
    background-color: white !important;
    border: 1px solid #ddd !important;
}

input[type=file] {
    padding: 10px 15px !important;
}

.box-radio {
    border: 1px solid #ccc;
    padding: 10px;
}


.ui-datepicker-prev span {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png) !important;
}

.ui-datepicker-next span {
    background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png) !important;
}


.box-description {
    height: 180px;
    background-color: #eee;
    padding: 10px;
    margin: 10px;
    border: solid 1px #ccc;
    overflow: scroll;
    font-size: 12px;
}

.btn-submit {
    background-color: #bc111a;
    padding: 20px;
    color: white;
    font-size: 18px;
    margin-bottom: 100px;
}

.btn-submit:before {
    display: none !important;
}
.box-centent-footer {
    padding: 50px 0;
}
.bg-f4faff {
    background-color: #f4faff;
}
.caption {
    font-weight: bold;
    padding-bottom: 20px;
}
.footer_link a{
    margin: 0 15px;
    color: #707070;
}

.footer_link span:after {
    content: "|";
}

.form-control.is-invalid {
    border: 1px solid #dc3545 !important;
}

.btn-submit:hover {
    color: white;
}

.footer-item a:hover {
    color: white;
}
.invalid-feedback {
    font-size: 0.6em !important;
}
.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}
.toast.error {
    width: 100% !important;
}

/*Hide element error form registration*/
#error-form {
    display: none;
}

.progressbar {
  display: flex;
  flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 25%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #000000;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */
.progressbar .item.active {
    z-index: 1;
    background: #FFA500;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #FFA500;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

.progressbar .item.complete {
    background: #c0c0c0;
    color: #000000;
}

/* 装飾 */

body{
  margin: 40px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table th,table td {
    width: 80px;
    padding: 10px 0;
    text-align: center;
}

table tr:nth-child(odd) {
    background-color: #eee
}
