@media screen and (max-width: 768px){
  .articleListBox article figure {
      width: 100%;
  }
  .articleListBox article a {
         align-items: flex-start;
  }
/*=========================================================
  footer
=========================================================*/
  footer .partnerList{
    justify-content: space-around;
    padding: 0 15vw;
  }
  footer .partnerList li a{
    display: block;
  }
  footer .partnerList li{
    width: 25%;
  }
  footer .partnerList li.aws{
    width: 30%;
  }
  footer .partnerList li img{
    height: auto;
    width: 100%;
  }
  footer .footerMenu {
    margin: 10% auto 0;
    font-size: 1.1rem;
  }
  footer .footerInner {
    padding-bottom: 8vw;
  }
}
/*=========================================================
  21/09/29 service_ses add
=========================================================*/
@media screen and (max-width: 559px) {
    .ses_body .display_pc{
      display: none;
    }
  }
  .ses_body .categoryMenu{
    width: 100%;
  }
  .ses_body .body_txt,
  .ses_body .categoryMenu dd{
    font-size: 1.8rem;
  }
  @media screen and (max-width: 559px) {
    .ses_body .body_txt,
    .ses_body .categoryMenu dd{
      font-size: 1.6rem;
    }
  }
  .ses_body .categoryMenu dt{
    font-weight: bold;
    font-size: 2rem;
  }
  .ses_body .categoryMenu + p{
    margin-top: 50px;
  }
  .ses_body .contents p.body_pic{
    margin-top: 50px;
  }
  .ses_body .body_pic{
    text-align: center;
  }
  .ses_body .body_pic img{
    width: 100%;
  }
  .ses_body .body_pic.p80 img{
    width: 80%;
  }
  @media screen and (max-width: 559px) {
    .ses_body .body_pic.p80 img{
      width: 100%;
    }
    .ses_body .categoryMenu dt{
      font-size: 1.8rem;
    }
  }
  .ses_body .body_tit-mid{
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px #323232 solid;
    margin: 100px 0 70px;
  }
  .ses_body .banner{
    margin-bottom: 100px;
  }
  .ses_body .banner a{
    transition: .3s;
  }
  .ses_body .banner a:hover{
    opacity: 0.7;
  }
  .ses_body .contact-list{
    margin: 50px 0 78px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ses_body .contact-list li{
    list-style: none;
    width: 46%;
  }
  .ses_body .contact-list .contact-list-full{
    width: 100%;
    margin-bottom: 50px;
  }
  @media screen and (max-width: 559px) {
    .ses_body .contact-list .contact-list-full{
      width: 100%;
      margin-bottom: 20px;
    }
  }
  .ses_body .contact-list li a{
    display: block;
    text-decoration: none;
    color:#323232;
    transition: .3s;
    border: 2px solid #323232;
  }
  .ses_body .contact-list li a:hover{
    display: block;
    text-decoration: none;
    color:#393932;
    background: #fff;
    border: 2px solid #ff7850;
  }
  .ses_body .contact-title{
    background: #323232;
    color: #fff;
    font-size: 2.2rem;
    padding: 0.7em;
    transition: .3s;
    text-align: center;
  }
  .ses_body .contact-list li a:hover .contact-title{
    background:#ff7850;
    color: #fff;
    transition: .3s;
  }
  .ses_body .contact-text{
    font-size: 2.2rem;
    line-height: 1.2em;
    padding:0.5em 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
  }
  .ses_body .contact-list-full .contact-text{
    text-align: center;
  }
  @media screen and (max-width: 559px) {
    .ses_body .contact-list-full .contact-text{
      text-align: left;
    }
  }
  .ses_body .contact-tel{
    vertical-align: middle;
  }
  .ses_body .contact-tel span.text{
    font-size: 2.2rem;
    line-height: 34px;
    vertical-align: text-bottom;
    margin-right: 1em;
  }
  .ses_body .contact-tel span.number{
    font-size: 3.7rem;
    font-family: 'Lato', sans-serif;
  }

  @media screen and (max-width: 559px) {
    .ses_body .contact-list{
      display: block;
      margin: 50px 0 40px 0;
    }
    .ses_body .contact-list li{
      width: 100%;
      margin-bottom: 20px;
    }
    .ses_body .contact-title{
      font-size: 1.6rem;
    }
    .ses_body .contact-text{
      font-size: 1.9rem;
      padding:10px 20px 10px 20px;
    }
    .ses_body .contact-tel span.text{
      display: block;
      margin-right: 0;
    }
  }

#case .wysBox p + h3{
    font-size: 1.8rem;
}