.f-step {
    width: 100%;
    padding: 80px 0;
    background: #fff2d9;
}

.f-step .layout1 {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.f-step .layout2 {
    position: relative;
}

.f-step__title {
    font-size: 24px;
    font-weight: bold;
}

@media screen and (min-width: 960px) {
    .f-step__title {
        font-size: 32px;
    }
}

.f-step__text {
    font-size: 14px;
    font-weight: normal;
}

@media screen and (min-width: 960px) {
    .f-step__text {
        font-size: 16px;
    }
}

.f-flow {
    padding: 0 0 80px 0;
}

.f-flow ol,
.f-flow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.f-flow__ContentsTop {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-flow__mainTitle {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
}

@media screen and (min-width: 960px) {
    .f-flow__mainTitle {
        font-size: 24px;
    }
}

.f-flow__subTitle {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

@media screen and (min-width: 960px) {
    .f-flow__subTitle {
        font-size: 16px;
    }
}

.m-news {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 32px;
    padding-top: 40px;
}

.m-news__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
    padding: 8px 0;
    margin: 0;
    letter-spacing: 3px;
    border-radius: 12px 12px 0 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    background: #624334;
}

@media screen and (min-width: 960px) {
    .m-news__title {
        font-size: 24px;
    }
}

.m-news__layout1 {
    background: #ffffff;
    padding: 16px;
    border-radius: 0 0 12px 12px;
}

@media screen and (min-width: 960px) {
    .m-news__layout1 {
        padding: 24px;
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width: 960px) {
    .m-news__layout2 {
        width: calc(50% - 24px);
    }
}

.m-news__layout2--nonTopics {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.m-news .b-topics {
    padding-bottom: 24px;
}

@media screen and (min-width: 960px) {
    .m-news .b-topics {
        padding-bottom: 0;
        width: calc(50% - 24px);
    }
}

.m-news .b-topics .title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: solid 1px #c7b299;
}

@media screen and (min-width: 960px) {
    .m-news .b-topics .title {
        font-size: 22px;
    }
}

.m-news .b-topics .description {
    line-height: 1.3;
    text-align: justify;
    margin-top: 15px;
}

.m-news .b-topics .text {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.m-news .b-topics .text:not(:first-child) {
    margin-top: 16px;
}
@media screen and (min-width: 960px) {
    .m-news .b-topics .text {
        font-size: 15px;
    }
}

.m-news .b-topics .date {
    display: block;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #d01f3c;
}

@media screen and (min-width: 960px) {
    .m-news .b-topics .date {
        font-size: 18px;
    }
}

@media screen and (min-width: 960px) {
    .m-news .b-topics .date {
        padding-top: 4px;
    }
}

.m-news .b-infoLabel {
    position: relative;
    border-radius: 8px;
    padding: 24px 16px 8px 16px;
    margin-top: 16px;
}

.m-news .b-infoLabel:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 32px;
}

@media screen and (min-width: 960px) {
    .m-news .b-infoLabel {
        padding-top: 32px;
    }
    .m-news .b-infoLabel:not(:last-child) {
        margin-bottom: 48px;
    }
}

.m-news .b-infoLabel .title {
    position: absolute;
    top: -16px;
    left: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 32px;
    margin: 0;
    padding: 2px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #624334;
    background: #fff2d9;
}

@media screen and (min-width: 960px) {
    .m-news .b-infoLabel .title {
        font-size: 16px;
    }
}

@media screen and (min-width: 960px) {
    .m-news .b-infoLabel .title {
        top: -20px;
        width: 136px;
        height: 40px;
    }
}

.m-news .b-infoLabel .title::before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 10%;
    width: 80%;
    height: 1px;
    background: #c7b299;
}

.m-news .b-infoLabel .text {
    padding: 0;
    margin: 0;
    line-height: 1.4;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

@media screen and (min-width: 960px) {
    .m-news .b-infoLabel .text {
        font-size: 15px;
    }
}

.m-news .b-infoLabel--products {
    color: #624334;
    background: #fff2d9;
}

.m-news .b-infoLabel--products .title {
    letter-spacing: 3px;
    background: #fff2d9;
}

.m-news .b-infoLabel--products .title::before {
    background: #c7b299;
}

.m-news .b-infoLabel--closed {
    color: #222222;
    background: #cbffce;
}

.m-news .b-infoLabel--closed .title {
    letter-spacing: 1px;
    color: #222222;
    background: #cbffce;
}

.m-news .b-infoLabel--closed .title::before {
    background: #00954c;
}

.m-news .m-news__layout2--nonTopics {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .m-news .m-news__layout2--nonTopics {
        flex-direction: row;
    }
}

.m-news .m-news__layout2--nonTopics .b-infoLabel:not(:last-child) {
    margin-bottom: 16px;
}

@media screen and (min-width: 960px) {
    .m-news .m-news__layout2--nonTopics .b-infoLabel:not(:last-child) {
        margin-bottom: 0;
    }
}

.m-announceCard {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 16px 0 0;
    box-sizing: border-box;
}

@media screen and (min-width: 680px) {
    .m-announceCard {
        width: calc(50% - 8px);
        margin: 0;
    }
}

@media screen and (min-width: 960px) {
    .m-announceCard {
        width: calc(50% - 24px);
        padding: 20px 0 0;
    }
}

.m-announceCard__layout {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 680px) {
    .m-announceCard__layout {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 90%;
    }
}

@media screen and (min-width: 960px) {
    .m-announceCard__layout {
        max-width: 960px;
    }
}

.m-announceCard .layout1 {
    position: relative;
    width: 100%;
    padding: 56px 16px 16px;
    border-radius: 12px;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    background: #ffffff;
}

.m-announceCard .layout1::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: calc(100% - 96px);
    height: 40px;
    border-radius: 24px;
    background: #ffffff;
}

@media screen and (min-width: 960px) {
    .m-announceCard .layout1::before {
        top: -20px;
        height: 48px;
    }
}

@media screen and (min-width: 680px) {
    .m-announceCard .layout1 {
        min-height: 200px;
    }
}

@media screen and (min-width: 960px) {
    .m-announceCard .layout1 {
        padding: 64px 24px 24px;
    }
}

.m-announceCard .title {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.m-announceCard .title::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4px;
    width: 70%;
    height: 1px;
    background: #ddd;
}

@media screen and (min-width: 960px) {
    .m-announceCard .title {
        top: -8px;
        font-size: 24px;
    }
}

.m-announceCard .layout2 {
    margin: 0;
    padding: 0 0 16px 0;
}

.m-announceCard .text {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.m-announceCard .jump {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 240px;
    height: 32px;
    padding-right: 32px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: #10b900;
}

@media screen and (max-width: 360px) {
    .m-announceCard .jump {
        font-size: 12px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 680px) {
    .m-announceCard .jump {
        font-size: 13px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 960px) {
    .m-announceCard .jump {
        font-size: 14px;
        max-width: 100%;
        transition: 0.3s;
    }
    .m-announceCard .jump:hover {
        opacity: 0.5;
    }
}

.m-announceCard .jump::before,
.m-announceCard .jump::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 8px;
    height: 2px;
    background: #ffffff;
}

.m-announceCard .jump::before {
    right: 12px;
    transform: rotate(-40deg);
}

.m-announceCard .jump::after {
    right: 17px;
    transform: rotate(40deg);
}

.announce--remote {
    padding-bottom: 32px;
    margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
    .announce--remote {
        margin-bottom: 0;
    }
}

.announce--remote .layout1 {
    position: relative;
    padding-left: 124px;
}

@media screen and (max-width: 360px) {
    .announce--remote .layout1 {
        padding-left: 112px;
    }
}

@media screen and (min-width: 960px) {
    .announce--remote .layout1 {
        padding-left: 172px;
    }
}

.announce--remote .layout1::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 16px;
    width: 88px;
    height: 96px;
    background: url(../svg/remote.svg) center/100% no-repeat;
}

@media screen and (min-width: 960px) {
    .announce--remote .layout1::after {
        width: 136px;
        height: 120px;
        bottom: 24px;
    }
}

.announce--remote .layout2 {
    padding-bottom: 16px;
}

@media screen and (min-width: 960px) {
    .announce--remote .text {
        font-size: 24px;
    }
}

@media screen and (min-width: 960px) {
    .announce--corona .layout1 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.announce--corona .image {
    display: block;
    width: 100%;
}

@media screen and (min-width: 960px) {
    .announce--corona .image {
        width: 50%;
    }
}

.announce--corona .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (min-width: 960px) {
    .announce--corona .text {
        width: calc(50% - 24px);
        margin: 0;
        font-size: 16px;
    }
}

.b-stepLabel {
    position: relative;
    display: block;
    padding: 16px 16px 16px 48px;
    margin-top: 24px;
    border-radius: 8px;
    background: #c7b299;
}

.b-stepLabel::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 8px;
    bottom: 0;
    margin: auto 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background: #624334;
}

.b-stepLabel:nth-child(1)::before {
    content: "1";
}

.b-stepLabel:nth-child(2)::before {
    content: "2";
}

.b-stepLabel:nth-child(3)::before {
    content: "3";
}

.b-stepLabel:nth-child(4)::before {
    content: "4";
}

.b-stepLabel:nth-child(5)::before {
    content: "5";
}

.b-stepLabel:nth-child(6)::before {
    content: "6";
}

.b-stepLabel:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 8px #624334;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
    border-bottom: solid 0 transparent;
}

.b-stepLabel .link {
    text-decoration: underline;
    color: blue;
}

.b-flowLabel {
    position: relative;
    width: 100%;
    padding: 24px 16px 16px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #fff2d9;
}

.b-flowLabel::before {
    content: "";
    position: absolute;
    top: -8px;
    right: 0;
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background: #624334;
    border-radius: 16px 8px 0 16px;
}

@media screen and (min-width: 960px) {
    .b-flowLabel::before {
        font-size: 16px;
    }
}

.b-flowLabel:nth-child(1)::before {
    content: "STEP 1";
}

.b-flowLabel:nth-child(2)::before {
    content: "STEP 2-1";
}

.b-flowLabel:nth-child(3)::before {
    content: "STEP 2-2";
}

.b-flowLabel:nth-child(4)::before {
    content: "STEP 3";
}

.b-flowLabel:nth-child(5)::before {
    content: "STEP 4";
}

.b-flowLabel:nth-child(6)::before {
    content: "STEP 5";
}

.b-flowLabel .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .title {
        font-size: 20px;
    }
}

.b-flowLabel .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .text {
        font-size: 16px;
    }
}

.b-flowLabel .notice {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .notice {
        font-size: 14px;
    }
}

.b-flowLabel .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .wrapper {
        flex-direction: row;
        justify-content: space-between;
    }
}

.b-flowLabel .imgBox {
    width: 100%;
    max-width: 400px;
    border-radius: 4px;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .imgBox {
        width: calc((100% - 32px) / 3);
    }
}

.b-flowLabel .imgBox__img {
    width: 100%;
    vertical-align: bottom;
}

.b-flowLabel .imgBox:not(:last-child) {
    margin-bottom: 8px;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .imgBox:not(:last-child) {
        margin-bottom: 0;
    }
}

.b-flowLabel .pay__title {
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 40px;
    color: #ffffff;
    background: #10b900;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .pay__title {
        font-size: 18px;
    }
}

.b-flowLabel .pay__item {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

@media screen and (min-width: 960px) {
    .b-flowLabel .pay__item {
        font-size: 16px;
    }
}

.b-flowLabel .pay__card {
    display: flex;
}

.b-flowLabel .pay__cardItem {
    width: 32px;
    height: auto;
}

.b-flowLabel .pay__cardItem:not(:last-child) {
    margin-right: 8px;
}

.b-flowLabel .pay__img {
    width: 100%;
    vertical-align: bottom;
}

.b-flowLabel:not(:last-child) {
    margin-bottom: 24px;
}
/*# sourceMappingURL=style.css.map */

.pleaseTel {
    width: calc(100% - 48px);
    margin: 0 auto 24px;
}
.pleaseTel__wrapper {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 6px;
    box-sizing: border-box;
    background: #d01f3c;
}
.pleaseTel__title {
    position: relative;
    margin: 0 auto 24px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.pleaseTel__title::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 12px #fff;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
    border-bottom: solid 0 transparent;
}
.Form .pleaseTel__title {
    margin: 0 auto 24px;
    padding: 0;
    background: transparent;
    font-size: 16px;
    height: auto;
    line-height: 160%;
}
@media screen and (min-width: 960px) {
    .pleaseTel__title br {
        display: none;
    }
}
.CVBtn {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 60%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(0deg, #006837 5%, #10b900 35% 65%, #006837 95%);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.CVBtn::before {
    content: "";
    position: absolute;
    top: -30%;
    left: -50%;
    right: -50%;
    margin: 0 auto;
    width: 170%;
    height: 80%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
}
/* メンテナンスコンテンツ
---------------------------------------- */
.maintenance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 960px;
    border-radius: 6px;
    padding: 24px;
    margin: 0 auto 32px;
    box-sizing: border-box;
    background: #fff0c3;
}
.maintenance .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}
@media screen and (min-width: 960px) {
    .maintenance .title {
        font-size: 32px;
    }
}
.maintenance .graphic {
    width: 50%;
    max-width: 320px;
}
.maintenance .graphic img {
    width: 100%;
}
.maintenance .text {
    font-size: 16px;
    line-height: 1.5;
    margin: 24px 0;
}
.maintenance .number {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding: 16px;
    background: #d01f3c;
    color: #fff;
    border-radius: 4px;
}

