/* ⇩ canva独自 ⇩ */
.comment_box {
    border-radius: 0;
    box-shadow: none;
    border-left: 3px solid #ececec;
    background: #fafafa;
}
.cam_detail_border{
	padding: 5px;
	background: linear-gradient(to top right, #181818, #ffffff 74%, #252525 87%, #dfdfdf);
	display: inline-block;
	border-radius: 10px;
    width: 100%;
}
.canva_title {
    font-size: 1.5rem;
    padding: 1rem 0;
    text-align: center;
}

.cam_box_profile2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.cam_box_profile {
    margin: 4rem auto;
    padding: 20px;
    background-color: #f7f7f7;
    position: relative;
}
.cam_box_profile::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #030303 #fff #242424;
    box-shadow: -1px 1px 1px rgba(247, 245, 124, 0.3)
}
.furukawa_book_title{
    font-weight: bold;
}
.furukawa_book_title span{
    font-size: 1.2rem;
}

@media screen and (max-width:879px) {
	.cam_box_profile2{
		display: block;
		padding: 20px 0;
	}
    .profile_book{
        display: block;
        padding: 20px 0;
    }
    .profile_book img{
        max-width: 120px;
        margin: 1rem 0 0;
    }
    .furukawa_book_img_wrap{
        text-align: center;
    }
    .furukawa_book_title{
        font-size: 1rem;
    }
    .furukawa_book_detail{
        font-size: 0.9rem;
    }
}

.profile_book_link {
    transition: 0.3s ease;
}
.profile_book_link:hover {
    filter: opacity(0.7);
    transform: scale(2);
}

.schedule {
    position: relative;
    font-size: 14px;
    margin: 0 0 3rem;
}
.schedule::before {
    position: absolute;
    top: 0px;
    left: 6.5em;
    width: 6px;
    height: 100%;
    background-color: #161616;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.schedule li + li {
    margin-top: 2em;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 4em;
    height: 2em;
    border-radius: 6px;
    background-color: #cacaca;
    color: #3d3d3d;
    font-weight: bold;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #cacaca;
    content: "";
}
.schedule_time::after {
    position: absolute;
    top: 50%;
    left: 4.6em;
    transform: translateY(-50%);
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #666666;
}

.schedule_content_title {
    font-weight: bold;
}

.schedule_content {
    margin: 0px 0px 0px 3em;
    width: calc(100% - 10em);
}

.cam_content.free {
    font-size: 1rem;
    font-weight: normal;
}

hr {
    background-color: #181818;
    height: 2px;
    margin: 30px 20px;
    border: none;
}