@charset "utf-8";

/* CSS Document */
.releasenotepage .contentheader{background-image: url(../images/support-bg-03.jpg);}

/* list */
.releasenote{
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: rgba(246,247,249,1);
  }
  .releasenote-list{
    display: flex;
    flex-wrap: wrap;
    }
    .releasenote-item{
      width: calc((100% - 30px) / 2);
      margin-bottom: 30px;
      }
    .releasenote-item:not(:nth-of-type(2n+2)){margin-right: 30px;}
      .releasenote-link{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding-top: 15px;
        padding-right: 20px;
        padding-bottom: 70px;
        padding-left: 20px;
        background-color: rgba(255,255,255,1);
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 15%);
        border-radius: 4px;
        transition: .3s;
        position: relative;
        }
        .releasenote-link::before {
          content: "詳しくはこちら";
          width: calc(100% - 40px);
          padding-top: 15px;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          border-top: 1px solid rgba(0,0,0,.2);
          position: absolute;
          bottom: 15px;
          left: 50%;
          transform: translateX(-50%);
          }
        .releasenote-link:hover{box-shadow: 0 3px 8px 0 rgb(0 0 0 / 30%);}
        .releasenote-ttl{
          margin-bottom: 10px;
          font-size: 18px;
          font-weight: 500;
          color: rgba(37,65,88,1);
          line-height: 1.4;
          }
        .releasenote-outline{
          margin-bottom: 10px;
          font-size: 14px;
          }
        .releasenote-data{
          padding-top: 10px;
          border-top: 1px solid rgba(0,0,0,.2);
          }
          .releasenote-date{
            display: flex;
            margin-bottom: 5px;
            }
            .releasenote-date-head{
              font-size: 14px;
              font-weight: 500;
              }
              .releasenote-date-head::after,
              .releasenote-products-head::after{
                content: ":";
                margin-right: 0.5em;
                margin-left: 0.5em;
                }
            .releasenote-date-body{font-size: 14px;}
          .releasenote-products{display: flex;}
            .releasenote-products-head{
              font-size: 14px;
              font-weight: 500;
              }
            .releasenote-products-body{font-size: 14px;}
            .releasenote-products-item:not(:last-of-type)::after{content: "、";}

/* detail */
.releasenotedetail{padding-bottom: 150px;}
  .rndetail-main{
    max-width: 800px;
    margin: 0 auto;
    }
    .rndetail-head{margin-bottom: 20px;}
      .rndetail-date{
        font-weight: 500;
        color: rgba(37,65,88,1);
        }
      .rndetail-ttl{
        font-size: 26px;
        font-weight: 500;
        color: rgba(37,65,88,1);
        }
    .rndetail-data{
      margin-bottom: 40px;
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      background-color: rgba(37,65,88,.1);
      }
      .rndetail-type{display: flex;}
        .rndetail-type-head,
        .rndetail-ver-head,
        .rndetail-category-head{
          font-size: 14px;
          font-weight: 500;
          }
          .rndetail-type-head::after,
          .rndetail-ver-head::after,
          .rndetail-category-head::after{
            content: ":";
            margin-right: 0.5em;
            margin-left: 0.5em;
            }
        .rndetail-type-body{font-size: 14px;}
      .rndetail-ver{
        display: flex;
        margin-bottom: 5px;
        }
        .rndetail-ver-body{font-size: 14px;}
      .rndetail-category{
        display: flex;
        margin-bottom: 5px;
        }
        .rndetail-category-body{display: flex;}
        .rndetail-category-item{font-size: 14px;}
        .rndetail-category-item:not(:last-of-type)::after{content: "、";}

    .rndetail-body{
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid rgba(51,51,51,1);
      }
      .rndetail-body h3{
        margin-bottom: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px;
        font-size: 18px;
        font-weight: 500;
        color: rgba(255,255,255,1);
        line-height: 1.4;
        background-color: rgba(37,65,88,1);
        }
      .rndetail-body .rnbody-list{
        margin-left: 1em;
        list-style: disc;        
        }
        .rndetail-body .rnbody-list > li:not(:last-of-type){margin-bottom: 10px;}
        .rndetail-body .rnbody-list > li > ul{margin-left: 1em;}
          .rndetail-body .rnbody-list > li > ul > li{list-style: square;}
            .rndetail-body .rnbody-list > li > ul > li > ul{margin-left: 1em;}
            .rndetail-body .rnbody-list > li > ul > li > ul >li{list-style: circle;}

.rnbody-note{
  padding-top: 15px;
  font-size: 14px;
  }

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

/* list */
.releasenote{
  padding-top: 80px;
  padding-bottom: 60px;
  }
  .releasenote-item{
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    }
  .releasenote-item:not(:nth-of-type(2n+2)){margin-right: 20px;}

/* detail */
.releasenotedetail{padding-bottom: 100px;}
  .rndetail-head{margin-bottom: 15px;}
  .rndetail-ttl{font-size: 22px;}
  .rndetail-data{
    margin-bottom: 30px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    }
  .rndetail-body h3{margin-bottom: 15px;}

}/* max-width: 991px */

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

/* list */
.releasenote{
  padding-top: 50px;
  padding-bottom: 35px;
  }
  .releasenote-item{
    width: calc((100% - 15px) / 2);
    margin-bottom: 15px;
    }
  .releasenote-item:not(:nth-of-type(2n+2)){margin-right: 15px;}
  .releasenote-link{
    padding-right: 15px;
    padding-bottom: 55px;
    padding-left: 15px;
    }
  .releasenote-link::before {
    width: calc(100% - 30px);
    padding-top: 10px;
    font-size: 13px;
    bottom: 10px;
    }
  .releasenote-ttl{font-size: 16px;}

/* detail */
.releasenotedetail{padding-bottom: 80px;}
  .rndetail-ttl{font-size: 20px;}
  .rndetail-body h3{
    padding-left: 10px;
    font-size: 16px;
    }

}/* max-width: 767px */

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

/* list */
.releasenote{padding-bottom: 30px;}
  .releasenote-item{
    width: 100%;
    margin-bottom: 20px;
    }
  .releasenote-item:not(:nth-of-type(2n+2)){margin-right: 0;}

/* detail */
.releasenotedetail{padding-bottom: 80px;}
  .rndetail-ttl{font-size: 18px;}
  .rndetail-type,
  .rndetail-ver,
  .rndetail-category{
    flex-direction: column;
    }
  .rndetail-type-head,
  .rndetail-ver-head,
  .rndetail-category-head{
    font-weight: bold;
    }
    .rndetail-type-head::after,
    .rndetail-ver-head::after,
    .rndetail-category-head::after{
      display: none;
      }
  .rndetail-type-body{font-size: 14px;}



}/* max-width: 575px */