.cms {
  background: #F9F8F4;
  padding: 80px 0;
}
.cms .inner-box {
  max-width: 980px;
  margin: 0 auto;
  background-color: white;
  border-radius: 60px;
  padding: 40px;
}
.cms .category-info {
  margin-bottom: 20px;
}
.cms .category-info p {
  font-size: 16px;
  color: #E0E0E0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cms section h2 {
  font-size: 31px;
  line-height: 42px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  background-image: url(../image/voice-under-bar.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cms section h3 {
  font-size: 16px;
  line-height: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.cms section .thamnail-img {
  margin: 40px auto;
  text-align: center;
}
.cms section .thamnail-img img {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  border-radius: 5px;
  display: block;
  border: solid 1px #E0E0E0;
}
.cms section .contents {
  margin: 40px auto;
}
.cms section .contents h4 {
  font-size: 24px;
  line-height: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 700;
  background-image: url(../image/voice-under-bar.svg);
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #2DB0E3;
  margin: 40px 0;
}
.cms section .contents h4:first-child {
  margin-top: 0;
}
.cms section .contents p {
  font-size: 16px;
  line-height: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.cms section .contents img {
  width: 90%;
  text-align: center;
  margin: 20px auto;
  display: block;
  height: auto;
}
.cms section .contents .wp-playlist {
  width: 90%;
  margin: 20px auto;
  display: block;
}
.cms section .contents a {
  color: #2DB0E3;
  text-decoration: underline;
  word-wrap: break-word;
}
.cms section .contents a:hover {
  text-decoration: unset;
}
.cms section .contents table td {
  vertical-align: top;
}
.cms .back-btn {
  width: 390px;
  margin: 0 auto;
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .cms {
    padding: 40px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .cms .inner-box {
    width: 92%;
    margin: 0 auto !important;
    border-radius: 15px;
  }
  .cms section h2 {
    font-size: 25.2px;
  }
  .cms .contents h4 {
    font-size: 25.2px;
  }
  .cms .contents table td {
    display: block !important;
    width: 100% !important;
  }
  .cms .back-btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cms {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .cms .inner-box {
    padding: 4%;
  }
  .cms section h2 {
    font-size: 21px;
    line-height: 26px;
    background-image: url(../image/voice-under-bar-sp.svg);
    background-size: 100%;
  }
  .cms section .thamnail-img {
    margin: 20px auto;
  }
  .cms section img {
    margin: 20px 0;
  }
  .cms .contents {
    margin: 20px auto;
  }
  .cms .contents h4 {
    font-size: 21px;
    line-height: 26px;
    background-image: url(../image/voice-under-bar-sp.svg);
  }
  .cms .contents table td {
    display: block !important;
    width: 100% !important;
  }
  .cms .back-btn {
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .cms .back-btn img {
    width: 100%;
    margin: 0 auto;
  }
}

.press {
  display: none;
}

.news {
  display: block;
}

.case-list {
  padding: 80px 0;
  border-bottom: solid 1px #E0E0E0;
}
.case-list .inner-box {
  width: 900px;
  margin: 0 auto;
}
.case-list h3 {
  font-size: 26px;
  line-height: 42px;
  color: #2DB0E3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  background-image: url(../image/titlebar_case_list_blue.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.case-list ol {
  margin-top: 25px;
}
.case-list ol li {
  margin: 25px 0;
}
.case-list ol li a {
  display: block;
}
.case-list ol li a .list-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.case-list ol li a .list-box .thamnail {
  width: 15%;
  height: 50px;
  position: relative;
}
.case-list ol li a .list-box .thamnail img {
  width: 100%;
  height: auto;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.case-list ol li a .list-box section {
  width: 75%;
  padding-left: 5%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}
.case-list ol li a .list-box section p {
  font-size: 14px;
  color: #E0E0E0;
  display: block;
}
.case-list ol li a .list-box section h4 {
  margin-top: 10px;
  font-size: 16px;
  color: #101010;
  text-decoration: underline;
  line-height: 21px;
}
.case-list ol li a .list-box section h4:hover {
  text-decoration: unset;
  display: block;
}
@media screen and (max-width: 1024px) {
  .case-list {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-list .inner-box {
    width: 100%;
    padding: 0 4.8%;
  }
  .case-list h3 {
    font-size: 25.2px;
    line-height: 57.6px;
    background-image: url(../image/titlebar_case_list_blue_sp.svg);
  }
  .case-list ol li a .list-box {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case-list {
    padding: 5% 0;
    padding-bottom: 15%;
    margin: 0 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-list .inner-box {
    padding: 0 2%;
  }
  .case-list h3 {
    font-size: 21px;
    line-height: 48px;
  }
  .case-list ol li a .list-box {
    padding-bottom: 0px;
  }
  .case-list ol li a .list-box .thamnail {
    width: 20%;
    height: 60px;
    position: relative;
  }
  .case-list ol li a .list-box section p {
    font-size: 12px;
  }
  .case-list ol li a .list-box section h4 {
    font-size: 14px;
  }
}