@charset "UTF-8";
/*
事業者ページ用スタイル
*/

.jigyousya-image {
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.jigyousya-image img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.jigyousya-name {
    display: block;
    line-height: 1.25;
    margin-bottom: 10px;
    text-align: center;
}

.jigyousya-pr {
    white-space: pre-wrap;
    margin-bottom: 20px;
}

table.info {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f8ae5d;
    background-color: #f8ae5d;
    border-radius: 5px;
    width: 100%;
}
table.info tr th {
    font-weight: 500;
    width: 7em;
    border: 1px solid #f8ae5d;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 5px;
    line-height: 1.25;
}
table.info tr td {
    border: 1px solid #f8ae5d;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 5px 10px;
    white-space: pre-wrap;
    overflow-wrap: break-word; /* IE */
    overflow-wrap: anywhere;
}
table.info tr:first-child :first-child {
    border-top-left-radius: 4px;
}
table.info tr:first-child :last-child {
    border-top-right-radius: 4px;
}
table.info tr:last-child :first-child  {
    border-bottom-left-radius:4px;
}
table.info tr:last-child :last-child {
    border-bottom-right-radius: 4px;
}

.jusuikyou {
    margin-bottom: 30px;
}
.jusuikyou-line {
    text-align: center;
    line-height: 1.25;
	font-size: 1rem; /* IE */
	font-size: min(1rem, calc(.75rem + 4vw / 7.2)); /* 幅720px未満の画面で文字サイズをわずかに縮小 */
}
.jusuikyou-logo img {
    width: 129px; /* 画像実寸の半分 */
    height: 138px; /* 画像実寸の半分 */
    aspect-ratio: calc(258 / 276); /* 画像実寸 */
}

.sekourei {
    margin-top: 10px;
    margin-bottom: 30px;
}

.sekourei-item {
    display: inline-block;
    vertical-align: top;
	width: calc(50% - 10% / 7);
	margin-top: 0;
	margin-left: 0;
	margin-right: calc(20% / 7);
	margin-bottom: 30px;
    text-align: center;
}
.sekourei-item:nth-child(2n) {
    margin-right: 0;
}

.sekourei-photo {
    max-width: 224px;
    max-height: 224px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 5px;
}

.sekourei-title {
    max-height: 5em; /* 文字サイズに合わせて4行分 */
	font-size: 1rem; /* IE */
	font-size: min(1rem, calc(.5rem + 8vw / 4.8)); /* 幅480px未満の画面で文字サイズを縮小 */
    line-height: 1.25;
    overflow: hidden;
    /* 行数を4文字に制限し、省略記号を付ける */
    display: block; /* IE */
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

/* ナビ表示の制御 */
.floating-nav-avobe {
	bottom: 84px;
}
.floating-nav .sodan {
	display: none !important;
    visibility: hidden !important;
}
.footer-link-sodan, .footer-link-separator-befor_sodan {
	display: none !important;
    visibility: hidden !important;
}
