.femcare_mist p,
.femcare_mist li {
    line-height: 2em;
    font-size: 14px;
    list-style-type: none;
}

.femcare_mist img {
    width: 100%;
    height: auto;
    max-width: 1100px;
}

.femcare_mist .top_text {
    margin-bottom: 2em;
}

.femcare_mist .top_text p {
    text-align: center;
    font-size: 16px;
}

.femcare_mist .top_text p span {
    font-weight: bold;
    font-size: 1.5em;
    color: #FF9B9B;
}

.femcare_mist ul {
    width: 80%;
    margin: 2em auto;
}

.femcare_mist h2 {
    font-size: 1.5em;
    margin: 2em 0;
    padding: 0.5em;
    /*文字周りの余白*/
    color: #494949;
    /*文字色*/
    background: #FFF4F4;
    /*背景色*/
    border-left: solid 5px #FF9B9B;
    /*左線（実線 太さ 色）*/
}

.femcare_mist .hash {
    color: #FFB5B5;
    font-weight: bold;
}

.femcare_mist .last {
    text-align: center;
}

.femcare_mist a {
    display: block;
    color: #FFB5B5;
}

.femcare_mist li {
    position: relative;
}

.femcare_mist li:before {
    position: absolute;
    content: '';
    background-image: url(https://www.2wayworld.jp/onlinestore/html/template/default/assets/img/moni/event/listicon.png);
    width: 1.5em;
    height: 1.5em;
    left: -2em;
    background-size: contain;
    background-position: center;
    top: 0.5em;
}

.femcare_mist .textwrapper p {
    font-weight: bold;
}

.femcare_mist .textwrapper {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.femcare_mist .flex {
    display: flex;
    flex-direction: column;
}

.femcare_mist .In_pro {
    display: flex;
    flex-direction: column;
}

.femcare_mist .In_pro div {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}

.femcare_mist section .text_container p {
    line-height: 1.2;
}

.femcare_mist section .text_container {
    margin-top: 5em;
}

@media(min-width:768px) {
    .sp_none {
        display: none;
    }
    .femcare_mist .textwrapper p {
        font-size: 1.2em;
    }
    .femcare_mist .flex {
        flex-direction: row;
        max-width: 1360px;
    }
    .femcare_mist .In_pro {
        max-width: 1360px;
    }
}