/* =================================================================================================

case_style.css

================================================================================================= */
/* ----------------------------------------------------------------------------
contents
---------------------------------------------------------------------------- */
#case #contents {
  padding: 4rem 0 8rem;
}

@media screen and (max-width: 375px) {
  #case #contents {
    padding: 2rem 0 6rem;
  }
}

/* case_archive
---------------------------------------------------------------------------- */
#case #case_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto 6rem;
}

@media screen and (max-width: 1140px) {
  #case #case_archive {
    max-width: 760px;
  }
}

@media screen and (max-width: 760px) {
  #case #case_archive {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#case #case_archive .case_box {
  width: 360px;
  margin: 0 10px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(190, 203, 229, 0.6);
          box-shadow: 0 3px 6px rgba(190, 203, 229, 0.6);
  border-radius: 20px;
}

@media screen and (max-width: 375px) {
  #case #case_archive .case_box {
    width: 310px;
  }
}

#case #case_archive .case_box .eyecatch {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 375px) {
  #case #case_archive .case_box .eyecatch {
    height: 150px;
  }
}

#case #case_archive .case_box .eyecatch a {
  display: block;
}

#case #case_archive .case_box .eyecatch a img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

#case #case_archive .case_box .case_txt {
  padding: 2rem;
  border-top: 1px solid #CBCBCB;
}

#case #case_archive .case_box .company_name {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #408080;
  margin-bottom: 2rem;
  line-height: 1.4;
}

#case #case_archive .case_box .case_title {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.4;
}

#case #case_archive .case_box .case_tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#case #case_archive .case_box .case_tag_box .case_tag {
  display: inline-block;
  border: 1px solid #BBCBE8;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* case_article
---------------------------------------------------------------------------- */
#case #case_article {
  max-width: 980px;
  margin: 0 auto 6rem;
  /* parts */
  /* layout */
}

@media screen and (max-width: 980px) {
  #case #case_article {
    margin: 0 10px 6rem;
  }
}

#case #case_article .img_box {
  margin-bottom: 3rem;
  text-align: center;
}

#case #case_article p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

#case #case_article .case_column_title {
  background-color: #3D7AEB;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  line-height: 1.4;
}

#case #case_article .date {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

#case #case_article .company_name {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}

#case #case_article .case_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2rem;
}

#case #case_article .case_tag_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}

#case #case_article .case_tag_box .case_tag {
  display: inline-block;
  border: 1px solid #BBCBE8;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.2rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

#case #case_article .case_detail {
  margin-bottom: 5rem;
}

#case #case_article .case_company a {
  color: #3D7AEB;
}

#case #case_article .note p {
  font-size: 1.2rem;
}

/* editor */
.case_detail p {
  display: block;
  margin: 1em 0;
}

.case_detail strong {
  font-weight: bold;
}

.case_detail em {
  font-style: italic;
}

.case_detail blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.case_detail .aligncenter {
  display: block;
  margin: 0 auto;
}

.case_detail .alignright {
  float: right;
}

.case_detail .alignleft {
  float: left;
}

.case_detail p img[class*="wp-image-"],
.case_detail p img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=style.css.map */