@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
body {
    font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
p, .default {
    font-size: 17px;
	line-height: 170%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
li, th, td {
    font-size: 17px;
	line-height: 160%;
    font-weight: normal;
    text-align: justify;
    color: #222;
    letter-spacing: 0.02em;
}
table, ul, ol {
    width: 100%;
    text-align: left;
	list-style: none;
    border-collapse: collapse;
}
.sml02 {
    font-size: 15px;
    line-height: 150%;
}
.mt10 { 
    margin-top: 10px;
}

/* 空床情報のテーブル） */
.table_information_vacancy th {
	font-size: 15px;
    line-height: 130%;
    font-weight: 600;
	text-align: center;
	padding: 15px 5px;
    color: #ff8232;
    background-color: #fadfd2;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy th.th01 {
    background-color: #fdeee100;
    padding: 0;
    border: 0;
}
.table_information_vacancy .th01_inner {
    display: flex;
    align-items: center;
    padding: 20px 0 15px;
}
.table_information_vacancy .th01_inner .icon {
    font-size: 16px;
    color: #ff8232;
    margin-right: 5px;
    margin-top: 2px;
    flex-shrink: 0;
}
.table_information_vacancy .th01_inner .date_text {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    flex-shrink: 0;
}
.table_information_vacancy .th01_inner .line {
    height: 1px;
    background-color: #222;
    margin-left: 10px;
    flex-grow: 1;
}
.table_information_vacancy th.th_first {
    line-height: 140%;
    font-weight: normal;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td {
    font-size: 17px;
    line-height: 100%;
    text-align: center;
    width: 26%;
	padding: 15px 5px;
    background-color: #fff;
    border: solid 1px #ff8232;
    font-feature-settings: "palt";
}
.table_information_vacancy td.td01 {
    font-size: 15px;
    line-height: 140%;
    padding: 10px 5px;
    color: #fff;
    background-color: #ff9646;
    border-right: solid 1px #fff;
}
.table_information_vacancy td.td_last {
    border-right: solid 1px #ff8232;
}
@media screen and (min-width: 768px){
.table_information_vacancy th {
	font-size: 16px;
}
.table_information_vacancy td {
    font-size: 19px;
}
.table_information_vacancy td.td01 {
    font-size: 16px;
    line-height: 140%;
}
}


.yesSP499 {
    display: none !important;
}
.yesPC499 {
	display: block !important;
}
@media screen and (max-width: 499px){
.yesSP499 {
    display: block !important;
}
.yesPC499 {
    display: none !important;
}
}