@charset "utf-8";

/* =======================
　　　SP・共通部分
======================= */
@media screen and (max-width:768px) {
.br_pc{
    display: none;
}
}

section{
    margin: 70px auto;
    padding: 0 10px;
}

.flow_main_visual{
    width: 100%;
    height: 100vh;
    background-image: url("/flow/img/flow_main.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.flow_main_visual h2{
    padding: 0 15px;
    color: #fff;
    font-size: 1.3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    letter-spacing: 4px;
}

.flow_main_visual h2 .shop_main_txt{
    font-size: 0.9em;
}

p.flow_main_text_inner {
    font-size: 0.6em;
    padding-top: 15px;
}

/* --FLOW-- */

ul.flow_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
}

ul.flow_list li {
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 8px;
    width: 95px;
    text-align: center;
    font-size: 12px;
    position: relative;
}

ul.flow_list li::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/flow/img/icon_arrow02.png);
    background-size: contain;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    transform: translateX(-50%);
    right: -21%;
}

ul.flow_list li:last-child::after{
    display: none;
}

.flow_wrapper{
    text-align: center;
    width: 94%;
    margin: 0 auto;
}

.flow_item {
    padding-bottom: 3em;
    position: relative;
}

.flow_item a {
    text-decoration: revert;
    color: red;
}

.flow_item::after{
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(/flow/img/icon_arrow02_tate.png);
    /* background-size: contain; */
    width: 18px;
    height: 18px;
    position: absolute;
    transform: translateX(-50%);
    right: 43%;
    bottom: 29px;
}

.flow_item:last-child:after {
    display: none;
}

.flow_item h3 {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #d2d2d2;
}

.flow_item p {
    padding-top: 2em;
    font-size: 0.9em;
    line-height: 1.8rem;
}

.flow_item img{
    margin-top: 40px;
}


/* --PRICE-- */

.in_box{
    margin-bottom: 100px;
}
.price .in_box h4{
    font-size: 20px;
    margin-bottom: 25px;
    text-align: center;
}

.pl_01{
    background: linear-gradient(45deg, #69151a, #a41822);
    color: #fff;
    font-size: 1em;
}

.pl_02{
    background: linear-gradient(45deg, #b08d26, #dbb030);
    color: #fff;
    font-size: 1em;
}

.pl_03{
    background: linear-gradient(45deg, #afafae, #d5d5d5);
    color: #fff;
    font-size: 1em;
}

.pl_04{
    background: linear-gradient(45deg, #1c0b66, #6442ff);
    color: #fff;
    font-size: 1em;
}


p.tax {
    margin: 10px 0 20px;
    display: flex;
    justify-content: end;
    padding-right: 1em;
}
ul.flex_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 7px;
} 

ul.flex_list li {
    width: 48%;
    margin: 0 1% 10px;
}

p.asterisk {
    width: 100%;
    display: flex;
    margin: 10px 0 20px;
    font-size: 0.8em;
} 

/* プライス表 */
@media screen and (max-width:768px) {

    /* thead tr:first-child>*:first-child{
        background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #d2d2d2 50%, #d2d2d2 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
    } */

    .sp_thead { 
        display: flex;
    }

    table{
        display: flex;
        justify-content: center;
    }

    thead{
        display: block;
        border: 1px solid #dcdcdc;
    }
    /* thead tr{
        display: flex;
        flex-direction: column;
    } */
    thead tr th{
        width:85px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1px solid #dcdcdc;
        font-size: 0.9em;
        color: red;
    }
    
    tbody{
        display: flex;
        overflow-x: scroll;
    }
    tbody tr{
        display: flex;
        flex-direction: column;
        border: 1px solid #dcdcdc;
    }
    tbody tr th,
    tbody tr td{
        width: 125px;
        height: 50px;
        border-bottom: 1px solid #dcdcdc;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.1em;
    } 

    .bold,
    .pl_04{
        width: 200%;
    }

    .bold{
        color: #000;
        font-size: 1em;
    }

    th.price_item {
        color: red;
        font-size: 1.2em;
    }

    td.bg_col {
        color: blue;
        /* font-size: 1.2em; */
        font-weight: bold;
    }
}



/* --Q&A-- */
h5 {
    font-size: 16px;
    padding-bottom: 5px;
}

.qa_item {
    margin-bottom: 2em;
}



/* =======================
　　　      PC
======================= */

@media screen and (min-width:769px) {

section{
    padding: 0;
}

.flow_main_visual h2{
    padding: 0 10%;
    color: #fff;
    font-size: 1.7em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

p.flow_main_text_inner {
    font-size: 0.5em;
    padding-top: 1em;
}

.flow_main_visual h2 .flow_main_txt{
    font-size: 0.9em;
    margin-left: 60px;
}


/* --FLOW-- */

ul.flow_list {
    justify-content: center;
}

ul.flow_list li {
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 8px;
    width: 111px;
    font-size: 16px;
}

.flow_item {
    padding-bottom: 10em;
    position: relative;
    width: 56%;
    margin: 0 auto;
}

.flow_item a {
    text-decoration: revert;
    color: red;
}


.flow_item::after{
    position: absolute;
    right: 47.3%;
    bottom: 70px;
}

.flow_item:last-child:after {
    display: none;
}

/* プライス表 */
.in_box {
    text-align: center;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 95px;
    max-width: 1230px;
    width: 100%;
}

.in_box h4{
    padding-bottom: 25px;
}


table {
    margin: 0 auto;
    width: 85%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

tr {
    height: 63px;
}

th {
    padding: 10px;
    border: solid 1px #d2d2d2;
    width: 10%;
    font-weight: bold;
    color: red;
}

 td {
    padding: 10px;
    border: solid 1px #d2d2d2;
}

/* thead tr:first-child>*:first-child{
    background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #d2d2d2 50%, #d2d2d2 calc(50% + 0.5px), transparent calc(50% + 1px)) !important;
} */

th.bold {
    color: #000;
    font-weight: bold;
}

td.bg_col {
    color: blue;
    /* font-size: 1.2em; */
    font-weight: bold;
}

th.price_item {
    font-size: 1.2em;
}

.pl_01{
    background: linear-gradient(45deg, #69151a, #a41822);
    color: #fff;
}

.pl_02{
    background: linear-gradient(45deg, #b08d26, #dbb030);
    color: #fff;
}

.pl_03{
    background: linear-gradient(45deg, #afafae, #d5d5d5);
    color: #fff;
}

.pl_04{
    background: linear-gradient(45deg, #1c0b66, #6442ff);
    color: #fff;
}


p.tax {
    padding-top: 2px;
    display: flex;
    justify-content: end;
    padding-right: 6em;
}
ul.flex_list {
    display: flex;
    width: 72%;
    flex-wrap: wrap;
    text-align: start;
    justify-content: left;
    padding-left: 5em;
    font-size: 14px;
}

ul.flex_list li {
    width: 271px;
}

p.asterisk {
    display: flex;
    padding-top: 13px;
    font-size: 0.9em;
    padding-left: 6em;
}

.qa_box {
    width: 50%;
    margin: 0 auto;
}

.qa_item {
    margin-bottom: 3em;
    padding-left: 2em;
}

.qa_box h3{
    padding-bottom: 1em;
    font-size: 1.1em;
}


}