@charset "UTF-8";
* {
  margin: 0;
}

#casestudy {
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  #casestudy {
    font-size: 14px;
    overflow: hidden;
  }
}
#casestudy h1,
#casestudy h2,
#casestudy h3,
#casestudy h4,
#casestudy h5,
#casestudy h6,
#casestudy p,
#casestudy span,
#casestudy li,
#casestudy div {
  letter-spacing: 0.05em;
}
html[lang=en-US] #casestudy h1,
html[lang=en-US] #casestudy h2,
html[lang=en-US] #casestudy h3,
html[lang=en-US] #casestudy h4,
html[lang=en-US] #casestudy h5,
html[lang=en-US] #casestudy h6,
html[lang=en-US] #casestudy p,
html[lang=en-US] #casestudy span,
html[lang=en-US] #casestudy li,
html[lang=en-US] #casestudy div {
  letter-spacing: 0;
}
#casestudy .article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  width: min(1230px, 100%);
  padding: 0 15px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #casestudy .article {
    width: min(530px, 100%);
    margin: 40px auto 0;
  }
}
#casestudy .article__main {
  width: 820px;
}
#casestudy .article__main p {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 20px;
}
#casestudy .article__main a {
  color: #0066cc;
  font-weight: normal;
  text-decoration: underline;
  opacity: 1;
  display: inline;
}
#casestudy .article__main a:hover, #casestudy .article__main a:focus {
  opacity: 0.7;
  text-decoration: underline;
  color: #0066cc;
}
#casestudy .article__main a .lbox-link-icon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-decoration: none !important;
  border-bottom: none !important;
  width: 1em;
  height: 1em;
  max-width: 16px;
  max-height: 16px;
  font-size: 1em;
}
#casestudy .article__main ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
#casestudy .article__main li {
  line-height: 2;
  font-size: 18px;
}
#casestudy .article__main mark {
  font-style: normal;
  font-weight: normal;
}
#casestudy .article__main .wp-block-columns div > :last-child {
  margin-bottom: 0;
}
#casestudy .article__main .sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  #casestudy .article__main {
    width: 100%;
  }
  #casestudy .article__main p,
  #casestudy .article__main li {
    font-size: 16px;
  }
  #casestudy .article__main .wp-block-columns.reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #casestudy .article__main .sns-share {
    margin: 20px 0 60px;
  }
}
#casestudy .article__main .mainTop {
  margin-bottom: 40px;
}
#casestudy .article__main .mainTop__heading {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#casestudy .article__main .mainTop__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 20px 0 10px;
}
#casestudy .article__main .mainTop__tags li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 14px;
}
#casestudy .article__main .mainTop__tags li img {
  width: 14px;
  height: auto;
}
#casestudy .article__main .mainTop__release-date {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
  text-align: right;
}
#casestudy .article__main .mainTop__thumbnail {
  width: 100%;
  height: auto;
  border: 1px solid var(--color-border-base);
}
@media screen and (max-width: 767px) {
  #casestudy .article__main .mainTop {
    margin-bottom: 20px;
  }
  #casestudy .article__main .mainTop__heading {
    font-size: 26px;
  }
}
#casestudy .article__main .mainContent__heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding-left: 6px;
  margin: 60px 0 20px;
  border-left: 4px solid #06c;
}
#casestudy .article__main .mainContent__waku01 {
  padding: 30px;
}
#casestudy .article__main .mainContent__waku01 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}
#casestudy .article__main .mainContent__waku01 .head::before {
  content: "";
  width: 40px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#casestudy .article__main .mainContent__waku01 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}
#casestudy .article__main .mainContent__waku01 ul li:last-child {
  margin-bottom: 0;
}
#casestudy .article__main .mainContent__waku01 ul li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.5em;
}
#casestudy .article__main .mainContent__waku01--before {
  background: #f5f5f9;
}
#casestudy .article__main .mainContent__waku01--before .head::before {
  background-image: url(/wp-content/uploads/casestudy/problem.svg);
}
#casestudy .article__main .mainContent__waku01--before ul li::before {
  background-image: url(/wp-content/uploads/icon/icon_check_gray.svg);
}
#casestudy .article__main .mainContent__waku01--after {
  background: #e5f4fc;
}
#casestudy .article__main .mainContent__waku01--after .head {
  color: #0066cc;
}
#casestudy .article__main .mainContent__waku01--after .head::before {
  background-image: url(/wp-content/uploads/casestudy/solution.svg);
}
#casestudy .article__main .mainContent__waku01--after ul li {
  font-weight: 700;
}
#casestudy .article__main .mainContent__waku01--after ul li::before {
  background-image: url(/wp-content/uploads/icon/icon_check.svg);
}
#casestudy .article__main .mainContent__triangle-down {
  width: 0;
  height: 0;
  margin: 10px auto 10px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #06c;
  display: block;
}
#casestudy .article__main .mainContent__waku02 {
  padding: 30px;
  border: solid 1px #ccc;
}
#casestudy .article__main .mainContent__waku02 ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 0;
}
#casestudy .article__main .mainContent__waku02 ol li {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 8px;
}
#casestudy .article__main .mainContent__waku02 ol li:last-child {
  margin-bottom: 0;
}
#casestudy .article__main .mainContent__waku02 ol li::marker {
  color: #06c;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #casestudy .article__main .mainContent__heading {
    font-size: 18px;
    margin: 40px 0 20px;
  }
  #casestudy .article__main .mainContent__waku01 {
    padding: 20px 200px;
    margin: 0 -200px;
  }
  #casestudy .article__main .mainContent__waku01 .head {
    font-size: 18px;
  }
  #casestudy .article__main .mainContent__waku01 .head::before {
    width: 34px;
    height: 18px;
  }
  #casestudy .article__main .mainContent__waku01 ul li {
    font-size: 16px;
  }
  #casestudy .article__main .mainContent__waku02 {
    padding: 20px 15px;
  }
  #casestudy .article__main .mainContent__waku02 ol {
    list-style: decimal;
    padding-left: 24px;
    margin-bottom: 0;
  }
  #casestudy .article__main .mainContent__waku02 ol li {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 8px;
  }
  #casestudy .article__main .mainContent__waku02 ol li:last-child {
    margin-bottom: 0;
  }
  #casestudy .article__main .mainContent__waku02 ol li::marker {
    color: #06c;
    font-weight: 700;
  }
}
#casestudy .article__main .mainBottom__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin: 60px auto 40px;
}
#casestudy .article__main .mainBottom__sns .sns-share {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #casestudy .article__main .mainBottom__text {
    font-size: 18px;
    text-align: left;
    margin: 20px auto 40px;
  }
}
#casestudy .article__sidemenu {
  width: 320px;
}
#casestudy .article__profile .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #70cad1;
  border-bottom: 1px solid #ccc;
}
#casestudy .article__profile .organization {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
#casestudy .article__profile .organization__name {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 10px;
}
#casestudy .article__profile .organization__logo {
  width: 100%;
  height: auto;
}
#casestudy .article__profile .organization__logo:hover {
  opacity: 0.8;
}
#casestudy .article__profile .industry,
#casestudy .article__profile .business,
#casestudy .article__profile .people {
  font-size: 16px;
  padding-bottom: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #ccc;
}
#casestudy .article__profile .industry .title,
#casestudy .article__profile .business .title,
#casestudy .article__profile .people .title {
  font-weight: 700;
  margin-bottom: 5px;
}
#casestudy .article__profile .industry .desc,
#casestudy .article__profile .business .desc,
#casestudy .article__profile .people .desc {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #casestudy .article__profile {
    margin-bottom: 60px;
  }
  #casestudy .article__profile .heading {
    padding-left: 0;
    margin-top: 60px;
    border-left: none;
  }
  #casestudy .article__profile .organization {
    font-size: 18px;
  }
}
#casestudy .article__cta {
  position: sticky;
  top: 100px;
  margin-top: 40px;
}
#casestudy .article__cta a:hover {
  opacity: 0.7;
}
#casestudy .article__cta .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #0066cc;
  text-align: center;
}
#casestudy .article__cta .desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}
#casestudy .article__cta .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background: #e5f3fc;
  padding: 10px;
  margin-bottom: 20px;
}
#casestudy .article__cta .image__left img:first-child {
  width: auto;
  height: 16px;
  margin-bottom: 10px;
}
#casestudy .article__cta .image__left img:first-child:last-child {
  width: 200px;
  height: auto;
}
#casestudy .article__cta .image__right img {
  width: 90px;
  height: auto;
}
#casestudy .article__cta .button .lbox-btn {
  width: 100%;
}
#casestudy .article__cta .button .lbox-btn:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #casestudy .article__cta {
    position: relative;
    top: 0;
    width: min(350px, 100%);
    padding: 0 15px;
    margin: 80px auto;
  }
}
#casestudy .casestudyRelated {
  margin: 120px 0;
}
#casestudy .casestudyRelated__title {
  font-size: 28px;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 20px;
  text-align: center;
}
#casestudy .casestudyRelated__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
#casestudy .casestudyRelated .casestudyLoop__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  background: #fff;
  border-radius: 4px;
}
#casestudy .casestudyRelated .casestudyLoop__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 189px;
  border-radius: 4px 4px 0 0;
}
#casestudy .casestudyRelated .casestudyLoop__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
#casestudy .casestudyRelated .casestudyLoop__text .heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#casestudy .casestudyRelated .casestudyLoop__text .organization {
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 10px;
}
#casestudy .casestudyRelated .casestudyLoop__text .meta {
  font-size: 14px;
}
#casestudy .casestudyRelated .casestudyLoop__card-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
  font-size: 14px;
}
#casestudy .casestudyRelated .casestudyLoop__card-link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #casestudy .casestudyRelated {
    margin: 60px 0;
  }
  #casestudy .casestudyRelated__title {
    font-size: 20px;
  }
  #casestudy .casestudyRelated__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #casestudy .casestudyRelated .casestudyLoop__item {
    width: 100%;
  }
  #casestudy .casestudyRelated .casestudyLoop__thumb img {
    height: 100%;
  }
  #casestudy .casestudyRelated .casestudyLoop__text {
    padding: 25px;
  }
  #casestudy .casestudyRelated .casestudyLoop__text .heading {
    font-size: 16px;
  }
  #casestudy .casestudyRelated .casestudyLoop__text .organization {
    font-size: 14px;
  }
  #casestudy .casestudyRelated .casestudyLoop__text .meta {
    font-size: 12px;
  }
}
#casestudy .casestudyLbox {
  margin-bottom: 120px;
}
#casestudy .casestudyLbox__title {
  font-size: 28px;
  font-weight: 700;
  color: #0066cc;
  text-align: center;
  margin-bottom: 30px;
}
#casestudy .casestudyLbox__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 315px;
  border-radius: 10px;
  background: #fff;
}
#casestudy .casestudyLbox__thumb {
  width: 50%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
#casestudy .casestudyLbox__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#casestudy .casestudyLbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
}
#casestudy .casestudyLbox__text .heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
#casestudy .casestudyLbox__text .organization {
  font-size: 20px;
  font-weight: 700;
  color: #0066cc;
  margin-bottom: 10px;
}
#casestudy .casestudyLbox__card-link {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 1;
  font-size: 14px;
}
#casestudy .casestudyLbox__card-link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #casestudy .casestudyLbox {
    margin-bottom: 60px;
  }
  #casestudy .casestudyLbox__title {
    font-size: 20px;
  }
  #casestudy .casestudyLbox__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  #casestudy .casestudyLbox__thumb {
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  #casestudy .casestudyLbox__text {
    padding: 25px;
  }
  #casestudy .casestudyLbox__text .heading {
    font-size: 20px;
  }
  #casestudy .casestudyLbox__text .organization {
    font-size: 16px;
  }
}
#casestudy .relatedArticle__hover {
  display: block !important;
  color: #333 !important;
  text-decoration: none !important;
}
#casestudy .relatedArticle__hover:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  opacity: 1 !important;
  z-index: 2;
}
#casestudy .relatedArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 1px #ccc;
          box-shadow: 0px 0px 5px 1px #ccc;
  padding: 20px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#casestudy .relatedArticle .relatedArticle__thumbnail {
  width: 247px;
  height: 130px;
}
#casestudy .relatedArticle .relatedArticle__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#casestudy .relatedArticle .relatedArticle__title {
  margin-bottom: 10px;
}
#casestudy .relatedArticle .relatedArticle__title p {
  font-size: 16px;
  font-weight: 900;
}
#casestudy .relatedArticle .relatedArticle__content {
  width: 530px;
}
#casestudy .relatedArticle .relatedArticle__excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}
#casestudy .relatedArticle .relatedArticle__excerpt p {
  line-height: 1.6;
}
#casestudy .relatedArticle .arrow-16 {
  position: static;
  padding-left: 0;
}
#casestudy .relatedArticle .arrow-16:before {
  bottom: 10px;
  top: auto;
  right: 10px;
  left: auto;
}
#casestudy .relatedArticle .arrow-16:after {
  right: 15px;
  bottom: 14px;
  left: auto;
  top: auto;
}
@media screen and (max-width: 767px) {
  #casestudy .relatedArticle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #casestudy .relatedArticle .relatedArticle__thumbnail {
    margin-bottom: 20px;
    width: 100%;
    height: 100%;
  }
  #casestudy .relatedArticle .relatedArticle__thumbnail img {
    width: 100%;
    max-height: 160px;
  }
  #casestudy .relatedArticle .relatedArticle__excerpt {
    font-size: 14px;
  }
  #casestudy .relatedArticle .relatedArticle__content {
    padding-left: 0;
    width: auto;
  }
}
#casestudy .participants {
  margin: var(--spacing-60) 0 var(--spacing-120);
}
#casestudy .participants__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
#casestudy .participants__heading img {
  vertical-align: middle;
}
#casestudy .participants__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
#casestudy .participants__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
#casestudy .participants__photo {
  width: 80px;
  height: 80px;
}
#casestudy .participants__line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed var(--color-border-base);
}
#casestudy .article.article--inside-story {
  margin-bottom: var(--spacing-120);
}
#casestudy .article.article--inside-story .article__main {
  margin: 0 auto;
}
#casestudy .article.article--inside-story .is-style-heading__bk {
  margin: var(--spacing-120) 0 var(--spacing-40);
}

.wp-element-caption {
  font-size: 14px;
}

.print-layout-table thead {
  display: none;
}

@media print {
  @page {
    margin: 50px 70px 60px;
    @bottom-left {
      content: "提供元：learningBOX株式会社（https://learningbox.co.jp）"; /* 表示させたいテキスト */
      font-size: 14px;
      color: #777;
    }
    @bottom-right {
      content: counter(page) " / " counter(pages);
      font-size: 10pt;
      color: #777;
    }
  }
  body.logged-in .p-breadcrumb,
  body.logged-in .related__cases,
  body.logged-in .in-house-case,
  body.logged-in .article__cta,
  body.logged-in .casestudyRelated,
  body.logged-in #casestudy > .container,
  body.logged-in footer {
    display: none;
  }
  body.logged-in .no-page-break {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  body.logged-in .print-layout-table thead {
    display: table-header-group;
  }
  body.logged-in .print-layout-table tbody {
    display: table-row-group;
  }
  body.logged-in .print-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 80px;
  }
  body.logged-in .header-logo {
    height: 42px;
    width: auto;
  }
  body.logged-in #casestudy .article {
    padding: 0;
    margin: 0;
  }
  body.logged-in #casestudy .article__main {
    width: 100%;
  }
  body.logged-in #casestudy .article__main .sns-share {
    display: none;
  }
  body.logged-in #casestudy .article__main .print-col-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  body.logged-in #casestudy .article__main .print-col-head__left {
    width: 65%;
  }
  body.logged-in #casestudy .article__main .print-col-head__right {
    width: 30%;
  }
  body.logged-in #casestudy .article__main .print-margin-delete {
    margin: -40px 0 0 0;
  }
  body.logged-in #casestudy .article__main .multi-column-area {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  body.logged-in #casestudy .article__main .lb-block-label {
    margin: 60px 0 10px;
  }
  body.logged-in #casestudy .article__main .is-style-heading__bk {
    font-size: 24px;
    margin: 0 auto 30px;
  }
  body.logged-in #casestudy .article__main .is-style-heading__m--q {
    margin: 20px auto;
  }
  body.logged-in #casestudy .article__main .mainTop__heading {
    font-size: 50px;
  }
  body.logged-in #casestudy .article__main .mainTop__tags {
    margin: 20px 0 0;
  }
  body.logged-in #casestudy .article__main .mainTop__release-date {
    margin-bottom: 40px;
  }
  body.logged-in #casestudy .article__main .mainContent__waku02 {
    margin-bottom: 60px;
  }
  body.logged-in #casestudy .article__main .mainContent__heading--first {
    margin-top: 20px;
  }
  body.logged-in #casestudy .article__main__profile .people {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=casestudy-single3.css.map */