@charset "utf-8";
.commentbox {
    display: flex;
    gap: 24px;
    margin-top: 70px;
}
.commentbox.reverse {
    flex-direction: row-reverse;
}
* h3 + .commentbox {
    margin-top: 20px;
}
.commentbox + .commentbox {
    margin-top: 30px;
}
.fukidashi {
    padding: 16px 24px;
    border-radius: 10px;
    position: relative;
    width: calc(100% - 108px);
}
.fukidashi::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    border: 12px solid transparent;
}
.f-right::before {
    left: -23px;
}
.f-left::before {
    right: -23px;
}
.fukidashi.bg-lightBlue.f-right::before {
    border-right: 12px solid #d1edf3;
}
.fukidashi.bg-lightBlue.f-left::before {
    border-left: 12px solid #d1edf3;
}
.fukidashi.bg-lightPink.f-right::before {
    border-right: 12px solid #fce5f2;
}
.fukidashi.bg-lightPink.f-left::before {
    border-left: 12px solid #fce5f2;
}
.fukidashi.bg-lightyellow.f-right::before {
    border-right: 12px solid #fef7d7;
}
.fukidashi.bg-lightyellow.f-left::before {
    border-left: 12px solid #fef7d7;
}
/* .prof-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    } */
.prof-item {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.prof-item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:720px) {
.commentbox {
    display: inline-block;
    margin-top: 30px;
    gap: 18px;
}
.commentbox .img {
    text-align: center;
}
.fukidashi {
    width:100%;
    padding: 18px 12px;
    margin: 20px auto 0;
}
.fukidashi::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -24px;
    border: 12px solid transparent;
    border-bottom: 12px solid #d1edf3;
}
.fukidashi.bg-lightBlue.f-right::before {
    border-right-color: transparent;
}
body .set-center.sp-left {
    text-align: left;
}
.f-right::before {
    left: 46%;
}
}
.hikari{
border: 1px solid #ffe3b7;
box-sizing: border-box;
}

	@media screen and (max-width: 768px) {
	    #donateTab {display: none !important;}
	    #floatbtn {
	       display: block;
	        width: 100%;
	        display: block;
	        position: fixed;
	        bottom: 0;
	        left: 0;
	        z-index: 1000;
	        background-color: rgba(0, 0, 0, 0.5);
	        box-shadow: 0px -3px 6px rgba(100, 100, 100, 0.1);
	    }
	    #floatbtn .btn {
	        margin-top: 10px;
	        margin-bottom: 10px;
	    }
	   #floatbtn .btn.kifu_button_selected {
	       display: none;
	   }
	    .kifuMsg {
	        width: auto;
	        margin: 0 auto;
	        padding: 10px;
	        color: #fff;
	        font-weight: bold;
	       display: none;
	    }
	   .kifu_button_selected + .kifuMsg {
	       display: block;
	       width: 100%;
	   }
	}

.kifuMsg {
  background: none;
}

@media screen and (max-width: 768px) {
    .col figure img {
        width: 100%;
    }
}