.content-header ul {
    list-style: none;
}

#home #edit h4 span.info_day {
    width: 150px;
}

#home #edit h4 span.info_message {
    display: table-cell;
}

#home #edit h4 span.topix-date {
    width: 150px;
    float: right;
    display: table-cell;
}

#home #edit h4 span.info_link {
    margin-left: 150px;
    display: table-cell;
    width: 600px;
    font-size: 18px;
}

#home #edit h4 span.info_link a {
    text-decoration: underline;
}

.img-thumbnail {
    width: 100%;
    text-align: center;
}

.admic_banner {
    display: block;
    padding: 4px;
    width: 100%;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

a.admic_banner {
    background: #3c8dbc;
}

a.admic_banner:hover,
a.admic_banner:active {
    background: #513cbc;
}

.admic_banner img {
    padding: 15px 10px;
}

.admic_banner h3 {
    font-size: 18px;
}

.admic_bannerbox {
    border: 2px solid #3c8dbc;
}

.admic_bannerbox_hidden {
    border: 2px solid #ccc;
}

.admic_bannerbox_hidden .admic_banner {
    background: #ccc;
}

/*===================================
追加分
===================================*/
.main_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.row_wrap {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 50px;
}

.fa {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

.border_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
}

ul.inline_list li {
    display: inline-block;
    list-style: none;
    padding-right: 1.5em;
    /*IE*/
    *display: inline;
    *zoom: 1;
}

.inline_list dt,
.inline_list dd {
    display: inline-block;

    /*IE*/
    *display: inline;
    *zoom: 1;
}

ul.inline_list li span {
    padding-right: 1.5em;
}

.weight {
    font-weight: bold;
}

.nomal {
    font-weight: normal;
}

h3.companyHeadline {
    background: #00c0ef;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 1em;
}

.box-body h4.checkans {
    font-size: 16px;
    font-weight: 700;
    display: inline-block;

    /*IE*/
    *display: inline;
    *zoom: 1;
}

.box-body h4.checkans:after {
    content: ":";
}

.box-body div {
    //	display:inline-block;
    font-weight: normal;
    padding-right: 1em;

}

.checkbox label {
    margin-bottom: 5px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    vertical-align: middle;
}

.table>tbody>tr>td>label {
    width: 80px;
}

.freelabel label {
    width: 150px;
}

.freelabel02 label {
    width: 250px;
}

.freelabel03 label {
    width: 30%;
}

.navi_area h5 {
    font-size: 16px;
    font-weight: 700;
}

h5.bg_glay {
    background: #eee;
    padding: 5px 10px;
    font-size: 14px;
}

table.dataTable thead>tr>th {
    background: #00acd6;
    font-size: 11px;
    color: #fff;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 0;
}

/* ソート可能な列だけに ▲▼ を表示 */
table.dataTable thead > tr > th.sorting:after {
    content: "▲▼";
    padding-left: 5px;
    font-size: 11px;
    color: #fff;
}

/* 昇順/降順のデフォルト矢印は JSに任せて消す */
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:after {
    content: "" !important;
}

table.dataTable .sort-order-number {
  margin-left: 6px;
  padding: 2px 5px;
  background-color: #1976d2;
  color: #fff;
  border-radius: 4px;
  font-size: 0.75em;
  font-weight: bold;
  cursor:pointer;
}

table.dataTable .sort-order-number:hover {
  transform: scale(1.15);
  background-color: #1976d2;
}

.table>tbody>tr>td>label.borderaqua {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    width: 130px;
    vertical-align: baseline;
    cursor: pointer;
}

.table>tbody>tr>td>label.borderaqua i {
    vertical-align: baseline;
}

label.scoutlabel01 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    text-align: center;
    width: 120px;
}

label.scoutlabel02 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
    width: 120px;
}

label.scoutlabel03 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #FBA848;
    border: 1px solid #FBA848;
    border-radius: 4px;
    text-align: center;
    width: 120px;
    cursor: pointer;
}

select.scoutlabel01 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    text-align: center;
    width: 120px;
}

select.scoutlabel02 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
    width: 120px;
}

select.scoutlabel03 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #FBA848;
    border: 1px solid #FBA848;
    border-radius: 4px;
    text-align: center;
    width: 120px;
}

label.applylabel01 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    text-align: center;
}

label.applylabel02 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
}

label.applylabel03 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #FBA848;
    border: 1px solid #FBA848;
    border-radius: 4px;
    text-align: center;
}

label.applylabel04 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #EE3603;
    border: 1px solid #EE3603;
    border-radius: 4px;
    text-align: center;
}

select.applylabel01 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    text-align: center;
}

select.applylabel02 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #999;
    border: 1px solid #999;
    border-radius: 4px;
    text-align: center;
}

select.applylabel03 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #FBA848;
    border: 1px solid #FBA848;
    border-radius: 4px;
    text-align: center;
}

select.applylabel04 {
    display: block;
    font-size: 10px;
    padding: 3px;
    color: #fff;
    background: #EE3603;
    border: 1px solid #EE3603;
    border-radius: 4px;
    text-align: center;
}

span.font_lg {
    font-size: 20px;
    font-weight: bold;
}

p.overflow {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-white {
    color: #333;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
}

.btn_lg {
    height: 72px;
    margin: 15px auto;
    width: 100%;
}

.btn_borderAqua {
    color: #00c0ef;
    border: 1px solid #00c0ef;
    background-color: #fff;
}

.btn_glay {
    color: #fff;
    background-color: #ccc;
}

.btn_borderAqua:hover {
    color: #0990b1;
}

.textSizeSm {
    font-size: 14px;
}

.textSizelg01 {
    font-size: 18px;
}

.textSizelg02 {
    font-size: 23px;
}

.textSizelg03 {
    font-size: 35px;
}

.avatar {
    width: 100%;
    max-width: 215px;
}

.block {
    display: block;
}

/*吹き出し風*/

.tolk_right {
    position: relative;
    display: inline-block;
    padding: 10px;
    text-align: left;
    background-color: #ffffff;
    border: 3px solid #eee;
    margin: 5px 10px 5px 5px;
    border-radius: 4px;
    width: 90%;
    min-height: 100px;
    /*IE*/
    *display: inline;
    *zoom: 1;
}

.tolk_right:after,
.tolk_right:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}

.tolk_right:after {
    top: 50%;
    right: -23px;
    border: 13px solid transparent;
    border-left: 18px solid #ffffff;
    /*13px*/
}

.tolk_right:before {
    top: 52%;
    right: -23px;
    border: 10px solid transparent;
    border-left: 10px solid #eee;
    /*10px*/
}

table.detail {
    border-collapse: collapse;
}

div.detail {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

table.detail th {
    width: 250px;
}

.margin_bottom {
    margin-bottom: 50px;
}

.bg_smoke {
    background: #f4f4f4;
    ;
}

#lists_wrapper {
    display: block;
}

.box-body .max_width {
    width: 100%;
    display: block;
}

.t_wrap {
    padding: 1em;
}

.apply {
    padding: 5px;
    border: 2px solid #f39c12;
}

.fix_wide {
    min-width: 1200px;
}

.scroll {
    overflow-x: scroll;
}

.skin-blue .wrapper {
    background: #ecf0f5;
}

p.t_text {
    margin-top: 10px;
}

/* 企業マイページTOPバナー */
a.c-top-bana {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

a.c-top-bana:hover,
a.c-top-bana:active {
    opacity: 0.6;
}

/* 2021-12-28 box */
.admic_menu-box__w20p {
    width: 20%;
}

.admic_banner h3 {
    font-size: 15px;
}

/* 20221101 zuzuzu unsoul-btn*/
.unsoul__links {
    margin: 50px -15px;
}

a.admic_banner__unsoul {
    background: #2c3361;
}

.admic_bannerbox__unsoul {
    border: 2px solid #2c3361;
}

.admic_bannerbox__unsoul.disabled {
    cursor: not-allowed;
}

.admic_bannerbox__unsoul.disabled a {
    pointer-events: none;
    filter: brightness(30%);
    opacity: .6;
}

a.navbar-brand {
    padding: 0 10px;
    align-items: center;
}

.skin-blue .main-header .navbar {
    background-color: rgba(42, 63, 84, 1);
}

.skin-blue .main-header .navbar .nav>.active>a {
    background: rgba(255, 255, 255, 0.1);
}

/* 20221101 zuzuzu unsoul-btn ここまで*/

/* 202206追加ここから */
.scout_info {
    margin: 10px 0;
    font-size: 16px;
    padding: 5px;
    background: #fff;
    border: 2px solid #ccc;
}

.scout_info span {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
    vertical-align: text-top;
    border: 1px solid #ff0000;
    border-radius: 20px;
    padding: 0px 4px;
}

h1 span {
    font-size: 18px;
    border: 2px solid #f00;
    border-radius: 20px;
    padding: 0px 10px;
    color: #f00;
    margin-left: 10px;
}

.detail_name {
    width: 100%;
    max-width: 215px;
}

.display_sample-wrap {
    background: #fff;
    padding: 30px 0;
    position: relative;
}

.display_sample-wrap::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-bottom: 60px solid #ffffff;
    border-top: 0;
    top: -50px;
    left: 58%;
}

.display_sample {
    max-width: 1200px;
    margin: auto;
}

.display_sample p {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    padding-left: 20%;
}

.display_sample h3 {
    text-align: center;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 0.8;
    margin-top: 50px;
}

.display_sample h3 span {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
}

.display_sample-image img {
    width: 100%;
}

.message_send_dummy {
    cursor: unset;
    padding-top: 10px;
}

/* 202206追加ここまで */

/*以下スマホ対応*/

@media screen and (max-width: 991px) {

    /* 2021-12-28 box */
    .admic_menu-box__w20p {
        width: 33%;
        margin: 15px 0;
    }

    /* 202206追加ここから */
    .display_sample p {
        padding-left: 0;
        font-size: 20px;
    }

    .display_sample-wrap::before {
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 600px) {
    .sp_no_view {
        display: none;
    }

    .row.row_wrap {
        padding: 15px 15px 0 15px;
        margin-top: 0px;
    }

    .row.row_wrap h1 {
        margin: 20px 15px 0;
    }

    .t_wrap {
        padding: 0px;
    }

    /* 2021-12-28 box */
    .admic_menu-box__w20p {
        width: 50%;
        margin: 15px 0;
    }

    /* 202206追加 */
    .message_send_dummy {
        font-size: 28px;
        padding-top: 16px;
    }

    h1 span {
        margin-left: 0;
    }

    .display_sample h3 {
        font-size: 28px;
    }

    .display_sample h3 span {
        font-size: 14px;
    }

    .display_sample p {
        font-size: 18px;
    }
}

/* 202206追加 */
@media (min-width: 601px) {
    .br-600 {
        display: none;
    }
}

.scout-search-heder {
    padding: 10px 10px 0px 10px;
}

.scout_bulk_wrap {
    display: none;
    margin: 0px;
}

.scout_bulk_wrap ul {
    display: flex;
    padding-left: 0px;
    margin-bottom: 0px;
}

.scout_bulk_wrap ul li {
    list-style: none;
    margin-right: 20px;
}

.scout_bulk_wrap ul li p {
    color: #00acd6;
    text-decoration: underline;
}

.button_scout_bulk {
    color: #00acd6;
    border: 1px solid #00acd6;
    border-radius: 4px;
    vertical-align: baseline;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.users_list_scout_bulk_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 200px;
    gap: 2px;
}

.users_list_scout_bulk_wrap div {
    font-size: 13px;
    padding: 5px;
}

.new_message {
    color: #f00;
}

.direct-chat-status {
    margin-right: 40px;
}

.scout_talk_user_info_wrap {
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.scout_talk_user_info_wrap .img-rounded.avatar{
    width: 50px;
}

.scout_talk_user_info_wrap a {
    font-size: 1.4rem;
    text-decoration: underline;
    margin-left: 10px;
}

@media only screen and (max-width: 768px) {
    .box-footer form {
        display: flex;
        flex-direction: column;
    }

    .box-footer form div {
        width: 100%;
    }
}

/*===================================
スカウトユーザーリスト 絞り込み検索
===================================*/
.scout-search-form .form-group {
    margin-right: 15px;
}

.scout-search-form .age-input {
    width: 80px;
}

.scout-search-form .btn-area {
    margin-top: 15px;
}

.scout-search-form .btn-area .btn-default {
    margin-left: 10px;
}

.scout-search-separator {
    margin-bottom: 20px;
}
