#id_ContentBottom {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}


.About_Banner .meMsg_MsgBlk img {
    object-position: bottom;
}

.TripIntro {
    max-width: 900px;
    margin: 0 auto 70px;
    padding: 0 20px;
}
.IntroBanner {
    margin: -80px auto 80px;
    top: unset;
}
.TripIntro .meMsg_MsgBlk {
    position: relative;
}
.TripIntro .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #385765;
    font-size: 32px;
    line-height: 160%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.TripIntro .meMsg_MsgBlk .meMsg_Content {
    display: block;
    font-size: 16px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
@media (max-width: 768px) {
.TripIntro .meMsg_MsgBlk .meMsg_MsgTitle {
    font-size: 24px;
    line-height: 120%;
}
}



.Trips {
    margin: 7em 0;
}
.Trips .listDivList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Trips .itemDivList {
    margin: 20px 0;
    width: 48%;
}
@media (max-width: 768px) {
.Trips .itemDivList {
    width: 100%;
}
}



.TripContent.Sole .meMsg_MsgBlk .meMsg_MsgImg {
    display: block;
    position: relative;
}
.TripContent.Sole .meMsg_MsgBlk .meMsg_MsgImg:before {
    content: '';
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/SoleTrip_icon.png);
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    right: -10px;
}
.TripContent .meMsg_MsgBlk img {
    width: 100%;
}
.TripContent .meMsg_MsgBlk .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;
}
.TripContent .meMsg_MsgBlk .meMsg_MsgTitle:before {
    content: '';
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/tripIcon.png);
    display: inline-block;
    width: 64px;
    height: 68px;
    position: relative;
    top: 32px;
    z-index: 1;
}
.TripContent .meMsg_MsgBlk .meMsg_Content {
    color: #000;
    font-size: 16px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.TripContent .listMsgList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.TripContent .itemMsgList {
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0 20px;
    text-align: center;
}
.TripContent .itemMsgList.MsgListBlk_1 a {
    width: 100%;
    display: block;
}
.TripContent .itemMsgList.MsgListBlk_1 {
    border: 1px solid #A3C2CF;
    display: block;
    padding: 10px;
    width: 100%;
}
.TripContent .itemMsgList.MsgListBlk_1:hover {
    background: #3D6E83;
}
.TripContent .itemMsgList.MsgListBlk_1:hover a {
    color: #fff;
}
.TripContent .itemMsgList.MsgListBlk_2 {
    margin-right: 10px;
}
.TripContent .MsgListBlk_2 .meMsg_ItemTitle {
    background: #DFDFDF;
    border-radius: 5px;
    color: #333;
    padding: 10px 20px;
}
.TripContent .MsgListBlk_3 .meMsg_ItemTitle {
    background: #3D6E83;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
}
@media (max-width: 768px) {
.TripContent.Sole .meMsg_MsgBlk .meMsg_MsgImg:before {
    top: -15px;
}
}





/*BlogList*/
#ns_Content {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}
.BlogListList .MsgInfoList {
    display: flex;
    flex-wrap: wrap;
}
.BlogListList .MsgRowN {
    width: calc(50% - 30px);
    margin: 10px 15px;
}
.MsgRow1 {
    margin-top: unset;
}

.Blog_MainImg img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.BlogListList .meMsg_MsgBlk img {
    width: 100%;
}
.Blog_Title .meMsg_MsgTitle {
    color: #3D6E83;
    display: block;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 10px;
}
.Blog_Title .meMsg_MsgTitle:before {
    content: '';
    background: url(https://comet.noonspace.com/w62/ec/MsgInfo/tripIcon.png);
    display: inline-block;
    width: 64px;
    height: 68px;
    position: relative;
    top: 32px;
    z-index: 1;
}
.Blog_Context {
    font-weight: 400;
    color: #000;
    font-size: 16px;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.Blog_Btn {
    text-align: right;
}
.Blog_Btn a {
    background: #3D6E83;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    padding: 8px 16px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
.BlogListList .MsgRowN {
    width: 100%;
}
}


/*頁數*/
.tdRecCount, .tdGap, .tdPageNumCaption, .tdPageNum {
    display: none;
}