@charset "utf-8";

/* ------------------------------------------------------
 * PC layout
------------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  /* --- m-news-heading1 --- */
  .m-news-heading1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 1.6em 0;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgb(6 0 1 / 10%);
  }
  .m-news-heading1 .m-news-heading1__inner {
    width: 100%;
    max-width: calc(1200px + 30px * 2);
    margin: 0 auto;
    padding: 0 30px;
  }
  .m-news-heading1 .m-news-heading1__subtitle {
    margin: 0 0 0.4em;
    color: #024f95;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .m-news-heading1 .m-news-heading1__title {
    margin: 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  /* ----- m-news-data ----- */
  .m-news-data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .m-news-data .m-news-data__icon {
    margin-right: 1.2em;
  }
  .m-news-data [class^="m-news-data__badge"] {
    display: inline-block;
    min-width: 120px;
    padding: 4px 10px;
    border-radius: 99px;
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    color: #fff;
    line-height: 1.4;
  }
  .m-news-data [class^="m-news-data__badge"] + [class^="m-news-data__badge"] {
    margin-left: .6em;
  }
  .m-news-data .m-news-data__badge--press {
    background-color: #339c8f;
  }
  .m-news-data .m-news-data__badge--info {
    background-color: #024f95;
  }
  .m-news-data .m-news-data__date {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  
  /* --- m-news-share --- */
  .m-news-share {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-news-share > li {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 13px;
  }
  .m-news-share > li:last-child {
    margin-right: 0!important;
  }
  .m-news-share .m-news-share__item {
    display: block;
    width: 40px;
    height: 40px;
  }
  .m-news-share .m-news-share__image {
    object-fit: contain;
    object-position: center;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .m-news-share .m-news-share__item:hover .m-news-share__image {
    opacity: .7;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1260px) {
  /* m-news-heading1 */
  .m-news-heading1 {
    width: calc(1200px + 30px * 2);
    margin-left: 0;
  }
}

/* ------------------------------------------------------
 * SP layout
------------------------------------------------------ */
@media only screen and (max-width: 767.98px) {
  /* --- m-news-heading1 --- */
  .m-news-heading1 {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f4f9fb;
    box-shadow: inset 0px 5px 5px -5px rgb(6 0 1 / 10%);
  }
  .l-Main__head .m-news-heading1 {
    margin-right: 0;
    margin-left: 0;
  }
  .m-news-heading1 .m-news-heading1__inner {
    padding: 1.2em 15px;
  }
  .m-news-heading1 .m-news-heading1__subtitle {
    margin: 0 0 0.4em;
    font-size: 1.2rem;
    font-weight: 700;
    color: #024f95;
    line-height: 1.4;
  }
  .m-news-heading1 .m-news-heading1__title {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  
  /* ----- m-news-data ----- */
  .m-news-data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .m-news-data .m-news-data__icon {
    margin-right: 1em;
  }
  .m-news-data [class^="m-news-data__badge"] {
    display: inline-block;
    min-width: 105px;
    padding: 2px 10px;
    border-radius: 99px;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    color: #fff;
    line-height: 1.4;
  }
  .m-news-data [class^="m-news-data__badge"] + [class^="m-news-data__badge"] {
    margin-left: .4em;
  }
  .m-news-data .m-news-data__badge--press {
    background-color: #339c8f;
  }
  .m-news-data .m-news-data__badge--info {
    background-color: #024f95;
  }
  .m-news-data .m-news-data__date {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  
  /* --- m-news-share --- */
  .m-news-share {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5em 0 0 0;
    padding: 0;
    list-style: none;
  }
  .m-news-share > li {
    border-radius: 100%;
    overflow: hidden;
    margin-right: 13px;
  }
  .m-news-share > li:last-child {
    margin-right: 0!important;
  }
  .m-news-share .m-news-share__item {
    display: block;
    width: 40px;
    height: 40px;
  }
  .m-news-share .m-news-share__image {
    object-fit: contain;
    object-position: center;
  }
}

/* ------------------------------------------------------
 * Print layout
------------------------------------------------------ */
@media print {
  .m-news-heading1 {
    width: 100% !important;
    margin-left: 0 !important;
  }
}