@charset "utf-8";

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}

#path {
    display: none;
}
#contents *{
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','Meiryo', sans-serif;
	box-sizing: border-box;
}
#contents {
    width: 100%;
    padding-bottom: 0;
}
.l-page {
    padding-bottom: 40px;
}

#contents_outer {
    background: #fff !important;
}

.l-page * {
    font-family: 'Noto Sans JP', sans-serif;
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

[class*="cmn__contents--"] {
    padding: 40px 0;
}

.l-content {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
}
.pg__inner {
    width: 950px;
    margin: 0 auto;
}
/*---------------------------------------------------
福島県復興公営住宅とは
-----------------------------------------------------*/
.cmn__contents--main {
    padding: 70px 0 28px;
}
.fukushima__ttl {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 0;
}
    .fukushima__ttl::after {
        content: '';
        display: block;
        width: 56px;
        height: 4px;
        background-color: #096B09;
        margin: 8px auto 0;
    }

.fukushima__body {
    margin-top: 36px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.fukushima__body p {
    margin: 0;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 0 !important;
}
.fukushima__em {
    color: #F17126;
    font-weight: 700;
    letter-spacing: 0 !important;
}

.fukushima__body p.fukushima__note {
    font-size: 14px;
}

/*---------------------------------------------------
会津地区の復興公営住宅
-----------------------------------------------------*/
.housing__ttl {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.08em !important;
    margin: 0 0 35px;
    line-height: normal;
}
.housing__ttl span {
    display: block;
    width: 338px;
    max-width: 100%;
    color: #1492E6;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em !important;
    padding-bottom: 10px;
    border-bottom: #1492E6 solid 2px;
    margin: 0 auto 5px;
}

.housing__box {
    border: #50B946 solid 1px;
    padding: 40px;
}

.housing__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 29px 0;
    border-bottom: #D4D4D4 solid 1px;
}
.housing__item:first-child {
    padding-top: 0;
}
.housing__item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.housing__imgs {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
.housing__imgs img {
    display: block;
    width: 279px;
    height: 193px;
    object-fit: cover;
}

.housing__info {
    flex: 1;
    min-width: 0;
}

.housing__name {
    color: #50B946;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 6px;
}

.housing__dl {
    margin: 0;
}

.housing__row {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.housing__row + .housing__row {
    margin-top: 4px;
}
.housing__row dt {
    flex-shrink: 0;
    width: 64px;
}
.housing__row dd {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    flex: 1;
    min-width: 0;
}
.housing__row dd .housing__val {
    flex: 1;
    min-width: 0;
    line-height: 1.7;
}

.housing__cta {
    margin-top: 24px;
    text-align: center;
}

.housing__cta-txt {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 8px;
    letter-spacing: 0 !important;
}

.housing__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 55px;
    margin: 0 auto;
    background-color: #F17126;
    border-radius: 6px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
}
.housing__btn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.housing__btn-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 20px;
    height: 18px;
}

/*---------------------------------------------------
入居資格
-----------------------------------------------------*/
.tenancy__box {
    border: #50B946 solid 1px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tenancy__block {
    width: 100%;
}

.tenancy__heading {
    color: #50B946;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    margin: 0 0 6px;
}

.tenancy__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.tenancy__list > li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}
.tenancy__list > li > p,
.tenancy__list-body {
    flex: 1;
    min-width: 0;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.tenancy__list-body p {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.tenancy__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
    border-radius: 50%;
    background-color: #50B946;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.tenancy__num--inline {
    display: inline-flex;
    vertical-align: middle;
    margin-top: 0;
    margin: 0 2px;
}

.tenancy__note {
    margin: 6px 0 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}
.tenancy__notes {
    margin-top: 6px;
}
.tenancy__notes .tenancy__note {
    margin: 0;
}

.tenancy__btns {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.tenancy__btns .housing__btn {
    margin: 0;
}

.tenancy__docs {
    margin-top: 20px;
}
.tenancy__docs-ttl {
    margin: 0;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
}
.tenancy__docs-lead {
    margin: 0 0 6px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.tenancy__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-top: 6px;
}
.tenancy__table th,
.tenancy__table td {
    border: #D4D4D4 solid 1px;
    padding: 7px 15px 8px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    vertical-align: middle;
}
.tenancy__table th {
    width: 222px;
    background-color: #F5F5F5;
}
.tenancy__table td {
    background-color: #fff;
    line-height: 1.5;
}
.tenancy__table .tenancy__tr th {
    line-height: 1.5;
} 
/*---------------------------------------------------
申込みから入居までの流れ
-----------------------------------------------------*/
.cmn__contents--flow {
    padding: 36px 0 35px;
}
.flow__box {
    border: #50B946 solid 1px;
    padding: 40px;
}

.flow__list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flow__list::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 28px;
    bottom: 59px;
    border-left: 2px dashed #50B946;
    z-index: 0;
}
.flow__list::after {
    content: '';
    position: absolute;
    left: 25px;
    bottom: 48px;
    width: 15px;
    height: 11px;
    background: url(../images/flow-line.svg) no-repeat center center / contain;
    z-index: 1;
}

.flow__item {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 55px;
    padding: 10px 9px 10px 15px;
    background-color: #F3F3F3;
    box-sizing: border-box;
}

.flow__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    color: #50B946;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.flow__ttl {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    width: 150px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.flow__icon {
    display: block;
    width: 32px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.flow__text {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    flex: 1;
    min-width: 0;
}

.flow__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 210px;
    height: 34px;
    margin-left: auto;
    background-color: #F17126;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.flow__btn:hover {
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}
.flow__btn-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 13px;
    height: 13px;
}

/*---------------------------------------------------
その他
-----------------------------------------------------*/
.cmn__contents--other .tenancy__heading {
    margin: 0;
}
.other__box {
    border: #50B946 solid 1px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.other__cost {
    margin-top: 8px;
}
.other__block {
    width: 100%;
}

.other__text {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.other__cost + .other__cost {
    margin-top: 6px;
}

.other__cost-ttl {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}
.other__cost-ttl::before {
    content: '■';
    color: #50B946;
    font-size: 12px;
    line-height: 1;
}

.other__cost-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.other__cost-list li {
    position: relative;
    padding-left: 1em;
}
.other__cost-list li::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}

.other__banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    padding: 15px 20px 20px;
    background-color: #FFF6F1;
    box-sizing: border-box;
}
.other__banner-txt {
    color: #333;
}
.other__banner-ttl {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.other__banner-lead {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
}
.other__banner .housing__btn {
    margin: 0;
    flex-shrink: 0;
}
