
/* media */
.itemL-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .itemL{
    width: 31%;
    box-sizing: border-box;
    padding: 2px;
    text-align: center;
    background: linear-gradient(135deg, #4D9CFA	, #89CEF9, #9FEDD2, #BBF697, #F6F18F, #FEA96E, #FF4841);
  }

  .itemLInner{
    height: 100%;
    padding: 4%;
    background-color: #FFF;
    position: relative;
  }

  .itemL a{
    text-decoration:none;
  }
  .itemL a:hover .itemLInner{
    background-color: #000000;
    color: #FFFFFF;
  }
  .itemL a:hover .squareTitle{
    color: #FFFFFF;
  }

  .dateTitle {
    font-size: 1.4rem;
  }

  .squareTitle{
    margin-top: 5px;
    display: inline-block;
    padding: 0 1.0rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #B5B5B5;
    border: 1px solid currentColor;
    font-feature-settings : "palt";
  }

  .mediaTitle {
    margin-top: 5px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 1.4em;
  }

  .itemL-listS{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .itemS{
    width: 15%;
    box-sizing: border-box;
    text-align: center;
    background-color: #FFF;
    position: relative;
  }
  .itemLInnerS{
    height: 100%;
    padding: 4%;
    padding: 1.7rem;
    background-color: #FFF;
    position: relative;
  }
  .itemS a{
    text-decoration:none;
  }
  .itemS a:hover .itemLInnerS{
    background-color: #000000;
    color: #FFFFFF;
  }
  .itemS a:hover .squareTitle{
    color: #FFFFFF;
  }

  .mediaTitleS {
    margin-top: 10px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.1em;
  }

  .outlink {
    position: absolute;
    left:90%;
  }

  .outlinkS {
    position: absolute;
    top:5%;
    left:83%;
  }

  .mt30 {
    margin-top: 30px;
  }

  .mt50 {
    margin-top: 50px;
  }

  /* .l-section__inner {
    margin: 0 calc(var(--gutter_side) * 0.05rem); */

  .l-section__outer {
    max-width: 1400px;
    margin: 0 auto;
  }

  @media only screen and (max-width: 767px) {
    .itemL{
      width: 100%;
      margin-top: 20px;
    }

    .itemS{
      width: 47%;
      margin-top: 20px;
    }
  }