
body {
    background-color: #f5f5f5;
}

h1,
h2 {
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
}

p {
    font-family: "Zen Kaku Gothic New", sans-serif !important;
}


.logo-and-text {
    background: url(../image/Vector.png) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 41px 15px 56px 15px;
}

.wrap {
    background-color: #fff;
    max-width: 440px;
    width: 100%;
    margin: 0px auto;
}

.logo {
    margin-right: 4px;
}

.logo img {
    display: block;
    width: 214px;
}

.text-in-logo h1 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}




/* ======================- end header =================== */

.main {
    padding: 0 20px;
}

.section-01 {
    padding: 30px 0px 35px;
}

.section-02 {
    padding: 20px 0px 35px;
    border-bottom: 1px solid #D6E0E3;

}

.section-03,
.section-04,
.section-05,
.section-06,
.section-07,
.section-08,
.section-09,
.section-10,
.section-11,
.section-12,
.section-13,
.section-14,
.section-15 {
    padding: 30px 0px 35px;
    border-bottom: 1px solid #D6E0E3;
}


.section-01 .text-lvl-1 {
    display: flex;
    align-items: center;
    position: relative;
}

.section-01 .text-lvl-1 h1 {
    font-size: 25px;
    font-weight: bold;
    color: #003B6C;
    margin-right: 20px;
    line-height: 1.5;
}

.section-01 .text-lvl-1 h1 span {
    background: #fff;
    position: relative;
    z-index: 3;
    padding-right: 10px;
}

.section-01 .text-lvl-1::after {
    position: absolute;
    content: "";
    width: 98%;
    background-color: #003B6C;
    height: 2px;
    right: 4px;
    z-index: 1;
    bottom: 17px;
}

.section-text p {
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.5;
}

.section-text p span {
    color: #003B6C;
}

.section-head-text h1 {
    font-size: 19px;
    font-weight: bold;
    color: #003B6C;
}



.footer {
    padding: 35px 0px 50px;
    text-align: center;
    background-color: #333333;
}

.footer-content p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}

.policy {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;

}

.policy a {
    color: #fff;
    line-height: 1.5;
}

.policy a:hover {
    color: #ffffffbd;
}


.copy-right {
    margin-top: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;

}
