@charset "UTF-8";
.home-ttl{
    font-size: 28px;
    color: #ff7133;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 20px;
}
@media(max-width:767px) {
    .home-ttl {
        font-size:min(6vw,28px);
        margin: 25px 0 10px;
    }
}
.home-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px 0;
    padding: 0 0 30px;
    list-style: none;
    counter-reset: number
}
@media(max-width:767px) {
    .home-flow {
        margin: -5px 0
    }
}
.home-flow__item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 32.5%;
    margin: 10px 0;
    padding: 20px;
    border: 2px solid #ccc;
    background-color: #fff;
    counter-increment: number
}
@media(max-width:767px) {
    .home-flow__item {
        width: 100%;
        margin: 5px 0;
        padding: 25px 15px
    }
}
.home-flow__item__heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc;
    color: #e98e24;
    color: #ff7133;
    font-size: 22px;
    line-height: 1.5;
    min-height: 143px;
}
.home-flow__item:nth-of-type(2) .home-flow__item__heading {
    font-size: 20px;
}
@media(max-width:767px) {
    .home-flow__item__heading {
        flex-direction: row;
        margin-bottom: 15px;
        font-size: 18px;
        min-height:inherit;
    }
    .home-flow__item:nth-of-type(2) .home-flow__item__heading {
        font-size: 18px;
    }
}
.home-flow__item__heading:before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 0.2em;
    border-radius: 999em;
    background: #ff7133;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    content: counter(number)
}
@media(max-width:767px) {
    .home-flow__item__heading:before {
        width: 40px;
        height: 40px;
        font-size: 26px;
    }
}
.home-flow__item__heading span {
    width: 100%;
    padding-left: 0;
}
@media(max-width:767px) {
    .home-flow__item__heading span {
        width:calc(100% - 40px);
        padding-left: 10px;
    }
    
}
.home-flow__item__title {
    margin: 0 0 15px;
    line-height: 1.4
}
.home-flow__item__comment {
    margin: auto 0 0;
    text-align: center
}
.home-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
@media(max-width:767px) {
    .home-line {
        margin-bottom: 15px
    }
}
.home-line__qr {
    width: 144px;
    margin-top: -10px
}
@media(max-width:767px) {
    .home-line__qr {
        display: none
    }
}
.home-line__wrap {
    width: calc(100% - 144px);
    padding-left: 10px
}
@media(max-width:767px) {
    .home-line__wrap {
        width: 100%;
        padding-left: 0
    }
}
.home-line__text {
    margin: 0;
    line-height: 1.6;
    margin: 0 0 20px;
}
/* .home-line__button {
    margin: 15px 0 0
} */
.home-line__button a {
    transition: opacity 0.3s
}
.home-line__button a:hover {
    opacity: .5
}
@media(max-width:767px) {
    .home-line__button a {
        display: block;
        border-radius: 5px;
        background: #00b900;
        text-align: center
    }
}
.home-app {
    margin: 0 0 20px
}
@media(max-width:767px) {
    .home-app {
        margin-bottom: 15px
    }
}
.home-app__pc,
.home-app__sp {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}
.home-app__pc a,
.home-app__pc span,
.home-app__sp a,
.home-app__sp span {
    margin: 0 10px 0 0
}
.home-app__pc a,
.home-app__sp a {
    transition: opacity 0.3s
}
.home-app__pc a:hover,
.home-app__sp a:hover {
    opacity: .5
}
.home-app__sp {
    margin: 20px 0 0
}
.home-app__sp span {
    display: block;
    width: 100%;
}
@media(max-width:767px) {
    .home-app__sp {
        margin-top: 5px
    }
    .home-app__sp span {
        display: block;
        width: 100%;
        margin: 0
    }
}
.home-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none
}
@media(max-width:767px) {
    .home-list {
        margin-bottom: 15px
    }
}
.home-list__item {
    padding-left: 1.25em;
    line-height: 1.8;
    text-indent: -1.25em
}
.home-list__item:before {
    content: "■ "
}
.home-list__item:not(:first-child) {
    margin-top: 15px
}