@charset "utf-8";

/*================================
下層ページ共通設定
================================*/

.lower_mv {
    background-image: url(./img/lower_mv_bg.jpg?01);
}

.lower_ttl01.LT_blue {
    margin-bottom: 40px;
}

.diamond_list li {
    padding-left: 23px;
    font-size: 18px;
}

.grey_box {
    margin: 0 auto;
    padding: 50px 0;

}
.grey_box_inner {
    max-width: 800px;
    width: 100%;
}

.first_flex {
    display: flex;
    gap: 25px;
    overflow: hidden;
    margin-bottom: 50px;

}

.first_flex_txt {
    flex: 1;
    letter-spacing: 1.5px;
}
.first_flex_img {
    position: relative;
    z-index: 1;
}

.first_flex_ttl {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.first_flex_ttl::after {
    content: "";
    border-bottom: 2px solid #3da7d1;
    /* background-color: rgb(61, 167, 209); */
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 100vw;
}

.bring_flex .diamond_list li {
    font-size: 20px;
}
.bring_flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.first_flow_flex {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    position: relative;
    margin-bottom: 55px;
}

.first_flow_flex::after {
    content: "";
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 40px 0px 40px;
    border-color: #d2d2d2 transparent transparent transparent;
}

.first_flow_txt {
    flex: 1;
    letter-spacing: 0.5px;
}

.first_flow_img {
    /* flex: 1; */
}
.first_flow_ttl {
    color: #3da7d1;
    border-bottom: 2px solid #d2d2d2;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.133;
    letter-spacing: 2px;
}

.first_flow_step {
    background-color: #3da7d1;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    margin-right: 12px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.first_flow_mini {
    font-size: 18px;

}

a.first_flow_tel {
    display: flex;
    gap: 5px;
    align-items: baseline;
    font-size: 36px;
    color: #50b0d6;
    font-weight: bold;
    line-height: 1.2;
}

.CancelPolicy_num {
    color: #50b0d6;
    font-weight: bold;
    font-size: 18px;

}

#CancelPolicy .diamond_list li{
    /* letter-spacing: 0; */
}
#CancelPolicy .diamond_list {
    margin-bottom: 20px;
}
#CancelPolicy .grey_box_inner {
    max-width: 823px;
}
#CancelPolicy .txt {
    font-size: 18px;
}

/*================================

　ここからPC適用

================================*/
@media(min-width: 897px) {


}

/*================================
TABLET縦 1024px～0px
================================*/
@media (max-width: 1024px) {



}

/*================================

　ここからTABLET・SP適用

================================*/
@media(max-width: 896px) {

    .middle_center {
        font-size: 22px;

    }

    .first_flow_ttl {
        margin-bottom: 10px;
        font-size: 22px;
    }
    .first_flex_ttl {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .first_flow_step {
        display: block;
        width: fit-content;
        margin-bottom: 5px;
    }
    .first_flow_flex::after {
        bottom: -35px;
    }

    .grey_box_inner {
        width: 94%;
    }
    .bring_flex {
        justify-content: center;
    }
    .first_flex_txt {
        letter-spacing: 0.5px;
    }

    .first_flow_mini {
        display: block;
        letter-spacing: 0.5px;
    }


}

/*================================

　ここからSP適用

================================*/
@media(max-width: 700px) {

    .first_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .first_flex_txt {
        flex: auto;
        order: 2;
    }
    .first_flex_ttl::after {
        left: 0;
    }

    .first_flow_flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .first_flow_txt {
        flex: auto;
    }

}

/*================================

　ここからSP適用

================================*/
@media(max-width: 480px) {
    .lower_mv {
        background-position: 75%;
    }

    .lower_ttl01.LT_blue {
        margin-bottom: 20px;
    }

    .grey_box {
        padding: 20px 10px;
    }

    .grey_box_inner > div{
        width: 100%;
    }

    .first_flow_mini {
        font-size: 16px;
        letter-spacing: 0;
    }
    #first .first_inner.lower_inner .diamond_list li {
        font-size: 16px;
        letter-spacing: 0;
    }

    #CancelPolicy .txt {
        font-size: 16px;
    }

}