/* ====== Podcast 開始 ====== */
.Podcast{
    max-width:900px;
    margin:auto;
    border-bottom:3px dashed #A6A6A6;
    padding:100px 20px 127px;
    margin-top: 70px;
}
.Podcast .meMsg_MsgMain{
    max-width:650px;
    margin:auto;
}
.Podcast .meMsg_MsgBlk .meMsg_MsgTitle{
    color: #004aa9;
    font-size: 40px;
    font-weight: 400;
    line-height:100%;
    padding-bottom:55px;
    display:block;
    text-align:center;
}
.Podcast .meMsg_MsgBlk .meMsg_MsgImg img{
    width:100%;
}
.Podcast .meMsg_MsgContent .meMsg_MsgSubTitle{
    color: #004aa9;
    font-size: 26.297px;
    font-weight: 400;
    line-height: 100%;
    padding:37px 0px 33px;
    display:block;
}
.Podcast .meMsg_MsgContent .meMsg_Content{
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    padding-bottom:43px;
    display:block;
}
.Podcast .meMsg_MsgList{
    border-radius: 49px;
    background: #d9d8ff;
    display:flex;
    padding:30px;
    align-items:center;
    justify-content:space-between;
}
.Podcast .meMsg_MsgList .meMsg_MsgListCaption{
    color: #004aa9;
    font-size: 18px;
    font-weight: 400;
    line-height:100%;
    width: 25%;
}
.Podcast .meMsg_MsgList .meMsg_MsgListBlk{
    display:flex;
    width: 75%;
    justify-content: end;
}
.Podcast .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle {
    padding:0px 7px;
}
.Podcast .meMsg_MsgList .meMsg_MsgListBlk img {
    width:100%;
}

@media (max-width:768px){
    .Podcast {
	padding: 60px 20px 100px;
	margin-top: 0;
    }
    .Podcast .meMsg_MsgBlk .meMsg_MsgTitle {
	font-size: 32px;
    }
    .Podcast .meMsg_MsgContent .meMsg_MsgSubTitle{
	font-size: 24px;
    }
}


/* ====== Podcast 結束 ====== */
.Podcast-M .meMsg_MsgContent .meMsg_Content{
    padding-top:20px;
}
.Podcast-M{
    margin-top:unset;
    padding:100px 20px 80px;
}
.Podcast-Last{
    border-bottom:unset;
}
.Podcast-Last .meMsg_MsgContent .meMsg_Content{
    padding-bottom:unset;
}
@media (max-width:768px){
    .Podcast-M {
	padding: 80px 20px 60px;
    }
}


/* ====== More 開始 ====== */
.More{
    padding-bottom: 150px;
    position: relative;
    z-index: 1;
}
.More .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle {
    padding:60px 0px;
}
.More .meMsg_MsgList img{
    width: 100%;
    max-width: 29px;
    margin: auto;
    display: block;
}
@media (max-width:768px){
    .More .meMsg_MsgList .meMsg_MsgListBlk .meMsg_MsgTitle {
	padding:30px 0px;
    }
}

/* ====== More 結束 ====== */

#id_ContentBottom{
    position:relative;
}
#id_ContentBottom::before{
    content:"";
    position:absolute;
    background-image:url("https://comet.noonspace.com/w62/north/MsgInfo/Group 34604.png");
    background-repeat:no-repeat;
    background-size:contain;
    left:0%;
    bottom:0%;
    width:433px;
    height:402px;
}
@media (max-width:768px){
    #id_ContentBottom::before{
	width:100%;
	height:100%;
	background-position: bottom left;
    }
}



