* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0 auto;
    color: #333;
    max-width: 750px;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}

.page {
    width: 95%;
    margin: 0 auto;
}

.gt {
    width: 100%;
    font-size: 1.5rem;
    /*font-weight: bold;*/
}

img {
    width: 100%;
    max-width: 750px;
    height: auto;
}

.gt p {
    padding: .7rem 0;
    line-height: 2.2rem;
}

.PT {
    padding: 1.2rem 0;
    line-height: 2.2rem;
    font-weight: normal;
}

p span {
    /* font-weight: bold; */
    /* background: #FFFF99; */
}

p a {
    color: #3AB4C9;
    font-size: 2rem;
    border-bottom: 1px solid #3AB4C9;
}

.CT {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 3rem;
    padding: 1.2rem 0;
    font-weight: bold;
}

.XT {
    height: 2px;
    margin: 1.2rem 0;
    background: #E8ACDB;
}

.XB {
    font-size: 1.4rem;
    margin: 0;
}

.XF {
    font-size: 1.5rem;
    color: #D04080;
    font-weight: bold;
    margin-top: 1.5rem;
}

.FB {
    font-size: 1.8rem;
    padding: 2rem 0;
    margin: 15px 0;
    display: flex;
    padding-left: 5px;
    margin-top: 3.5rem;
    align-items: center;
    position: relative;
    font-weight: bold;
    background: #FFEAF4;
}

.FB:after,
h2:not(.st-css-no):after {
    border-top: 10px solid #ffeaf4;
    content: '';
    position: absolute;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
    left: 30px;
    border-radius: 2px;
}

small {
    font-size: 1.5rem;
}

.RT {
    color: #FF0005;
    font-weight: bold;
}

.foot {
    margin-bottom: 30px;
}

.PLT {
    border: 5px solid #E8ACDB;
    padding: 10px;
    box-sizing: border-box;
}

.BTN {
    max-width: 750px;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    height: 7rem;
    bottom: 1rem;
}

.BTN div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.BTN .selector2 {
    width: 80%;
    height: auto;
    border-radius: 20px;
    animation: group 2s infinite;
}

#rdt {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    animation-name: btn_arr;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes group {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}

@keyframes btn_arr {
    0% {
        left: -35px;
    }

    100% {
        left: 5px;
    }
}

@-webkit-keyframes btn_arr {
    0% {
        left: -35px;
    }

    100% {
        left: 5px;
    }
}

@-moz-keyframes btn_arr {
    0% {
        left: -35px;
    }

    100% {
        left: 5px;
    }
}




.LeftB {
    font-size: 1.8rem;
    line-height: 1;
    padding: 1.5rem;
    color: #ffffff;
    font-weight: bold;
    /*margin-top: 1.6rem;*/
    margin-bottom: 0.8rem;

    /*border-left: 4px solid #D80CBA;*/
}

#PinLun {
    padding: 10px 3px;
    background-color: #FFEAF4;
}

.PinLun {
    background: #fff;
    padding: 10px 5px;
}

.PinLun span {
    font-size: 1.5rem;
    font-weight: bold;
}

.PinLun a {
    font-size: 1.2rem;
    color: #4D8AC0;
    margin-left: 15px;
}

#PinLun p {
    color: #3A244B;
    line-height: 2.5rem;
    font-size: 1.4rem;
    margin: 0;
}

.xuxian {
    height: 10px;
    /*margin: 20px 10px;*/
    /*border-bottom: 2px dashed #e3e3e3;*/
    background-color: #FFEAF4;
}

#PinLun .pltx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pltx div {
    display: flex;
    align-items: center;
    justify-content: left;
}

.imgcss4 {
    width: 1rem;
}

#PinLun .pltx img {
    width: 35px;
    height: auto;
    border-radius: 50%;
    margin-right: 5px;
}