html,
body,
ul,
li,
p {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
body main {
    /*background-color: #fdf2f3;*/
}
img {
    max-width: 100%;
    display: flex;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.text-center {
    text-align: center;
}
.btn-secondary {
    background: transparent;
    border: 1px solid #e95513;
    color: #e95513;
    border-radius: 30px;
    padding: 0.5em;
    display: flex;
    max-width: 300px;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
}
.container {
    max-width: 1000px;
    margin: 0 auto;
    /*padding:0 15px;*/
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: #0062b0;
}
.logo {
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 250px;
    padding-left: 4em;
}
.tel {
    max-width: 230px;
    padding-right: 4em;
}
.logo img {
    max-width: 100%;
}
nav.menu {
    margin-top: 25px;
}
nav ul {
    display: grid;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    gap: 15px;
    grid-template-columns: repeat(4, 1fr);
}
nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0px 10px 4px;
    text-align: center;
}
nav ul li.blue {
    background: #cce0ef;
    border: 1px solid #0062b0;
    border-bottom: 0;
    border-top: 8px solid #0062b0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
nav ul li.blue a {
    color: #0062ad;
}
nav ul li.cyan {
    background: #ccedf6;
    color: #00a3d1;
    border: 1px solid #00a3d1;
    border-bottom: 0;
    border-top: 8px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
nav ul li.cyan a {
    color: #00a3d1;
}
nav ul li.pink {
    background: #fbe2e8;
    color: #eb6d8e;
    border: 1px solid #eb6d8e;
    border-bottom: 0;
    border-top: 8px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
nav ul li.pink a {
    color: #eb6d8e;
}
nav ul li.brown {
    background: #f9f2e8;
    color: #d46037;
    border: 1px solid #d46037;
    border-bottom: 0;
    border-top: 8px solid;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
nav ul li.brown a {
    color: #d46037;
}
.menu li a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.img_txt {
    display: grid;
    grid-template-columns: 3fr 2fr;
    padding: 2em 0;
    align-items: center;
    background: url(img/pink_bg.png);
    background-size: cover;
    background-position: top center;
    margin-top: 4px;
}
.img_content {
    padding: 1em 5em;
}
.img_content h2 {
    font-size: 2.5em;
    padding-bottom: 0em;
}
.img_content h4 {
    font-size: 1.5em;
    padding-bottom: 0.5em;
}
.img_content h3 {
    font-size: 2.8em;
    padding-bottom: 1em;
}
.img_content span {
    display: block;
    padding: 8px;
    margin: 1em 0 8em 0;
    background: #000;
}

.pink_step_1 {
    /*padding-top: 3em;
    width: 95%;
    margin: 0 auto;*/
}
.pink_step_2_5 {
    background-color: #F2FAFD;
}
.step_block {
    /*border-radius: 15px;
    border: 1px solid #eb6d8e;
    overflow: hidden;
    background: #fff;
    padding-bottom: 3em;
    margin-bottom: 3em;*/
}
.btn_txt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
}
.btn_heading {
    text-align: center;
    padding: 2em;
}
.btn_heading a {
    padding: 10px;
    background: #ef8aa5;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    max-width: 200px;
    margin: 1em auto;
    border-radius: 25px;
    align-items: center;
}
.step_block p {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.step_section,
.step_content {
    max-width: 800px;
    margin: 0 auto;
}
/*main.container {
    padding: 0 15px 40px;
}*/

.step_txt {
    display: flex;
    justify-content: center;
    background-color: #faefec;
}
.step_txt p {
    font-size: 24px;
    font-weight: 600;
    color: #0661ae;
}
.step_txt p span {
    color: #d46037;
    border-bottom: 2px solid #0661ae;
    padding-bottom: 2px;
}
.step_txt p a {
    text-decoration: none;
}
.step_txt img.second {
}
.step_txt img.third,
.step_txt img.first {
    width: 40%;
}

.d-flex {
    display: flex;
}

body.bottom-scrolled .footer {
    position: relative;
}
.footer.fixed {
    position: fixed;
    bottom: 0;
}
footer.footer {
    width: 100%;
}
footer.footer section {
    max-width: 1000px;
    margin: 0 auto;
}
.cta {
    background-color: #F2FAFD;
    padding: 90px 0 70px;
}
.cta_white {
    background-color: #fff;
}
.cta_pink {
    background-color: #FBE2E8;
    padding: 40px 0;
}
.cta_header {
    display: block;
    width: 90%;
    max-width: 825px;
    margin: -70px auto 30px;
}
.cta_btn {
    display: block;
    width: 90%;
    max-width: 895px;
    margin: 0 auto;
}
.cta_tel {
    display: block;
    width: 90%;
    max-width: 630px;
    margin: 45px auto 0;
}
.pb {
    padding-bottom: 80px;
}
.pb_cta {
    padding-bottom: 150px;
}
.pb_kasai {
    padding-bottom: 120px;
}
.only_mobile {
    display: none;
}
@media (max-width: 600px) {
    .logo {
        max-width: 120px;
        padding-left: 1.5em;
    }
    .tel {
        max-width: 140px;
        padding-right: 1.5em;
    }
    .only_mobile {
        display: block;
    }
    .only_desktop {
        display: none;
    }
    .btn_heading {
        padding: 1em;
    }
    .pink_step_1 {
        padding-top: 0em;
    }
    nav ul {
        gap: 6px;
    }
    .menu li a {
        font-size: 13px;
    }
    img.only_mobile {
        /*margin: 0 15px;
        max-width: 100%;
        width: calc(100% - 30px);*/
    }
    .img_with_content img.only_mobile {
        /* margin: 4px 0;
        max-width: 100%;
        width: 100%;*/
    }
    .step_block {
        padding-bottom: 0;
    }
    .b_final_txt_mobile,
    .b_step_3_mobile {
        display: flex;
        justify-content: center;
        background-color: #faefec;
    }
    .b_final_txt_mobile,
    .b_step_3_mobile p {
        font-size: 20px;
        font-weight: 600;
        color: #0661ae;
    }
    .b_final_txt_mobile,
    .b_step_3_mobile p span {
        font-weight: 600;
        color: #d46037;
        border-bottom: 2px solid #0661ae;
        padding-bottom: 2px;
    }
    .b_final_txt_mobile,
    .b_step_3_mobile p a {
        text-decoration: none;
    }
    .b_step_3_mobile img.first {
        width: 60%;
    }
    .b_final_txt_mobile img.first {
        width: 35%;
    }
    .b_final_txt_mobile img.third {
        width: 25%;
    }
    nav ul li {
        padding: 0px 0px 4px;
    }
    .step_txt p {
        font-size: 20px;
    }
    .cta {
        padding: 40px 0;
    }
    .cta_pink {
        padding: 50px 0;
    }
    .cta_header {
        margin: -60px auto 25px;
    }
    .cta_tel {
        width: 80%;
        margin: 30px auto 0;
    }
    .pb_kasai {
        padding-bottom: 85px;
    }
    .pb_cta {
        padding-bottom: 90px;
    }
}

@media (max-width: 400px) {
    .pb {
        padding-bottom: 60px;
    }
    .pb_kasai {
        padding-bottom: 60px;
    }
}

.final_button {
    max-width: 440px;
    margin: 0 auto;
}

.spsolid {
    border-bottom: none;
}
