*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

body{
    background-color: #f1f1f1;
}

.wrapper{
    width: 95%;
    margin: 0 auto;
    max-width: 600px;
    background-color: #fff;
    padding: 20px 2%;
}

p,
img,
video{
    display: block;
    margin: 15px auto;
}
img,
video{
    width: 100%;
    object-fit: contain;
}

p{
    font-size: 17px;
    line-height: 1.8;
}

.taC{
    text-align: center;
}
.taR{
    text-align: right;
}
.anno{
    text-align: right;
    font-size: 10px;
    color: #bbb;
    margin-top: 0;
}

.fsS{
    font-size: 15px;
}
.fsM{
    font-size: 19px;
}
.fsL{
    font-size: 21px;
}
.fsLL{
    font-size: 25px;
}
.fsXL{
    font-size: 29px;
}

.blue,
.pBlue,
.pink,
.orange,
.red,
.navy,
.lGreen{
    font-weight: bold;
}
.blue{
    color: rgb(42, 42, 247);
}
.pBlue{
    color: rgb(0, 102, 204);
}
.navy{
    color: rgb(0, 71, 178);
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.orange{
    color: rgb(255, 153, 0);
}
.lGreen{
    color: rgb(102, 185, 102);
}


mark{
    background-color: rgb(255, 255, 0);
}
mark.half{
    background: linear-gradient(to bottom, #fff 60%, rgb(255, 255, 0) 61%);
}
mark.col_p{
    background-color: rgb(255, 231, 246);
}
mark.col_p_half{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#facccc 0%) repeat scroll 0 0;
}
mark.col_y{
    background-color: rgb(255, 255, 204);
}
mark.col_v{
    background: linear-gradient(to bottom, #fff 30%, #fae1f0 31%);
}
mark.col_v_half{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fae1f0 0%) repeat scroll 0 0;
}

.bubble_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 20px auto;
}
.bubble_box>img{
    border: solid 3px #d7ebfe;
    object-fit: cover;
    border-radius: 50%;
    margin: 0;
    height: 55px;
    width: 55px;
}
.bubble_box>div{
    width: 77%;
    position: relative;
    padding: 12px;
    border-radius: 10pt;
    background-color: #d7ebfe;
}
.bubble_box>div::after{
    content: "";
    position: absolute;
    top: 12px;
    left: -26px;
    border: 11pt solid transparent;
    border-right: 11pt solid #d7ebfe;
}
.bubble_box.col_p>img{
    border-color: #F9C1CF;
}
.bubble_box.col_p>div{
    background-color: #F9C1CF;
}
.bubble_box.col_p>div::after{
    border-right: 11pt solid #F9C1CF;
}

.downArrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.downArrow>span {
    width: 100px;
    height: 65px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.downArrow>span::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 50%;
    height: 40%;
    background: #ffc8c8;
}
.downArrow>span::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
    background: linear-gradient(to top right, transparent 49%, #ffc8c8 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #ffc8c8 50%) top right/50% 100% no-repeat;
}
.movebtn {
    -webkit-animation-name: btnAnime02;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: btnAnime02;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease;
    align-items: flex-start;
    justify-content: center;
}
@-webkit-keyframes btnAnime02 {
    0% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -8px);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
@-moz-keyframes btnAnime02 {
    0% {
        -moz-transform: translate(0, 0);
    }

    50% {
        -moz-transform: translate(0, -8px);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

.review_box{
    padding: 15px 10px;
    background: white;
    border: 11px solid #ffa9b8;
    margin-bottom: 20px;
}
.review_box>p:first-child{
    margin-top: 0;
}

h2{
    text-align: center;
    position: relative;
    font-size: 1.5em;
    font-weight: bold;
    color: #ffffff;
    padding: 10px 0;
    margin: 50px auto 20px;
    box-shadow: #ccc 4px 5px 5px;
    background: linear-gradient(to right, #dda0dd, #6a5acd);
}
a{
    color: #4682b4;
}

.cp_arrows {
    position: relative;
    height: 50px;
    margin-top: 1em;
    margin-bottom: 1em;
}
.cp_arrows .cp_arrowfirst {
    animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
    animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow {
    position: absolute;
    top: 100%;
    left: 45%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    opacity: 0;
}
@keyframes arrow-move08 {
    0% {
        top: 40%;
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.cp_arrows .cp_arrow:before {
    transform: rotate(30deg) translateX(-39%);
    transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
    transform: rotate(-30deg) translateX(39%);
    transform-origin: top right;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 3px;
    content: '';
    background: #E91E63;
}
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
    box-sizing: border-box;
}

.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}

.marked{
    background:linear-gradient(transparent 10%, #ffff00 10%);
    display: inline;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition:background-size 1.5s;
}
.marked.on {
    background-size: 100% 100%;
}

h3{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #ffc8c8;
    text-align: center;
    box-shadow: 0px 0px 0px 10px #ffc8c8;
    border: dashed 2px #fff;
}
.bound{
    margin-top: 40px;
    width: 100%;
    height: auto;
    animation: bound2Btn 2s ease infinite;
}
@keyframes bound2Btn {
    0% {
        transform: translateY(0);
    }
    15% {
        transform: translateY(-30px);
    }
    30% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

.dotted_box{
    width: 98%;
    margin: 30px auto;
    position: relative;
    padding: 40px 15px 20px;
    border: 2px dashed #ffa9b8;
}
.dotted_box h4{
    position: absolute;
    background-color: #ffa9b8;
    color: #fff;
    width: 80%;
    left: 10%;
    font-weight: bold;
    top: -23px;
    text-align: center;
    padding: 10px;
}
.dotted_box ul{
    list-style: none;
}
.dotted_box ul li{
    display: flex;
    align-items: flex-start;
}
.dotted_box ul li>span:first-child{
    font-weight: bold;
    font-size: 22px;
    margin-right: 10px;
    line-height: 1.5;
}

.pink_box{
    padding: 12px;
    border: 1px solid #ffc7d3;
    background: #fff;
    border-radius: 6px;
}
.pink_box img,
.pink_box video{
    margin-top: 0;
}
.pink_box+.anno{
    margin-bottom: 20px;
}

.arrowFlow__area {
    width: 100%;
    height: auto;
}
.arrowFlow__area .arrowFlow__inner {
    padding-bottom: 200px;
    overflow-y: hidden;
    position: relative;
}
.arrowFlow__area .arrowFlow__beforeG,
.arrowFlow__area .arrowFlow__afterG {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    animation-name: arrowFlow;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: translate(-50%, -300%);
    position: absolute;
    top: 0;
    left: 50%;
}
.arrowFlow__area .arrowFlow__afterG {
    animation-delay: 1s;
}
.arrowFlow__area .arrow {
    display: inline-block;
    vertical-align: middle;
    color: #ba0d0d;
    line-height: 1;
    position: relative;
    width: 40px;
    height: 60px !important;
    background: currentColor;
    margin: 0 30px;
}
.arrowFlow__area .arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #ba0d0d transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes arrowFlow {
    0% {
        transform: translate(-50%, -300%);
    }
    60% {
        transform: translate(-50%, 100%);
    }
    100% {
        transform: translate(-50%, 400%);
    }
}

footer{
    background-color: #ECECEC;
    padding: 20px 0;
    text-align: center;
}
footer a{
    font-size: 15px;
}