@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
html {
    font-size: 16px;
}
:root {
    --blue: #1A315D;
    --pink-body: #E85392;
    --pink-main: #E87592;
    --pink-sub: #AC0F52;
    --yellow-main: #F5AC3C;
    --yellow-sub: #DD8603;
    --green-main: #005D60;
    --green-sub: #005E60;
    --sky: #02ADCB;
    --gray-main: #C4C4C4;
    --gray-sub: #8E8E8E;
    --bg-color: #F8FAEC;
    --bg-green: #BAE7E4;
    --gray-2: #939393;
    --olive-main: #DCD733;
    --olive-sub: #AFAB29;
}
.Yugo {
    font-family:"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,Arial,Helvetica,Verdana,sans-serif,"ＭＳ Ｐゴシック","MS PGothic";
}
.visible_pc {
    display: none !important;
}
body {
    background-color: var(--bg-color);
}
main {
    overflow-x: hidden;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}
@media print, screen and (min-width: 641px) and (max-width: 767px) {
    .unvisible_tab {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .visible_sp {
        display: none !important;
    }
    .visible_pc {
        display: block !important;
    }
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
ul,ol {
    list-style: none;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

/* ------------------------------
    UTILITY
------------------------------ */
.l-contblock {
    padding: 0 6.6%;
    margin-bottom: 40px;
}
.l-contblock--v2 {
    padding: 0 6.6%;
}
.l-inner {
    width: 87.2%;
    margin: 0 auto;
}
.c-title--h2 {
    text-align: center;
    margin: 0 auto;
}
.c-title--h2 span {
    display: block;
    font-size: 1.25rem;
}
.c-note li {
    color: #555;
    font-size: 12px;
    text-indent: -6px;
    margin-left: 14px;
}
.c-note li:before {
    display: inline-block;
    content: "※";
    margin-right: 4px;
}
@media screen and (min-width: 768px) {
    .l-inner {
        max-width: 800px;
    }
    .c-note li {
        font-size: 0.875rem;
    }
}

/* ------------------------------
    header
------------------------------ */
header {
    width: 100%;
    height: 50px;
    background: #FFF;
    border-radius: 0 0 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
header .l-inner {
    /* width: 100%; */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header h1 {
    font-size: unset;
    width: 116px;
}
header span {
    display: inline-block;
    width: 109px;
}

/* ------------------------------
    FV
------------------------------ */
.p-fv {
    position: relative;
}
.p-fv .p-cta {
    position: absolute;
    bottom: 118px;
    left: 0;
    right: 0;
    margin: auto;
}
.p-fv .p-cta__lead {
    color: #FFF;
    font-weight: 900;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
}
.p-fv__img > img {
width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .p-fv {
        width: 120%;
        margin-left: -10%;
    }
}

/* ------------------------------
    CTA
------------------------------ */
.p-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 8px;
}
.p-cta dt, .p-cta dd {
    width: 100%;
    text-align: center;
}
.p-cta__lead {
    color: var(--blue);
    font-size: 1.125rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}
.p-cta__lead span {
    padding: 0 2px 0 4px;
}
.p-cta__button {
    display: inline-block;
    width: 100%;
    max-width: 327px;
    text-align: center;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    padding: 14px 0 15px;
    transition: 0.2s;
    position: relative;
    cursor: pointer;
}
.p-cta__button.p-cta__button--p {
    background: var(--pink-body);
    border-color: var(--pink-sub);
    box-shadow: 0 5px 0 var(--pink-sub);
}
.p-cta__button.p-cta__button--y {
    background: var(--yellow-main);
    border-color: var(--yellow-sub);
    box-shadow: 0 5px 0 var(--yellow-sub);
}
.p-cta__button.p-cta__button--gn {
    background: var(--green-main);
    border-color: var(--green-sub);
    box-shadow: 0 5px 0 var(--green-sub);
}
.p-cta__button.p-cta__button--gy {
    background: var(--gray-main);
    border-color: var(--gray-sub);
    box-shadow: 0 5px 0 var(--gray-sub);
}
.p-cta__button.p-cta__button--ol {
    background: var(--olive-main);
    border-color: var(--olive-sub);
    box-shadow: 0 5px 0 var(--olive-sub);
}
.p-cta__button span {
    display: inline-block;
    color: #FFF;
    font-size: 1.625rem;
    font-weight: 600;
}
.p-cta__button span:before {
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/icon_mark.webp) center/contain no-repeat;
    margin-right: 20px;
    margin-bottom: -2px;
    vertical-align: baseline;
}
.p-cta__button.p-cta__button--ol span {
    padding-right: 0;
}
.p-cta__button.p-cta__button--ol span:before {
    margin-right: 8px;
}
.flt.p-cta {
    row-gap: 0;
    width: 100%;
    position: fixed;
    bottom: -115px;
    left: 0;
    z-index: 5;
    transition: bottom 0.2s;
}
.flt.p-cta dt {
    width: fit-content;
    color: #005D60;
    padding: 7px 19px 1px;
    background: #FFF;
    border-radius: 18px 18px 0 0;
    cursor: pointer;
}
.flt.p-cta dd {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    background: #FFF;
}
.flt.p-cta dd a {
    display: none;
}
.flt.p-cta.open {
    bottom: 0;
}
.flt.p-cta.fixed dd {
    padding-bottom: 20px;
}
.flt.p-cta.fixed dd a {
    display: inline-block;
}
.flt .p-cta__lead {
    font-size: 0.8125rem;
}
.flt .p-cta__button {
    padding: 8px 0 9px;
}
.flt .p-cta__button span {
    font-size: 1.25rem;
}
@media (hover: hover) {
    .p-cta__button:hover {
        transform: translateY(5px);
        box-shadow: none;
        transition: 0.2s;
    }
}
@media print,screen and (min-width: 768px) {
    .p-cta__lead {
        font-size: 1.375rem;
    }
    .p-cta__button {
        display: block;
        max-width: 540px;
        margin: 0 auto;
    }
    .p-cta__button span {
        font-size: 1.875rem;
    }
    .p-cta.l-inner {
        width: 58.57%;
    }
    .p-fv .p-cta {
        bottom: 8%;
    }
    .p-fv .p-cta__button {
        width: 67.5%;
    }
    .flt.p-cta {
        width: 328px;
        left: auto;
        right: 0;
    }
    .flt .p-cta__button {
        max-width: 289px;
    }
    .flt.p-cta dd {
        border-radius: 33px 0 0 0;
    }
}
/* @media screen and (max-width: 1200px) and (min-width: 1024px) {
    .p-fv .p-cta {
        bottom: 25px;
    }
} */
@media screen and (max-width: 840px) and (min-width: 768px) {
    .p-fv .p-cta {
        bottom: -25px;
    }
}
@media print {
    .flt.p-cta {
        display: none !important;
    }
}

/* ------------------------------
    CAMPAIGN
------------------------------ */
.p-campaign {
    padding-bottom: 50px;
}
.p-campaign__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    margin: 30px 0 8px;
}
.p-campaign__item {
    width: 100%;
    font-weight: 600;
    text-align: center;
    background: #FFF;
    border: 3px solid var(--sky);
    border-radius: 7px;
}
.p-campaign__item dt {
    color: #FFF;
    font-size: 1.125rem;
    padding: 7px 0;
    background: var(--sky);
}
.p-campaign__item:first-of-type {
    position: relative;
}
.p-campaign__item:first-of-type::after {
    display: block;
    content: "";
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: url(../img/txt_and.svg) center/42px 13px no-repeat;
    background-color: var(--pink-body);
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -43px;
    margin: auto;
}
.p-campaign__item:not(:first-of-type) dt {
    padding-top: 19px;
}
.p-campaign__item dd {
    color: var(--blue);
    font-size: 0.875rem;
    padding: 14px 0 23px;
}
.p-campaign__bottom {
    margin-top: 9px;
}
.p-campaign__tag {
    display: inline-block;
    width: 160px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
    background: var(--bg-green);
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .p-campaign .c-title--h2 {
        width: 94.8%;
    }
}
@media screen and (min-width: 768px) {
    .p-campaign {
        padding-top: 63px;
    }
}
@media screen and (min-width: 1024px) {
    .p-campaign__box {
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        margin-top: 40px;
    }
    .p-campaign__item {
        width: 380px;
    }
    .p-campaign__item:first-of-type::after {
        width: 82px;
        height: 82px;
        line-height: 82px;
        background-size: 61px 20px;
        left: auto;
        right: -67px;
        top: 0;
        bottom: 0;
    }
    .p-campaign__item dt {
        font-size: 1.25rem;
        line-height: 1.3;
        padding: 16px 0;
    }
    .p-campaign__item:not(:first-of-type) dt {
        padding-top: 16px;
    }
    .p-campaign__item dd {
        padding: 20px 0 18px;
    }
}

.p-campaign-image {
    padding-bottom: 20px;
    margin-top: 97px;
    margin-bottom: 40px;
    background: #F8E6C0;
    position: relative;
}
.p-campaign-image::before {
    display: block;
    content: "";
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg,#F8E6C0 0,#F8E6C0 50%,transparent 50%, transparent 100%);
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.p-campaign-image > * {
    position: relative;
    z-index: 1;
}
.p-campaign-image h3 {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-left: calc(79px / 2);
    margin-top: -30px;
    position: relative;
}
.p-campaign-image h3::before {
    display: block;
    content: "";
    width: 79px;
    height: 79px;
    background: url(../img/img_character3.webp) center/contain no-repeat;
    position: absolute;
    left: calc(79px / 2);
    top: -46px;
}
.p-campaign-image__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 30px;
    margin-top: 42px;
}
.p-campaign-image__item {
    color: var(--blue);
    width: 90.21%;
    padding: 16px 19px 17px;
    background: #FFF;
    border-radius: 10px;
    position: relative;
}
.p-campaign-image__item:not(:last-of-type)::after {
    display: block;
    content: "";
    width: 28px;
    height: 10px;
    background-color: #FFF;
    clip-path: polygon(50% 10px, 0% 0%, 28px 0%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto;
}
.p-campaign-image__item::before {
    display: block;
    content: "";
    width: 135px;
    height: 135px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

#c01.p-campaign-image__item::before {
    background-image: url(../img/img_campaign_01.webp);
    left: -30px;
}
#c02.p-campaign-image__item::before {
    background-image: url(../img/img_campaign_02.webp);
    left: -35px;
}
#c03.p-campaign-image__item::before {
    background-image: url(../img/img_campaign_03.webp);
    left: -20px;
    bottom: -10px;
}
.p-campaign-image__num {
    position: absolute;
    left: 0;
    top: -18px;
}
.p-campaign-image__body {
    width: 76.5%;
    margin-left: auto;
}
.p-campaign-image__body > p {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.43;
    margin-bottom: 12px;
}
.p-campaign-image__tag {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.p-campaign-image__tag > span {
    display: inline-block;
    width: fit-content;
    color: #5A7993;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    padding: 4px 0 3px;
    background: var(--bg-green);
    border-radius: 4px;
}
.p-campaign-image__tag span.-s {
    letter-spacing: -0.14em;
}
#c01 .p-campaign-image__tag > span {
    padding-left: 4px;
    padding-right: 2px;
}
#c02 .p-campaign-image__tag > span {
    padding-left: 9px;
    padding-right: 9px;
    position: relative;
}
#c02 .p-campaign-image__tag > span::before {
    display: block;
    content: "";
    width: 16px;
    height: 7px;
    background: url(../img/icon_fukidasi.svg) center/contain no-repeat;
    position: absolute;
    left: 5px;
    bottom: -5px;
}
#c02 .p-campaign-image__tag > span:last-of-type {
    margin-left: 16px;
}
.p-campaign-image__result {
    width: 81.22%;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-left: auto;
}
.p-campaign-image__result p {
    text-align: center;
    background: #E1F3F4;
    border-radius: 4px;
}
.p-campaign-image__result p:first-of-type {
    padding: 6px 0 9px;
    position: relative;
}
.p-campaign-image__result p:first-of-type::after {
    display: block;
    content: "";
    width: 22px;
    height: 22px;
    background: url(../img/icon_plus.webp) center/contain no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
}
.p-campaign-image__result p:last-of-type {
    padding: 8px 0 5px;
    line-height: 1.3;
}
.p-campaign-image__result p img[alt="1,000"] {
    width: 53px;
    padding-bottom: 2px;
}
.p-campaign-image__result span {
    color: var(--pink-body);
    font-weight: 900;
    font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
    .p-campaign-image {
        margin-bottom: 50px;
    }
    .p-campaign-image h3 {
        width: fit-content;
        margin: 0 auto;
    }
    .p-campaign-image h3::before {
        left: -30px;
    }
    .p-campaign-image__list {
        width: 600px;
        margin: 36px auto 0;
    }
    .p-campaign-image__item {
        width: 100%;
        padding: 18px 0 19px;
    }
    .p-campaign-image__body > p {
        margin-bottom: 8px;
    }
    .p-campaign-image__item::before {
        width: 130px;
        height: 130px;
    }
    #c01.p-campaign-image__item::before {
        left: 22px;
        bottom: -14px;
    }
    #c02.p-campaign-image__item::before {
        left: 22px;
        bottom: 0;
    }
    #c02 .p-campaign-image__tag > span:last-of-type {
        margin-left: 0;
    }
    #c03.p-campaign-image__item::before {
        left: 13px;
        bottom: -18px;
    }
    .p-campaign-image__num {
        left: -10px;
    }
    .p-campaign-image__result {
        width: 100%;
        flex-direction: row;
        column-gap: 8px;
        margin-left: 0;
    }
    .p-campaign-image__result p {
        width: fit-content;
        font-size: 0.75rem;
    }
    .p-campaign-image__result p:first-of-type {
        padding: 5px 16px;
    }
    .p-campaign-image__result p:first-of-type::after {
        width: 18px;
        height: 18px;
        left: auto;
        right: -12px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .p-campaign-image__result p:last-of-type {
        padding: 5px 10px 5px 14px;
    }
    .p-campaign-image__result p img[alt="1,000"] {
        width: 48px;
        vertical-align: text-top;
    }
    .p-campaign-image__result span.-s {
        font-size: 0.875rem;
        padding-left: 2px;
    }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
    #c03.p-campaign-image__item::before {
        left: 10px;
    }
}

/* ------------------------------
    CASHBACK
------------------------------ */
.p-cashback h3 {
    text-align: center;
    margin-bottom: 24px;
}
.p-cashback__box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 16px;
    margin-bottom: 20px;
}
.p-cashback__item {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    border: 3px solid var(--bg-green);
}
.p-cashback__item dt {
    color: var(--blue);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 16px 16px 15px;
    background-color: var(--bg-green);
}
.p-cashback__item dd {
    color: var(--blue);
    font-size: 0.875rem;
    line-height: 1.28;
    padding: 8px 16px;
}
@media screen and (min-width: 768px) {
    .p-cashback h3 {
        margin-bottom: 30px;
    }
    .p-cashback__item dt {
        font-size: 1.25rem;
        text-align: center;
    }
    .p-cashback__item dd {
        font-size: 1rem;
        text-align: center;
        padding: 16px 0 24px;
    }
    .p-cashback__item dd picture {
        display: block;
        max-width: 640px;
        margin: 0 auto;
    }
}

/* ------------------------------
    SIM
------------------------------ */
.p-sim {
    padding: 18px 0;
    margin: 62px 0;
    background: var(--bg-green);
    position: relative;
}
.p-sim::before,
.p-sim::after {
    display: block;
    content: "";
    width: 150%;
    padding-top: 92px;
    background: linear-gradient(180deg,var(--bg-green) 0,var(--bg-green) 33%, transparent 33%, transparent 100% );
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.p-sim::before {
    top: -30px;
}
.p-sim::after {
    bottom: -30px;
    transform: translateX(-50%) scale(1,-1);
}
.p-sim__title {
    width: 182px;
    text-align: center;
    margin: 0 auto 22px;
    position: relative;
}
.p-sim__title::before {
    display: block;
    content: "";
    width: 93px;
    height: 93px;
    background: url(../img/img_character4.webp) center/contain no-repeat;
    transform: rotate(17deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -93px;
    margin: auto;
}
.p-sim__title--logo {
    display: block;
    margin-bottom: 14px;
}
.p-sim__title img {
    width: 100%;
}
.p-sim__box {
    background: #FFF;
    padding: 20px 18px 34px;
    border-radius: 35px;
    position: relative;
    z-index: 1;
}
.p-sim__inner {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 5px;
}
.p-sim__item {
    padding: 17px 0 15px;
    background: var(--bg-color);
    border-radius: 25px;
}
.p-sim__item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    color: var(--blue);
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}
.p-sim__item .p-sim__icon {
    display: inline-block;
    width: 45px;
    height: 20px;
    color: #FFF;
    font-size: 0.8125rem;
    line-height: 20px;
    text-align: center;
    border-radius: 7px;
    background: var(--pink-body);
}
.p-sim__wrap > p:not(.p-note) {
    color: var(--pink-body);
    font-size: 0.875rem;
    font-weight: bold;
    text-align: right;
}
.p-sim .p-note {
    color: var(--blue);
    font-size: 0.625rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.p-sim .p-cta__button {
    display: block;
    padding: 8px 0 9px;
    margin: 10px auto 0;
}
.p-sim .p-cta__button span {
    font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
    .p-sim {
        padding: 48px 0;
        margin-top: 164px;
    }
    .p-sim::before,
    .p-sim::after {
        height: 311px;
    }
    .p-sim::before {
        top: -52px;
    }
    .p-sim::after {
        bottom: -52px;
    }
    .p-sim__title::before {
        top: -133px;
    }
    .p-sim .p-note {
        font-size: 0.75rem;
    }
    .p-sim .p-cta__button {
        max-width: 290px;
    }
}


form {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 14px;
    padding: 0 20px 0 30px;
}
.p-input__textbox,
.p-input__textbox::placeholder,
.p-input__label {
    color: var(--blue);
    font-size: 1.875rem;
    font-weight: bold;
}
.p-input__textbox::placeholder {
    opacity: 0.2;
}
.p-input__textbox {
    flex-grow: 1;
    max-width: 160px;
    text-align: center;
    border: none;
    background: var(--bg-color);
}
.p-input__textbox#loan_num {
    width: 38px;
}
.p-input__label {
    width: fit-content;
    flex-shrink: 0;
}
form div {
    display: flex;
}
form div .p-input__textbox {
    max-width: 80px;
}
@media screen and (min-width: 768px) {
    .p-sim__box {
        padding: 50px 0 35px;
    }
    .p-sim__title {
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        column-gap: 27px;
    }
    .p-sim__title--logo {
        width: 354px;
        margin-bottom: 0;
    }
    .p-sim__inner {
        width: 460px;
        margin: 0 auto 12px;
    }
    .p-sim .p-cta__button {
        margin-top: 27px;
    }
    form {
        justify-content: center;
    }
}


/* ------------------------------
    ABOUT
------------------------------ */
.p-about {
    padding: 70px 0 60px;
    margin-top: 64px;
    background: var(--bg-green);
}
.p-about .c-title--h2 {
    margin-bottom: 30px;
}
.p-about__text {
    color: var(--blue);
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}
.p-about__text + .p-about__text {
    margin-top: 7px;
}
.p-about__cont {
    padding-bottom: 19px;
    margin: 23px 0 32px;
    background: #FFF;
    border-radius: 35px;
    box-shadow: 0 3px 20px rgba(115,124,64,0.1);
}
.p-about__title {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.p-about__title--inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 0 18px;
    margin: 0 85px 0 auto;
}
.p-about__title:after {
    display: inline-block;
    content: "";
    width: 100%;
    height: 94px;
    background: url(../img/bg_lpass3.webp) center bottom/cover no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p-about__title--icon,
.p-about__title--text {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.p-about__title--icon {
    width: 180px;
}
.p-about__title--text {
    margin-top: 12px;
    margin-left: -30px;
}
.p-about__title--text img {
    height: 38px;
}
.p-about__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 15px;
}
.p-about__item:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 5px dotted #C7C7C7;
}
.p-about__icon {
    flex-shrink: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 0 10px 10px 0;
    background: var(--pink-body);
    position: relative;
}
.p-about__icon:after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icon_mark.webp) center/contain no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
}
.p-about__item:nth-of-type(4n) .p-about__icon {
    background: var(--sky);
}
.p-about__item:nth-of-type(4n+1) .p-about__icon {
    background: var(--pink-body);
}
.p-about__item:nth-of-type(4n+2) .p-about__icon {
    background: var(--yellow-main);
}
.p-about__item:nth-of-type(4n+3) .p-about__icon {
    background: var(--green-main);
}
.p-about__item p {
    color: var(--blue);
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5;
}
.p-about__item .-color {
    color: var(--pink-body);
}
.p-about__item .-size {
    font-size: 0.875rem
}
.p-about__item p.-size {
    color: var(--gray-2);;
    font-weight: normal;
    margin-top: 10px;
}
@media screen and (min-width: 768px) {
    .p-about .c-title--h2 {
        margin-bottom: 40px;
    }
    .p-about__title {
        justify-content: center;
    }
    .p-about__title:after {
        background: url(../img/bg_lpass.webp) center bottom/auto 94px repeat-x;
    }
    .p-about__title--icon {
        width: 225px;
    }
    .p-about__title--text {
        margin-right: 120px;
        margin-top: 30px;
    }
    .p-about__item p {
        font-size: 2rem;
    }
    .p-about__item .-size {
        font-size: 1.625rem;
    }
    .p-about__item p.-size {
        font-size: 0.875rem;
        margin-top: 0;
    }
    .p-about__cont {
        margin-top: 40px;
    }
}

/* ------------------------------
    HOWTO
------------------------------ */
.p-howto {
    padding: 62px 0 24px;
}
.p-howto .p-about__list {
    margin-top: 35px;
    background: linear-gradient(180deg,#FFF 0, #FFF 90%, transparent 90%, transparent 100%);
    border-radius: 10px 10px 0 0;
}
.p-howto .p-about__list h3 {
    width: 100%;
    padding: 16px 0 16px 40px;
    background: var(--sky);
    border-radius: 10px 10px 0 0;
    position: relative;
}
.p-howto .p-about__list h3::before {
    display: block;
    content: "";
    width: 71px;
    height: 71px;
    background: url(../img/img_character4.webp) center/contain no-repeat;
    transform: rotate(-12deg);
    position: absolute;
    left: 16px;
    top: -20px;
}
.p-howto .p-tab__slide--outer {
    border-radius: 0;
}
.p-howto__cont {    
    background: var(--sky);
    border: 3px solid var(--sky);
    position: relative;
}
.p-howto__cont.-nobg {
    background: transparent;
    border: none;
}
.p-howto .p-about__icon + div {
    padding: 0;
}
.p-howto .p-about__icon + div > p {
    padding-right: 1.75rem;
}
.p-howto .p-about__item:not(:last-of-type) {
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
}
.p-howto .p-howto__cont.l-overblock {
    margin-bottom: 45px;
}
.p-howto .p-howto__cont.l-overblock::before,
.p-howto .p-howto__cont.l-overblock::after {
    display: block;
    content: "";
    width: 100%;
    position: absolute;
}
.p-howto .p-howto__cont.l-overblock::before {
    width: 100%;
    height: 5px;
    background-image: radial-gradient(circle, #9B9B9B 2.5px, transparent 2.5px);
    background-size: 10px 5px;
    bottom: -4.5px;
}
.p-howto .p-howto__cont.l-overblock::after {
    height: 2.5px;
    background: var(--sky);
    bottom: -2.5px;
}
@media screen and (max-width: 767px) {
    .p-howto .p-about__list h3 > img {
        width: 68.5%;
    }
}
@media print,screen and (min-width: 768px) {
    .p-howto .p-about__list {
        margin-top: 52px;
    }
}


/* ------------------------------
    APPLY
------------------------------ */
.p-tab__cont {
}
.p-tab__cont p:first-of-type {
    color: var(--blue);
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 22px;
}
.p-tab__slide--outer {
    padding: 28px 35px;
    background: #FFF;
    border-radius: 20px;
}
.p-tab__slide--wrap {
    width: 250px;
}
.p-tab__slide--item {
    width: 238px;
}
.p-tab__slide {
    padding-bottom: 30px;
}
.p-tab__slide .p-tab__slide--wrap + .p-tab__slide--pagenation {
    bottom: 0;
}
.p-tab__slide--pagenation .swiper-pagination-bullet {
    width: 39px;
    height: 9px;
    background: #DFF4F5;
    opacity: 1;
    border-radius: 5px;
    transition: 0.2s;
}
.p-tab__slide--pagenation .swiper-pagination-bullet-active {
    background: #9DCFD0;
}
.p-tab__cont + dl {
    color: #FFF;
    font-size: 0.875rem;
    font-weight: bold;
    max-width: 255px;
    padding: 25px 0 30px;
    margin: 0 auto;
}
.p-tab__cont + dl dt {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 11px;
}
.p-tab__column {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 38px;
    margin-bottom: 20px;
}
.p-tab__column img {
    width: 222px;
}
.p-tab__column p {
    line-height: 1.7;
    max-width: 240px;
    margin: 0 auto;
}
@media (hover: hover) {
    .swiper-button-next.p-tab__slide--next:hover:after,
    .swiper-button-prev.p-tab__slide--prev:hover:after {
        color: rgba(112, 112, 112, 0.3);
    }
    .p-tab__slide--pagenation .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
        background: #B0D8D9;
    }
}
@media print {
    .p-tab__slide--inner {
        max-width: 80%;
        margin: 0 auto;
    }
    .p-tab__slide--item:not(.swiper-slide-active) {
        display: none;
    }
    .p-tab__slide--item.swiper-slide-active,
    .p-tab__slide--item figure {
        width: 238px !important;
        margin: 0 auto;
    }
}
@media print, screen and (max-width: 767px) {
    .swiper-button-next.p-tab__slide--next,
    .swiper-button-prev.p-tab__slide--prev {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .p-tab__slide--inner {
        width: 500px;
        margin: 0 auto;
    }
    .p-tab__cont {
        padding-left: 8px;
        padding-right: 8px;
    }
    .p-tab__slide--item figure {
        width: 238px;
        margin: 0 auto;
    }
    .swiper-button-next.p-tab__slide--next:after,
    .swiper-button-prev.p-tab__slide--prev:after {
        color: rgba(112, 112, 112, 0.21);
        font-size: 90px;
    }
    .p-tab__cont + dl {
        max-width: 100%;
        text-align: center;
    }
    .p-tab__cont + dl dt {
        font-size: 1.3125rem;
    }
    .p-tab__cont + dl dd {
        font-size: 1rem;
    }
    .p-tab__column--inner {
        width: 87%;
        max-width: 570px;
        padding: 42px 0;
        text-align: center;
        background: #F8F8F8;
        border-radius: 20px;
    }
    .p-tab__column p {
        max-width: 575px;
    }
}


/* ------------------------------
    TABLE
------------------------------ */
.p-table {
    border-collapse: collapse;
}
.p-howto .p-table__wrap {
    margin-bottom: 42px;
    border-radius: 0 0 30px 30px;
}
.p-howto .p-table {
    width: 100%;
    font-size: 0.875rem;
    font-weight: bold;
    background: #E1F3F4;
}
.p-howto .p-table tr {
    width: 100%;
    display: flex;
}
.p-howto .p-table th:first-of-type {
    width: 57%
}
.p-howto .p-table td:first-of-type {
    width: 70%;
}
.p-howto .p-table th:last-of-type {
    width: 43%;
}
.p-howto .p-table td:last-of-type {
    width: 30%;
}
.p-howto .p-table thead {
    color: #FFF;
    line-height: 1.3;
    text-align: center;
}
.p-howto .p-table th:first-of-type {
    padding: 19px 0 20px;
    background: #9DCFD0;
}
.p-howto .p-table th:last-of-type {
    padding: 10px 0 11px;
    background: #85ACAD;
}
.p-howto .p-table tbody {
    display: block;
    padding: 20px 32px;
}
.p-howto .p-table tbody tr:not(:last-of-type) {
    padding-bottom: 7px;
    margin-bottom: 8px;
    border-bottom: 2px solid #D3E7E8;
}
.p-howto .p-table td:first-of-type {
    color: #9DCFD0;
    text-align: left;
}
.p-howto .p-table td:last-of-type {
    color: #85ACAD;
    text-align: right;
}
.p-table__item {
    height: 220px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}
.p-table__item:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to bottom, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 100%);
    content: "";
    z-index: 1;
    transition: 0.3s;
}
.p-howto .p-table__item:after {
    background: linear-gradient(to bottom, rgb(248, 250, 236, 0) 0%, rgb(248, 250, 236, 1) 100%);
}
.p-table__wrap .p-cta__button {
    display: block;
    width: 289px;
    padding: 8px 0 9px;
    margin: 0 auto;
}
.p-table__wrap .p-cta__button span {
    font-size: 1.25rem;
    padding-right: 40px;
}
.p-table__wrap .p-cta__button:before,
.p-table__wrap .p-cta__button:after {
    display: inline-block;
    content: "";
    width: 18px;
    height: 4px;
    background: #FFF;
    position: absolute;
    right: 47px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-table__wrap .p-cta__button:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.p-table__wrap.is-open .p-table__item {
    height: auto;
    transition: 0.3s;
}
.p-table__wrap.is-open .p-table__item:after {
    display: none;
    transition: 0.3s;
}
.p-table__wrap.is-open .p-cta__button:after {
    transform: rotate(180deg);
}
.p-howto .p-table__wrap.is-open {
    margin-bottom: 0;
    padding-bottom: 42px;
    background: #E1F3F4;
}
@media print {
    .p-table__wrap .p-table__item {
        height: auto !important;
    }
    .p-table__item:after {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .p-howto .p-about__list h3 {
        padding-top: 24px;
        padding-bottom: 18px;
    }
    .p-howto .p-about__list h3::before {
        left: 28%;
        top: -14px;
    }
    .p-howto .p-howto__cont.l-overblock::before {
        background-image: radial-gradient(circle, #9DCFD0 2.5px, transparent 2.5px);
        background-size: 15px 5px;
        bottom: -5px;
    }
    .p-howto .p-table th:first-of-type {
        width: 82%;
    }
    .p-howto .p-table th:last-of-type {
        padding: 19px 0 20px;
    }
    .p-howto .p-table tbody {
        font-size: 1rem;
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* ------------------------------
    APPLY
------------------------------ */
.p-apply {
    padding-top: 32px;
}
.p-apply .c-title--h2 {
    margin-bottom: 25px;
}
.p-apply h2 + p {
    color: #707070;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 30px;
} 
.p-apply .p-tab__slide--outer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 40px;
}
.p-apply h3 {
    color: var(--blue);
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.25;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .p-apply .c-title--h2 {
        width: 87.8%;
    }
}
@media screen and (min-width: 768px) {
    .p-apply .c-title--h2 {
        margin-bottom: 40px;
    }
    .p-apply h3 {
        margin-bottom: 30px;
    }
    .p-apply .p-tab__slide--outer {
        padding: 58px 0 70px;
    }
}

/* ------------------------------
    STEP
------------------------------ */
.p-step {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 20px;
}
.p-step__item {
    width: 135px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 7px;
}
.p-step__img {
    width: 100px;
}
.p-step__title {
    color: #475A7E;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
}
.p-step__body {
    color: var(--gray-2);;
    font-size: 0.75rem;
}
.p-step__list {
    color: #1AAECB;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 21px;
}
.p-step__list li:before {
    content: "・";
}
.p-apply .p-step__list + p {
    color: var(--gray-2);;
    font-size: 0.8125rem;
    text-align: center;
}
#apply_offline dl {
    margin-top: 36px;
}
.p-step__contact {
    text-align: center;
}
.p-step__contact dt {
    color: #327D7F;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 7px;
}
.p-step__contact dd {
    color: #ED74A6;
    font-size: 0.8125rem;
    font-weight: bold;
}
.p-step__contact dd .tel {
    display: block;
    color: #ED74A6;
    font-size: 2.4375rem;
    line-height: 1.2;
}
.p-step__contact dd a {
    width: 100%;
    color: #ED74A6;
}
.p-step__address {
    display: flex;
    font-weight: bold;
    background: #E7EDED;
    border-radius: 10px;
}
.p-step__address dt {
    flex-shrink: 0;
    width: 66px;
    color: #FFF;
    font-size: 0.875rem;
    text-align: center;
    background: #9DCFD0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-step__address dd {
    color: #8F9090;
    font-size: 0.75rem;
    padding: 12px 10px 12px 9px;
}
@media print, screen and (max-width: 767px) {
    .p-step__list li {
        text-indent: -0.875rem;
        margin-left: 0.875rem;
    }
}
@media print,screen and (min-width: 768px) {
    .p-step {
        width: 73.3%;
        justify-content: space-between;
        margin: 0 auto;
    }
    .p-step__list {
        text-align: center;
    }
    #apply_offline dl {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }
    .p-step__contact {
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 18px;
    }
    .p-step__contact dt {
        flex-shrink: 0;
        font-size: 1.125rem;
        margin-bottom: 0;
    }
    .p-step__contact dd {
        max-width: 260px;
        font-size: 0.875rem;
    }
    .p-step__contact dd a {
        font-size: 2.25rem;
        width: fit-content;
    }
    #apply_offline .p-step__address {
        margin-top: 12px;
    }
    .p-step__address dt {
        width: 94px;
    }
    .p-step__address dd {
        padding: 13px 50px 13px 26px;
    }
    .p-step__address dt,
    .p-step__address dd {
        font-size: 1.125rem;
    }
}

/* ------------------------------
    SHORUI
------------------------------ */
.p-shorui {
    margin-bottom: 40px;
}
.p-shorui .c-title--h2 {
    margin-bottom: 17px;
}
.p-shorui .c-title--h2 span {
    color: var(--blue);
    margin-top: 6px;
}
.p-shorui__list {
    display: flex;
    justify-content: center;
    column-gap: 14px;
    margin-bottom: 40px;
}
.p-shorui__item {
    width: 156px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
}
.p-shorui__item dd {
    color: #030303;
    font-size: 0.75rem;
}
.p-shorui__img {
    width: 65px;
}
.p-shorui__list .p-shorui__title {
    color: var(--blue);
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.p-shorui__sub {
    font-weight: bold;
    line-height: 1.6;
}
.p-shorui__body {
    line-height: 1.3;
}
@media print,screen and (min-width: 768px) {
    .p-shorui .l-inner:first-of-type {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 118px;
    }
    .p-shorui__list {
        column-gap: 25px;
    }
    .p-shorui .c-title--h2 {
        text-align: left;
    }
    .p-shorui .c-title--h2 span {
        font-size: 1.6875rem;
        margin-top: 18px;
    }
}

/* ------------------------------
    FAQ
------------------------------ */
.p-faq {
    padding: 65px 0;
    background: var(--bg-green);
}
.p-faq .c-title--h2 {
    margin-bottom: 32px;
}
.p-faq__list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 33px;
}
.p-faq__item {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 24px 21px 20px 18px;
    background: #FFF;
    border: 4px solid var(--green-sub);
    border-bottom-width: 6px;
    border-radius: 10px;
    cursor: pointer;
}
.p-faq__item dt {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.p-faq__item dt:before,
.p-faq__item dt:after {
    display: inline-block;
    content: "";
    width: 12px;
    height: 4px;
    background: var(--green-sub);
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.p-faq__item dt:after {
    transform: rotate(90deg);
    transition: 0.3s;
}
.p-faq__item dt.is-open:after {
    transform: rotate(180deg);
}
.p-faq__item dd {
    display: none;
    color: var(--sky);
    padding: 10px 15px 14px 20px;
    margin-top: 10px;
    background: #E1F3F4;
    border-radius: 5px;
}
.p-faq__item dd a {
    color: var(--sky);
}
@media (hover: hover) {
    .p-faq__item:not(:has(.is-open)):hover {
        opacity: 0.8;
    }
    .p-faq__item dd a:hover {
        text-decoration: none;
    }
}
@media print {
    .p-faq__item dd {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    .p-faq__list {
        max-width: 800px;
        margin: 0 auto 40px;
    }
}

/* ------------------------------
    ATTENTION
------------------------------ */
.p-attention {
    padding: 64px 0 32px;
}
.p-attention .c-title--h2 {
    margin-bottom: 15px;
}
.p-attention h3.c-title--h2 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.36;
}
.p-attention__list {
    margin-bottom: 32px;
}
.p-attention__item::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--sky);
    border-radius: 50%;
    margin-right: 9px;
}
.p-attention__item {
    font-size: 0.875rem;
    text-indent: -15px;
    margin-left: 15px;
}
.p-attention__item:not(:last-of-type) {
    margin-bottom: 10px;
}
.p-attention__item > ul {
    padding: 15px;
    border: 1px solid #63645F;
    border-radius: 6px;
    margin-top: 8px;
}
.p-attention__item > ul > li {
    text-indent: 0rem;
}
.p-attention__item > ul > li:not(:last-of-type) {
    margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
    .p-attention .c-title--h2 {
        margin-bottom: 40px;
    }
    .p-attention__item {
        font-size: 1rem;
        line-height: 1.25;
    }
    .p-attention__item:not(:last-of-type) {
        margin-bottom: 16px;
    }
}


/* ------------------------------
    FOOTER
------------------------------ */
footer {
    color: #FFF;
    padding: 35px 0 0;
    background: var(--green-sub);
    position: relative;
}
footer:before {
    display: inline-block;
    content: "";
    width: 100%;
    height: 5px;
    border-bottom: 5px dotted var(--green-sub);
    position: absolute;
    top: -7.5px;
    left: 0;
}
footer h2 {
    font-size: 1.8125rem;
    text-align: center;
}
footer h2 + dl {
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 32px;
}
footer h2 + dl dt {
    font-size: 1rem;
}
footer h2 + dl dd {
    font-size: 2.125rem;
}
footer h2 + dl dd span {
    display: inline-block;
}
footer h2 + dl dd .icon {
    width: 38px;
    vertical-align: super;
}
footer h2 + dl dd .tel,
footer h2 + dl dd .tel a {
    color: #FFF;
    text-decoration: none;
}
footer h2 + dl dd:last-of-type {
    font-size: 0.875rem;
    line-height: 1.85;
}
footer .p-table__wrap {
    width: 89%;
    color: #000;
    padding: 26px 20px 36px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto 42px;
}
footer .p-table__item {
    max-width: 335px;
    margin: 0 auto;
}
footer .p-footer__table1 {
    margin-bottom: 2rem;
}
footer .p-footer__table1 thead,
footer .p-footer__table1 tbody,
footer .p-footer__table1 tr,
footer .p-footer__table1 th, footer .p-footer__table1 td {
    display: block;
    width: 100%;
}
footer .p-footer__table1 thead {
    font-weight: bold;
    margin-bottom: 34px;
}
footer .p-footer__table1 thead th,
footer .p-footer__table1 thead td {
    text-align: center;
}
footer .p-footer__table1 thead th {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 17px;
}
footer .p-footer__table1 thead td {
    font-size: 1.125rem;
}

footer .p-footer__table1 tbody th {
    font-size: 0.875rem;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: 3px solid #CCC;
    margin-bottom: 6px;
}
footer .p-footer__table1 tbody th:before,
footer .p-footer__table1 td ul li:before {
    content: "・";
}
footer .p-footer__table1 tbody td {
    font-size: 0.75rem;
    line-height: 1.5;
}
footer .p-footer__table1 tbody ul,
footer .p-footer__table1 tbody ol {
    margin-bottom: 1rem;
}
footer .p-footer__table1 td ol {
    counter-reset: num 0;
}
footer .p-footer__table1 td ol li:before {
    counter-increment: num 1;
    content: counter(num) " . ";
}
footer .p-footer__table1 td dl > div {
    margin-top: 1rem;
}
footer .p-footer__table2 {
    width: 100%;
    margin-top: 34px;
}
footer .p-footer__table2 thead {
    display: table-header-group;
}
footer .p-footer__table2 tbody {
    display: table-row-group;
}
footer .p-footer__table2 tr {
    display: table-row;
}
footer .p-footer__table2 th,
footer .p-footer__table2 td {
    width: auto;
    display: table-cell;
    border: 1px solid #707070;
}
footer .p-footer__table2 tr.double th,
footer .p-footer__table2 tr.double td {
    border-bottom: 3px double #707070;
}
footer .p-footer__table2 thead th {
    text-align: center;
    padding: 20px 0 22px;
    background: #F1F1F1;
    border-bottom: 1px solid #707070;
}
footer .p-footer__table2 thead th:before {
    content: "";
}
footer .p-footer__table2 thead th:first-of-type {
    width: 66%;
}
footer .p-footer__table2 thead th:last-of-type {
    width: 34%;
}
footer .p-footer__table2 thead th span {
    display: block;
    font-size: 0.75rem;
}
footer .p-footer__table2 tbody td {
    font-size: 0.875rem;
    padding: 12px 10px;
}
footer .p-footer__table2 tbody td:last-of-type {
    text-align: center;
}
footer .p-logo {
    width: 205px;
    margin: 0 auto 24px;
    text-align: center;
}
footer .p-logo img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
footer .p-copyright {
    color: #FFF;
    font-size: 0.625rem;
    text-align: center;
    line-height: 1.5;
    padding: 14px 0;
    background: #004A4B;
}
@media print,screen and (min-width: 768px) {
    footer .p-table__wrap {
        max-width: 800px;
    }
    footer .p-table__item {
        max-width: 600px;
    }
    footer .p-footer__table2 {
        max-width: 300px;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 24px;
    }
}

/* ------------------------------
    SIM RESULT
------------------------------ */
.p-sim_result {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1010;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
}
.p-sim_result__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.p-sim_result__box {
    width: 77%;
    max-width: 289px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.p-sim_result__inner {
    color: #035E60;
    text-align: center;
    width: 100%;
    padding-top: 38px;
    margin-bottom: 20px;
    background: #FFF;
    border-radius: 18px;
}
.p-sim_result__inner + .p-sim_result__note {
    color: #FFF;
    font-size: 0.75rem;
    text-align: left;
    line-height: 1.5;
}
.p-sim_result__inner h2 {
    font-size: 2.1875rem;
    margin-bottom: 20px;
}
.p-sim_result__inner dl {
    width: 196px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 15px;
}
.p-sim_result__title {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 15px;
    order: 2;
}
.p-sim_result__image {
    order: 1;
}
.p-sim_result__body {
    font-size: 0.875rem;
    text-align: left;
    order: 3;
}
@media print,screen and (min-width: 768px) {
    .p-sim_result__box {
        max-width: 600px;
    }
    .p-sim_result__inner {
        padding-bottom: 28px;
    }
    .p-sim_result__inner dl {
        width: auto;
    }
    .p-sim_result__title {
        font-size: 2.1875rem;
    }
    .p-sim_result__image {
        width: 196px;
    }
}