@charset "UTF-8";

/*---------- 　文字系　 ----------*/

.content section h2 {
    border-bottom: 3px solid #00ff66;
    background-color: gainsboro;
    margin-top: 50px;
    padding-top: 10px;
    font-size: 14px;
    padding-left: 27px;
    height: 27px;
}

.iwaikin {
    width: 75%;
    margin-left: 4px;
    padding-top: 67px;
}

.iwaikin span {
    margin-left: 4px !important;
}

.iwaikin-count {
    color: orange;
}

.iwaikin-img {
    float: left;
    margin-left: 4px !important;
}

.content section h3 {
    background-color: #00cc66;
    font-size: 13px;
    height: 23px;
    text-align: center;
}

.content section p {
    padding: 5px;
    line-height: 20px;
}

.content .company_info1 {
    border: 1px solid #9C9C9C;
    border-radius: 6px;
    padding: 5px;
    margin: 10px auto;
    width: 85%;
    color: #2C2929;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    padding: 2px;
    background: white;
}

.call {
    padding: 5px;
    line-height: 23px;
    font-weight: bold;
}


.first-section table {
    border-collapse: collapse;  border-spacing: 0;
    margin: 20px auto;
    width: 85%;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    padding: 2px;
    background: white;
}

.table-column {
    border-spacing: 0;
    width: 100%;
    border-color: gray;
    border-collapse: collapse; 
    position: relative;
    background: white;
}

th, td  {
    padding: 0px 4px;
    color: #1D5C79;
}

.list {
    border: 1px solid #DDD;
}
.list th  {
    background-color: #cdcdcd;
    border: 1px solid #DDD;
    color: #333;
    width: 23%;
}
.list td  {
    border: 1px solid #DDD;
    color: #333;
    width: 77%;
    font-size: 12px;
}

.job-column-content-head-item span {
    border: solid 1px gray;
    border-radius: 5px;
    padding: 0 5px;
    margin: 2px 2px;
    font-size: 8px;
    display:block;
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

.job-column-content-head-item {
    float: left;
    overflow: hidden;
}

/*仕事特徴カテゴリ分け*/

/*.welcome_students , .feature_school , .feature_no_age{
    background-color: pink; 
}*/

/*.feature_permanent {
    background-color: #4897fc; 
}
*/
.welcome_no_experience {
    background-color: #ff2900;
}

.contents-box {
    border-collapse: collapse;  border-spacing: 0;
    margin: 20px auto;
    width: 85%;
    position: relative;
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.5);
    box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.client_detail {
    margin: 0 4% !important;
}

.client_detail td {
    color: #444444 !important;
}

.client_detail p {
    font-size: 90%;
}


.center-img div {
    height: auto;
}

.center-img p {
    padding: 0.2em 1em;
}


