/* articleLP251112 */
main{
    background-color: #f9f9f9;
}

.single-post .post-content  .kv img{
    max-width: 100%;
    height: auto;
    margin: 0;
    padding:0 0 24px 0;
}

.main-wrap__single251112{
    width: 100%;
    max-width: 900px;
    margin:0 auto;
    background-color: #fff;
    padding:0 0 0 0;
}
.main-wrap__single251112 .main-content {
    width: 100%;
}

.main-wrap__single251112 .single-post .post-content {
 padding: 0;
}

.main-wrap__articlelp251112 {
    margin: 0 auto;
    width: 92%;
    max-width: 640px;
    justify-content: center;
    line-height: 1.6;
    letter-spacing: 0.052rem;
    word-wrap: break-word;
    word-break: break-all;
    font-family: "Helvetica Neue", Roboto, "Hiragino Sans", "MS PGothic", sans-serif !important;
}

.main-wrap__articlelp251112 .point_lp251112 {
    padding: 12px 4%;
    border-radius: 12px;
    box-shadow: 0px 4px 8px 4px #eae0e0;
    margin-bottom: 16px;
}


.main-wrap__articlelp251112 h2 {
    margin: 72px 0 36px 0;
    width: 100%;
    font-size: 1.6rem;
    color: #8784d3;
    padding: 12px 0;
    line-height: 1.32;
    border-left: 0px solid #adadad;
}

.main-wrap__articlelp251112 h2:before {
    background: linear-gradient(90deg, #9795ef 0, #f9c5d1);
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
}

.main-wrap__articlelp251112 h3,
.main-wrap__articlelp251112 h4 {
    font-size: 1.44rem;
    border-left: 0px solid #adadad;
    padding: 8px 0.72rem;
    margin: 24px 0 8px -2%;
    color: #ab8db5;
    line-height: 1.4;
    width: 104%;
}

.cta__articlelp251112 .p-block-group__inner-container {}

.main-wrap__articlelp251112 .padding_side_1 {
    padding-left: 1%;
    padding-right: 1%;
}

.main-wrap__articlelp251112 .padding_side_2 {
    padding-left: 2%;
    padding-right: 2%;
}

.main-wrap__articlelp251112 .padding_side_3 {
    padding-left: 3%;
    padding-right: 3%;
}

.main-wrap__articlelp251112 .padding_side_4 {
    padding-left: 4%;
    padding-right: 4%;
}


.main-wrap__articlelp251112 .fs_12 {
    font-size: 12px;
}

.main-wrap__articlelp251112 .fs_13 {
    font-size: 13px;
}

.main-wrap__articlelp251112 .fs_14 {
    font-size: 14px;
}

.main-wrap__articlelp251112 .fs_15 {
    font-size: 15px;
}

.main-wrap__articlelp251112 .fs_16 {
    font-size: 16px;
}

.main-wrap__articlelp251112 .fs_17 {
    font-size: 17px;
}

.main-wrap__articlelp251112 .fs_18 {
    font-size: 18px;
}


.main-wrap__articlelp251112 .lptable {
    gap: 0;
    background-color: #ececec;
    border: solid 4px #ececec;
}

.main-wrap__articlelp251112 .lptable .tr {
    justify-content: space-evenly;
    width: 100%;
    gap: 4px;
    align-items: stretch;
}

.main-wrap__articlelp251112 .lptable .td {
    display: flex;
    justify-content: flex-start;
    flex: 1;
    background-color: #fff;
    flex-direction: column;
    padding: 12px;
}

.main-wrap__articlelp251112 .lptable .th {
    display: flex;
    justify-content: center;
    flex: 3;
}

.main-wrap__articlelp251112 .lptable .th h4 {
font-size: 1.32rem;
    border-left: 0px solid #adadad;
    padding: 12px 0 4px;
    margin: 0 auto;
    color: #ab8db5;
    line-height: 1.2;
    width: 100%;
}

.main-wrap__articlelp251112 .lptable .td img {
    padding: 4px;
    margin: 0 auto;
}
.main-wrap__articlelp251112 .lptable .td p {
    padding: 4px;
}

.single-post .post-content,
.single-post .post {
    margin-bottom: 0rem;
}




@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.shiny-btn {
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    /* background-color: #384878; */
    overflow: hidden;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg,  rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.articlelp251112_footer{
    display:flex;
    justify-content: center;
    gap:20px;
    padding:24px 12px;
}

.articlelp251112_footer p{
    padding: 0 !important;
    justify-content: center;
    display: flex;
    align-items: center;
    gap:8px;
}
.articlelp251112_footer p img{
    margin: 0 !important;
}