/* ====== Recap 開始 ====== */
.Recap{
    margin-top:70px;
    padding: 100px 20px 100px;
    text-align:center;
    position:relative;
}
.Recap::before{
    content:"";
    position:absolute;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url("https://comet.noonspace.com/w62/north/MsgInfo/bgimg.png");
    width:209px;
    height:163px;
    right:0%;
    top:0%;
}
.Recap .meMsg_MsgList{
    max-width: 700px;
    margin: auto;
}
.Recap .meMsg_MsgList .meMsg_MsgTitle {
    padding:50px 0px;
    border-bottom:3px dashed #A6A6A6;
}
.Recap .meMsg_MsgList .meMsg_MsgTitle:last-child {
    border-bottom:unset;
}
.Recap .meMsg_MsgList .meMsg_MsgTitle .meMsg_ItemTitle{
    color: #004aa9;
    font-size: 40px;
    font-weight: 400;
    line-height: 150%;
}

/* 手機版 */
@media (max-width:768px){
    .Recap{
	margin-top:0px;
	padding: 60px 20px 100px;
    }

	.Recap::before{
	    content:none;
	}

	.Recap .meMsg_MsgList .meMsg_MsgTitle .meMsg_ItemTitle{
	    font-size: 28px;
	}
}

/* ====== Recap 結束 ====== */


