.comic_wrap .title-point{
    color: #000;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    margin: 50px 0 100px 0;
    width: 100%;
    text-align: center;
}

.comic_wrap .title-point:before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
}


.comic_wrap{
    padding: 100px 0 0;
    margin-bottom: -40px;
}

.comic{
  width: 100%;
    margin: 0 auto 70px;
}

.comic_section{
/*	width: 342px;
  float: right;*/
}
/*.manga_img>img{
	width: 500px;	
}*/
.comic_img{
display:none;
}
.comic_img{
  margin-bottom: 10px;
}
.comic_section img{
  width: 30%;
  margin: 0 36%;
}
.comic_section:last-child{
  /*float: left;*/
}
.comic_ttl{
    width: 1040px;
    margin: 0 auto 70px;
}
.comic_end{
    width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;

}
.comic_img.third{
/*margin-top: 50px;*/
}

@media screen and (max-width: 768px) {
    .comic_wrap{
    padding: 55px 0 0;
    margin-bottom: -40px;
}
.comic_img.third{
margin-top: 0;
}

    .comic_img{
       display:block;
    }
    .comic_wrap{
        margin-bottom: -20px;

    }
    .comic{
        width: 70%;
        margin: 0 auto 40px;
    }
    .comic_section{
        width: 100%;
        float: none;
    }
    .comic_section img{
        width: 85%;
        margin: 0 10%;
    }
    .comic_ttl{
        width: 70%;
        margin: 0 auto 30px;
    }
    .comic_end{
        width: 90%;
        margin: 0 auto;
    }

}
/*---------------------------------iPadPro向け---------------------------------*/
@media screen and (max-width: 1024px) {
    .comic_ttl{
        width: 70%;
    }
}
