@charset "uft-8";

.pcStyle {
    display: block;
}

.spStyle {
    display: none;
}

@media screen and (max-width: 767px) {
    .pcStyle {
        display: none;
    }

    .spStyle {
        display: block;
    }
}

/* ------------------------------------------------------------------------ */

/*  mvInfo
 
/* ------------------------------------------------------------------------ */


.mvInfo picture {
    width: fit-content;
    display: block;
    margin-inline: auto;
}

.mvInfo img {
    display: block;
    max-width: 536px;
    width: 100%;
}


/* ------------------------------------------------------------------------ */

/*  beforeProcedure
 
/* ------------------------------------------------------------------------ */
.beforeProcedure_row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

.beforeProcedure_row picture {
    flex-shrink: 0;
}

.beforeProcedure_row img {
    max-width: 240px;
    width: 100%;
    display: block;
}

.beforeProcedure_texts {
    display: block;
}

.beforeProcedure_ttl {
    font-size: 19px;
    font-weight: 700;
}

.beforeProcedure_text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}


@media screen and (max-width: 767px) {
    .beforeProcedure_row {
        flex-direction: column;
        gap: 25px;
    }

    .beforeProcedure_row picture {
        margin-inline: auto;
    }

    .beforeProcedure_row img {
        max-width: unset;
        margin-inline: auto;
    }

    .beforeProcedure_ttl {
        font-size: 15px;
    }

    .beforeProcedure_text {
        margin-top: 11px;
        font-size: 14px;
    }
}

/* ------------------------------------------------------------------------ */

/*  arrives
 
/* ------------------------------------------------------------------------ */

.arrives_content {
    max-width: 800px;
    width: 100%;
    margin-inline: auto;
    padding: 30px 40px;
    background-color: #eee;
}

.arrives_ttl {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.arrives_text {
    margin-top: 9px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.arrives_cards {
    margin-top: 29px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 1fr auto;
    gap: 40px;
}

.arrives_card {
    background-color: #fff;
    border-radius: 6px;
    padding: 22px 30px;
    display: grid;
    grid-template-rows: subgrid;
    gap: 0;
    grid-row: span 4;
}

.arrives_card h3 {
    display: flex;
    gap: 5px;
    font-size: 20px;
    font-weight: 700;
    grid-row: 1;
}

.arrives_card h3::before {
    content: "";
    background: url("/assets/images/service/switching/icon_arrives_mark_01.png") no-repeat center center/contain;
    display: block;
    max-width: 34px;
    width: 100%;
    height: 30px;
}

.arrives_card picture {
    margin-top: 10px;
    grid-row: 2;
}

.arrives_card picture img {
    max-width: 100%;
    width: 100%;
}

.arrives_card p {
    margin-top: 10px;
    font-size: 16px;
    grid-row: 3;
}

.arrives_card ul.note {
    margin-top: 5px;
    grid-row: 4;
}

.arrives_card ul.note li {
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
}

.arrives_card ul.note li a {
    text-decoration: underline;
    text-indent: 0;
    padding-left: 0;
}

.arrives_card ul.note li a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .arrives_content {
        padding: 25px 20px;
    }

    .arrives_ttl {
        font-size: 16px;
    }

    .arrives_text {
        font-size: 14px;
        text-align: left;
    }

    .arrives_cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 22px;
    }

    .arrives_card {
        padding: 17px 17px;
        border-radius: 3px;
    }

    .arrives_card h3 {
        font-size: 15px;
        gap: 3px;
    }

    .arrives_card p {
        font-size: 14px;
    }

}

/* ------------------------------------------------------------------------ */

/*  utilityBills
 
/* ------------------------------------------------------------------------ */


.utilityBills .title_lv3 span {
    color: #FFC001;
}


/* .utilityBills .notNecessary
--------------------------------------------------------------------------- */

.utilityBills .notNecessary {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 30px;
}

.utilityBills .notNecessary_inner {
    max-width: 850px;
    margin-inline: auto;
}

.utilityBills .notNecessary ul.company {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    font-size: 16px;
}

.utilityBills .notNecessary ul.note {
    margin-top: 30px;
    font-size: 14px;
}

.utilityBills .notNecessary ul.note li {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 767px) {
    .utilityBills .notNecessary {
        padding: 15px 30px;
    }

    .utilityBills .notNecessary ul.company {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
        font-size: 14px;
    }

    .utilityBills .notNecessary ul.note {
        margin-top: 19px;
        font-size: 11px;
    }
}

@media screen and (max-width: 500px) {
    .utilityBills .notNecessary ul.company {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* necessary
--------------------------------------------------------------------------- */

.utilityBills .necessary {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.utilityBills .necessary_box {
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.utilityBills .necessary_box p {
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
}

.utilityBills .necessary_box ul.company {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .utilityBills .necessary {
        flex-direction: column;
        gap: 40px;
    }

    .utilityBills .necessary_box ul.company {
        margin-top: 10px;
        font-size: 14px;
    }
}

/* utilityBills_notes
--------------------------------------------------------------------------- */

.utilityBills .utilityBills_notes {
    margin-top: 60px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 20px 28px;
}

.utilityBills .utilityBills_notes p {
    font-size: 19px;
    font-weight: 700;
    text-align: center;
}

.utilityBills .utilityBills_notes ul.note {
    font-size: 16px;
    line-height: calc(24 / 16);
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 767px) {
    .utilityBills .utilityBills_notes {
        padding: 15px 24px;
    }

    .utilityBills .utilityBills_notes ul.note {
        margin-top: 13px;
        font-size: 14px;
    }
}