@media screen and (min-width: 768px) {
    .contents_body p.read{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ul li{
      position: relative;
      box-sizing: border-box;
      /* min-height: 344px; */
      margin: 56px 0 0;
      overflow: hidden;
      padding-left: 0!important;
    }
    .contents_body ul li::before{
      display: none;
    }
    .contents_body ul li .img{
      float: left;
      width: 198px;
      height: 280px;
    }
    .contents_body ul li .img img{
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #E6E6E6;
    }
    .contents_body ul li .title_wrap{
      margin-left: 252px;
    }
    .contents_body ul li .title{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 14px;
    }
    .contents_body ul li p{
      font-size: 15px;
      line-height: 28px;
      /* margin-left: 252px; */
    }
    .contents_body ul li p b{
      font-weight: bold;
    }

    .contents_body ul li a.pdf{
      /* position: absolute;
      left: 0;
      top: 298px; */
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding: 12px 52px 12px 35px;
      border: 1px solid #ccc;
      background-color: #fff;
      margin: 1em 0 0 0;
    }
    .contents_body ul li a.pdf:before{
      content: '';
      position: absolute;
      top: 14px;
      left: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body ul li a.pdf:after{
      content: '';
      position: absolute;
      top: 14px;
      right: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/pdf.png') no-repeat center center;
      background-size: 100% auto;
    }


    .pc_none {
        display: none !important
    }
}

@media screen and (max-width: 767px) {

    html,
    body {
        /*font-size: .26667vw*/
    }

    body {
        min-width: 320px
    }

    .contents_body p.read{
      font-size: 15px;
      line-height: 28px;
    }
    .contents_body ul li{
      position: relative;
      box-sizing: border-box;
      margin: 56px 0 0;
      padding-left: 0!important;
    }
    .contents_body ul li::before{
      display: none;
    }
    .contents_body ul li:first-child{
      margin: 28px 0 0;
    }
    .contents_body ul li .img{
      float: none;
      width: calc(112 / 375 * 100vw);
      height: calc(160 / 375 * 100vw);
    }
    .contents_body ul li .img img{
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #E6E6E6;
    }
    .contents_body ul li .title_wrap{
      height: calc(160 / 375 * 100vw);
      margin-left: calc(140 / 375 * 100vw);
    }
    .contents_body ul li .title{
      font-size: 15px;
      font-weight: bold;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .contents_body ul li p{
      font-size: 15px;
      line-height: 28px;
      margin: 10px 0 0;
    }
    .contents_body ul li p b{
      font-weight: bold;
    }


    .contents_body ul li a.pdf{
      position: relative;
      display: inline-block;
      font-size: 13px;
      font-weight: bold;
      line-height: 17px;
      color: #0099D9;
      letter-spacing: 0.04em;
      padding: 12px 52px 12px 35px;
      border: 1px solid #ccc;
      background-color: #fff;
      margin: 1em 0;
    }
    .contents_body ul li a.pdf:before{
      content: '';
      position: absolute;
      top: 14px;
      left: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/arrow.png') no-repeat center center;
      background-size: 100% auto;
    }
    .contents_body ul li a.pdf:after{
      content: '';
      position: absolute;
      top: 14px;
      right: 14px;
      width: 14px;
      height: 14px;
      background: url('/jp/ja/img/common/pdf.png') no-repeat center center;
      background-size: 100% auto;
    }



    .sp_none {
        display: none !important
    }
}


/* 画像コンテナ - デスクトップ表示 */
.contents_body ul li .img {
  float: left;
  width: 20%;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}

/* 画像要素 */
.contents_body ul li .img img {
  width: 100%;
  height: auto;
}

/* タブレット・スマートフォン表示 (767px以下) */
@media screen and (max-width: 767px) {
  .contents_body ul li .img {
    float: left;
    width: calc(112 / 375 * 100vw);
    height: calc(160 / 375 * 100vw);
    overflow: hidden;
  }
}

.type_2{
  margin-top: 2em;
}
.type_2:first-child{
  margin-top: 0;
}

