.table td, .table th {
    padding: 0.5rem!important;
}

.login-box, .register-box {
    width: 540px;
}
.helptext {
    color: red;
    display: block;
}

.register_form p label {
    width: 100px;
}

.register_form ul {
    text-align: left;
}

.measure_title {
    width: 300px;
    display: inline-block;
}

/* PDF style */
.pdf_title {
    color: #110A79;
    font-weight: bold;
    font-size: 48px;
}

.pdf_sub_title {
    color: #110A79;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.pdf_table_row {
    display: flex;
    border: 1px solid #110A79;
    margin-bottom: 15px;
}

.pdf_field_title {
    background-color: #110A79;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    padding: 5px 10px;
}

.pdf_field {
    padding-left: 20px;
    color: #110A79;
    font-weight: bold;
    font-size: 26px;
    padding: 5px 10px;
}

.pdf_field_title.title {
    width: 15%;
}
.pdf_field.title {
    width: 25%;
}

.pdf_field_title.gender {
    width: 10%;
}
.pdf_field.gender {
    width: 10%;
}

.pdf_field_title.birthday {
    width: 15%;
}
.pdf_field.birthday {
    width: 25%;
}

.pdf_field_title.email {
    width: 25%;
}
.pdf_field.email {
    width: 75%;
}

.pdf_field_title.memo {
    width: 25%;
}
.pdf_field.memo {
    width: 75%;
}

.pdf_left_right_container {
    margin-top: 50px;
    position: relative;
    width: 100%;
    height: 428px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #F3FBFE;
}

.pdf_left_right_container.left {
    background-image: url('/static//pdf_images/left_foot.jpg');
    background-position: right;
}

.pdf_left_right_container.right {
    background-image: url('/static//pdf_images/right_foot.jpg');
    background-position: left;
}

.pdf_left_right_container .title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* left foot style */
.pdf_left_right_container .left_foot {
    float: right;
    margin-right: 50px;
    margin-top: 30px;
}

.left_size_container {
    width: 100%;
    text-align: left;
    text-align: -webkit-left;
    padding-top: 50px;
    padding-left: 50px;
}
.right_size_container {
    width: 100%;
    text-align: right;
    text-align: -webkit-right;
    padding-top: 50px;
    padding-right: 50px;
}

.pdf_left_right_container .left_size {
    font-weight: bold;
    color: white;
    background-color: #FA740D;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdf_left_right_container .left_size .number {
    font-size: 62px;
}

.pdf_left_right_container .left_size .unit {
    font-size: 38px;
    display: block;
    margin-top: -20px;
}

.pdf_left_right_container .left_shoes {
    margin-left: 30px;
    font-weight: bold;
    color: white;
    background-color: #FA740D;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pdf_left_right_container .left_shoes .number {
    font-size: 48px;
}

.pdf_left_right_container .left_shoes .unit {
    font-size: 28px;
    display: block;
    margin-top: -20px;
}
/* right foot style */
.pdf_left_right_container .right_foot {
    float: left;
    margin-left: 50px;
    margin-top: 30px;
}

.pdf_left_right_container .right_size {
    font-weight: bold;
    color: white;
    background-color: #255DAE;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pdf_left_right_container .right_size .number {
    font-size: 62px;
}

.pdf_left_right_container .right_size .unit {
    font-size: 38px;
    display: block;
    margin-top: -20px;
}

.pdf_left_right_container .right_shoes {
    margin-right: 30px;
    font-weight: bold;
    color: white;
    background-color: #255DAE;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.pdf_left_right_container .right_shoes .number {
    font-size: 48px;
}

.pdf_left_right_container .right_shoes .unit {
    font-size: 28px;
    display: block;
    margin-top: -20px;
}

.pdf_left_right_table {
    margin-top: 20px;
    position: relative;
    border: 2px solid #110A79;
}

.pdf_left_right_table .title {
    text-align: center;
    background-color: #110A79;
    padding: 5px;
    color: #fff;
    font-size: 24px;
}

.pdf_left_right_table .sub_title {
    display: flex;
    background-color: #F1EEEE;
    padding: 5px 20px;
    font-size: 24px;
}

.pdf_left_right_table .sub_title .left {
    flex: auto;
    color: #FA740D;
}

.pdf_left_right_table .sub_title .right {
    color: #255DAE
}

.pdf_left_right_table .content {
    display: flex;
    padding: 5px 10px;
}

.pdf_left_right_table .content .ruler-chart {
    flex: auto;
}

/* Chart Ruler */
.lower, .higher {
    margin: auto;
    width: 50px;
}
.lower {
    text-align: right;
}
.ruler-container {
    position: relative;
    height: 50px;
    margin: 10px;
}

.ruler-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #888;
    transform: translateY(-50%);
}

.tick-mark {
    position: absolute;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #888;
    transform: translateY(-50%);
}

.slider-arrow {
    position: absolute;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.slider-arrow.orange {
    top: 42px;
    border-bottom: 27px solid #FA740D;
    transform: translate(-50%, -50%);
}

.slider-arrow.blue {
    top: 8px;
    border-top: 27px solid #255DAE;
    transform: translate(-50%, -50%);
}

.advice_wrap {
    margin: 20px 0px;
    border: 4px solid #110A79;
    border-radius: 10px;
}

.advice_left_right .title {
    margin: 10px 20px 10px 10px;
    display: flex;
    border-bottom: 1px solid #C6C6C6;  
}

.advice_left_right .title .icon {
    width: 22px;
    height: 22px;
    background-color: #D9D9D9;
    margin-top: 13px;
    margin-right: 5px;
}

.advice_left_right .title .title_text {
    color: #110A79;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: -5px;
}

.advice_left_right .content {
    font-size: 25px;
    font-weight: bold;
    color: #110A79;
    padding: 0px 10px;
}

.advice_content {
    border-top: 1px solid #C6C6C6;
}

.advice_content p {
    font-size: 25px;
    font-weight: bold;
    color: #110A79;
    margin: 10px 25px;
}

.advice_content p span {
    font-size: 38px;
}