@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 case.css

+++++++++++++++++++++++++++++++ */

/*
見出し
-----------------------------------*/
header.case {
  margin-bottom: 30px;
  padding: 30px 10px;
  background: url(../../images/bg_main_dot.png) repeat left top, url(../../case/index/bg_header_image.jpg) no-repeat center top;
  background-size: 2px, auto 100%;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px #00263d;
}
header.case .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
}
header.case p { margin: 0; }

/*
インデックス
-----------------------------------*/

/* 絞り込み */
#refine_case { display: none; }

.refine_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.refine_list li { margin: 10px 10px 0 0; }
.refine_list li:last-child { margin-right: 0; }
.refine_list label {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #f4f4f4;
  padding: 5px 10px;
  color: #003f65;
  font-size: 12px;
}
.refine_list .checked {
  background: #e8eef7;
  font-weight: bold;
}
.refine_list input {
  position: absolute;
  opacity: 0;
}

/* 事例リスト */
.list_case {
  margin: 0;
}
.list_case .item {
  margin: 30px 0;
  padding: 0 10px 30px;
  transition-duration: 500ms;
  border-bottom: 1px solid #fff;
  opacity: 1;
}
.list_case .item:first-child { margin-top: 0; }
.list_case .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list_case .item *:last-child { margin-bottom: 0; }
.list_case .item.hide {
  width: 0;
  margin-right: 0;
  transition-duration: 500ms;
  overflow: hidden;
  opacity: 0;
}
.list_case .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background: #fff;
}
.list_case .image img {
  max-width: 250px;
  max-height: 80px;
}
.list_case p {
  min-width: 100%;
  margin: 8px 0;
}
.list_case .corp {
  min-height: 32px;
  font-size: 13px;
  line-height: 1.2;
}
.list_case .name {
  font-size: 16px;
  font-weight: bold;
}
.list_case .name span {
  font-size: 14px;
  font-weight: normal;
}
.list_tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 15px 0;
}
.list_tag li {
  margin: 5px 5px 0 0;
}
.list_tag .ico_link {
  display: block;
  position: relative;
  padding: 3px 15px 3px 5px;
  transition: 0.2s linear;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.list_tag .ico_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}
.list_tag .ico_ec { background: #d2565e; }
.list_tag .ico_si { background: #488c6f; }
.list_tag .ico_consulting { background: #dd8a46; }
.list_tag .ico_smart { background: #5f5489; }
.list_tag .ico_security { background: #49759e; }
.list_tag .ico_game { background: #85a754; }

.case_and_more {
  margin: 50px 0 30px;
  color: #003f65;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/*
詳細
-----------------------------------*/
#case .text {
  margin: 20px;
  font-size: 16px;
}

#case .text:last-child { margin-bottom: 0; }
#case img {
  max-width: 100%;
  max-height: 100%;
}
#case .text_interview {
  position: relative;
  margin: 30px 20px;
  font-size: 16px;
  text-indent: 2.3em;
}
#case .text_interview::before{
  position: absolute;
  display: block;
  top: 0;
  left: -35px;
  content: "——";
}
#case header {
    margin: 0;
    padding: 10px;
    background: #f4f4f4;
    text-align: center;
}
#case .list_tag {
  margin: 0 auto;
}
#case .list_tag .ico_link { padding: 3px 5px; }
#case .list_tag .ico_link::after { display: none; }
#case .corp { margin: 10px; }
#case .headline {
  margin: 0 auto;
  padding: 0 0 20px;
  color: #003f65;
  font-size: 16px;
  line-height: 1.7;
}

#case .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 100px;
  margin: 10px auto;
}
#case .copy {
  margin: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#case .image_main {
  width: 90%;
  margin: 0 auto 20px;
}
#case .image_main img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
#case .table_normal {
  margin: 0 auto;
}
#case .txt_note {
  margin: 10px;
  color: #666;
  font-size: 12px;
}
#case .box_content:last-child {
  margin-bottom: 0;
}
#case .list_intro {
  margin: 0 10px;
  padding: 10px;
  background: #fff;
}
#case .list_intro li {
  margin-top: 15px;
  font-size: 16px;
}
#case .list_intro li:first-child { margin-top: 0; }
#case .list_intro a {
  display: block;
  position: relative;
  padding: 0 22px;
}
#case .list_intro a::before {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
}
#case .list_intro a::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}
#case .list_intro_ec { color: #d2565e; }
#case .list_intro_si { color: #488c6f; }
#case .list_intro_consulting { color: #dd8a46; }
#case .list_intro_smart { color: #5f5489; }
#case .list_intro_security { color: #49759e; }
#case .list_intro_game { color: #85a754; }

#case .list_intro_ec::before { background: #d2565e; }
#case .list_intro_si::before { background: #488c6f; }
#case .list_intro_consulting::before { background: #dd8a46; }
#case .list_intro_smart::before { background: #5f5489; }
#case .list_intro_security::before { background: #49759e; }
#case .list_intro_game::before { background: #85a754; }
#case .table_normal th {
  width: 90px;
  padding-right: 0;
}

#case .case_point th {
  display: block;
  width: 100%;
  border: 0;
  background: #003f65;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}
#case .case_point td {
  display: block;
  font-size: 14px;
}

#case .case_image {
  margin: 10px;
  text-align: center;
}
#case .case_image::after { display: none; }
#case .case_image figure{
  max-width: 450px;
  margin-top: 15px;
}
#case .case_image figure:first-child { margin-top: 0; }

#case .case_image img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
#case .profile {
  display: flex;
  margin: 0 20px;
}
#case .profile:not(:last-of-type) {
  margin-bottom: 20px;
}
#case .image_profile {
  max-width: 130px;
  margin: 0;
}
#case .profile p {
  margin: 0 0 0 20px;
}
#case .image_comment figure {
  width: 90%;
  margin: 0 auto 20px;
}

#case .interview_period {
  text-align: right;
}
