@charset "UTF-8";

/* instmypage news
------------------------------------------- */
.mypage-topcalendar {
  border-bottom: 1px solid #f2f2f2;
}
.mp_news_sec{
  margin-top: 3em;
}
.mp_sec_bloc{
  padding: 3rem 0;
}
.mp_inst_maintitle {
  background: none;
  font-size: 2em;
  padding: 0px;
  margin-bottom: .5em;
}
.mp_inst_maintitle  .ja {
    display: block;
    font-size: 0.45em;
}
.mp_inst_news_list{
  padding-top: .5em;
  margin-bottom: 2.5em;
  text-align: left;
}
.mp_inst_news_box{
  display: flex;
}
.mp_inst_news_box{
  padding: .5em 0;
}
.mp_inst_news_box_date{
  font-size: 12px;
  line-height: 1.8em;
  width: 6.5rem;
  color: #888;
}
.mp_inst_news_box_ttl{
  width: calc(100% - 6.5rem);
}
.mp_inst_news_box_ttl a{
  text-decoration: underline;
  text-underline-offset: .2em;
  text-decoration-color: #c5c5c5;
}

@media (min-width:760px){
  .mp_news_sec{
    font-size: 1.1em;
  }
  .mp_inst_news_list {
    width: fit-content;
    margin: 1em auto 3.5em;
    max-width: 50em;
  }
  .mp_inst_maintitle {
    font-size: 2.6em;
  }
  .mp_sec_bloc {
    padding: 4rem 0;
  }
  .mp_inst_inner{
    max-width: 600px;
    margin: auto;
  }
  .mp_inst_news_box_date {
    font-size: 1em;
    width: 8.5rem;
  }
  .mp_inst_news_box_ttl {
    width: fit-content;
    font-size: 1.05em;
  }
}/*  */


/* instmypage news 記事
------------------------------------------- */
.mp_inst_news_article_date{
  font-size: 13px;
  line-height: 1.7em;
  letter-spacing: 0.03em;
  width: 6rem;
  padding: .4em 0;
  color: #888;
}
.mp_inst_news_article_ttl{
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
}
.mp_inst_news_article_body{
  padding: 2em 0;
  text-align: left;
}
.mp_inst_news_article_body p{
  padding: .5em 0;
}

.mp_inst_back_btn {
  display: block;
  width: fit-content;
  min-width: 8em;
  font-size: .9em;
  text-align: center;
  font-weight: 300;
  border: 1px solid;
  padding: .8em 1.5em;
  letter-spacing: .1em;
  margin: 1em auto;
  line-height: 1.6;
  color: #888;
  border: 1px solid;
}
.mp_inst_news_article img {
  width: 100%;
  height: auto;
}