    #area_conts {
        position: relative;
        margin: 8rem 0 10rem 0;
        padding-top: 5rem;
    }
    #area_conts p {
        margin-bottom: 0;
    }
    .blueBox_aboveComment{
        width: 100%;
        background-color: #F7F8FC;
        border-radius:2rem;
        padding: 3rem 3rem 5rem;
    }
    .blueBox{
        width: 100%;
        background-color: #F7F8FC;
        border-radius:2rem;
        padding: 3rem 3rem 5rem;
        margin-bottom: 5rem;
    }
    .noBox{
        margin: 0 0 8rem 0;
        display: block;
        width:  100%;
    }
    .title_flexRelease{
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #00125E;
        margin: 2rem 0;
    }
    .link_flexRelease{
        margin-top:2rem;
        display: block;
        font-size: 1.5rem;
    }
    .textRed{
        color:#B10606;
    }
    .blueBox p, .blueBox_aboveComment p{
        display: flex;
    }
    .qaIcon{
        width: 4rem;
        height: 4rem;
        margin-right: 2rem;
    }
    .humanIcon{
        width: 8rem;
        height: 8rem;
    }
    .pictureIcon{
        width: 15rem;
        height: 15rem;
        margin: 4rem 0 0;
    }
    .sp_pictureIconWrap{
        text-align: center;
    }       
    
    .commentBand_HR{
        background-color: #00125E;
        color: #FFF;
        padding:0.9em;
        border-radius: 6rem;
        line-height: 1.5;
        font-weight: bold;
        width: 80%;
        margin: 0 auto 2rem;
        text-align: center;
        font-size: 16px;
    }
    .commentBand_YM{
        background-color: #00125E;
        color: #FFF;
        padding:0.9em;
        border-radius: 6rem;
        line-height: 1.5;
        font-weight: bold;
        width: 80%;
        margin: 0 auto 2rem;
        text-align: center;
        font-size: 16px;
    }
    .commentBand_TK{
        background-color: #00125E;
        color: #FFF;
        padding:0.9em;
        border-radius: 6rem;
        line-height: 1.5;
        font-weight: bold;
        width: 80%;
        margin: 0 auto 2rem;
        text-align: center;
        font-size: 16px;
    }
    .topSpace{
        padding-top: 2rem;
        margin-top: 2rem;
        border-top: solid 0.2rem #dadde6;
    }
    .amendment{
        font-size: 1.1rem;
    }
    .bottom-line{
        margin-top: 2rem;
        display: flex;
    }
    #area_menu_kv{
        background-image: url("/recruit/img/information/faq/header_SP.jpg");
    }
    @media (min-width: 600px) {/*PC用*/
        .noBox{
            margin: 4rem 0 8rem 0;
            display: flex;
        }
        .pictureIcon{
            width: 12rem;
            height: 12rem;
            margin: 0 3rem 0 0;
        }
        .commentBand_HR{
            background-color: #00125E;
            color: #FFF;
            padding: 0.9em 0.9em 0.9em 1.5em;
            border-radius: 5rem;
            line-height: 0;
            font-weight: bold;
            width: 60%;
            margin: 0 0 2rem;
            text-align: left;
            font-size: 1.5rem;
        }
        .commentBand_YM{
            background-color: #00125E;
            color: #FFF;
            padding: 0.9em 0.9em 0.9em 1.5em;
            border-radius: 5rem;
            line-height: 0;
            font-weight: bold;
            width: 50%;
            margin: 0 0 2rem;
            text-align: left;
            font-size: 1.5rem;
        }
        .commentBand_TK{
            background-color: #00125E;
            color: #FFF;
            padding: 0.9em 0.9em 0.9em 1.5em;
            border-radius: 5rem;
            line-height: 0;
            font-weight: bold;
            width: 30%;
            margin: 0 0 2rem;
            text-align: left;
            font-size: 1.5rem;
        }
        .blueBox_aboveComment{
            width: 100%;
            background-color: #F7F8FC;
            border-radius:2rem;
            padding: 3rem 6rem;
        }
        .title_flexRelease{
            display: block;
            font-size: 1.7rem;
            font-weight: bold;
            color: #00125E;
            margin: 0;
        }
        .link_flexRelease{
            margin-top:0rem;
            display: block;
        }
        .blueBox{
            width: 100%;
            background-color: #F7F8FC;
            border-radius:2rem;
            padding: 3rem 6rem;
            margin-bottom: 8rem;
        }
        .qaIcon{
            width: 3rem;
            height: 3rem;
            margin-right: 2rem;
        }
        .humanIcon{
            width: 5rem;
            height: 5rem;
            margin-right: 1rem;
        }
        #area_menu_kv{
          background-image: url("/recruit/img/information/faq/header_PC.jpg");
        }
        #area_menu_kv #area_menu_ttl {
            padding: 5rem 2rem;
        }
    }
