hr {
    margin-top: 10px;
    margin-bottom: 5px;
    position: relative;
    height: 1px;
    border-width: 0;
    background-image: -webkit-linear-gradient(left,
        transparent 0%,#e91e63 50%,transparent 100%);
    background-image:         linear-gradient(90deg,
        transparent 0%,#e91e63 50%,transparent 100%);
}

/* スライド */
.swiper-container {
    width: 100%;
}
.swiper-container{
    text-align: center;
}
.swiper-container .swiper-slide img{
    max-width: 100%;
}
.swiper-container .swiper-slide {
     /*padding: 2px;*/
    /*border-left: 1px solid #ddd;*/
    position: relative; 
    margin:0 auto;
}

/* QR -img */
.qr {
    margin-top:5px;
    position: relative;
    width: 100%;
    text-align: left;
}
.qr img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #e91e63;
    border-radius: 3px;
    object-fit: cover;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
}
.qr p {
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    top: -0.8em;
    left: 60px;
    width: calc(100% - 60px - 0.3em);
    padding: 0.3em;
}
.qr p span {
    font-size: 0.6em;
    font-weight: normal;
    font-style: italic;
    display: block;
    padding: 0.3em;
    border-top: 1px solid #e91e63;
}


/* 引用 ----------------------start----*/
.cp_quote {
    position: relative;
    width: 98%;
    margin: 1em auto;
}
/* 引用 */
.cp_quote blockquote {
    position: relative;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 1.5em 2em;
    border-radius: 0.3em;
    background: #FCE4EC;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
}
/* アイコン 
.cp_quote blockquote::before {
        font-size: 2.5em;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0.3em;
        content: '\f10d';
        color: #e91e63;
        filter: drop-shadow(3px 2px 0px #FCE4EC);
}
*/

/* 吹き出しの▼ */
.cp_quote blockquote::after {
    position: absolute;
    right: 1em;
    bottom: -8px;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
    border-color: #FCE4EC transparent transparent transparent;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
}
/* 引用元名 */
.cp_quote .author {
    position: relative;
    top: 15px;
    right: 0;
    width: 100%;
    text-align: right;
}
.cp_quote .author img {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 3px solid #e91e63;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.3));
}
.cp_quote .author p {
    font-size: 0.8em;
    font-weight: bold;
    position: absolute;
    top: -0.8em;
    right: 60px;
    width: calc(100% - 60px - 0.3em);
    padding: 0.3em;
    text-align: right;
}
.cp_quote .author p span {
    font-size: 0.6em;
    font-weight: normal;
    font-style: italic;
    display: block;
    padding: 0.3em;
    border-top: 2px solid #e91e63;
}

