.history_read{
    padding: 120px 20px 200px;
}
.lv2_main_tiitle span{
	width: 380px;
}
.lv2_main_img > img {
    max-width: 640px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.history_read p{
    text-align: center;
    font-size: 22px;
    color: #453E8D;
    font-weight: bold;
    line-height: 1.75;
}
[class^="history_box"]{
    max-width: 1440px;
    margin: 0 auto;
    padding-bottom: 200px;
}
[class^="history_box"]:last-child{
    padding-bottom: 0;
}
.profile_img_pc{
    width: 40%;
    max-width: 480px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.profile_img_sp{
    display: none;
}
.history_profile{
    background: #FBF6DE;
    padding: 0 60px 40px;
    position: relative;
    margin-bottom: 40px;
}
.prof_box{
    position: relative;
    margin-bottom: 56px;
}
ul.info_box {
    width: 56%;
}
.prof_box .tag{
    width: 110px;
    position: absolute;
    left: -30px;
    top: 0;
}
.prof_text{
    font-size: 20px;
    padding-left: 120px;
    padding-top: 60px;
}
.prof_box h3{
    font-size: 32px;
    margin-bottom: 24px;
}
.prof_box h3 span{
    font-family: 'Oswald', sans-serif;
    color: #453E8D;
    font-size: 20px;
    margin-left: 16px;
    letter-spacing: 0.15rem;
}
.info_box li{
    background: #fff;
    padding: 28px 16px 16px;
    position: relative;
}
.info_box li:first-child{
    margin-bottom: 40px;
}
.info_box li h4{
    background: #EBD259;
    color: #453E8D;
    padding: 4px 12px;
    position: absolute;
    top: -20px;
    font-size: 20px;
}
.history_episode_list li{
    width: 95%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 60px 0;
}
.history_episode_list li:not(:first-child){
    border-top: 1px solid #CCCCCC;
}
.history_episode_list .list_flex{
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.history_episode_list .list_flex .text{
    position: relative;
    padding-top: 50px;
    width: 60%;
}
.history_episode_list .list_flex .text::before{
    content: "";
}
.history_episode_list .list_flex > img{
    max-width: 600px;
}
.history_episode_list .list_flex .text img{
    width: 60%;
    max-width: 320px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.episode_comment{
    width: 85%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-top: 60px;
}
.episode_comment img{
    width: 160px;
}
.episode_comment p{
    background: #FBF6DE;
    padding: 10px;
    position: relative;
    display: inline-block;
    margin-left: 13px;
    padding: 14px 24px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}
.episode_comment p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 16px 20px 16px 0;
    border-color: transparent #fbf6de transparent transparent;
    translate: -100% -50%;
  }
.history_episode_list li:not(li.last-message) h3{
	font-size: 32px;
	color: #453E8D;
	background: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 0 24px;
    margin-bottom: 32px;
	position: relative;
    line-height: 1.25;
}
.history_episode_list li:not(li.last-message) h3::before,
.history_episode_list li:not(li.last-message) h3::after {
	content: '';
	width: 10px;
	height: 100%;
	position: absolute;
}
.history_episode_list li:not(li.last-message) h3::before {
	border-left: solid 3px #453E8D;
	border-top: solid 3px #453E8D;
	border-bottom: solid 3px #453E8D;
	top: -3px;
	left: 0;
}
.history_episode_list li:not(li.last-message) h3::after {
	border-right: solid 3px #453E8D;
	border-top: solid 3px #453E8D;
	border-bottom: solid 3px #453E8D;
	top: -3px;
	right: 0;
}
.history_episode_list h3 span{
    display: block;
    background: #EBD259;
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 20px;
    padding: 6px 16px;
}
.history_episode_list h4{
    font-size: 24px;
    margin-bottom: 8px;
}
.list_flex .img-box{
    width: 40%;
    max-width: 600px;
}
.list_flex .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history_episode_list li.last-message{
    background: #F7F7FA;
    border: 4px solid #453E8D;
    padding: 0px;
}
.history_episode_list li.last-message .list_flex .text{
    padding: 60px 0 20px 50px;
    width: 60%;
}
.history_episode_list li.last-message .list_flex .text img{
    right: auto;
    bottom: auto;
    top: 20px;
    left: 30px;
}
.history_episode_list li.last-message h3{
    position: relative;
    font-size: 28px;
    color: #453E8D;
    margin-bottom: 28px;
}
@media print, screen and (max-width: 1000px) {
    .inner {
        /* margin: 0 auto; */
    }
    .history_read {
        padding: 60px 20px;
    }
    .history_read p{
        font-size: 18px;
    }
    .history_episode_list li:not(.last-message) .list_flex {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 auto;
        max-width: 600px;
    }
    .list_flex .img-box,
    .history_episode_list .list_flex .text{
        width: 100%;
    }
    .history_episode_list li.last-message .list_flex .img-box{
        width: 50%;
    }


}
@media screen and (max-width: 780px) {
    [class^="history_box"]{
        padding-bottom: 0;
    }
    .history_profile{
        margin-top: 30%;
        padding: 0 40px 40px;
    }
    .prof_box .tag {
        width: 90px;
    }
    .prof_text {
        padding-left: 0;
        padding-top: 60%;
    }
    .prof_text > *{
        text-align: center;
    }
    .profile_img_pc{
        display: none;
    }
    .profile_img_sp{
        display: block;
        width: 70%;
        max-width: 400px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 220px;
        margin: 0 auto;
    }
    ul.info_box {
        width: 100%;
    }
    .episode_comment{
        flex-direction: column;
    }
    .episode_comment p::after{
        top: 0;
        left: 50%;
        border-width: 0 16px 20px 16px;
        border-color: transparent transparent #fbf6de;
        translate: -50% -100%;
    }
}

@media screen and (max-width: 580px) {
    .lv2_main_img > img {
        width: 90%;
        max-width: 420px;
    }
    .lv2_main_tiitle span {
        width: 100%;
    }
    .history_read br.tab{
        display: none;
    }
    .prof_text {
        padding-top: 80%;
    }
    .history_episode_list li:not(li.last-message) h3 {
        font-size: 24px;
    }
    .history_episode_list li:not(li.last-message) h3 br{
        display: none;
    }
    .episode_comment{
        width: 100%;
    }
    .episode_comment p{
        font-size: 14px;
    }
    .history_episode_list .list_flex {
        gap: 0px;
        flex-direction: column-reverse;
    }
    .history_episode_list li.last-message .list_flex .img-box{
        width: 100%;
    }
    .history_episode_list li.last-message .list_flex .text{
        width: 100%;
        padding: 60px 20px 30px;
    }
    
}
@media screen and (max-width: 480px){
    .history_profile {
        margin-top: 100px;
        padding: 0px 20px 40px;
    }
    .prof_box .tag{
        left: 0;
        width: 72px;
    }
    .profile_img_sp{
        width: 80%;
        margin: 0 20px 0 auto;
        bottom: auto;
        top: -70px;
    }
    .history_box-02 .profile_img_sp {
        width: 75%;
        top: -40px;
    }
    .prof_box h3 span{
        display: block;

    }
}