.not_br {
    display: inline-block;
}

#header .absolute {
    position: absolute;
}

#header .font_red,
#main .font_red {
    color: #ff3b3b;
}

#main .font_white {
    color: white;
}

#main .font_black {
    color: black;
}

#middle {
    margin-right: 2%;
}

#middle a {
    padding: 1% 2%;
}

#middle a::after {
    display: none;
}

#middle a:hover {
    background: #17578b;
}

#main {
    margin: 3% 2% 0 2%;
}

#main .object_file {
    max-width: 100%;
    max-height: 50vh;
}

#main object[data$=".pdf"] {
    width: 100%;
    height: 40vh;
}

#main .block {
    line-height: 2em;
    margin-top: 2rem;
}

#main .padding_block {
    padding-top: 2%;
}

#main .hidden {
    display: none;
}

#main .flex {
    display: flex;
}

#main .relative {
    position: relative;
}

#main .absolute {
    position: absolute;
}

#main .not_newline {
    white-space: nowrap;
}

#main .absolute.undertext {
    width: 100%;
    top:95%;
    left:50%;
    transform: translate(-50%,-95%);
}

#main .hidden:checked + label {
    background-color: #c4c4c4;
}

#main .bardiv {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

#main .bardiv.recruit_bar {
    background: url(/recruit/img/recruitbar.png) no-repeat center center;
    background-size: cover;
    min-height: 200px;
}

#main .bartitle {
    position: absolute;
    top: 43%;
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    color: #FFF;
}

#main .border {
    border: 2px solid #000;
}

#main .border th,
#main .border td {
    border: 1px solid #333;
}

#main .paleborder {
    border: 1px solid #c4c4c4;
}

#main .paleborder th,
#main .paleborder td {
    border: 1px solid #c4c4c4;
}

#main .grooveborder {
    border: 15px groove;
}

#main .radius_5 {
    border-radius: 5px;
}

#main .underline {
    background: linear-gradient(transparent 70%, #ffa7a7 70%);
}

#main .selector {
    cursor: pointer;
    font-weight: bold;
    width: 49%;
    padding: 0.5rem 0;
    border: 1px solid #333;
    margin-top: 2%;
}

#main .selector:hover {
    background-color: #e2e2e2;
}

#main .tdviews_wrap td {
    white-space: pre-wrap;
}

#main .table_font_L {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2em;
    border-collapse: collapse;
}

#main .table_font_L th {
    width: 20%;
    background-color: #ebebeb;
}

#main .table_font_L td {
    font-size: 1.3rem;
    padding: 1% 2%;
}

#main .table_font_L td h3 {
    font-size: 1.2rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0.5rem;
}

#main .table_font_L .backcolor {
    background-color: #3c6678;
    font-weight: bold;
    text-align: left;
    padding: 1% 0 1% 2%;
}

#main .table_font_L .backcolor a {
    text-decoration: underline;
    display: block;
    color: #FFF;
    position: relative;
    /* transition: 0.7s; */
}

#main .table_font_L .backcolor a:hover {
    color: #f5ff9b;
    /* text-decoration: underline; */
}

#main .table_font_L .backcolor a:after{
    position: absolute;
    right: 2vw;
    content: "";
    display: inline-block;
    background-image: url(/recruit/img/arrowlink.png);
    background-size: contain;
    vertical-align: middle;
    width: 2vw;
    height: 2vw;
    top: 20%;
}

#main .table_font_L .backcolor a:hover:after{
    background-image: url(/recruit/img/arrowlink_hover.png);
}

#main .table {
    width: 100%;
}

#main .table th,
#main .table td {
    font-size: 1.1rem;
}

#main .table .width_20 {
    width: 20%;
}

#main .table .width_15 {
    width: 15%;
}

#main .table .detaillink a{
    border-bottom: 1px solid;
    text-decoration: none;
    padding-left: 1vw;
    padding-right: 1vw;
}

#main .table .detaillink a:hover {
    color: #ff5722;
}

#main .table .padding_left_03{
    padding-left: 0.3rem;
}

#main .table .padding_right_03{
    padding-right: 0.3rem;
}

#main .table .float_right {
    float: right;
}

#main .table select,
#main .table textarea,
#main .table input[type="text"],
#main .table input[type="date"] {
    border: none;
    width: 96%;
    height: 100%;
    padding: 0 0.3rem;
    font-size: 1.2rem;
}

#main .table textarea {
    padding-top: 0.3rem;
    resize: none;
}

#main .table input:focus-visible,
#main .table select:focus-visible,
#main .table textarea:focus-visible {
    border: none;
    outline: 0;
}

#main .table.line3 th {
    width: 33%;
}

#main .reqmarks::after {
    content: "必須";
    background-color: #e25454;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 2px 3px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

#main .graylist li::before {
    content: "・";
    color: #929292;
    font-weight: bold;
}

#main .graylist {
    margin-left: 1em;
    text-indent: -1em;
}

#main .width_30 {
    width: 30%;
}

#main .width_50 {
    width: 50%;
}

#main .width_78 {
    width: 78%;
}

#main .width_85 {
    width: 85%;
}

#main #huyou_number {
    width: 82%;
}

#main input[type="submit"],
#main .abtn {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: #2196f3;
    color: white;
    padding: 1% 8%;
    margin: 4%;
    margin-bottom: 8%;
    cursor: pointer;
}

#main .abtn_red:after{
    position: absolute;
    content: "";
    display: inline-block;
    background-image: url(/recruit/img/arrowlink2.png);
    background-size: contain;
    vertical-align: middle;
    width: 2vw;
    height: 2vw;
    margin-left: 1vw;
}

#main input[type="submit"]:hover,
#main .abtn:hover {
    background: #17578b;
}

#main .abtn_red {
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    background: #f44336;
    padding: 3% 4vw 3% 2vw;
    margin: 1vw;
    border-radius: 5px;
    box-shadow: #686868 3px 3px 4px;
    text-decoration: none;
    color: white;
}

#main .abtn_red:hover {
    background: #ff766c;
}

#main #clone_btn {
    background: #929292;
}

#main #clone_btn:hover {
    background: #5f5f5f;
}

#main #return_btn {
    background: #929292;
}

#main #return_btn:hover {
    background: #5f5f5f;
}

#main .backcolor_white {
    background: white;
}

#main .backcolor_lightgreen {
    background: lightgreen
}

#main .case_back {
    display: inline-block;
    font-weight: bold;
    padding: 0% 2.5%;
    color: white;
    background: #4c6cb3;
    opacity: 80%;
}

#main .right_bottom {
    position: sticky;
    text-align: right;
    bottom: 3%;
}

#main .left_figure {
    float: left;
    margin-top: 1rem;
    margin-right: 1.3rem;
}

#main .right_figure {
    float: right;
    margin-top: 1rem;
    margin-left: 1.3rem;
}

#main .fullbar {
    width: 100%;
    height: 120px;
    left: 0;
    z-index: -1;
}

#main .fullbar.recbar {
    height: 250px;
}

#main .recruit_font {
    font-size: 3rem;
    color: #FFF;
    letter-spacing: 1rem;
    text-shadow: 1px 2px 2px #000;
}

#main .margin_top_1 {
    padding-top: 1rem;
}

#main .margin_bottom_05 {
    margin-bottom: 0.5rem;
}

#main .margin_0 {
    margin: auto;
}

#main .margin_5 {
    margin: 5% auto;
}

#main .margin_1 {
    margin: auto 1%;
}

#main .padding_1_2 {
    padding: 1% 2%;
}

#main .padding_top_3 {
    padding-top: 3%;
}

#main .padding_bottom_2 {
    padding-bottom: 2%;
}

#main #original-msg {
    font-size: 1.1rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#main .subtitle {
    color: #274589;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid;
}

#main .subtitle h4 {
    text-align: left;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

#main .subtitle .font_black h4 {
    font-size: 1.3rem;
    color: #000;
    text-align: left;
    border-bottom: 2px solid;
}

#main .subtitle-guide {
    margin-top: 1rem;
}

#main .paragraph-margin {
    margin-top: 2rem;
}

#main .section-margin {
    margin-top: 3rem;
}

#main .completed-pagetop-margin {
    margin-top: 12vh;
}

#main .font_15 {
    font-size: 1.5rem;
}

#main .font_13 {
    font-size: 1.3rem;
}

#main .font_12 {
    font-size: 1.2rem;
}

#main .font_08 {
    font-size: 0.8rem;
}

#main .strong {
    font-weight: bold;
}

#main .spview {
    display: none;
}

#main .textindent_1 {
    padding-left:1em;
    text-indent:-1em;
}

@media screen and (max-width:844px) {
    #main .table_font_L .backcolor a:after{
        
        width: 6vw;
        height: 6vw;
    }

    #main .abtn_red{
        padding: 3% 10vw 3% 4vw;
    }

    #main .abtn_red:after{
        width: 5vw;
        height: 5vw;
        top: 10%;
        margin-left:2vw;
    }

    #main .table .detaillink a{
        letter-spacing: -2px;
    }

    #main .undertext {
        font-size: 1rem;
    }

    #main .mobileleft {
        text-align: left;
    }
}

@media screen and (max-width:700px) {
    #main .pcview {
        display: none;
    }

    #main .spview {
        display: block;
    }

    #main .flex_vertical {
        flex-direction: column;
    }

    #main .sp_margin_2_center {
        margin: 2% auto;
    }

    #main .sp_width_auto {
        width: auto;
    }

    #main .mobile_marginbottom_5 {
        margin-bottom: 5%;
    }

    #main .mobilefont1 {
        font-size: 1rem;
    }

    #main .mobilewidth_98 {
        width: 98%;
    }
}

@media screen and (max-width:480px) {
    .title {
        width: 30%;
    }

    #header h1 {
        font-size: 6vw;
    }

    #main h3 {
        font-size: 5vw;
    }

    #main .mfont_4w {
        font-size: 4vw;
    }

    #main #original-msg {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    #main .table select,
    #main .table textarea,
    #main .table input[type="text"],
    #main .table input[type="date"] {
        width: 85%;
        font-size: 0.8rem;
    }

    #main #huyou_number {
        width: 60%;
    }

    #main .table {
        font-size: 5vw;
    }

    #main .table th,
    #main .table td {
        font-size: 0.8rem;
    }

    #main .table .table_row th {
        height: 3.5rem;
    }

    #main .selector {
        width: 47%;
    }

    #main .undertext {
        font-size: 1vw;
    }

    #main .block {
        line-height: 2.1em;
    }

    #main .abtn_red.font_12 {
        font-size: 3vw;
    }
}

@media screen and (max-width:450px) {
    #main .undertext {
        font-size: 0.8rem;
    }

    #main .variabletext {
        font-size: 5vw;
    }

    #main .abtn.font_12 {
        font-size: 3vw;
    }
}
