.formTyp01 th.layTxt1 {
    width: 27%;
    padding: 17px 10px;
    text-align: left;
    font-weight: normal;
}

.selectDecoMulti:after {
    content: "";
    display: inline-block;
    position: relative;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 5px;
    height: 11px;
    background: url(/img/ico_select.png) no-repeat 50% 50% / 5px auto;
}

.subInputs th.layTxt1 {
    width: 40%;
}

.layTxt1 > span {
    color: #da1818;
    padding-left: 6px;
    font-size: 15px;
}
.errLabel{
    color:red;
    font-weight:500;
}

.hidden{
    display:none;
}

.multiRowsTd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .multiRowsTd div:nth-child(2) {
        padding: 10px;
    }

@media screen and (max-width:767px) {
    .formTyp01 th.layTxt1, body.inquiry.confirm .formTyp01 th.layTxt1 {
        width: 100%;
        padding: 0 30px 5px 0;
    }
    .subInputs {
        margin: 0 0 0 10px;
    }

        .subInputs th.layTxt1 {
            width: 100%;
        }
    .formTyp01 input[type="text"],
    .formTyp01 textarea {
        width: 100%;
    }
    .multiRowsTd div:nth-child(2) {
        display: flex;
        flex-direction: column;
        padding:0px;
    }

    .formTyp01 td.layInput.tdPlace{
        padding-left:0px;
    }
}

.headTyp02Sub001 {
    padding: 10px 0 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #676767;
    border-top: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    margin-top: 20px;
}

.headTyp02Sub002 {
    margin: 60px 0 20px;
}

    .headTyp02Sub002 span {
        font-weight: 700;
    }

    .headTyp02Sub06 {
        margin: 60px 0 30px;
        padding: 10px 0 10px;
        font-size: 1.6rem;
        font-weight: 500;
        color: #676767;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }

.contentRow{
    padding-bottom:20px;
}

.lostItemBtn {
    background-color: #0b5394;
    color: #fff;
    padding: 13px 2em;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    white-space: nowrap;
    text-decoration-line: none;
}

.formTyp01 td.layInput {
    padding: 10px;
    overflow-wrap: anywhere;
}

@media screen and (max-width:767px) {
    .wrapFormBtn {
        align-items: center;
        flex-direction: column;
    }
    .lostItemBtn {
        padding: 13px 1em;
        font-size: 17px;
    }
    body.inquiry.confirm .formTyp01 td.layInput {
        padding: 10px;
        background: #E5E5E5;
        border-radius: 6px;
        overflow-wrap: anywhere;
    }
    .formTyp01 td.layInput {
        padding: 0;
    }
}

.layTxtSuppl {
    background-color: lightgray;
}

.headTyp02Sub003 {
    font-size: 1.5rem;
    font-weight: 500;
    position: relative;
    color: #676767;
    display: inline-block;
    width: 100%;
    border-bottom: 2px solid #d4d4d4;
}

.headTyp02Sub003::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 130px;
    height: 2px;
    background: #00a496;
    background: -moz-linear-gradient(left, #00a496 0%, #00a496 35%, #e9194b 35%, #e9194b 65%, #e9194b 65%, #254f8e 65%, #254f8e 100%);
    background: -webkit-linear-gradient(left, #00a496 0%, #00a496 35%, #e9194b 35%, #e9194b 65%, #e9194b 65%, #254f8e 65%, #254f8e 100%);
    background: linear-gradient(to right, #00a496 0%, #00a496 35%, #e9194b 35%, #e9194b 65%, #e9194b 65%, #254f8e 65%, #254f8e 100%);
}

