@charset "UTF-8";
/*
施工例ページ用スタイル
*/

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

.sekourei-number {
    display: inline-block;
	margin-bottom: 2px;
}

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

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

.link-jigyousya a {
    display: inline-block;
    min-width: 150px; /* 短い社名のリンクがクリックしにくくなるので一定の長さを確保 */
    max-width: 100%;
}

.sekourei-comment {
    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: 6em;
    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、Safari */
    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;
}

.sekourei-sub-list {
    margin-top: 30px;
    text-align: center;
}

.sekourei-sub-item {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 6% / 7);
    margin-right: calc(12% / 7);
}
.sekourei-sub-item:nth-child(2n) {
    margin-right: 0;
}

.sekourei-sub-photo img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.sekourei-sub-etoki {
    font-size: 1rem; /* IE */
	font-size: min(1rem, calc(.75rem + 4vw / 7.2)); /* 幅720px未満の画面で文字サイズをわずかに縮小 */
}

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

.sekourei-another-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-another-item:nth-child(2n) {
    margin-right: 0;
}

.sekourei-another-text {
    display: block;
}

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

.sekourei-another-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;
}

.sekourei-another a:not([href]) {
    color: rgba(0, 0, 0, .4) !important;
}
