#fwsLeft{
    display: flex;
}
#fwsLeft > input{
    margin-right: 5px;
}
#fwsLeft > div{
    cursor: pointer;
}
.mainbnrarea_2x{
    display:flex;
    -webkit-display:flex;
    -moz-display:flex;
    -ms-display:flex;
    clear:both;
    margin:0 0 10px 0;
}
.mainbnrarea_2x a{
    display:block;
    width:316px;
}
.mainbnrarea_2x a:first-child{
    margin-right:18px;
}
.input--border-width {
    border-width: 0px;
}
.input--border-style {
    border-style: none;
}
.div--displayBlock {
    display: block;
}
.div--displayNone {
    display: none;
}
.width120 {
    width: 120px;
}
.width140 {
    width: 140px;
}
.pTop4 {
    padding-top: 4px;
}
.a--border {
    border: 0;
}
.floatNone {
    float: none !important;
}
dl dd.width550 {
    width: 550px;
}
.salary {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
}

.new-faq-21 {
    border-bottom: 3px solid #FF9C00;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.new-faq-21 .wrap-faq {
    border-top: 3px solid #FF9C00;
}
.new-faq-21 h4,
.new-faq-21 h5 {
    font-size: 15px;
}
.new-faq-21 .detail-faq.custom h4 {
    margin-block-start: 1em;
    margin-block-end: 0.5em;
}
.new-faq-21 .detail-faq.custom h5 {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.new-faq-21 .wrap-faq h2 {
    text-decoration: underline;
    color: #79ba49;
    font-size: 20px;
}
.new-faq-21 .wrap-faq .bold {
    font-weight: bold;
}
.new-faq-21 .red {
    color: red;
}
.new-faq-21 .blue {
    color: #16c6f3;
}
.new-faq-21 .answer-image {
    display: flex;
}
.new-faq-21 .answer-image img {
    width: 35%;
    margin-right: 20px;
}
.new-faq-21 .answer-image span {
    margin-top: auto;
    margin-bottom: auto;
    text-align: left;
}
.new-faq-21 .top15 {
    margin-top: 15px;
}
.new-faq-21 .bottom20 {
    margin-bottom: 20px;
}
.new-faq-21 .top30 {
    padding-top: 30px;
}
.new-faq-21 .underline {
    text-decoration: underline;
}
.new-faq-21 .btn-goToPrefectureSearch {
    background: #FF9C00;
    border: none;
    color: #FFFFFF;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
}
.new-faq-21 .btn-goToPrefectureSearch:hover {
    cursor: pointer;
}
.new-faq-21 .detail-faq {
    text-align: left;
}
.new-faq-21 .question {
    border: none;
    border-top: 1px solid #C6C6C6;
    position: relative;
    padding: 10px;
    margin: 0;
    font-size: 16px;
}
.new-faq-21 .question:hover {
    cursor: pointer;
}
.new-faq-21 .border-bottom {
    border-bottom: 1px solid #C6C6C6;
}
.new-faq-21 .answer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-delay: 0s;
    padding-left: 10px;
    border-top: 1px solid #C6C6C6;
}
.new-faq-21 .answer.active {
    opacity: 1;
    max-height: 10000px;
}
.new-faq-21 .answer p {
    margin-block-start: 10px;
    margin-block-end: 10px;
}
.new-faq-21 .question::after {
    content: "";
    width: .6rem;
    height: .6rem;
    border-top: 3px solid #C6C6C6;
    border-right: 3px solid #C6C6C6;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%) rotate(130deg);
    transition: all 0.9s;
}
.new-faq-21 .icon-rotate::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.notice_div {
    height: 25px;
    padding-bottom: 15px;
}

#side {
    margin-top: 30px;
}