.lp_wrap {
    max-width: 1366px;
    margin: 0 auto;
}

.lp_kv {
    width: 100%;
}

.lp_wrap img {
    width: 100%;
}


.lp_logo {
    width: 30.75vw;
    max-width: 420px;
    z-index: 2;
    margin: 0 auto;
}

ul.anchor_li {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px auto 0px;
    max-width: 1066px;
}

ul.anchor_li li {
    list-style-type: none;
    /* padding: 5px 6px 0px 6px; */
}

ul.anchor_li li:after {
    content: "｜";
    padding: 0 1em;
}

ul.anchor_li li:last-child:after {
    content: "";
}

ul.anchor_li li a u {}

.text_area01 {
    text-align: center;
}

.t_line {
    border-top: 1px solid #ddd;
    width: 71.74vw;
    margin: 0 auto;
    max-width: 980px;
}

.col_type01 {
    display: flex;
    max-width: 980px;
    width: 71.74vw;
    margin: 0 auto;
    flex-wrap: wrap;
}

.col_type01 .col {
    width: 48%;
    display: flex;
    align-items: center;
}

.col_type01 .col:nth-child(n+3) {
    margin-top: 40px;
}

.col_type01 .col:nth-child(2n) {
    margin-left: 4%;
}

.col_type01 .col .col_img {
    width: 45%;
    margin-right: 4%;
}

.col_type01 .col .col_text {
    width: 51%;
}


.col_type02 {
    display: flex;
    max-width: 980px;
    width: 71.74vw;
    margin: 0 auto;
    flex-wrap: wrap;
}

.col_type02 .col {
    width: 32%;
    margin-right: 2%;
}

.col_type02 .col:nth-child(n+4) {
    margin-top: 40px;
}

.col_type02 .col:nth-child(n+2) {}

.col_type02 .col:nth-child(3n) {
    margin-right: 0;
}

.col_type02 .col .col_img {}

.col_type02 .col .col_text .line01 span {
    font-size: 120%;
}


.col_type03 {
    display: flex;
    max-width: 980px;
    width: 71.74vw;
    margin: 0 auto;
    flex-wrap: wrap;
}

.col_type03 .col {
    width: 48%;
}

.col_type03 .col:nth-child(n+3) {
    margin-top: 40px;
}

.col_type03 .col:nth-child(2n) {
    margin-left: 4%;
}

.col_type03 .col .col_img {}

.col_type03 .col .col_text {}

.col_type03 .col .col_text .line01 {
    padding-left: 1.5em;
}

.col_type03 .col .col_text .line01 span {
    text-indent: -1.5em;
    display: inline-block;
}


.btn_col {
    display: flex;
    justify-content: center;
}

.btn_col .col {
    width: 23.43vw;
    max-width: 320px;
    min-width: 224px;
}

.btn_col .col .cta {
    width: 100%;
    padding: 0;
}