.p-contact p {
    margin: 0
}

.p-contact__container {
    padding: 40px 0
}

@media screen and (min-width:769px) {
    .p-contact__container {
        padding: 80px 0
    }
}

.p-contact__container.one {
    background: #fff2e0
}

.p-contact__container.two {
    background: #f5ffe8
}

.p-contact__container.three {
    background: #d7e9f5
}

.p-contact__container.four {
    background: #f4eeff
}

.p-contact__box {
    background-color: #fff;
    padding: 30px 20px
}

@media screen and (min-width:769px) {
    .p-contact__box {
        padding: 40px 25px
    }

    .p-contact__item {
        display: flex;
        justify-content: space-between
    }
}

.p-contact__item__text {
    width: 100%
}

@media screen and (min-width:769px) {
    .p-contact__item__text {
        width: calc(65% - 35px)
    }
}

.p-contact__item__link {
    background-color: #f5f5f5;
    color: #000;
    display: block;
    font-family: Noto Sans JP;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 120%;
    padding: 30px 50px 30px 15px;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width:769px) {
    .p-contact__item__link {
        padding: 35px 50px 35px 35px;
        width: calc(35% - 35px)
    }
}

.p-contact__item__link.two-row {
    padding: 20px 50px 20px 15px
}

@media screen and (min-width:769px) {
    .p-contact__item__link.two-row {
        padding: 20px 50px 20px 35px;
        width: calc(35% - 35px)
    }

    .p-contact__item__link__box {
        width: calc(35% - 35px)
    }

    .p-contact__item__link__box>.p-contact__item__link {
        width: unset !important
    }
}

.p-contact__item__contain {
    color: #000;
    font-family: Noto Sans JP;
    font-size: .9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px !important
}

@media screen and (min-width:769px) {
    .p-contact__item__contain {
        margin-bottom: 0
    }
}

.p-contact__item__contain>span.red {
    color: #ee3424;
    color: var(--, #ee3424);
    font-size: 1rem
}

.p-contact__item__contain>span.red,
.p-contact__item__sub-title {
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: 700;
    line-height: 30px
}

.p-contact__item__sub-title {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 10px !important
}

.p-contact__item__title {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    margin-bottom: 10px !important
}

@media screen and (min-width:769px) {
    .p-contact__item__title {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 700;
        line-height: 38px
    }
}

.p-contact__page-link {
    background: #f5f5f5;
    padding: 40px 25px
}

@media screen and (min-width:769px) {
    .p-contact__page-link {
        padding: 80px 0
    }

    .p-contact__page-link__box {
        display: flex;
        justify-content: space-between
    }
}

.p-contact__page-link__item {
    background-color: #fff;
    color: #000;
    display: block;
    font-family: Noto Sans JP;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width:769px) {
    .p-contact__page-link__item {
        align-items: center;
        color: #000;
        display: flex;
        flex-flow: column;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        justify-content: center;
        line-height: 34px;
        margin-bottom: 0;
        padding: 20px 50px;
        width: calc(25% - 15px)
    }
}

.p-contact__page-link__item>span {
    font-size: .75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.p-contact__page-link__item.last {
    margin-bottom: 0;
    padding: 30px 20px
}

@media screen and (min-width:769px) {
    .p-contact__page-link__item.last {
        padding: 20px 50px
    }
}

.p-contact__page-link__item:before {
    background-image: url(../images/top/icon-arrow-page-link.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px
}

.p-contact__arrow {
    position: relative
}

.p-contact__arrow:after {
    background-image: url(../images/top/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px
}

.p-contact__arrow.text {
    display: inline-block;
    padding-right: 50px;
    text-decoration: none
}

@media screen and (min-width:769px) {
    .p-contact__arrow.right {
        display: block;
        text-align: end
    }
}

.p-contact__text {
    color: #000;
    font-family: Noto Sans JP;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 30px
}

@media screen and (min-width:769px) {
    .p-contact__top-link__box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px
    }
}

.p-contact__top-link__item {
    background-color: #f5f5f5;
    color: #000;
    color: var(--, #000);
    display: block;
    font-family: Noto Sans CJK JP;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    padding: 25px 25px 25px 85px;
    position: relative;
    text-decoration: none;
    width: 100%
}

@media screen and (min-width:769px) {
    .p-contact__top-link__item {
        color: #000;
        color: var(--, #000);
        font-family: Noto Sans JP;
        font-size: 1.3125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 0;
        padding: 40px 40px 40px 115px;
        width: calc(50% - 10px)
    }
}

.p-contact__top-link__item.power-outage:before {
    background-image: url(../images/top/icon-power-outage.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 43.024px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47.939px
}

@media screen and (min-width:769px) {
    .p-contact__top-link__item.power-outage:before {
        left: 50px
    }

    .p-contact__top-link__item.search {
        padding: 25px 25px 25px 115px
    }
}

.p-contact__top-link__item.search:before {
    background-image: url(../images/top/icon-search.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 30.485px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32.391px
}

@media screen and (min-width:769px) {
    .p-contact__top-link__item.search:before {
        height: 30.485px;
        left: 50px;
        width: 32.485px
    }
}

.p-contact__top-link__item.qa {
    background-color: #ee3424;
    color: #fff;
    color: var(--FFFFFF, #fff);
    font-family: Noto Sans JP;
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media screen and (min-width:769px) {
    .p-contact__top-link__item.qa {
        padding: 40px 40px 40px 125px
    }
}

.p-contact__top-link__item.qa:before {
    background-image: url(../images/top/icon-qa.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 43.024px;
    left: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 47.939px
}

@media screen and (min-width:769px) {
    .p-contact__top-link__item.qa:before {
        height: 55.41px;
        left: 50px;
        width: 59.41px
    }
}

.p-contact__top-link__item.qa:after {
    background-image: url(../images/top/icon-arrow-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 24px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px
}

.u-d-none-sp {
    display: none
}

.u-d-none {
    display: block
}

@media screen and (min-width:769px) {
    .u-d-none {
        display: none
    }

    .u-d-none-sp {
        display: block
    }
}

.u-mt-sp-0 {
    margin-top: 0 !important
}

.u-mb-sp-0 {
    margin-bottom: 0 !important
}

.u-mb-sp-5 {
    margin-bottom: 5px !important
}

.u-mb-sp-8 {
    margin-bottom: 8px !important
}

.u-mb-sp-10 {
    margin-bottom: 10px !important
}

.u-mb-sp-15 {
    margin-bottom: 15px !important
}

.u-mb-sp-20 {
    margin-bottom: 20px !important
}

.u-mb-sp-25 {
    margin-bottom: 25px !important
}

.u-mb-sp-30 {
    margin-bottom: 30px !important
}

.u-mb-sp-35 {
    margin-bottom: 35px !important
}

.u-mb-sp-40 {
    margin-bottom: 40px !important
}

.u-mb-sp-45 {
    margin-bottom: 45px !important
}

.u-mb-sp-50 {
    margin-bottom: 50px !important
}

.u-mb-sp-55 {
    margin-bottom: 55px !important
}

.u-mb-sp-60 {
    margin-bottom: 60px !important
}

.u-mb-sp-70 {
    margin-bottom: 70px !important
}

.u-mb-sp-80 {
    margin-bottom: 80px !important
}

.u-mb-sp-90 {
    margin-bottom: 90px !important
}

.u-mb-sp-100 {
    margin-bottom: 100px !important
}

.u-mb-sp-105 {
    margin-bottom: 105px !important
}

.u-mb-sp-120 {
    margin-bottom: 120px !important
}

.u-mb-sp-145 {
    margin-bottom: 145px !important
}

.u-mb-sp-160 {
    margin-bottom: 160px !important
}

.u-mb-sp-190 {
    margin-bottom: 190px !important
}

@media screen and (min-width:769px) {
    .u-mb-0 {
        margin-bottom: 0 !important
    }

    .u-mb-5 {
        margin-bottom: 5px !important
    }

    .u-mb-8 {
        margin-bottom: 8px !important
    }

    .u-mb-10 {
        margin-bottom: 10px !important
    }

    .u-mb-15 {
        margin-bottom: 15px !important
    }

    .u-mb-20 {
        margin-bottom: 20px !important
    }

    .u-mb-30 {
        margin-bottom: 30px !important
    }

    .u-mb-40 {
        margin-bottom: 40px !important
    }

    .u-mb-45 {
        margin-bottom: 45px !important
    }

    .u-mb-50 {
        margin-bottom: 50px !important
    }

    .u-mb-55 {
        margin-bottom: 55px !important
    }

    .u-mb-60 {
        margin-bottom: 60px !important
    }

    .u-mb-70 {
        margin-bottom: 70px !important
    }

    .u-mb-80 {
        margin-bottom: 80px !important
    }

    .u-mb-90 {
        margin-bottom: 90px !important
    }

    .u-mb-100 {
        margin-bottom: 100px !important
    }

    .u-mb-105 {
        margin-bottom: 105px !important
    }

    .u-mb-120 {
        margin-bottom: 120px !important
    }

    .u-mb-130 {
        margin-bottom: 130px !important
    }

    .u-mb-140 {
        margin-bottom: 140px !important
    }

    .u-mb-145 {
        margin-bottom: 145px !important
    }

    .u-mb-150 {
        margin-bottom: 150px !important
    }

    .u-mb-160 {
        margin-bottom: 160px !important
    }

    .u-mb-170 {
        margin-bottom: 170px !important
    }

    .u-mb-210 {
        margin-bottom: 210px !important
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
    /* 通常は0だが、1にすることで表示し続ける */
}

.form-date {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.form-number {
    margin-left: 10px;
    background: #fff;
    font-size: 15px;
    border: solid #D1D3D4;
    padding-left: 5px;
    margin-right: 5px;
    width: 55px;
    height: 30px;
}

.form-number-conf {
    margin-left: 10px;
}


.drop-down {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}
@media screen and (min-width:769px) {
    .drop-down {
        margin-bottom: 0;
    }
}

.drop-down::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
    top: 16px;
}

.drop-down select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

/* Chrome, Safari, Edge 対応 */
.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox 対応 */
.no-spin[type="number"] {
    -moz-appearance: textfield;
}

.wpcf7-number {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    border: solid 1px #D1D3D4;
    background-color: #fff;
    max-width: 150px !important;
}

/*# sourceMappingURL=style.css.map*/