/*--------------------------------------------------------------
# page-case
--------------------------------------------------------------*/
body h3 {
  color: #333;
}
body #single-wrapper .entry-content h3 {
  color: #333;
  padding: 3px 0 5px 10px;
  margin: 2.5rem auto 1.5rem auto;
}

.case-entry .case-header {
  margin-bottom: 30px;
}
.case-entry .case-header .case-title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  color: #444883;
}
@media only screen and (min-width: 768px) {
  .case-entry .case-header .case-title {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
.case-entry .case-info .case-info-content {
  max-width: 100%;
  padding: 0;
}
.case-entry .case-info .case-info-content .case-info-img {
  text-align: center;
}
.case-entry .case-info .case-info-content .case-info-text {
  padding: 1rem 0;
}
.case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-title {
  font-size: 1.7rem;
  margin: 1rem auto;
}
.case-entry .case-info .case-info-content .case-info-text .case-description .person-name {
  margin-bottom: 2rem;
}
.case-entry .case-info .case-info-content .case-info-text .case-list-item-genre {
  font-size: 0.8rem;
  margin: 0;
  text-align: left;
}
.case-entry .case-info .case-info-content .case-info-text .case-list-item-genre .genre-item {
  margin: 0 0.3rem 0.2rem 0;
  border: 1px solid #14126F;
  color: #14126F;
  border-radius: 50rem;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
}
.case-entry .case-info .case-info-content .case-info-text .case-list-item-cat {
  font-size: 0.8rem;
  margin: 0;
  text-align: left;
}
.case-entry .case-info .case-info-content .case-info-text .case-list-item-cat .cat-item {
  margin: 0 0.3rem 0.2rem 0;
  border: 1px solid #14126F;
  color: #14126F;
  border-radius: 50rem;
  display: inline-block;
  padding: 3px 10px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .case-entry .case-info .case-info-content {
    display: flex;
    -webkit-flex-orient: horizontal;
    flex-direction: row-reverse;
    -webkit-flex-pack: justify;
    -webkit-flex-pack: space-between;
    justify-content: space-between;
  }
  .case-entry .case-info .case-info-content .case-info-img {
    min-width: 200px;
    width: 50%;
  }
  .case-entry .case-info .case-info-content .case-info-text-full {
    width: 100%;
  }
  .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-title {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 auto 1rem auto;
  }
  .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0.5rem auto;
  }
  .case-entry .case-info .case-info-content .case-info-text .case-description .case-list-item-box .case-list-item-ttl {
    border-left: 3px solid #14126F;
    padding-left: 10px;
    min-width: 7rem;
    font-size: 0.9rem;
  }
}
.case-entry .case-effect {
  margin: 2rem auto;
}
.case-entry .case-effect .effect-item {
  margin-bottom: 1px;
  padding: 15px;
  background: #F4F4F4;
}
.case-entry .case-effect .effect-item .effect-item-title {
  text-align: center;
  background: #14126F;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
}
.case-entry .case-effect .effect-item.effect-item-problem .effect-item-title {
  background: #2F4293;
}
.case-entry .case-effect .effect-item.effect-item-solution .effect-item-title {
  background: #4F84AC;
}
.case-entry .case-effect .effect-item.effect-item-effect .effect-item-title {
  background: #009EA7;
}
.case-entry .case-effect .effect-item .effect-item-text {
  padding: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .case-entry .case-effect .effect-item {
    display: flex;
    align-items: center;
  }
  .case-entry .case-effect .effect-item .effect-item-title {
    width: 9rem;
    min-width: 9rem;
    margin-right: 2rem;
  }
}
.case-entry .entry-content {
  background: #fff;
  padding: 1rem;
}
.case-entry .entry-content h2 {
  border: none;
  margin: 1rem 0 0.5rem 0;
}
.case-entry .case-btn-back {
  margin: 2rem auto;
  text-align: center;
}
.case-entry .case-btn-back a {
  display: inline-block;
  background: #fff;
  color: #354695;
  border: 1px solid #354695;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0.5rem 2rem;
  font-weight: bold;
  text-decoration: none;
}
.case-entry .case-btn-back a:hover {
  background: #cdd3ef;
  transition: 0.5s;
}
.case-entry .orderer {
  margin: 2rem auto;
  padding: 1rem;
  background: #FF6622;
  border-radius: 3px;
}
.case-entry .orderer h2 {
  margin: 0 0 0.7rem 0;
  padding: 0;
}
.case-entry .orderer .orderer-name {
  margin: 0 0 0.7rem 0;
}
.case-entry .orderer .orderer-name .orderer-company {
  padding-right: 1rem;
}
.case-entry .orderer .orderer-image {
  width: 150px;
  height: 150px;
}
.case-entry .orderer .orderer-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .case-entry .orderer {
    display: flex;
    -webkit-flex-orient: horizontal;
    flex-direction: row-reverse;
    -webkit-flex-pack: end;
    justify-content: flex-end;
  }
  .case-entry .orderer .orderer-image {
    min-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .case-entry .orderer h2 {
    text-align: center;
  }
  .case-entry .orderer .orderer-image {
    text-align: center;
    margin: 0.5rem auto;
  }
  .case-entry .orderer .orderer-name {
    margin: 0 0 0.7rem 0;
    text-align: center;
  }
  .case-entry .orderer .orderer-name .orderer-company {
    padding-right: 0;
    display: block;
  }
}

.case-entry-content h2 {
  font-size: 1.7rem;
  line-height: 1.9rem;
}
@media only screen and (min-width: 768px) {
  .case-entry-content h2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.box-case {
  background-color: #faefe1;
  padding: 1.5em 0;
}
.box-case .box-case-title {
  text-align: center;
  padding: 2rem 0 0 0;
  margin: 0 auto;
}
.box-case .case-list {
  margin: 1rem auto;
  text-align: left;
}
.box-case .case-list .case-list-item:hover {
  background: #FF6622;
  transition: 0.2s;
}

.case-movie {
  margin: 60px auto;
  text-align: center;
}
.case-movie .case-movie-header {
  display: inline-block;
  background: #2F4293;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 50rem;
  position: relative;
}
.case-movie .case-movie-header:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid #2F4293;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.case-movie .youtube {
  width: 1030px;
  max-width: 100%;
  margin: 20px auto 60px auto;
}

.company {
  background: #F4F4F4;
  margin: 2rem auto;
  padding: 1rem;
}
.company .company-box .company-txt .company-txt-item {
  margin: 0 0 1rem 0;
}
.company .company-box .company-txt .company-txt-item .item-ttl {
  font-size: 14px;
  margin-bottom: 8px;
  color: #14126F;
}
.company .company-box .company-txt .company-txt-item .item-content {
  word-break: break-word;
}
.company .company-box .company-img {
  width: 460px;
  max-width: 100%;
  text-align: center;
}
.company .company-box .company-img img {
  border: 7px solid #fff;
}
@media only screen and (min-width: 767px) {
  .company {
    padding: 2rem;
  }
  .company .company-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company .company-box .company-txt {
    padding-right: 2rem;
  }
  .company .company-box .company-txt .company-txt-item {
    display: flex;
    margin-bottom: 2rem;
  }
  .company .company-box .company-txt .company-txt-item .item-ttl {
    margin-bottom: 0;
    min-width: 90px;
  }
  .company .company-box .company-img {
    width: 440px;
  }
}

.box-case .box-case-title {
  text-align: center;
  padding: 2rem 0 0 0;
  margin: 0 auto;
}

.box-case .case-list {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
}

.box-case .case-list .case-list-item:hover {
  background: #eaeaea;
  transition: 0.2s;
}

.box-case .case-list .case-list-item {
  background-color: #fff;
}

.box-case {
  background-color: #faefe1;
  padding: 1.5em 0;
}

.box-case .box-case-ttl {
  width: 980px;
  max-width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 20.8px;
}

.box-case .box-case-ttl:hover {
  opacity: 0.8;
}

.box-case .box-case-other {
  text-decoration: none;
}

/*# sourceMappingURL=case.css.map */
