@charset "utf-8";

/* main
font-size forPC
main_title: 3.2rem
sub_title: 2.4rem
*/
.main-title {
    font-size: 3.2rem;
    font-weight: normal;
    border-bottom: 3px solid;
}
.mv-text {
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.8;
}
.i-list {
    width: 100%;
    margin: 60px 30px 30px;
}

.i-item__content {
    box-sizing: border-box;
}
.i-item__arrow {
    padding: 0px 0 0px 12px;
}
.i-text {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.f-title {
    font-size: 2.4rem;
}
.f-btn {
    display: block;
    margin: 0 auto;
    color: #fff;
}
.contact {
    background: #f52e3d;
}
.case {
    background-color: #009944;
}
.f-btn.first {
    margin-top: 40px;
}
.f-btn.second {
    margin-top: 20px;
}
.i-text__head {
    display: block;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}
.flow_attention {
    text-indent: -2.2em;
    margin-left: 2.2em;
    padding-bottom: 10px;
}
/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px) {
    /* main */
    .f-btn {
        width: 700px;
        height: 70px;
        line-height: 65px;
    }
    .f-btn img {
        margin-left: 70px;
    }
    .f-title {
        margin-left: 20px;
    }
    .f-text {
        margin-left: 40px;
    }
    .i-item:nth-child(1) .i-item__content {
        background-image: url(../img/flow/img_01.svg);
        background-size: 115px 115px;
        background-position: right 28px center;
    }
    .i-item:nth-child(2) .i-item__content {
        background-image: url(../img/flow/img_02.svg);
        background-size: 79px 79px;
        background-position: right 46px center;
    }
    .i-item:nth-child(3) .i-item__content {
        background-image: url(../img/flow/img_03.svg);
        background-size: 95px 95px;
        background-position: right 37px center;
    }
    .i-item:nth-child(4) .i-item__content {
        background-image: url(../img/flow/img_04.svg);
        background-size: 80px 70px;
        background-position: right 37px center;
    }
    .i-item:nth-child(5) .i-item__content {
        background-image: url(../img/flow/img_05.svg);
        background-size: 170px 170px;
    }
    .i-item:nth-child(6) .i-item__content {
        background-image: url(../img/flow/img_06.svg);
        background-size: 115px 103px;
        background-position: right 28px center;
    }
    .i-item__content {
        background-repeat: no-repeat;
        background-position: right;
        height: 103px;
    }
    .i-item__line01 {
        padding: 31px 0;
    }
    .i-item__line02 {
        padding: 29px 0;
    }
    .i-item__line03 {
        padding: 18px 0;
    }
    .i-list {
        max-width: 582px;
    }
    /* hover */
    .f-btn:hover {
        opacity: 1;
    }
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    /* content */
    .t-trigger {
        padding: 10px 4%;
    }
    .t-content {
        padding: 10px 4%;
    }
    /* main
    font-size forSP
    main_title: 2.8rem
    sub_title: 2rem
    */
    .main-title {
        font-size: 2.8rem;
    }
    .i-list {
        margin: 30px 0;
    }
    .i-item__content {
        padding: 20px 0;
    }
    .f-title {
        font-size: 2rem;
    }
    .f-btn {
        width: 88%;
        padding: 2% 4%;
    }
    .f-btn img {
        margin-left: 0;
    }
    .f-btn span {
        margin-left: 0;
    }
    .f-text {
        display: inline-block;
        margin-top: 5px;
    }
    .i-text {
        width: calc(100% - 56px);
    }
}
/* ===================================================================================
 for SP max-width: 480px
 =================================================================================== */
@media screen and (max-width: 480px) {
    /* main */
    .f-btn {
        width: 88%;
        padding: 4%;
    }
}